
Shutdown & Co.
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Shutdown & Co is a Superkaramba theme that has the following skills:
- Shutdown
- Reboot
- Logout with session management
- Lock current session
I have made 7 Versions:
Shutdown&Co-left-right-font.theme --> 1
Shutdown&Co-top-down-font.theme --> 2
Shutdown&Co-top-down.theme --> 3
Shutdown&Co-cube1-font.theme --> 4
Shutdown&Co-cube1.theme --> 5
Shutdown&Co-left-right.theme --> 6
Shutdown&Co-cube2.theme --> 7
I hope You like it.
Write Comments plz.
cu
TOD
No liability is assumed for damages to hard and software !!
15 years ago
1.1 Fix Bugs in .theme files
15 years ago
1.1 Fix Bugs in .theme files
adalbertus
15 years ago
It looks very nice, but some buttons doesn't work (Reboot, Logout, Shutdown) ;(. Logout is OK. :) What I should to do?
Greetengs
Report
TOD
15 years ago
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
Report
ichobod
15 years ago
"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
Report
ichobod
15 years ago
Report
TOD
15 years ago
Report
Eugeni
15 years ago
Reply please.
Thanks
Report
TOD
15 years ago
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
Report
adalbertus
15 years ago
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!
Report
TOD
15 years ago
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
Report
TOD
15 years ago
I hope it was the last fix :-))
cu
TOD
Report