Bugzilla – Bug 544203
SLAB Menu: Places tab sends some links to Dolphin others to Nautilus
Last modified: 2010-01-11 17:24:05 UTC
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) When I open the "Places" tab in the SLAB menu and select an option, some open in the Dolphin file manager while others open in Nautilus. Opens in Dolphin: Home Documents Network Servers Desktop File System Opens in Nautilus: Music Pictures Videos More Places... This may be an artifact of having installed KDE and then adding the pattern "gnome_basis", however it still should not happen. Reproducible: Always Steps to Reproduce: 1. Install KDE 4 Desktop from DVD 2. Install "gnome_basis" pattern [zypper in -t pattern gnome_basis] 3. Select "Places" tab in SLAB menu 4. Choose one of the first 5 locations Actual Results: Opens Dolphin in a folder that does not exist (passes the path with single quotation marks which Dolphin then includes as the path e.g. it will open '/home/username/Documents' as a literal path and then show an error that /'home'/username/Documents' does not exist - I will file a separate bug report for this behaviour) Expected Results: Open all choices in the Places tab with Nautilus regardless of Dolphin's presence on the machine.
Okay, this is a bug in libslab: it just opens some stuff blindly in nautilus. See open_with_default_trigger() in directory-tile.c. I can try to come up with a patch later...
(also used in g-m-m: grep for FILE_MGR_OPEN_GCONF_KEY)
Everything is opening in Nautilus with the latest round of Factory updates.
Closing as per the previous comment. Please reopen if this still is a problem.