On Thu, 2002-06-20 at 23:25, [EMAIL PROTECTED] wrote:
> You're right.  Evolution does use the GNOME url-browser setting regardless of what 
>desktop is running.  On my system (icewm as desktop, had to figure out that 'gnomecc' 
>runs the GNOME control center) it was set to:
>  
>   gnome-moz-remote "%s"
> 
> which turns out to be an executable in /usr/bin.  Turns out this program opens a new 
>mozilla window, but only succeeds when mozilla is already running.  So I wrote a 
>shell script to replace it:
> 
>   MOZ_PATH="/usr/local/mozilla"
>   if $MOZ_PATH/mozilla -remote "openurl($1, new-window)"; then
>     :
>   else
>     $MOZ_PATH/mozilla "$1"
>   fi
> 
> that opens a new window if mozilla is already running otherwise runs it if not.  
>Turns out it's pretty useful, I'm now using it as the html handler for my file 
>manager.
> 

Does KDE have this kind of feature?  I wish so.  I also want Evolution
to be able to handle different attachments by opening the desired apps
depending on file type.  So far, it can only open image and text files.

I better read up again...

-- 
Joon Guillen


================================
So computers are tools of the Devil? thought Newt.  He had no problem
believing it.  Computers had to be the tools of _somebody_, and he knew
for certain that it definitely wasn't him.

from "Good Omens", Neil Gaiman & Terry Pratchett

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to