Skip to content

Commit

Permalink
trying to get desktop notifications to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 17, 2025
1 parent bbdf072 commit 8f1623c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pandoc xvfb libnotify-bin
- name: Set up XVFB to handle desktp notifications
sudo apt-get install -y pandoc xvfb libnotify-bin dunst dbus-x11
- name: Set up OS to handle desktop notifications (used in adv.-exec. tutorial)
run: |
Xvfb :99 &
export DISPLAY=:99
eval "$(dbus-launch --sh-syntax)"
dunst &
notify-send "Test Notification"
- uses: actions/checkout@v4
- name: Fetch tags
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 8f1623c

Please sign in to comment.