Skip to content

Commit 60fddc2

Browse files
committed
Fix starting notification daemon
When multiple notification daemons are installed, bus activation doesn't work. So, just installing dunst is not enough, it needs to be started explicitly. And for the same reason, systemd unit cannot be used, because systemd refuses to load two units with the same bus name (even if only one is started at the same time). QubesOS/qubes-issues#8768
1 parent 020cd9b commit 60fddc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

i3.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ for_window [instance="zenity"] floating enable
296296
# necessary to make sure transient vm's come up
297297
exec --no-startup-id $desktop_autostart
298298

299+
# Start dunst explicitly, bus activation can't work if there are multiple providers
300+
exec --no-startup-id dunst
301+
299302
#######################################################################
300303
# automatically start i3-config-wizard to offer the user to create a
301304
# keysym-based config which used their favorite modifier (alt or windows)

0 commit comments

Comments
 (0)