From f3472dc12014ae352d8de399cbcb2e3fb8f7df1d Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 31 Jul 2024 14:17:16 -0400 Subject: [PATCH] add notification tools --- Dockerfile | 2 ++ Dockerfile.aarch64 | 2 ++ root/kasminit | 3 +++ 3 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index dac8941..b97b4ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -261,6 +261,7 @@ RUN \ docker-buildx-plugin \ docker-compose-plugin \ dbus-x11 \ + dunst \ ffmpeg \ file \ fonts-noto-color-emoji \ @@ -278,6 +279,7 @@ RUN \ libgomp1 \ libhash-merge-simple-perl \ liblist-moreutils-perl \ + libnotify-bin \ libp11-kit0 \ libpam0g \ libpixman-1-0 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index c73c43f..aa0b970 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -265,6 +265,7 @@ RUN \ docker-buildx-plugin \ docker-compose-plugin \ dbus-x11 \ + dunst \ ffmpeg \ file \ fonts-noto-color-emoji \ @@ -281,6 +282,7 @@ RUN \ libgomp1 \ libhash-merge-simple-perl \ liblist-moreutils-perl \ + libnotify-bin \ libp11-kit0 \ libpam0g \ libpixman-1-0 \ diff --git a/root/kasminit b/root/kasminit index 845a1c4..0abb94e 100755 --- a/root/kasminit +++ b/root/kasminit @@ -37,6 +37,9 @@ if [ ! -z ${KASM_URL+x} ]; then export VIVALDI_CLI=$KASM_URL fi +# Notification daemon +dunst & + ## Directory setup for home folder ## # Create folders for upload/download mkdir -p $HOME/Desktop $HOME/Downloads