feat: add Linux support for Live Notifications toasts w/ libnotify (#5881)

This commit is contained in:
cmp
2025-02-08 13:06:48 -06:00
committed by GitHub
parent e4ae092b6f
commit 2656fd0d6b
15 changed files with 95 additions and 16 deletions
+2
View File
@@ -13,6 +13,8 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
libxcb-randr0-dev \
libboost-system-dev \
libboost-filesystem-dev \
libnotify4 \
libnotify-dev \
libpulse-dev \
libxkbcommon-x11-0 \
build-essential \
+2
View File
@@ -13,6 +13,8 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
libxcb-randr0-dev \
libboost-system-dev \
libboost-filesystem-dev \
libnotify4 \
libnotify-dev \
libpulse-dev \
libxkbcommon-x11-0 \
build-essential \
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
libxcb-randr0-dev \
libboost-system-dev \
libboost-filesystem-dev \
libnotify4 \
libnotify-dev \
libpulse-dev \
libxkbcommon-x11-0 \
build-essential \