mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Add comprehensive logging to help diagnose why idle detection is not triggering properly when the system suspends/resumes, particularly on Wayland systems where powerMonitor events may not fire reliably. The logging covers: - Power monitor suspend/resume/lock/unlock events - Idle time calculations on system wake - Whether idle messages are sent to frontend based on thresholds This will help identify if: 1. PowerMonitor events are firing on the user's KDE Wayland system 2. Idle time is being calculated correctly during sleep periods 3. Messages are being sent but not processed by the frontend Related to issue #4734 where time tracking continues during sleep mode. |
||
|---|---|---|
| .. | ||
| assets/icons | ||
| overlay-indicator | ||
| shared-with-frontend | ||
| backup.ts | ||
| common.const.ts | ||
| CONFIG.ts | ||
| debug.ts | ||
| electronAPI.d.ts | ||
| error-handler-with-frontend-inform.ts | ||
| full-screen-blocker.ts | ||
| get-settings.ts | ||
| idle-time-handler.ts | ||
| indicator.ts | ||
| ipc-handler.ts | ||
| jira.ts | ||
| local-file-sync.ts | ||
| lockscreen.ts | ||
| main-window.ts | ||
| main.ts | ||
| plugin-node-executor.ts | ||
| preload.ts | ||
| simple-store.ts | ||
| start-app.ts | ||
| tsconfig.electron.json | ||
| various-shared.ts | ||