Skip to content

Commit

Permalink
add a way to launch the dbus-broker service before launching session,…
Browse files Browse the repository at this point in the history
… in case that hasn't been done automatically
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent f03ae07 commit 9353cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Install Dependencies
run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify-bin
name: setup dbus
run: systemctl start dbus-broker
eval `dbus-launch --sh-syntax --exit-with-session`
- name: test-notifications
run: notify-send "test summary" "test body"
Expand Down

0 comments on commit 9353cea

Please sign in to comment.