Results 1 to 7 of 7

Thread: Can I disable Excutable Bit?

  1. #1
    Join Date
    Jul 2008
    Beans
    105

    Can I disable Excutable Bit?

    I have lightly used previous versions of Ubuntu, and this "feature" was not present. But now, with 10.04 i cant install the software I want to install. Namely Steam under Wine. I know I could do the play on linux deal, but I would really like to disable this "feature" entirely.

    Can I do that, and how?
    Noob In Training.......

    I'll get there

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can I disable Excutable Bit?

    I agree that this feature is obnoxious and poorly implemented. The easy way to get around it is to right-click on the .exe file you want to run, select "Open with Other Application..." and then enter "wine" in the box labeled "Use a custom command." This bypasses the utility that throws a warning about the executable bit.

    You could also probably just edit the script at /usr/bin/cautious-launcher (which is what actually gets called when you try to open .exe files) to prevent it from doing anything, but I haven't tried that yet.

  3. #3
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Can I disable Excutable Bit?

    or you could just set the file as executable, you know like every other executable file in linux.

    Right click it, select permissions, check allow executing of file.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  4. #4
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can I disable Excutable Bit?

    or you could just set the file as executable, you know like every other executable file in linux.

    Right click it, select permissions, check allow executing of file.
    Of course, but that doesn't work if the file is on a CD, since then the file system is mounted read-only and you can't change permissions. That's why I think this Executable Bit stuff is so poorly implemented (not to mention pedantic, since most people don't want a geeky lecture about Unix file permissions when they're trying to run files with wine).

  5. #5
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Can I disable Excutable Bit?

    I agree, somethings needs to be adjusted for cd-rom's, so that it can still be used via normal gui methods.

    But as for the geeky lectures about unix file-permissions, I'm going to say everyone could use a little more of it. (after all windows has been moving towards a more and more restrictive file permission system in vista and 7, so they will have to deal with it regardless )
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  6. #6
    Join Date
    Mar 2011
    Beans
    8

    Talking Re: Can I disable Excutable Bit?

    Quote Originally Posted by pytheas22 View Post
    -snip-
    You could also probably just edit the script at /usr/bin/cautious-launcher (which is what actually gets called when you try to open .exe files) to prevent it from doing anything, but I haven't tried that yet.
    it works :O Thanks

  7. #7
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Can I disable Excutable Bit?

    Old thread closed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •