[Bug 66461] Re: edgy: places->network servers error

Savvas Radević vicedar at gmail.com
Wed Mar 26 15:38:01 UTC 2008


$ 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 Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list