Bug 544203

Summary: SLAB Menu: Places tab sends some links to Dolphin others to Nautilus
Product: [openSUSE] openSUSE 11.2 Reporter: Refilwe Seete <r.seete>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_eDPGYP6_cn, vuntz
Version: Milestone 8   
Target Milestone: ---   
Hardware: x86-64   
OS: SUSE Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Refilwe Seete 2009-10-04 17:33:01 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.
Comment 1 Vincent Untz 2009-10-07 00:15:09 UTC
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...
Comment 2 Vincent Untz 2009-10-07 00:18:25 UTC
(also used in g-m-m: grep for FILE_MGR_OPEN_GCONF_KEY)
Comment 3 Refilwe Seete 2009-10-08 23:04:02 UTC
Everything is opening in Nautilus with the latest round of Factory updates.
Comment 4 Forgotten User eDPGYP6_cn 2010-01-11 17:24:05 UTC
Closing as per the previous comment. Please reopen if this still is a problem.