Changeset e40a542 for kde/kf5-apps


Ignore:
Timestamp:
08/28/2019 09:47:40 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f4bb000d
Parents:
9347716
Message:

Add an optional patch to konsole to make
the scrollbars more visble in non-plasma environments.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22064 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/konsole5.xml

    r9347716 re40a542  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Optional patch:
     78          <ulink url="&patch-root;/konsole/konsole-&kf5apps-version;-scrollbar-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">Konsole Dependencies</bridgehead>
    7484
     
    8595  <sect2 role="installation">
    8696    <title>Installation of Konsole</title>
     97
     98    <note>
     99      <para>In non-plasma environments, the konsole scrollbar and its
     100      handle do not show up well.  If desired, apply the optional patch to
     101      the package:</para>
     102
     103      <screen><userinput>patch -Np1 -i ../konsole-&kf5apps-version;-scrollbar-1.patch</userinput></screen>
     104
     105      <para>The patch makes the scrollbar light gray with a small white border.  The
     106      handle is dark gray.  If desired, the colors may be changed to taste by
     107      editing the patch.</para>
     108    </note>
     109
     110
    87111
    88112    <para>
Note: See TracChangeset for help on using the changeset viewer.