GNOME Bugzilla – Bug 553133
GtkFileChooser won't ask to mount a volume
Last modified: 2009-03-06 17:29:27 UTC
Please describe the problem: Original: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/272742 Binary package hint: eog Intrepid Alpha6 fully updated. When you have just installed ubuntu, you don't usually have the rights to mount volumes. Eog does nothing when you want to open a folder, in this case a volume, that is not mounted and which you don't have rights to mount (yet). The expected behaviour should be running policykit. It's similar to when you want to access to a volume from computer:///... : has rights? -> open hasn't rights? -> ask password ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 NonfreeKernelModules: wl Package: eog 2.23.92-0ubuntu1 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=es_ES.UTF-8 SourcePackage: eog Uname: Linux 2.6.27-3-generic i686 Steps to reproduce: 1. File->Open 2. Click on a volume that is not mounted and which you don't have rights to mount. Actual results: Nothing, that's the problem. Expected results: Ask to mount that volume Does this happen every time? Yes Other information:
The correct component is GtkFileChooser from gtk+.
Re-Assigning to respective GTK+ contact.
Unfortunately, it will not work perfectly until bug 552168 is fixed. 2008-09-26 Matthias Clasen <mclasen@redhat.com> Bug 553133 – GtkFileChooser won't ask to mount a volume * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use a GtkMountOperation when mounting, so that we get a password dialog when required.
As far as I have understood, this bug will be automatically fixed when bug 552168 is fixed. Is it right? Good job! :)
*** Bug 573942 has been marked as a duplicate of this bug. ***