Page 1 of 1

script to start dolphin in guest mode

Posted: 29 Mar 2014, 21:01
by francois
I am trying to figure a script to start dolphin-root-mode in guest mode. The following instructions in cli mode does the job:

Code: Select all

guest@porteus:~$ su
Password: 
root@porteus:/home/guest# export $(dbus-launch)
root@porteus:/home/guest# dolphin
How would you write that script? It has to ask for the root password. :twisted:

Re: script to start dolphin in guest mode

Posted: 29 Mar 2014, 21:47
by brokenman

Code: Select all

export $(dbus-launch)
kdesu dolphin

Re: script to start dolphin in guest mode

Posted: 30 Mar 2014, 13:01
by francois
Hum! That simple. :oops:
Thanks.

And as I get very huge windows. How do I fix their size to smaller values?