:: [devuan-dev] bug#513: enlightenment…
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Trek
日付:  
To: 513
題目: [devuan-dev] bug#513: enlightenment fails to shutdown, reboot, suspend
On Sun, 4 Oct 2020 13:33:01 +0000
yves@??? wrote:

> enlightenment fais to shutdown, reboot suspend…
> sh: 1: /usr/bin/systemctl: not found


reading the code, a workaround could be to edit the values of halt,
reboot, suspend and hibernate in /etc/enlightenment/sysactions.conf

this also means the binary package could be patched without recompiling

the 0.24.2-5 version seems to check for systemd at runtime, so no need
to workaround anymore:

https://sources.debian.org/src/e17/0.24.2-5/src/bin/system/e_system_power.c/?hl=38#L38

ciao!