- Timestamp:
- 09/30/2015 09:48:57 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 858b74b
- Parents:
- 1f84fb4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-intro.xml
r1f84fb4 r5652a81 45 45 <para> 46 46 It is a good idea to add the following variables to your 47 system or personal profile: 48 </para> 49 50 <screen role="root"><userinput>cat > /etc/profile.d/kf5.sh << "EOF" 47 system or personal profiles: 48 </para> 49 50 <screen role="root"><userinput>cat >> /etc/profile.d/qt5.sh << "EOF" 51 <literal># Begin kf5 extention for /etc/profile.d/qt5.sh 52 53 pathappend /usr/lib/qt5/plugins QT_PLUGIN_PATH 54 pathappend $QT5DIR/lib/plugins QT_PLUGIN_PATH 55 56 pathappend /usr/lib/qt5/qml QML_IMPORT_PATH 57 pathappend $QT5DIR/lib/qml QML_IMPORT_PATH 58 59 pathappend /usr/lib/qt5/qml QML2_IMPORT_PATH 60 pathappend $QT5DIR/lib/qml QML2_IMPORT_PATH 61 62 # End extention for /etc/profile.d/qt5.sh</literal> 63 EOF 64 65 cat > /etc/profile.d/kf5.sh << "EOF" 51 66 <literal># Begin /etc/profile.d/kf5.sh 52 67 53 . /etc/profile.d/qt5.sh54 55 68 export KF5_PREFIX=/usr 56 57 pathappend /usr/lib/qt5/plugins QT_PLUGIN_PATH58 pathappend $QT5DIR/lib/qt5/plugins QT_PLUGIN_PATH59 60 pathappend /usr/lib/qt5/qml QML_IMPORT_PATH61 pathappend $QT5DIR/lib/qt5/qml QML_IMPORT_PATH62 63 pathappend /usr/lib/qt5/qml QML2_IMPORT_PATH64 pathappend $QT5DIR/lib/qt5/qml QML2_IMPORT_PATH65 69 66 70 # End /etc/profile.d/kf5.sh</literal> 67 71 EOF</userinput></screen> 72 73 <note><para>If <application>qt5</application> was installed in /usr, the 74 $QT5DIR/lib/ portions of the above paths may need to be changed to 75 $QT5DIR/lib/qt5/.</para></note> 76 68 77 <warning> 69 78 <para>
Note:
See TracChangeset
for help on using the changeset viewer.