When enabling "Show in System Tray" (tray_icon_enabled), the app freezes on next launch — the
window never appears and the process becomes unresponsive. This happens on KDE Plasma 6 with
Wayland.
Steps to reproduce:
- Open Pomotroid
- Go to Settings > System
- Enable "Show in System Tray"
- Close and reopen the app
- The app hangs — no window, no tray icon, process stuck
Workaround:
Manually set tray_icon_enabled to false in the SQLite database:
sqlite3 ~/.local/share/com.splode.pomotroid/pomotroid.db "UPDATE settings SET value='false' WHERE
key='tray_icon_enabled';"
Environment:
- Pomotroid 1.4.0 (AUR pomotroid-bin)
- KDE Plasma 6 / Wayland
- Arch Linux (CachyOS kernel 6.18)
When enabling "Show in System Tray" (tray_icon_enabled), the app freezes on next launch — the
window never appears and the process becomes unresponsive. This happens on KDE Plasma 6 with
Wayland.
Steps to reproduce:
Workaround:
Manually set tray_icon_enabled to false in the SQLite database:
sqlite3 ~/.local/share/com.splode.pomotroid/pomotroid.db "UPDATE settings SET value='false' WHERE
key='tray_icon_enabled';"
Environment: