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