After a bit more looking around, it seems that it is the "file-roller"
package which has the problem.
To determine this, I executed the following command in the console when
reproducing the bug :
xprop | grep WM_CLASS
I then clicked on the dialogs, which gave me this output :
WM_CLASS(STRING) = "file-roller", "File-roller"
Also, I tried to reproduce the bug using the "zip" program in a console, and I
could not reproduce
the bug. Here is what I tried to reproduce the bug at the command line :
------------------------------------------
[EMAIL PROTECTED]:~/Music$ ls -l
total 8
-rw-r--r-- 1 yves yves 18 2008-06-05 13:36 auie
-rw-r--r-- 1 yves yves 0 2008-06-05 13:36 auie~
-rw-r--r-- 1 yves yves 20 2008-06-05 13:36 eiau
-rw-r--r-- 1 yves yves 0 2008-06-05 13:36 eiau~
[EMAIL PROTECTED]:~/Music$ zip example.zip eiau auie
adding: eiau (stored 0%)
adding: auie (stored 0%)
[EMAIL PROTECTED]:~/Music$ zip example.zip eiau auie example.zip
updating: eiau (stored 0%)
updating: auie (stored 0%)
[EMAIL PROTECTED]:~/Music$ rm example.zip
[EMAIL PROTECTED]:~/Music$ touch example.zip
[EMAIL PROTECTED]:~/Music$ zip example.zip eiau auie example.zip
zip warning: missing end signature--probably not a zip file (did you
zip warning: remember to use binary mode when you transferred it?)
zip error: Zip file structure invalid (example.zip)
[EMAIL PROTECTED]:~/Music$
------------------------------------------
--
compressor program delete file in certain circumstances
https://bugs.launchpad.net/bugs/237543
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs