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 350955 - fileselector is using the local mode
fileselector is using the local mode
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.15.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-11 21:21 UTC by Sebastien Bacher
Modified: 2008-12-16 16:52 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Sebastien Bacher 2006-08-11 21:21:12 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/nautilus-cd-burner/+bug/53498

"Using Dapper - fully updated.

Steps:
1) Insert CD
2) Right-click and select "Copy Disc"
3) Choose "file image" and click ok
4) In the save dialogue, the "Places" (e.g. other partitions) are missing.

One can still save to the partitions by going through "Filesystem" to the /media directory, but it is inconsistent with all other save dialogues.

http://librarian.launchpad.net/3500185/Screenshot-Choose%20a%20filename%20for%20the%20disc%20image.png
This is a screenshot of the save dialogue I get when I am writing an image.
...
http://librarian.launchpad.net/3500187/Screenshot-Save%20As.png
Sorry, *this* is a screenshot of what the save dialogue on my machine normally looks like. I got the screenshots muddled."
Comment 1 Bastien Nocera 2008-12-16 16:52:46 UTC
No, it was using the "unix" backend, instead of switching to the local_only mode, which was why it didn't see devices that weren't in /etc/fstab.

Should be fixed by that commit:
2008-12-16  Bastien Nocera  <hadess@hadess.net>

        * src/ncb-operation.c (select_iso_filename): Use "Save" as
        the default action for the file chooser when writing to a 
        file and not a drive (Closes: #389465)