-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
locainin edited this page Feb 6, 2026
·
5 revisions
- Confirm the session type is Wayland:
echo $XDG_SESSION_TYPE. - Confirm GTK4 + gtk4-layer-shell are installed.
- Confirm the compositor allows layer-shell surfaces.
- Run
noticenterctl open-panel --debug infoand review logs.
- Confirm the daemon is running:
systemctl --user status unixnotis-daemon. - Verify
popups.outputmatches the compositor output name when set. - Ensure
inhibit.modeis not set todrop_all.
- Confirm icon themes are installed (
hicoloris required). - Confirm notification image hints contain valid paths.
- Validate CSS changes with
noticenterctl css-checkif custom themes are used; warnings often indicate intentional overrides but are useful to catch accidental duplicates.
- Confirm required external commands are installed for the widget.
- Prefer
watch_cmdfor event-driven widgets to reduce polling. - Review
refresh_interval_msandrefresh_interval_slow_msunder[widgets].
- Confirm
$HOME/.local/binis writable. - Remove root-owned files created by a previous install.
- Run the installer and choose Reset config → Restore backup.
- Backups live under
$XDG_CONFIG_HOME/unixnotis/Backup-YYYY-MM-DD. - Fallback backup path:
$HOME/.config/unixnotis/Backup-YYYY-MM-DD. - Retention is controlled in
$XDG_CONFIG_HOME/unixnotis/installer.toml.