- Timestamp:
- 08/08/2012 03:38:30 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6d87c25
- Parents:
- 97909da
- Location:
- kde/intro
- Files:
-
- 1 added
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
kde/intro/introduction.xml
r97909da r2a7334e8 16 16 <title>Introduction</title> 17 17 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde 4-intro.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde-intro.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pre-install-config.xml"/> 20 20 -
kde/intro/pre-install-config.xml
r97909da r2a7334e8 39 39 system or personal profile:</para> 40 40 41 <screen><userinput>cat > /etc/profile.d/kde.sh << "EOF"42 # Begin /etc/profile.d/kde.sh41 <screen><userinput>cat > /etc/profile.d/kde.sh << EOF 42 <literal># Begin /etc/profile.d/kde.sh 43 43 44 44 &kde-dir-var;=/opt/kde … … 53 53 export &kde-dir-var; KDEDIR 54 54 55 # End /etc/profile.d/kde.sh 55 # End /etc/profile.d/kde.sh</literal> 56 56 EOF 57 57 </userinput></screen> … … 59 59 <para>Add to your <filename>/etc/ld.so.conf</filename>:</para> 60 60 61 <screen role="root"><userinput>cat >> /etc/ld.so.conf << "EOF"61 <screen role="root"><userinput>cat >> /etc/ld.so.conf << EOF 62 62 <literal># Begin kde addition 63 63 … … 87 87 88 88 <screen role="root"><userinput>mkdir -pv /etc/dbus-1 && 89 cat > /etc/dbus-1/system-local.conf << "EOF"89 cat > /etc/dbus-1/system-local.conf << EOF 90 90 <literal><!DOCTYPE busconfig PUBLIC 91 91 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
Note:
See TracChangeset
for help on using the changeset viewer.