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 691774 - Save file dialog is extremely misleading and confusing
Save file dialog is extremely misleading and confusing
Status: RESOLVED DUPLICATE of bug 679865
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2013-01-15 09:55 UTC by Alex Hultman
Modified: 2013-06-27 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Snapshot (87.13 KB, image/png)
2013-01-15 09:57 UTC, Alex Hultman
Details
Still a problem with the top-bar in 3.8 (106.57 KB, image/png)
2013-05-30 15:43 UTC, Alex Hultman
Details

Description Alex Hultman 2013-01-15 09:55:58 UTC
I have this frustrating scenario. I download a file from Chrome, it goes into my Downloads folder.

Now, I go to my Downloads folder and open the downloaded file (which is a zip-file in this scenario). Archive Manager opens and I want to extract the contents in my Home folder.

By default, the path is /home/alex/Downloads, and I want to extract to /home/alex.

I click the "alex" button left of "Downloads" button in the top navigation bar. Now the dialog views /home/alex but if I would extract here it would still go in /home/alex/Downloads since I haven't really selected anything in /home/alex. I now try to click a million times on "alex", listed in the left listview under "Places". It still extracts to /home/alex/Downloads since the file dialog thinks I'm already in /home/alex.

Solution: You need to be able to deselect folders by clicking on the blank white space below the folders. This is the behavior in the rest of Nautilus. You can select icons in a folder and also deselect what ever you have selected by clicking anywhere on the white space. You should be able to do this in the file save dialog also.
Comment 1 Alex Hultman 2013-01-15 09:57:13 UTC
Created attachment 233510 [details]
Snapshot
Comment 2 Cosimo Cecchi 2013-01-15 13:37:09 UTC
-> gtk+
Comment 3 Alex Hultman 2013-05-30 15:41:16 UTC
In 3.8 this has been semi-solved. The extraction problem is now:

You start with GtkFileChooser being in the Downloads folder. If the goal is to extract to /home/alex, and you are in /home/alex/Downloads - you can now click "alex" in the left "Places" folder-list. That way, you get the correct path /home/alex. This case did not work in 3.6 so the bug has been semi-fixed.

The still persistent bug is the case where you select "alex" from the top "button-bar" (see attachment 233510 [details] for illustration). By selecting "alex" from the top button-bar, GtkFileChooser dispalys the folder /home/alex, but is still extracting to /home/alex/Downloads because the Downloads folder is still selected. You cannot deselect the folder Downloads in any way now, you have to click twice in the "Places" folder-list to solve this (and thus use the semi-fix).

The best way to solve this bug would be to make the selected folder deselect when going backward through the top button-bar, as you are currently doing with the "Places" list.

See upcoming attachment for illustration.
Comment 4 Alex Hultman 2013-05-30 15:43:03 UTC
Created attachment 245656 [details]
Still a problem with the top-bar in 3.8
Comment 5 Timothy Arceri 2013-06-27 11:43:31 UTC

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