Changeset d7b0fac


Ignore:
Timestamp:
03/30/2023 12:52:17 PM (13 months ago)
Author:
Tim Tassonis <stuff@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
369a898b
Parents:
6b1b7ba
Message:

Really fix the transmission-4.0.2 webclient.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6b1b7ba rd7b0fac  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[timtas] - Really fix the transmission-4.0.2 webclient.</para>
     46       </listitem>
     47       <listitem>
    4548         <para>[timtas] - Update to transmission-4.0.2. Fixes
    4649         <ulink url="&blfs-ticket-root;17795">#17795</ulink>.</para>
  • xsoft/other/transmission.xml

    r6b1b7ba rd7b0fac  
    117117
    118118
     119    <para>
     120      Apply a sed to re-enable pasting via Ctrl-V in the web client, if the
     121      web client is not rebuilt from source, which is the default.
     122    </para>
     123
     124<screen><userinput remap="pre">sed -i 's/Control+V/Control+I/g' web/public_html/transmission-app.js</userinput></screen>
    119125
    120126    <para>
     
    171177    </para>
    172178
     179    <para>
     180      <option>-DREBUILD_WEB=ON</option>: This switch forces rebuilding of
     181      the web client. Needs <xref linkend="nodejs"/> and a network connection.
     182      The default is to not rebuild.
     183    </para>
    173184  </sect2>
    174185
Note: See TracChangeset for help on using the changeset viewer.