Really fix the transmission-4.0.2 webclient.

This commit is contained in:
Tim Tassonis 2023-03-30 14:52:17 +02:00
parent 6b1b7badf5
commit d7b0fac7f3
2 changed files with 14 additions and 0 deletions

View File

@ -41,6 +41,9 @@
<listitem>
<para>March 30th, 2023</para>
<itemizedlist>
<listitem>
<para>[timtas] - Really fix the transmission-4.0.2 webclient.</para>
</listitem>
<listitem>
<para>[timtas] - Update to transmission-4.0.2. Fixes
<ulink url="&blfs-ticket-root;17795">#17795</ulink>.</para>

View File

@ -116,6 +116,12 @@
<screen><userinput remap="pre">patch -Np1 -i ../transmission-&transmission-version;-fix-paste-shortcut-1.patch</userinput></screen>
<para>
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.
</para>
<screen><userinput remap="pre">sed -i 's/Control+V/Control+I/g' web/public_html/transmission-app.js</userinput></screen>
<para>
Install <application>Transmission</application> by running the
@ -170,6 +176,11 @@ make</userinput></screen>
is installed.
</para>
<para>
<option>-DREBUILD_WEB=ON</option>: This switch forces rebuilding of
the web client. Needs <xref linkend="nodejs"/> and a network connection.
The default is to not rebuild.
</para>
</sect2>
<sect2 role="content">