$ gconftool -g --dump /desktop/gnome/url-handlers/ftp
No value set for `/desktop/gnome/url-handlers/ftp'
<gconfentryfile>
<entrylist base="/desktop/gnome/url-handlers/ftp">
<entry>
<key>command</key>
<value>
<string>/usr/lib/firefox-3.0b3/firefox "%s"</string>
</value>
</entry>
<entry>
<key>enabled</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>needs_terminal</key>
<value>
<bool>false</bool>
</value>
</entry>
</entrylist>
</gconfentryfile>
$ gconftool -g /desktop/gnome/url-handlers/ftp/command
/usr/lib/firefox-3.0b3/firefox "%s"
It should be: nautilus "%s"
It can be fixed using gconf-editor if you go to desktop > gnome > url-handlers
> ftp and edit the command to be: nautilus "%s"
*OR* do this command in terminal:
gconftool -s -t string /desktop/gnome/url-handlers/ftp/command 'nautilus "%s"'
--
edgy: places->network servers error
https://bugs.launchpad.net/bugs/66461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs