Power off button does not work...

Problems with hardware & laptops not being detected or supported during or after install.
Locked
vik123
Posts: 4
Joined: Sun Sep 18, 2011 8:58 pm

Power off button does not work...

Post by vik123 »

Hi All,

I have just installed the LXDE on my Debian system and i have a problem with the power off button. When i click on this button a window appears with the possibility to log off, hibernate, suspend or cancel. The "Turn off the computer" is missing...
Can you please to help me to get this useful option?

Thanks
rokytnji
Posts: 131
Joined: Mon Jun 13, 2011 10:45 pm
Location: pecos.tx
Contact:

Re: Power off button does not work...

Post by rokytnji »

Run the command

Code: Select all

apt-cache policy hal
to see if it is installed first, If it is not installed.

Code: Select all

sudo apt-get update && apt-get install hal
to install hal.

Or. Use aptitude if so preferred to install hal. Reboot, check shutdown menu then. That is how I fixed the shutdown menu in my Debian Testing AntiX 8.5 LXDE install.
Amrel RT 786ex 1.6ghz, 512MB ram , AntiX 8.5 core, Biker Linux user # 475019
Lead,Follow, or get the heck out of the way
My AntiX LXDE Install
vik123
Posts: 4
Joined: Sun Sep 18, 2011 8:58 pm

Re: Power off button does not work...

Post by vik123 »

Thanks. Now it works perfectly.
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Power off button does not work...

Post by amjjawad »

vik123 wrote:Thanks. Now it works perfectly.
Please mark this topic as Solved if you don't have any other question :)
Feel Free to contact me: http://amjjawad.net
shmell
Posts: 1
Joined: Thu Oct 06, 2011 8:55 am

Re: Power off button does not work...

Post by shmell »

I did everything as you advised and for some time there were o problems, but now it has dissappeared again... What can be wrong?
rokytnji
Posts: 131
Joined: Mon Jun 13, 2011 10:45 pm
Location: pecos.tx
Contact:

Re: Power off button does not work...

Post by rokytnji »

Sometimes when doing a upgrade things can be removed. I being a Debian Testing/Unstable user pay special attention to what gets removed during a

Code: Select all

apt-get update && apt-get dist-upgrade
command.

Do a

Code: Select all

apt-cache policy hal
to see if hal was removed. Maybe because of upgrade. Also. I froze my LXpanel to ver 1.6, because 1.7 lost my menu entries when panel was on top of screen.
Amrel RT 786ex 1.6ghz, 512MB ram , AntiX 8.5 core, Biker Linux user # 475019
Lead,Follow, or get the heck out of the way
My AntiX LXDE Install
Mitja
Posts: 4
Joined: Sun Dec 11, 2011 5:32 pm

Re: Power off button does not work...

Post by Mitja »

Code: Select all

/sbin/shutdown [-t sec] [-arkhncfF] time [warning-message] 
if you cant fix it you can always use terminal
Locked