After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 327067 - Wrong shortcut name
Wrong shortcut name
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-15 13:49 UTC by Bastien Nocera
Modified: 2006-01-16 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
crap test program (551 bytes, text/plain)
2006-01-15 20:06 UTC, Bastien Nocera
  Details
gnome-panel-null-on-null-places.patch (1.09 KB, patch)
2006-01-15 20:07 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2006-01-15 13:49:20 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
Comment 1 Sebastien Bacher 2006-01-15 16:26:01 UTC
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 ***
Comment 2 Bastien Nocera 2006-01-15 17:27:47 UTC
It's not the same bug. This one is "(null) on <host>" the other one is "path on (null)".
Comment 3 Sebastien Bacher 2006-01-15 18:17:29 UTC
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.""
Comment 4 Bastien Nocera 2006-01-15 20:06:59 UTC
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
Comment 5 Bastien Nocera 2006-01-15 20:07:34 UTC
Created attachment 57426 [details] [review]
gnome-panel-null-on-null-places.patch
Comment 6 Bastien Nocera 2006-01-15 20:09:53 UTC
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.
Comment 7 Vincent Untz 2006-01-16 18:38:35 UTC
Thanks Bastien :-)