[Gambas-user] Relaunching a program as root

Tobias Boege taboege at ...626...
Mon Dec 30 12:15:16 CET 2013


On Mon, 30 Dec 2013, Kende Kriszti?n wrote:
> Otherwise. Your code:
> 
> IIf(Application.Path Ends ".gambas", "/usr/bin/gbr3 ", "/usr/bin/gbx3 ") &
> Application.Path
> 
> isn't correct, because Application.Path is a directory, not file.
> 

Right! You used Application.Path &/ Application.Name which seems the best
possible solution but it is yet not perfect. What if the user calls his
project A and calls the archive B.gambas? Then it would not work, right? Is
a property in Application missing?

> And a little bug. If I use sudo method and I write good password, then
> opened two window; root and error message (good with su method).
> 

This bug was also reported to me from Hans but it never happened to me...
Let's see...

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list