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 701297 - Created archives ends up in the home directory
Created archives ends up in the home directory
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-30 16:28 UTC by Lionel Landwerlin
Modified: 2013-05-30 17:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new dialog: use correct method to get the selected directory (949 bytes, patch)
2013-05-30 16:29 UTC, Lionel Landwerlin
none Details | Review

Description Lionel Landwerlin 2013-05-30 16:28:18 UTC
When creating a new archive from nautilus (using the "Compress" item from the contextual menu on an item), you can select where the archive is going to be created.
Currently file-roller puts the archive into the home directory even when you selected a different places in the GtkFileChooserButton.

We're just using the wrong method to get the selected directory.
Comment 1 Lionel Landwerlin 2013-05-30 16:29:13 UTC
Created attachment 245662 [details] [review]
new dialog: use correct method to get the selected directory
Comment 2 Paolo Bacchilega 2013-05-30 17:23:08 UTC
patch pushed to master, thank you.