From f4822fd96a3adfe3193d4d426f3efb91835cbf43 Mon Sep 17 00:00:00 2001 From: Christopher Schnick Date: Mon, 17 Feb 2025 02:04:47 +0100 Subject: [PATCH] Small fixes [stage] --- Dockerfile | 7 +++++-- version-ptb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04ccdd6..f8ebebb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN \ echo "**** add icon ****" && \ curl -L -o \ /kclient/public/icon.png \ - https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png \ + "https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png" RUN echo "**** VsCode **** ($TARGETPLATFORM)" && \ if [ "$TARGETPLATFORM" = "linux/amd64" ]; then VSCODE_LINK="https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64"; else VSCODE_LINK="https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-arm64"; fi && \ @@ -78,7 +78,8 @@ RUN echo "**** install tool packages ****" && \ kate \ gedit \ terminator \ - remmina + remmina-plugin-rdp && \ + apt-get autoclean RUN echo "**** XPipe **** ($TARGETPLATFORM)" && \ if [ "$TARGETPLATFORM" = "linux/amd64" ]; then XPIPE_ARTIFACT="xpipe-installer-linux-x86_64.deb"; else XPIPE_ARTIFACT="xpipe-installer-linux-arm64.deb"; fi && \ @@ -92,6 +93,8 @@ RUN mkdir -p "/etc/xdg/autostart/" && ln -s "/usr/share/applications/$XPIPE_PACK RUN echo "**** konsole tweaks ****" && mkdir -p /config/.config && printf "\n\n[KonsoleWindow]\nUseSingleInstance=true\n\n[Notification Messages]\nCloseAllTabs=true\n" > /config/.config/konsolerc +RUN echo "**** kwallet tweaks ****" && mkdir -p /config/.config && printf "[Wallet]\nEnabled=false\n" > /config/.config/kwalletrc + RUN echo "**** kde tweaks ****" && \ sed -i \ "s/applications:org.kde.discover.desktop,/,/g" \ diff --git a/version-ptb b/version-ptb index 5ce43a6..4db6d3c 100644 --- a/version-ptb +++ b/version-ptb @@ -1 +1 @@ -14.0-67 \ No newline at end of file +15.1-2 \ No newline at end of file