mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Really fix the transmission-4.0.2 webclient.
This commit is contained in:
parent
6b1b7badf5
commit
d7b0fac7f3
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user