Author Topic: Power switch shutdown lost  (Read 1085 times)

Offline Howard

  • Hero Member
  • *****
  • Posts: 728
Power switch shutdown lost
« on: September 28, 2011, 05:54:54 PM »
With recent versions of LXDE just pressing the power button on my computer was enough to initiate an orderly shutdown.  Since the last update this hasn't worked.  A minor problem as there are other ways, but I kind of got used to it!
How does one become a hero?  By asking a lot of dumb questions apparently! I have three computers of various ages, the most powerful is a Dell Netbook 10v; each has 2 or 3 versions of PCLOS of various vintages.  Location, St John's, Newfoundland.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Power switch shutdown lost
« Reply #1 on: September 28, 2011, 06:42:42 PM »
That seems a bad habit to get into. Try using LXDE-Logout instead. It is the red icon to the extreme right of lxpanel.     

Offline Howard

  • Hero Member
  • *****
  • Posts: 728
Re: Power switch shutdown lost
« Reply #2 on: September 29, 2011, 04:31:18 PM »
Quote
Try using LXDE-Logout instead. It is the red icon to the extreme right of lxpanel.

But, Neal, that takes TWO clicks ;D
How does one become a hero?  By asking a lot of dumb questions apparently! I have three computers of various ages, the most powerful is a Dell Netbook 10v; each has 2 or 3 versions of PCLOS of various vintages.  Location, St John's, Newfoundland.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Power switch shutdown lost
« Reply #3 on: September 29, 2011, 06:00:51 PM »
That's less than 3. ;) :D     

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Power switch shutdown lost
« Reply #4 on: September 30, 2011, 12:27:35 AM »
Hi,

It is possible to configure keybindings in the rc.xml file. ie: Ctrl+Alt+Shift+S for shutdown... it must not be a shortcut which may trigger another action, of course.
You can find a start for the related doc here : http://openbox.org/wiki/Help:DefaultConfiguration

Regards,
Mélodie



melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Ɗα√ϵς§

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5524
  • PCLinuxOS: A revolution in personal computing
Re: Power switch shutdown lost
« Reply #5 on: October 06, 2011, 01:19:15 PM »
Perhaps you can add gnome-power-manager to do the job?
PCLinuxOS has no wealthy sponsors and can only survive with your donations! Don't wait it might be too late.

Running PCLOS on Athlon II/250 with 2Gb Ram using ASUS M2N68-AM Plus Mobo with Nvidia GF7600GT graphics, and Samsung NC10 Netbook

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3752
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Power switch shutdown lost
« Reply #6 on: October 06, 2011, 01:50:32 PM »
xbindkeys, and my xbindkeysrc  ;D

My notebook is a hp 625, and i use tab <fn>+<f5>, and enable

Code: [Select]
########Logout without question dialog##########
#"dbus-send --system --print-reply --dest="org.freedesktop.Hal" /org/freedesktop/Hal/devices  /computer org.freedesktop.Hal.Device.SystemPowerManagement.Shutdown"
#################################################
#
# Herunterfahren Dialog aufrufen
"lxde-logout"
m:0x0 + c:160
XF86ScreenSaver


change lxde-logout to dbus-send.........., and your system will shutdown, without any questions  ;D