From d7b0fac7f33e1b213168663e68bb20ed9ea96361 Mon Sep 17 00:00:00 2001 From: Tim Tassonis Date: Thu, 30 Mar 2023 14:52:17 +0200 Subject: [PATCH] Really fix the transmission-4.0.2 webclient. --- introduction/welcome/changelog.xml | 3 +++ xsoft/other/transmission.xml | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 70e636c899..a9a6b69d68 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,9 @@ March 30th, 2023 + + [timtas] - Really fix the transmission-4.0.2 webclient. + [timtas] - Update to transmission-4.0.2. Fixes #17795. diff --git a/xsoft/other/transmission.xml b/xsoft/other/transmission.xml index 6e35951695..0d8205aa22 100644 --- a/xsoft/other/transmission.xml +++ b/xsoft/other/transmission.xml @@ -116,6 +116,12 @@ patch -Np1 -i ../transmission-&transmission-version;-fix-paste-shortcut-1.patch + + Apply a sed to re-enable pasting via Ctrl-V in the web client, if the + web client is not rebuilt from source, which is the default. + + +sed -i 's/Control+V/Control+I/g' web/public_html/transmission-app.js Install Transmission by running the @@ -170,6 +176,11 @@ make is installed. + + : This switch forces rebuilding of + the web client. Needs and a network connection. + The default is to not rebuild. +