(In reply to Tristan Miller from comment #30)
> I have two systems with Mozilla/5.0 (X11; Linux x86_64; rv:19.0)
> Gecko/20100101 Firefox/19.0 SeaMonkey/2.16 installed.  One of them is
> running on KDE 4.6.0 on openSUSE 11.4, and the other KDE 4.9.5 on openSUSE
> 12.2.  On the first one, "Open containing folder" correctly opens the
> directory using the default KDE file manager, Dolphin.  On the second one,
> the correct directory is opened using the default Gnome file manager,
> Nautilus.  No idea why one system correctly uses Dolphin but the other
> incorrectly chooses Nautilus.

Probably on one of the systems you have Nautilus installed and on the
other you don't.....


Anyway... This is a very annoying bug that is still handled very badly...

This bug is still valid for FF 29.0.1 in Linux.

It turns out that FF (tested on 29.0.1 on Gentoo) when built with dbus support 
has a wrong way to "Open containing folder".
It first calls (instead of checking if exists first and then calling) 
org.freedesktop.FileManager1 on the session bus and thus if nautilus is 
installed it is started as "/usr/bin/nautilus --no-default-window" and in this 
way FF doesn't honor the XDG at all.

So for now a workaround is either to delete the
/usr/share/dbus-1/services/org.freedesktop.FileManager1.service or
change its Exec to "dolphin" (if you are under KDE, though that may have
implications 'cause dolphin doesn't register any
org.freedesktop.FileManager1).

It needs fix definitely or at least an option to choose in FF
preferences

Please see also bug #258085

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/133133

Title:
  "Open containing folder" is only working if nautilus is present

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: firefox

  Tools->Downloads-> (Right click)->Open containing folder

  Result: Nothing happens (not even an error).
  Expected: An error, a dialog asking to choose a file manager or just 
konqueror showing the folder.

  Fix: add the following line to prefs.js
  user_pref("network.protocol-handler.app.file", "konqueror");

  ProblemType: Bug
  Architecture: i386
  Date: Fri Aug 17 12:54:22 2007
  DistroRelease: Ubuntu 7.04
  Package: firefox 2.0.0.5+1-0ubuntu1
  PackageArchitecture: i386
  SourcePackage: firefox
  Uname: Linux localhost 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 2007 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/133133/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to