For the suspend to RAM question, without systemd one would need to
create another startsuspend script with the command
#!/bin/bash
sleep 3
echo mem >/sys/power/state # if we want suspend to RAM (S3)
echo disk > /sys/power/state # if we want suspend to Disk (S4)
and modify the sudoers config file
Very nice Bernd! Two questions
First: can you add a way to add suspend (to RAM) in the
README.linux ?
Second: Can I put your tgz on my pages (with your name of course)
?
best,
Antonis.
Hello CDE-users,
It's possible to reboot or shutdown the system using the dtlogin
session menu.
Thanks to Antonis Tsolomitis (http://myria.math.aegean.gr/~atsol/newpag
e-en/software/cde/cde.html) there's an example of how to create session
menu entries.
Look at http://myria.math.aegean.gr/~atsol/