I'm back with another annoying question :P
Problem: Got an executable sitting on a NTFS mounted drive I'd like to run. I double click it and it asks me what I want to open it with (my fragile windows .exe centric brain can't handle this level of confuzzle ). I try to run from the terminal (sudo) and it doesn't throw an error, but then again nothing happens either.
If I copy this same exact executable to anywhere on my Linux partition I can run it just fine via double click or terminal.
File has full rwx permissions -rwxrwxrwx and I even have changed the owner and the group from root to chris to see if that would help out... but noppers.
Question: So uh... yeah... whats going on? Linux no likely my NTFS? Is that the problem? Should this windows-linux share be formatted in FAT32 instead or somethin'? Or is Linux determined to make me use my Home folder that I have been going out of my way to neglect?
As for the executable its just an OpenGL app running off a few x11 libraries (statically) so dependencies aren't a problem. I.e., it should be runnable from anywhere all by its lonesome self.
Problem: Got an executable sitting on a NTFS mounted drive I'd like to run. I double click it and it asks me what I want to open it with (my fragile windows .exe centric brain can't handle this level of confuzzle ). I try to run from the terminal (sudo) and it doesn't throw an error, but then again nothing happens either.
If I copy this same exact executable to anywhere on my Linux partition I can run it just fine via double click or terminal.
File has full rwx permissions -rwxrwxrwx and I even have changed the owner and the group from root to chris to see if that would help out... but noppers.
Question: So uh... yeah... whats going on? Linux no likely my NTFS? Is that the problem? Should this windows-linux share be formatted in FAT32 instead or somethin'? Or is Linux determined to make me use my Home folder that I have been going out of my way to neglect?
As for the executable its just an OpenGL app running off a few x11 libraries (statically) so dependencies aren't a problem. I.e., it should be runnable from anywhere all by its lonesome self.
Comment