From 36fb0a5942f64eed67896a788970d368646e0011 Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 9 Apr 2026 10:52:49 -0400 Subject: [PATCH] install new package name and ensure linking for url opening from telegram --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- root/defaults/autostart_wayland | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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