Results 1 to 5 of 5

Thread: Geany permissions problem

  1. #1
    Join Date
    Jan 2011
    Location
    USA
    Beans
    13
    Distro
    Ubuntu

    Geany permissions problem

    I'm trying to run a program in Geany, and when I try hitting F5 for "execute," it just says "permission denied." What's going on? Pretty much, I'm trying to do the same thing as hitting Ctrl + F5 in Microsoft Visual Studio does, the "Build without debugging" command.

  2. #2
    Join Date
    May 2011
    Beans
    4

    Re: Geany permissions problem

    Quote Originally Posted by mollycule View Post
    I'm trying to run a program in Geany, and when I try hitting F5 for "execute," it just says "permission denied." What's going on? Pretty much, I'm trying to do the same thing as hitting Ctrl + F5 in Microsoft Visual Studio does, the "Build without debugging" command.
    I'm getting the same error here.
    I search in the forum and find peoples with the same problem, but I didn't find the solution. x_x'

    Anyone can help?

  3. #3
    Join Date
    May 2010
    Beans
    4

    Re: Geany permissions problem

    I solved this problem (permission denied ... error 126) just saving my file like "****.cpp" or "*****.c"

  4. #4
    Join Date
    Aug 2010
    Beans
    1

    Re: Geany permissions problem

    Hello

    I found the solution to this problem.
    Geany doesn't make the script executable and that is why you are getting this error.
    If you create your script or just an empty saved file, and than you make it executable (chmod +x filenaam.extension).
    Open it again with geany en try to run it.
    If everything is correct, you will see that your script is being executed.

    I hope this helps.

    greetings
    Boeykes

  5. #5
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Geany permissions problem

    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

Tags for this Thread

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
  •