On Wed, 20 Oct 2010 18:17:59 +0200
Christoph Goehre <[email protected]> wrote:

> > "/usr/lib/iceweasel/firefox" (No such file or directory)
> 
> could you ask gconf for your http url-handler?
> 
>  $ gconftool -R /desktop/gnome/url-handlers/http

Thanks, and we see:

        % gconftool -R /desktop/gnome/url-handlers/http
         enabled = true
         needs_terminal = false
         command = /usr/lib/iceweasel/firefox "%s"

Well I guess in the past an 'iceweasel' upgrade script didn't update
that 'command' variable.  If that's true, then this bug might be
moved to 'iceweasel'.

Or maybe there's something odd about my system.  For other users,
here's a fix:

        gconftool --type string --set /desktop/gnome/url-handlers/http/command 
'/usr/bin/iceweasel "%s"'

...I'm not sure the above '--set' can survive an upgrade, but it works
for now: a click on 'Help>about>homepage' opens it up in 'iceweasel'.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to