diff --git a/Dockerfile b/Dockerfile index c446c0c..b6564cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN \ pacman -Sy --noconfirm \ chromium \ "telegram-desktop${TELEGRAM_VERSION:+=$TELEGRAM_VERSION}" \ - webkit2gtk && \ + webkit2gtk-4.1 && \ echo "**** cleanup ****" && \ printf \ "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d552e15..eee881d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -23,7 +23,7 @@ RUN \ pacman -Sy --noconfirm \ chromium \ telegram-desktop \ - webkit2gtk && \ + webkit2gtk-4.1 && \ echo "**** cleanup ****" && \ printf \ "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" \ diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland index 2aee32d..37e1313 100644 --- a/root/defaults/autostart_wayland +++ b/root/defaults/autostart_wayland @@ -1,3 +1,6 @@ #!/bin/bash +gio mime x-scheme-handler/http chromium.desktop +gio mime x-scheme-handler/https chromium.desktop +gio mime application/x-terminal-emulator foot.desktop /usr/bin/Telegram