Deminder / ShutdownTimer

Convenient shutdown timer and real-time clock alarm for the gnome-shell Quick Settings
26 stars 3 forks source link

No shutdown scheduled. #23

Closed bartoszek closed 1 month ago

bartoszek commented 6 months ago

Describe the bug Shutdown is not getting scheduled.

To Reproduce Screencast from 2024-04-29 10-36-57.webm

System

Deminder commented 6 months ago
  1. The root/system shutdown (which can be seen via shutdown --show) is only used if you enable Settings > Shutdown > Toggle root shutdown with shutdown timer. (It is disabled by default)

  2. However, I am not able to reproduce no shutdown action being run (with Shutdown Timer stopped). It should show a poweroff dialog.

In order to see what is happening on your system, debug logging would be helpful. To enable debug logging set export const debugMode = true; in ~/.local/share/gnome-shell/extensions/ShutdownTimer\@deminder/modules/util.js then restart gnome-shell (by logout and login).