[Bug 45332] Re: plugging in USB storage device mounts on random desktop

2008-02-23 Thread Basilio Kublik
Hi there Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you?, Can you please try with the live environment of the Desktop CD of t

[Bug 45332] Re: plugging in USB storage device mounts on random desktop

2008-03-05 Thread Martin Pitt
This is fixed in Hardy now, only the currently active desktop session can use mount operations. ** Changed in: gnome-volume-manager (Ubuntu) Status: Incomplete => Fix Released -- plugging in USB storage device mounts on random desktop https://bugs.launchpad.net/bugs/45332 You received thi

[Bug 45332] Re: plugging in USB storage device mounts on random desktop

2006-12-14 Thread Kevin Kubasik
** Changed in: Ubuntu Sourcepackagename: None => gnome-volume-manager -- plugging in USB storage device mounts on random desktop https://launchpad.net/bugs/45332 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 45332] Re: plugging in USB storage device mounts on random desktop

2006-12-18 Thread Jim Basilio
After further digging this is an issue with the file kioslave (kioslave/file/file.cc) not accepting a umask while using pmount. In multiuser graphical environments, the ability to set umask is very important. If the ioslave accepted a umask, both users would be able to access the mounted device a

[Bug 45332] Re: plugging in USB storage device mounts on random desktop

2007-01-18 Thread Pereira
** Changed in: gnome-volume-manager (Ubuntu) Assignee: (unassigned) => Pereira -- plugging in USB storage device mounts on random desktop https://launchpad.net/bugs/45332 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 45332] Re: plugging in USB storage device mounts on random desktop

2007-01-19 Thread Jim Basilio
Another note, I've downloaded the kde source and attempted to patch in the umask setting I desire (in the file.cc ioslave) and this doesn't appear to be working. I wonder if HAL/DBUS is actually performing the mount and not the ioslave (likely). If so, this is a system-wide issue still and not an