Ok, got some spare time tonight so I compiled g-v-m from source with 
--enable-automount and now everithing works.

Here's some instructions, if you want:

1. make sure you've enabled deb-src in your sources.list, then get the source 
code:
$  sudo apt-get source gnome-volume-manager

2. after a first failed attempt at a build, I had to get the missing -dev 
packages, like this:
$ sudo apt-get install cdbs libdbus-glib-1-dev libhal-dev libglade2-dev 
libgnomeui-dev libnotify-dev intltool

3. go into the source dir:
$ cd gnome-volume-manager-2.24.1/

4. now you've got to set the flag you want, just edit the debian/rules file
$ sudo nano ./debian/rules
and change --disable-automount with --enable-automount

5. build the deb packeage:
$  sudo dpkg-buildpackage -uc -b

6. install it:
$ cd ..
$ sudo dpkg -i gnome-volume-manager_2.24.1-2_i386.deb

7. login/logout (or restart g-v-m) and enjoy automounting

If you're lazy, email me and I'll send you a copy of my deb.

Regards
Vittorio






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to