Changeset 7eb572d


Ignore:
Timestamp:
02/22/2023 03:48:35 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
83abfed
Parents:
7844a4a
Message:

Explicity install xcursor themes in /usr

We need to always install xcursor themes in /usr so gnome-wayland
cand find them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xcursor-themes.xml

    r7844a4a r7eb572d  
    8282    <title>Installation of xcursor-themes</title>
    8383
     84    <note>
     85      <para>
     86        We explicitly install the cursor themes in /usr instead
     87        of $XORG_CONFIG so non-Xorg desktop environments can
     88        find them.
     89      </para>
     90    </note>
     91
    8492    <para>
    8593      Install <application>xcursor-themes</application> by running the
     
    8795    </para>
    8896
    89 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     97<screen><userinput>./configure /usr &amp;&amp;
    9098make</userinput></screen>
    9199
     
    114122        <seg>None</seg>
    115123        <seg>
    116           <envar>$XORG_PREFIX</envar>/share/icons/handhelds,
    117           <envar>$XORG_PREFIX</envar>/share/icons/redglass and
    118           <envar>$XORG_PREFIX</envar>/share/icons/whiteglass
     124          /usr/share/icons/handhelds,
     125          /usr/share/icons/redglass, and
     126          /usr/share/icons/whiteglass
    119127        </seg>
    120128      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.