Re: [Gambas-user] I need a shell script

2009-04-27 Thread Joshua Higgins
Could you not replace the sudo command with gksu (or kdesu)? That command is the same as sudo but asks in X for the password, not on the console. 2009/4/27 jbskaggs jbska...@skaggsworld.com I am having a sudo (permission) problem in my gamemaker program. It creates the code and writes it to

Re: [Gambas-user] I need a shell script

2009-04-27 Thread Stefano Palmeri
Il lunedì 27 aprile 2009 03:33:00 jbskaggs ha scritto: I am having a sudo (permission) problem in my gamemaker program. It creates the code and writes it to the MMain.Module and creates the .Project file. Now I need to be able to shell from my program to a directory and run the gbc2 and

Re: [Gambas-user] I need a shell script

2009-04-27 Thread jbskaggs
When I try to open this with archive manager I get: tar: This does not look like a tar archive tar: Skipping to next header tar: Error exit delayed from previous errors I also tried with xarchive, and ark and could not get it to open could you re-archive it and send it again? JB Stefano

Re: [Gambas-user] I need a shell script

2009-04-27 Thread Stefano Palmeri
Il lunedì 27 aprile 2009 12:31:12 jbskaggs ha scritto: When I try to open this with archive manager I get: tar: This does not look like a tar archive tar: Skipping to next header tar: Error exit delayed from previous errors I also tried with xarchive, and ark and could not get it to open

Re: [Gambas-user] I need a shell script

2009-04-27 Thread charlesg
Hi I sometimes have this problem. It works if you gunzip it first to a tar file. rgds -- View this message in context: http://www.nabble.com/I-need-a-shell-script-tp23248632p23254597.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] I need a shell script

2009-04-26 Thread jbskaggs
I am having a sudo (permission) problem in my gamemaker program. It creates the code and writes it to the MMain.Module and creates the .Project file. Now I need to be able to shell from my program to a directory and run the gbc2 and gba2 commands. I have tried several different shell