Skip to content

Commit

Permalink
start a userspace dbus session, along with the system one
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent 6e96c75 commit 1e9d082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: setup dbus
run:
sudo systemctl start dbus;
eval `dbus-launch --sh-syntax --exit-with-session`;
systemctl --user start dbus;
#eval `dbus-launch --sh-syntax --exit-with-session`;
xvfb-run dunst --screen 0 600x400x8 &
- name: test_notifications
run: notify-send "test summary" "test body"
Expand Down

0 comments on commit 1e9d082

Please sign in to comment.