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 555534 - Wrong icon for bluetooth bookmarks after mounting
Wrong icon for bluetooth bookmarks after mounting
Status: RESOLVED DUPLICATE of bug 556040
Product: nautilus
Classification: Core
Component: Sidebar
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-08 11:54 UTC by Michael Monreal
Modified: 2008-10-16 12:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Screenshot (14.33 KB, image/png)
2008-10-08 12:00 UTC, Michael Monreal
Details

Description Michael Monreal 2008-10-08 11:54:36 UTC
Connect to a BT device using the gvfs obex backend. Make a bookmark of this location in nautilus. It will show a folder icon, just like all other bookmarks. Unmount and click the bookmark icon. The location will be mounted again, but the icon of the bookmark will turn into a sheet of paper. Unmount, the bookmark icon does not change back into a folder. I think this should always show the folder icon.
Comment 1 Michael Monreal 2008-10-08 12:00:59 UTC
Created attachment 120184 [details]
Screenshot
Comment 2 Bastien Nocera 2008-10-08 12:42:13 UTC
Seems to me like a nautilus bug, unless somebody can point me to whatever stupid thing I'd be doing in the obexftp backend...
Comment 3 Alexander Larsson 2008-10-16 12:10:09 UTC
Its really a bookmark file problem. There is no way to store an icon for the bookmark, so each time we want to get the icon for a bookmark we have to do i/o on the location to get the icon. And if the mount is not mounted when showing the bookmark it will get a stupid icon, and we don't notice when it gets mounted that there is a bookmark pointing to it.

We're working on fixing the bookmarks (including icons) in bug 556040, so marking this as a dup as fixing that will fix this.


*** This bug has been marked as a duplicate of 556040 ***