Hello,
my problem is that Hibernate or Suspend doesn't function at all when choosing from the quit menu of fluxbox. But it does function when using hibernate script from the repository run as root from the CLI.
Moderator: emorrp1

daquirm wrote:Hello,
my problem is that Hibernate or Suspend doesn't function at all when choosing from the quit menu of fluxbox. But it does function when using hibernate script from the repository run as root from the CLI.


if [ "$line" = "suspend" ]
then
rm -rf $CIAODIR/*
# pmi action sleep
pm-suspend
fi
if [ "$line" = "hibernate" ]
then
rm -rf $CIAODIR/*
# pmi action hibernate
pm-hibernate
fi

Users browsing this forum: No registered users and 1 guest