GNOME Bugzilla – Bug 707114
Wrong password when extracting ZIP archive : no warning
Last modified: 2013-09-02 19:21:28 UTC
Created attachment 253585 [details] [review] file-roller_zipwrongalert.patch When extracting a password-protected ZIP archive, and providing the wrong password, file-roller doesn't show any warning (whereas "unzip", which it uses for the extraction task, does in the same case). This may mislead the user, who has to find out why the extracted folders are empty. Please consider the attached patch, which fixes this behavior. (Before : http://www.tarnyko.net/repo/fileroller01.png After : http://www.tarnyko.net/repo/fileroller02.png)
there is no need to create a new error type, just use FR_ERROR_ASK_PASSWORD and file-roller will ask the user to enter a new password.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.