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 668212 - 'Downloads' folder jumps to 'Image' folder
'Downloads' folder jumps to 'Image' folder
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-18 20:38 UTC by sam_
Modified: 2012-02-06 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sam_ 2012-01-18 20:38:23 UTC
Not sure which one is the culprit, since recent updates of libgtk-3-0 and nautilus, in tree view, a click on downloads folder jumps to image folder.
Reloading .xsession-errors after the click displays every time:
WARN  glib.libdbusmenu-glib <unknown>:0 Error getting properties on a new menuitem: Error getting properties for ID
WARN  glib.libdbusmenu-glib <unknown>:0 Generating properties error for: 1968

The issue can only be reproduced with downloads folder, other folders behave ok.

First reported there which incl. a video of the issue.
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/917875
Comment 1 André Klapper 2012-01-18 22:31:11 UTC
Why was this forwarded from downstream (Ubuntu) to upstream (GNOME)?

If you open a terminal window, and enter the two commands:
  cd Desktop
  ls -l Downloads
What is the output? Wondering if there's some softlink (ln) or so...
Comment 2 André Klapper 2012-01-18 22:36:07 UTC
Hmm, that question didn't make sense as this is just about the link I guess, and that you can still access the "Downloads" folder when NOT using the sidebar in Nautilus. No idea then. :-/
Comment 3 sam_ 2012-01-19 21:18:21 UTC
Err, make it 'places' view instead 'tree' view.
Reproducable:
Open Nautilus in 'places' view, 'Downloads' always jumps to 'Images'.
Toggle view to 'tree', click on 'Downloads', it stays there.
Switch back to 'places' view will initially highlight 'Images' folder.
Now click on 'Downloads', it stays there.
Click on /home and again on 'Downloads', it'll jump to 'Images'.
Now when opening Nautilus with 'places' view 'Downloads' always jumps to 'Images'.
Link to video.
https://bugs.launchpad.net/gtk/+bug/917875/+attachment/2683172/+files/places-tree-places.ogv
Comment 4 Sebastien Bacher 2012-01-23 16:48:50 UTC
The issue happens with stock upstream 3.3.4 as well, I've tracked it down to this commit:

http://git.gnome.org/browse/nautilus/commit/?id=cd99b28b903e0c3c69f142dd5c7977bb791d9cf1

The commit is locale specific sorting (bug #664464) so you need to use non english xdg directories names to get the issue
Comment 5 Cosimo Cecchi 2012-02-06 23:21:31 UTC
Thanks for tracking this down, Sebastian. I now pushed a fix to git master for the bug.