Changeset 77b64bd for kde/kf5


Ignore:
Timestamp:
12/02/2018 11:05:51 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
ff7c4c3e
Parents:
03b278dc
Message:

Upadte sudo instructions to utilize /etc/sudoers.d directory. Extend configuation where appropriate for needed super user environment variables in QT, KDE, and Java packages. Fixes #11400.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-intro.xml

    r03b278dc r77b64bd  
    7171    $QT5DIR/lib/ portions of the above paths may need to be changed to
    7272    $QT5DIR/lib/qt5/.</para></note>
     73
     74    <para>Additionally, if <xref linkend="sudo"/> is installed, these variables
     75    should be available to the super user. Execute the following commands as
     76    the <systemitem class="username">root</systemitem> user:</para>
     77
     78<screen role="root"><userinput>cat &gt;&gt; /etc/sudoers.d/qt &lt;&lt; "EOF
     79<literal>Defaults env_keep += QT_PLUGIN_PATH
     80Defaults env_keep += QML2_IMPORT_PATH</literal>
     81EOF
     82
     83cat &gt;&gt; /etc/sudoers.d/kde &lt;&lt; "EOF
     84<literal>Defaults env_keep += KF5_PREFIX</literal>
     85EOF</userinput></screen>
    7386
    7487    <warning>
Note: See TracChangeset for help on using the changeset viewer.