Clad in Sky wrote:Another dumb question:
How do I do a complete reinstall of Gnome? Since there seem to be a lot of people who have no issues with automounting I thought there could be settings left over from a previous install of Gnome (2.20) that do not work with 2.22
So I could emerge --unmerge Gnome to get rid of the old one, but does that mean that I have to re-emerge all programs after that or would a new install automatically look in the appropriate folders and make the correct entries in the menus?
well, there are easy ways to uninstall gnome (others know better, you have to know all the programs it needs), but reinstalling is easy, just emerge gnome.
I sort of tried to test a similar theory (stale config files in .gnome, .gconf etc) by creating a new user, but that didn't work. you are right, it may be some weird thing like that. You could try uninstalling gnome-volume-manager, gvfs, hald, dbus and other things that would effect this (i don't know the full list) and then reinstalling them.
I just did an emerge -uDpv world to see what would be upgraded, and there is nothing that I can see that would need upgrading. one thing that would be useful from someone who has automounting working is to let us poor folk know exactly what version of hal, dbus and any other relevant programs they have installed.
one thing: did you try this with root? perhaps this is a permissions problem.
EDIT: more info.
it appears that gnome-mount works
if i type
gnome-mount -bd /dev/sdb
(that is where dmesg tells me the device is) the device is mounted in /media and shows up as mounted in computer:///. good!. also, if I type
gvfs-mount -li
i get
Code: Select all
Drive(0): CD-RW/DVD-ROM Drive
ids:
hal-udi: '/org/freedesktop/Hal/devices/storage_model_CDRW/DVD_TSL462C'
unix-device: '/dev/sr0'
is_media_removable=1
has_media=0
is_media_check_automatic=1
can_poll_for_media=1
can_eject=1
Drive(1): SCSI Drive
ids:
hal-udi: '/org/freedesktop/Hal/devices/storage_serial_Flash_Drive__USB20_MZXS0IE4D4DTJMVLUHG2_0_0'
unix-device: '/dev/sdb'
is_media_removable=1
has_media=1
is_media_check_automatic=1
can_poll_for_media=1
can_eject=0
(the second device is my usb device).
thus, it looks as if gnome-mount and gvfs are finding the usb stick. my guess is that the problem is nautilus. any other test I can do?