I don't see why I would have a permissions problem:
./geany_run_script.sh: 5: ./geany_run_script.sh: /home/thufir/.rvm/rubies/default: Permission denied
------------------ (program exited with code: 126) Press return to continue
thufir@dur:~$ thufir@dur:~$ ll /home/thufir/.rvm/rubies/default lrwxrwxrwx 1 thufir thufir 40 Dec 13 00:19 /home/thufir/.rvm/rubies/default -> /home/thufir/.rvm/rubies/ruby-1.9.3-p327/ thufir@dur:~$
In the build commands I put execute to:
/home/thufir/.rvm/rubies/default "%f"
but inadvertently wiped out the compile field. I didn't see where geany stores its config files, no ~/.geany directory, but I only changed the build commands.
see also:
http://article.gmane.org/gmane.editors.geany.general/6781
thanks,
Thufir
Hi,
Le 17/12/2012 17:57, Thufir a écrit :
I don't see why I would have a permissions problem:
./geany_run_script.sh: 5: ./geany_run_script.sh: /home/thufir/.rvm/rubies/default: Permission denied
(program exited with code: 126) Press return to continue
thufir@dur:~$ thufir@dur:~$ ll /home/thufir/.rvm/rubies/default lrwxrwxrwx 1 thufir thufir 40 Dec 13 00:19 /home/thufir/.rvm/rubies/default -> /home/thufir/.rvm/rubies/ruby-1.9.3-p327/ thufir@dur:~$
In the build commands I put execute to:
/home/thufir/.rvm/rubies/default "%f"
Looks like you try to execute a directory?
I guess you need to replace your build command with:
/home/thufir/.rvm/rubies/default/bin/ruby "%f"
but inadvertently wiped out the compile field. I didn't see where geany stores its config files, no ~/.geany directory, but I only changed the build commands.
The build commands are saved in the filetypes files under, ~/.config/geany/filedefs/
Regards, Colomban
see also:
http://article.gmane.org/gmane.editors.geany.general/6781
thanks,
Thufir
On 12/17/2012 09:04 AM, Colomban Wendling wrote: [..]
I guess you need to replace your build command with:
/home/thufir/.rvm/rubies/default/bin/ruby "%f"
[..]
Thanks :)
Incidentally, should I top post to this list, or bottom post? I like to use gmane and pan for mailing lists, and pan defaults bottom post.
-Thufir