[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2009-01-28 Thread setreset1
I had the same problem with text files ending with .dat .

I didn't like the usual solutions, involved lengthy command lines.

I finally solved this today using an application: File Types Editor
for mime types. You just go there to the type of file and change its
definition.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-11-01 Thread Scott Ritchie
Hardy will be using a different MIME-type handler for Windows
executables.  See https://wiki.ubuntu.com/BetterIntegratedWineSpec

** Changed in: wine (Ubuntu)
 Assignee: Ubuntu Wine Team (ubuntu-wine) = Scott Ritchie (scottritchie)
   Status: Confirmed = Fix Released

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-28 Thread Stephan Hermann
** Changed in: wine (Ubuntu)
 Assignee: (unassigned) = Ubuntu Wine Team

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread rai4shu2
This is NOT fixed in Feisty, and I have seen it several times already.
Furthermore, in a console, it gives the following error:

run-detectors: unable to find an interpreter for
/path/to/program.exe

Several things in mono rely on this functioning properly, and I cannot
just alter the program to force to execute wine program.exe instead.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread rai4shu2
Sorry, but I should have said that this no longer works with version
0.9.36 or newer. It works fine, however, with 0.9.33.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread Stephan Hermann
When I set chmod 755 to the exe file on the cli and starting it via ./exefile, 
the exe is being executed correctly with wine-auto.
Nevertheless, clicking in nautilus on an exe file, it gives me your presented 
error message.

But, this is a behaviour we want for security reasons.
Wine is also able to run windows viruses, and that's something we don't want.

I'll move the bug report to nautilus, just because there is the one and
only place to look for a solution.

(Discussed with pitti and kees @ irc, 2007-05-15)

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread Stephan Hermann
** Changed in: nautilus (Ubuntu)
Sourcepackagename: wine = nautilus

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread Ralf Nieuwenhuijsen
But, this is a behaviour we want for security reasons. But, this is a
behaviour we want for security reasons. Wine is also able to run windows
viruses, and that's something we don't want.

I am sorry but I completely disagree.

You want a irrelevant warning about mismatching file-extensions and
mime-types,  that only occurs if the file-extension is lower-case, to
protect us from windows viruses that can't infect the rest of the linux-
system anyway?

My issues with this logic:
 1) the error message is unrelated. It is about .exe not matching 
wine-executables mime-type. (a screenshot very thedailywtf.com worthy)
 2) the error message is only showed when the file-extension is lowercase
 3) wine does not tear down linux' user-level security. wine is just as safe as 
a linux executable running under the user.
 4) wine is unlikely to be vulnerable to the same exploits as microsoft's code: 
its a completely different codebase 
 5) windows executables may in practice be less safe because windows is 
targeted more and has more clueless users. But when we fix bug number 1, this 
will change anyway. We may _not_ depend on this. This is not an intelligent 
strategy.

How I think it should behave:
  1) double clicking any executable (wine, linux, shell-script), that has 
executable permission set, should launch immediately
  2) both lowercase and uppercase .exe extensions would be recognized as 
wine-executables and behave just as a native linux executable
  3) when double clicking an executable file that has no executable flag set, 
the user is asked whether or not it want to execute the file. This question 
should have a remember-my-choice field that turns the executable on, if the 
user has the permission to do so with that file. Perhaps I should file a bug 
report about this for the package nautilus?

Here's a rule of thumb about allowing users to run 'untrusted' software: asking 
is ok, preventing is not, confusing is worse.
Protecting dumb users at the expense of functionality is not our job. Bugs in 
the users, should be filled and fixed upstream. Please post those bugs at one 
these websites:
   http://bugs.launchpad.net/adam 
   http://bugs.launchpad.net/eve

I also would like to point out that wine is not installed by default. It is 
installed by choice. Choice.
It should be possible to launch steam-setup.exe from the desktop after 
downloading it. 

Forcing the usage of the terminal is NOT ACCEPTABLE. And doing it
because you think we are dumb is patronizing. We are talking about linux
users here. People that actually choose to run linux are unlikely to
double click hot-porn.exe . And when the day comes Ubuntu actually has
those type of users, it will be called hot-porn.deb anyway.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread Sebastien Bacher
** Changed in: wine (Ubuntu)
Sourcepackagename: nautilus = wine

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread Hanusz leszek
I agree completely with Ralf.
Is there a way to unmark my bug as a duplicate of this one ?
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/113706

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-15 Thread rai4shu2
Please correct me if I'm wrong, but is this problem addressed here?
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/85338

If this is the direction that Wine should be taking from now on, maybe
someone should notify Scott Ritchie (considering the newer versions of
Wine still include wine.desktop, etc).

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-09 Thread Philip A. Marshall
This seems to be fixed in Feisty.  I haven't encountered the problem
since I upgraded.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-05-05 Thread Haz
I had the same problems after a recent upgrade from Dapper 6.06LTS to Edgy 6.10.
I found a fix as reported in bug 19101.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://bugs.launchpad.net/bugs/91636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-03-31 Thread Ric B
I had this problem, and came here looking for my solution to it. I never
fixed the bug, but I found a work-around. Renate the extenstion to
.EXE (in uppercase) and it works like a charm.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://launchpad.net/bugs/91636

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-03-31 Thread Ralf Nieuwenhuijsen
Yeah, I do hope the wine-maintainer fixes this. Herman are you there?
;-)

I didn't even have wine associated with .exe files in the first place.

I had to manually add it.
Interestingly, griffin (a movie catalog program) was associated with it. 
Perhaps something more sinister is going on?

** Changed in: wine (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://launchpad.net/bugs/91636

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91636] Re: Mimetype error: *.exe = the filename indicates executable, while the contents indicated DOS/Windows executable

2007-03-27 Thread David Oxland
I have the same problem for some reason when trying to open a program
calledemailstripper.exe and I get the above messae.  It will open if I
direct it to, and choose wine to open with  but will not open by simply
clicking on it.  I also changed it's permisson  to executable but no
change.

-- 
Mimetype error: *.exe = the filename indicates executable, while the 
contents indicated DOS/Windows executable
https://launchpad.net/bugs/91636

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs