Bug 135874

Summary: Folder with non-ascii chars in name dragged to panel can't be opened
Product: [Fedora] Fedora Reporter: Kristian Høgsberg <krh>
Component: nautilusAssignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-16 05:32:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 131589    

Description Kristian Høgsberg 2004-10-15 15:53:46 UTC
Description of problem:
Dragging a nautilus folder icon to the panel will create a launcher to
open the folder.  However if the name of the folder has non-ascii
chars in it the launcher doesn't work, since the folder name vfs URI
get's quoted.

Version-Release number of selected component (if applicable):
gnome-panel-2.8.0.1-3
nautilus-2.8.1-1

How reproducible:
Always

Steps to Reproduce:
1. Create folder with non-ascii (eg. "ø") in the name
2. Drag nautilus folder icon to panel
3. Try to open the folder from the panel
  
Actual results:
Folder doesn't open, insted error dialog is shown:

  Couldn't find "/home/bongo/Desktop/C3B8"

Expected results:
Folder should open.

Additional info:

Comment 1 Matthias Clasen 2004-10-15 21:03:19 UTC
Hmm, the problem is that the panel apparently interprets %f etc in the
commandline. One possible fix would be to escape the % in the uri to %%.
Another solution would be to instead of creating an Application
lauchcher with cmdline nautilus -- 'uri', create a Link launcher with
just the given uri.

Comment 2 Kristian Høgsberg 2004-10-16 05:32:49 UTC
As of gnome-panel-2.8.1-2, I can no longer reproduce the bug.  Closing.