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 311305 - Bad short name for remote root bookmark
Bad short name for remote root bookmark
Status: RESOLVED OBSOLETE
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
CVS HEAD
Other Linux
: Normal normal
: future
Assigned To: Federico Mena Quintero
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2005-07-22 21:44 UTC by Bastien Nocera
Modified: 2008-08-28 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2005-07-22 21:44:41 UTC
Add an bookmark to your filechooser like sftp://localhost/, and it will show up
as "." in your bookmarks.

It should show something like "/ at localhost".
Comment 1 Owen Taylor 2005-07-26 23:41:54 UTC
Think this is a backend problem, but will leave it to people with more
current knowledge of the file chooser to figure out.
Comment 2 Bastien Nocera 2006-02-09 13:27:24 UTC
Actually a bug in libgnomeui's GtkFileSystem implementation for gnome-vfs.
Comment 3 Michael Monreal 2007-01-25 23:03:10 UTC
Is this the same bug as showing bookmarks like computer:/// and network:/// as "/ on" in the filechooser?
Comment 4 Federico Mena Quintero 2007-02-14 17:02:32 UTC
(In reply to comment #3)
> Is this the same bug as showing bookmarks like computer:/// and network:/// as
> "/ on" in the filechooser?

Yes.

I'm not sure if this is the job of the backend or the front-end; get_display_name() doesn't sound like the best place to put this, but we'll have to see what happens.  Want to cook a patch?
Comment 5 Bastien Nocera 2008-03-07 02:54:25 UTC
I can't reproduce this with the GIO backend, it shows up as "/ on localhost" as expected.
Comment 6 Bastien Nocera 2008-08-28 13:16:57 UTC
As we only have the GIO backend now.