PDA

View Full Version : [ubuntu] LinuxEssentials, DE Restarter



lkjoel
June 19th, 2010, 03:44 AM
LinuxEssentials is a project to restart the Desktop Environment, without closing any windows.
It has been tested on GNOME and KDE, but not XFCE.
It is just a bunch of shell scripts, but it can save you from restarting the computer.

The Home Page is at http://code.google.com/p/linuxessentials/.

There are many shell scripts, but usually you just need

chmod +x FASTGNOME.sh
./FASTGNOME.sh or
chmod +x FASTKDE.sh
./FASTKDE.sh or
chmod +x FASTXFCE.sh
./FASTXFCE.shThere are 4 bugs, noted on http://code.google.com/p/linuxessentials/issues/list.


If anyone has any suggestions or bug fixes, please reply to this thread.
I would be willing to make this script work on all DEs, and remove the bugs.
If anyone knows how to fix a bug, I repeat: Please tell me!!!

lkjoel
July 6th, 2010, 06:40 PM
Bump