GNOME Bugzilla – Bug 327067
Wrong shortcut name
Last modified: 2006-01-16 18:38:35 UTC
gnome-panel-2.13.4 1. Add "sftp://localhost/" to your ~/.gtk-bookmarks 2. Check the Places menu in the panel It shows "(null) on localhost" instead of "/ on localhost" It will also probably cause crashes on non-Linux platforms
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 325757 ***
It's not the same bug. This one is "(null) on <host>" the other one is "path on (null)".
From the other bug: "I have an entry named "(null) on kaos". Contents of .gtk-bookmarks: sftp://cs@kaos/home/cs The host kaos is not present in /etc/hosts but comes from a breezy installation.""
Created attachment 57425 [details] crap test program ./test <url> For example: $ ./test sftp://localhost/ / on localhost $ ./test sftp://localhost / on localhost $ ./test sftp://cs@kaos/home/cs cs on kaos
Created attachment 57426 [details] [review] gnome-panel-null-on-null-places.patch
gnome_vfs_get_local_path_from_uri() certainly won't work with remote URIs, and it's only used with remote URIs in the current code.
Thanks Bastien :-)