From owner-freebsd-multimedia@FreeBSD.ORG Fri May 23 15:46:37 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0237106566B for ; Fri, 23 May 2008 15:46:37 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 90A348FC1D for ; Fri, 23 May 2008 15:46:37 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 5FD3E73087; Fri, 23 May 2008 17:31:26 +0200 (CEST) Date: Fri, 23 May 2008 17:31:26 +0200 From: Luigi Rizzo To: multimedia@freebsd.org Message-ID: <20080523153126.GA82785@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: pointers to a generic firefox wrapper for unix applications X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 15:46:37 -0000 Hi, recently we have started a small project to write a wrapper to run generic X applications within a firefox window: http://info.iet.unipi.it/~luigi/FreeBSD/app-wrapper.html To some degree, it is similar to the existing 'www/mozplugger' (we were not aware of its existence when we started), http://mozplugger.mozdev.org/ So if someone is curious and wants to try one or both... Note, our code is at a very initial stage, though it is very simple so i don't expect it will be hard to fix any bugs. As for mozplugger (i.e. the pre-existing application that does a similar thing), i have to say that it has some nice features that I am really envious about :) e.g. it can swallow generic X windows within the browser, which is interesting because some apps do not have an option to run in an externally-supplied window. cheers luigi