Re: launching web-browser

2005-05-22 Thread Olivier Sessink
On Sat, 21 May 2005 14:51:05 +0200 Gyözö Both <[EMAIL PROTECTED]> 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

Re: launching web-browser

2005-05-21 Thread John Cupitt
On 5/21/05, Peter Bloomfield <[EMAIL PROTECTED]> wrote: > On 05/21/2005 08:51:05 AM, Gyözö Both 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? I use this as a fallba

Re: launching web-browser

2005-05-21 Thread Peter Bloomfield
On 05/21/2005 08:51:05 AM, Gyözö Both 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? gyözö So would I--if you find one, please be sure to post it! Peter ___

Re: launching web-browser

2005-05-21 Thread Gyözö Both
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? gyözö -- A new koan: If you have some ice cream, I will give it to you. If you have no ice cream, I will take it away

Re: launching web browser

2005-05-21 Thread John Cupitt
On 5/21/05, Gyözö Both <[EMAIL PROTECTED]> wrote: > is there a good (and easy) way to launch the system's default web > browser with a given url from my gtk program? If you're interested in cross-platform, the windows and mac equivalents to gnome-url I've discovered are: #ifdef WIN32 char

Re: launching web browser

2005-05-21 Thread Peter Bloomfield
On 05/21/2005 03:15:48 AM, Gyözö Both wrote: hi, is there a good (and easy) way to launch the system's default web browser with a given url from my gtk program? See . __

launching web browser

2005-05-21 Thread Gyözö Both
hi, is there a good (and easy) way to launch the system's default web browser with a given url from my gtk program? gyözö -- Brooke's Law: Whenever a system becomes completely defined, some damn fool discovers something which either abolishes the system or expands it beyond recognition.