From: <dom...@us...> - 2020-02-09 21:18:13
|
Revision: 965 http://sourceforge.net/p/fvwm-crystal/code/965 Author: dominique_libre Date: 2020-02-09 21:18:12 +0000 (Sun, 09 Feb 2020) Log Message: ----------- Exit menu: call systemctl without sudo Modified Paths: -------------- ChangeLog fvwm/components/functions/Exit Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-09 18:59:29 UTC (rev 964) +++ ChangeLog 2020-02-09 21:18:12 UTC (rev 965) @@ -1,7 +1,8 @@ ChangeLog for FVWM-Crystal dimanche 9 février 2020 - fvwm/components/functions/Exit: fix xscreensaver and systemctl menu + fvwm/components/functions/Exit: fix xscreensaver and systemctl menu; + call systemctl without sudo vendredi 7 février 2020 fvwm/components/functions/Exec-Accelerator: Fix restart of urxvtc after a kill -9 Modified: fvwm/components/functions/Exit =================================================================== --- fvwm/components/functions/Exit 2020-02-09 18:59:29 UTC (rev 964) +++ fvwm/components/functions/Exit 2020-02-09 21:18:12 UTC (rev 965) @@ -92,11 +92,11 @@ AddToFunc Exit-Menu-sysctl + I AddToMenu /Exit '' Nop + I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Automatic suspend to disk]' Popup /AutoHibernate -+ I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Resume to RAM]' S $0 suspend -i -+ I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Suspend to disk]' S $0 hibernate -i ++ I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Resume to RAM]' A $0 suspend -i ++ I AddToMenu /Exit '%22x22/fvwm-crystal/gdm.png%$[gt.Suspend to disk]' A $0 hibernate -i + I AddToMenu /Exit "" Nop -+ I AddToMenu /Exit '%22x22/fvwm-crystal/system-reboot.png%$[gt.Reboot computer]' S $0 reboot -i -+ I AddToMenu /Exit '%22x22/fvwm-crystal/system-shutdown.png%$[gt.Turn off computer]' S $0 poweroff -i ++ I AddToMenu /Exit '%22x22/fvwm-crystal/system-reboot.png%$[gt.Reboot computer]' A $0 reboot -i ++ I AddToMenu /Exit '%22x22/fvwm-crystal/system-shutdown.png%$[gt.Turn off computer]' A $0 poweroff -i DestroyFunc Exit-SelectLogoutManager AddToFunc Exit-SelectLogoutManager This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |