lp:ubuntu/gutsy/gnome-mount

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/gnome-mount
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

13. By Martin Pitt

debian/patches/ubuntu-default-mount-options.patch: Use "usefree" VFAT
mount option by default, to avoid very long blocking of statfs() calls on
VFAT. (LP: #133567)

12. By Daniel Hahler

Fixed grammar in debian/patches/03_root_mounting.patch (LP: #138477)

11. By Martin Pitt

debian/patches/ubuntu-default-mount-options.patch: Fix NTFS default mount
options.

10. By Martin Pitt

* Merge with Debian unstable; remaining changes:
  - debian/rules: Ignore libgnome-mount for dh_shlibdeps, so that
    gnome-mount does not end up depending on half of Gnome just for the
    nautilus extension. This keeps it suitable for XFCE.
  - debian/patches/02_sudo_session_dbus.patch: When being run through sudo,
    temporarily drop real user id to the sudo user, so that notify_init()
    connects to the actual user's session dbus instead of root's nonexisting
    one.
  - debian/patches/03_root_mounting.patch: If we get a
    PermissionDeniedByPolicy on mounting, unmounting, or ejecting, and are
    in the 'admin' group, call ourselves through gksu, so that
    administrators can handle fixed partitions just like removable ones.
    (https://wiki.ubuntu.com/MountAllLocalFilesystems)
  - debian/patches/05_ignore_slash_label.patch: If the label is a single
    '/', ignore it, so that it does not end up as /media/_. (LP #83323)
  - debian/patches/06_dont_flood_log.patch: Don't flood ~/.xsession-errors
    with messages about drive and volume. (LP #93238, forwarded to Gnome
    #419928)
  - debian/patches/08_crypto_setup_error_dialog.patch: If setup_crypto()
    fails with Crypto.SetupError, display an error dialog instead of failing
    silently. Special-case a missing /sbin/cryptsetup, suggest to install the
    package. (LP #78358, forwarded to Gnome #426326)
  - debian/patches/ubuntu-default-mount-options.patch: Change a few default
    mount options for compatibility to UTF8 and previous Ubuntu versions.
* Drop debian/patches/04_ntfs_mount_options.patch, upstream now.
* Drop debian/patches/07_gnome_password_dialog.patch, upstream now.
* Drop debian/patches/99autoreconf.patch not necessary any more.

9. By Martin Pitt

Add debian/patches/08_crypto_setup_error_dialog.patch: If setup_crypto()
fails with Crypto.SetupError, display an error dialog instead of failing
silently. Special-case a missing /sbin/cryptsetup, suggest to install the
package. (LP: #78358)

8. By Martin Pitt

[ Jani Monoses ]
* debian/patches/07_gnome_password_dialog.patch:
    Patch from upstream svn, import a local copy of GnomePasswordDialog
    and drop the GNOME library dependencies (LP: #97642)
* debian/patches/99_autoreconf:
    autotools rerun
* debian/rules:
    make dh_shlibdeps ignore libgnome-mount so the package does not hard
    depend on libgnome.

[ Martin Pitt ]
* debian/patches/03_root_mounting.patch: Add #include <stdlib.h> to make
  getenv() available again.

7. By Sebastien Bacher

* debian/patches/06_dont_flood_log.patch:
  - don't flood xsession-errors with messages about drive and volume
    (Ubuntu: #93238)

6. By Martin Pitt

* debian/control: Set Ubuntu maintainer (to me).
* debian/patches/ubuntu-default-mount-options.patch: Use shortname=mixed
  mount option for VFAT to stay compatible with earlier Ubuntu releases.
  (LP: #76200)
* debian/patches/ubuntu-default-mount-options.patch: Mount with 'exec' by
  default to stay compatible with earlier Ubuntu releases.
  (LP: #87627)
* debian/patches/ubuntu-default-mount-options.patch: Use 'uid' option by
  default for HFS. (LP: #84044)
* Add debian/patches/05_ignore_slash_label.patch: If the label is a single
  '/', ignore it, so that it does not end up as /media/_. (LP: #83323)

5. By Martin Pitt

* debian/patches/03_root_mounting.patch:
  - Pass mount policy that was figured out from the user's gconf setup to
    the gksu'ed instance. Based on a patch from Florent Mertens, thank you!
  - Move gksu calling into separate function gksu_myself() to keep the code
    clean.
  - Closes: LP#78314
* Add debian/patches/04_ntfs_mount_options.patch:
  - Supply sane default mount options for ntfs-3g and ntfs-fuse.
  - Patch from Florent Mertens, thank you!
  - Closes: LP#78375

4. By Martin Pitt

* Add debian/patches/02_sudo_session_dbus.patch:
  - When being run through sudo, temporarily drop real user id to the sudo
    user, so that notify_init() connects to the actual user's session dbus
    instead of root's nonexisting one.
* Add debian/patches/03_root_mounting.patch:
  - If we get a PermissionDeniedByPolicy on mounting, unmounting, or
    ejecting, and are in the 'admin' group, call ourselves through gksu, so
    that administrators can handle fixed partitions just like removable ones.
  - See https://wiki.ubuntu.com/MountAllLocalFilesystems for details.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/gnome-mount
This branch contains Public information 
Everyone can see this information.

Subscribers