Re: launching web-browser



On Sat, 21 May 2005 14:51:05 +0200
Gyözö Both <gyboth bygfoot com> wrote:

thanks for your answers. if possible, i'd like to have a solution that
only uses gtk/glib, i wouldn't want to have a gnome-dependency in my
app. is there a way?

http://developer.gnome.org/doc/API/2.0/glib/glib-Spawning-Processes.html#g-spawn-async-with-pipes

is pretty much portable.

a command string like 
/bin/sh -c mozilla -remote 'openURL(%s, new-window)' || mozilla %s&
will work on unix 

regards,
        Olivier




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]