View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#277
Originally Posted by D@vIcHoJD View Post
If that is the problem, now we have to launch the application from the x-terminal, until someone correct the problem or wait until caligra be compiled for our N900.
Running user programs as root is not recommended.

HOWEVER, if you really want to run freoffice as root by default, without having to open the terminal and become root, etc. you can just the setuid bit on the executable.

open xterm and do:

Noob-note: type only what is written after the "$" or the "#" symbol.

* find the path to the FreOffice executable (I don't have it, so I don't know it).
Code:
$ which FreOffice
/opt/bla bla bla.
* get root (you can also type "sudo gainroot")
Code:
$ root
* set the suid bit
Code:
# chmod +s /opt/blabla
* exit
Code:
# exit
$ exit
 

The Following User Says Thank You to reinob For This Useful Post: