User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5 Build Identifier: I have th following line in /etc/fstab: /dev/sdb1 /media/usb1 vfat defaults,noauto,user,umask=0 0 0 The line is correct except the dir /media/usb1 doesn't exist. If I plug in my usb stick i see it showing up on the desktop. If I double-click on it I get an error message saying the mount point doesn't exist. So far so good. But now if I move my mouse over the desktop after clicking 'close' in the error box, the icon for the device is being dragged around. It's as if the mouse-up didn't happen. Reproducible: Always Steps to Reproduce:
*** Bug 3457 has been marked as a duplicate of this bug. ***
I think I might have fixed this -- can you test xfdesktop trunk or xfce_4_4 branch, revision 26269 or later?
Brian Tarricone : is it possible to have a patch against xfce 4.4.1 to test this ? Thanks !
Created attachment 1417 patch against 4.4.x
Thanks, I'll test that.
Here is my feedback (I hope I've builded everything correctly) : Before patch: when you double clic on the floppy, mounting fails and two dialogs appear, when you close both of them, the floppy icons appears in drag mode on your mouse. After patch: the floppy icons appears in drag mode when you close the first dialog, then if you click to close the second dialog it disappears. So it's better than before, but not perfect. mr_pouit : could you please confirm this, just to be sure I applied the patch correctly, I'm not very familiar with the cdbs build system. Thanks.
That's odd -- I've never seen two dialogs before. Maybe an ubuntu patch is causing that...?
(In reply to comment #7) > That's odd -- I've never seen two dialogs before. Maybe an ubuntu patch is > causing that...? > Maybe... this package contains several (well, 2) xubuntu patches. I'll test tomorrow with a vanilla xfdesktop (I don't have any floppy drive, so I'll try to reproduce the first comment). Thanks.
I first have a dialog in my locale (french) saying (translated): "Mounting failed Impossible to mount floppy: Unknown error" Then one in English: "Cannot mount volume Unable to mount volume Detail > mount: /dev/sd is not a valid bloc device" (details are in french)
(the second dialog was caused by gnome-mount not being invoked with '-n') Unfortunately, I am still able to reproduce this drag-n-drop issue, even with the proposed patch (xfdesktop 4.4.1). :/
Ok, should be fixed now.
Created attachment 1430 new patch against 4.4 branch
Works fine here too, thanks. :)