Ok to fix the "bugs" do the following:
1. Open the Karaba theme that does not work with Texteditor.
2. Search something like this:
clickarea x=0 y=0 w=32 h=32 onclick="/sbin/shutdown -h now
"
Change it to:
clickarea x=0 y=0 w=32 h=32 onclick="/sbin/shutdown -h now"
Save and exit the editor as last reload the theme.
The Problem is that the " is not after the end of the command. But on the new line and therefore it do not work. Simply write the " after the command and save then it shoud work.
Ok i hope that fix the Problem.
Plz write comment if it works or not (it should)
cu
TOD
Hi!
I have changed it, but works only "Logout (fixed :))" and "Lock Sesion". POweroff & Reboot doesn't work. I use Fedora Core 3, if it can help.
Greetings!
It is possible that you don't have the authorizatione to use the /sbin/shutdown command.
To test this type in console:
/sbin/shutdown -r now
If it work you pc is rebooting.
If you get an error you must change the rights.
I don't understand why it dosnt go my only idea is the rigths.
check this
HTH
cu
TOD
Hi
I don't use Gnome because of this sh..
My only Idea is to change the rights:
sudo su
chmod 751 /sbin/shutdown
Now owner can do all group can read and execute and all can only execute.
If this is not enough do:
chmod 775 /sbin/shutdown
if this is without efect do:
chown root:users /sbin/shutdown
At last you can do:
chown (your username):(your username) /sbin/shutdown
but this is very dangerous!
Or use Google to find help.
HTH
cu
TOD
i think you need root rights, to shutdown the computer with "/sbin/shutdown...."
"user@linux:~> /sbin/shutdown -h now
shutdown: you must be root to do that!"
but i am a normal user.
how can i use the buttons without root rights??
Thanks
Ratings & Comments
10 Comments
Hi! It looks very nice, but some buttons doesn't work (Reboot, Logout, Shutdown) ;(. Logout is OK. :) What I should to do? Greetengs
Ok to fix the "bugs" do the following: 1. Open the Karaba theme that does not work with Texteditor. 2. Search something like this: clickarea x=0 y=0 w=32 h=32 onclick="/sbin/shutdown -h now " Change it to: clickarea x=0 y=0 w=32 h=32 onclick="/sbin/shutdown -h now" Save and exit the editor as last reload the theme. The Problem is that the " is not after the end of the command. But on the new line and therefore it do not work. Simply write the " after the command and save then it shoud work. Ok i hope that fix the Problem. Plz write comment if it works or not (it should) cu TOD
I have upload now the fixed version. I hope it was the last fix :-)) cu TOD
Hi! I have changed it, but works only "Logout (fixed :))" and "Lock Sesion". POweroff & Reboot doesn't work. I use Fedora Core 3, if it can help. Greetings!
It is possible that you don't have the authorizatione to use the /sbin/shutdown command. To test this type in console: /sbin/shutdown -r now If it work you pc is rebooting. If you get an error you must change the rights. I don't understand why it dosnt go my only idea is the rigths. check this HTH cu TOD
This commands only for root..... not user. Reply please. Thanks
Hi I don't use Gnome because of this sh.. My only Idea is to change the rights: sudo su chmod 751 /sbin/shutdown Now owner can do all group can read and execute and all can only execute. If this is not enough do: chmod 775 /sbin/shutdown if this is without efect do: chown root:users /sbin/shutdown At last you can do: chown (your username):(your username) /sbin/shutdown but this is very dangerous! Or use Google to find help. HTH cu TOD
i think you need root rights, to shutdown the computer with "/sbin/shutdown...." "user@linux:~> /sbin/shutdown -h now shutdown: you must be root to do that!" but i am a normal user. how can i use the buttons without root rights?? Thanks
sorry...i have not read the thread before....
does is work?