Activity log for bug #47060

Date Who What changed Old value New value Message
2006-05-28 09:38:31 Nikolaus Rath bug added bug
2006-09-20 07:54:49 Martin Pitt gnome-volume-manager: status Unconfirmed Fix Committed
2006-09-20 07:54:49 Martin Pitt gnome-volume-manager: statusexplanation Forcing focus on the dialog is not a good idea since other gnome programs specifically try to avoid focus stealing (which is very annoying at times). So I implemented b), making the window appear in the task bar.
2006-09-20 09:56:13 Martin Pitt gnome-volume-manager: status Fix Committed Fix Released
2006-09-20 09:56:13 Martin Pitt gnome-volume-manager: assignee pitti
2006-09-20 09:56:13 Martin Pitt gnome-volume-manager: statusexplanation Forcing focus on the dialog is not a good idea since other gnome programs specifically try to avoid focus stealing (which is very annoying at times). So I implemented b), making the window appear in the task bar. gnome-volume-manager (2.15.0-0ubuntu6) edgy; urgency=low . * debian/patches/95_ubuntu_auto_unmount_notifications.patch: - Remove UDI of ripped out device from mounted_volumes, so that the next mount/unmount of it does not cause an unsafe removal warning (because there are two entries for it in mounted_volumes). - Closes: LP#60137 * debian/patches/02_pmount_crypt.patch: - Call gtk_window_set_skip_taskbar_hint() to have the password input dialog appear in the task bar. Closes: LP#47060 - Check for existing cryptsetup before creating the GksuuiDialog, so that we don't accumulate unused dialogs in memory if cryptsetup is not installed. - Use nonblocking open() with a timeout for opening the passphrase FIFO instead of using fopen(); the latter blocks eternally if pmount dies for some reason (e. g. the target device is not removable). Closes: LP#46529