Re: [Gambas-user] execute shell command then exit

2008-08-23 Thread werner 007
I did a little research on how to separate a process and found: YourCommand & disown or nohub YourCommand & (& is for bg) Regards, Werner(007) -- View this message in context: http://www.nabble.com/execute-shell-command-then-exit-tp19013217p19123997.html Sent from the gambas-user mailing lis

Re: [Gambas-user] Help with understanding how not to hard-code paths

2008-08-23 Thread werner 007
Gambas has the two objects "system" and "user", which contain also path information. Use these often! For example, "user.home" contains the home-directory, add to this the string "./YourApplicationName" as path to the directory of your images. Regards, Werner -- View this message in context: h

Re: [Gambas-user] execute shell command then exit

2008-08-23 Thread werner 007
With the shell you should have the possibility to separate a calling process from parent, or to run as a background process. I think a usable command could be fork, or call the process with a closing "&". This is only meant as guidance, because whether this is quite true ...? Regards, Werner(007)

[Gambas-user] Failing when create DEB installation package

2008-08-23 Thread werner 007
Hi at all I have Gambas 2.7. When i will create a deb-package, it fails with success message. But Mandriva, Suse and Fedora work well. Can anybody give me a hint how to fix this? Regards Werner (007) The output from the creation-window is: Paket für Debian erstellen. Making build directory.