After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144216 - can't open compressed .EXE files
can't open compressed .EXE files
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.6.x
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2004-06-12 15:20 UTC by Sebastien Bacher
Modified: 2007-08-03 18:10 UTC
See Also:
GNOME target: 2.20.x
GNOME version: 2.19/2.20


Attachments
Fixes nautilus extension to put "Extract Here" on self-extractable EXE files (370 bytes, patch)
2007-08-03 15:25 UTC, Boyd Timothy
accepted-commit_now Details | Review

Description Sebastien Bacher 2004-06-12 15:20:02 UTC
This bug has been reported in the Debian BTS: http://bugs.debian.org/248959

"I download hardware driver archives all the time, but some vendors put theirs
in self-extracting DOS or Winzip archives.  
It'd be nice if 'fileroller' could work with these.  

Some Linux command line archive utils can.  'zip' can list and unpack Winzip
.EXEs.  'lha' can do the same with LHARC SFX files.   

A 'convert to regular archive' function would be even better.

Hope this helps..."
Comment 1 Sven Arvidsson 2007-01-12 22:51:36 UTC
I'm guessing some MIME magic is needed somewhere. 

For example, the first file available here,http://www.daytek.ca/service_adsl.html, pppoe_95.exe is identifed as "MS-DOS executable PE  for MS Windows (GUI) Intel 80386 32-bit, ZIP self-extracting archive (WinZip)" by file.

The Nautilus Properties menu simply list it as Type: DOS/Windows executable and MIME Type: application/x-ms-dos-executable. Open with doesn't list Archive Manager as an option.

If I rename the file to pppoe_95.zip "Archive Manager" can be selected from the context menu and file-roller treats it as any other zip archive. Trying to launch it normally simply results in the usual warning about the filename not matching the mime type.
Comment 2 Sven Arvidsson 2007-03-17 20:16:09 UTC
I guess this can be closed as a duplicate of 387602.
Comment 3 Boyd Timothy 2007-08-03 15:25:44 UTC
Created attachment 93031 [details] [review]
Fixes nautilus extension to put "Extract Here" on self-extractable EXE files

Actually, bug #387602 never fixed file-roller's nautilus extension to add the "Extract Here" option when a user right-clicks a self-extractable EXE file.  This patch does just that.
Comment 4 Paolo Bacchilega 2007-08-03 18:10:43 UTC
patch committed to trunk.