Shutdown from g-p-m doesn't use uspash
Bug #35182 reported by
Jan Mynarik
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-power-manager (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
When run on battery and battery level is critical enough for g-p-m to shutdown my notebook, the shutdown process is not beautified with usplash like it is when shutting down from gdm, session logout dialog or 'restart' notification icon.
Running Dapper, g-p-m 2.13.93-0ubuntu3
To post a comment you must log in.
At the moment, hal-system- power-shutdown has this:
#Try for common tools
/sbin/ shutdown -h now shutdown" ] ; then
/usr/sbin/ shutdown -h now
if [ -x "/sbin/shutdown" ] ; then
exit $?
elif [ -x "/usr/sbin/
exit $?
else
unsupported
fi
so that it works on all distros. On Ubuntu, how do you shutdown on the command line so that usplash activates? It's easy to add to upstream hal if you give me the command.
Richard.