- Timestamp:
- 02/11/2013 06:51:17 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f83eeb
- Parents:
- a161de9
- Location:
- kde/intro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/intro/kde-intro.xml
ra161de9 r0d7900a 16 16 <title>Introduction to KDE</title> 17 17 18 <para><application>KDE</application> Software Compilation 4 is a 19 comprehensive desktop environment with a huge number of applications 20 written for it and a huge amount of users. It is based on the 18 <para><application>KDE</application> Software Compilation 4 is a 19 comprehensive desktop environment with a huge number of applications 20 written for it and a huge amount of users. It is based on the 21 21 <application>Qt</application> framework.</para> 22 <para>For more information visit the official KDE project site at 22 <para>For more information visit the official KDE project site at 23 23 <ulink url="http://www.kde.org/"/>.</para> 24 24 25 25 <sect2><title>Build order</title> 26 26 27 27 <para>The core <application>KDE</application> packages are listed in the 28 28 recommended and tested build order. The additional 29 29 <application>KDE</application> packages can be built in any order.</para> 30 30 31 31 </sect2> 32 32 -
kde/intro/pre-install-config.xml
ra161de9 r0d7900a 17 17 18 18 <sect2><title>Installing in /usr</title> 19 19 20 20 <para>One option is to put <application>KDE</application> into the 21 21 <filename class='directory'>/usr</filename> hierarchy. This creates a … … 25 25 <screen><userinput>export &kde-dir-var;=/usr</userinput></screen> 26 26 </sect2> 27 27 28 28 <sect2><title>Installing in /opt</title> 29 29 30 30 <para>A method of building multiple versions installs 31 31 <application>KDE</application> in the <filename … … 71 71 </indexterm> 72 72 73 <para>Several KDE packages install files into D-Bus and polkit directories. 74 When installing KDE in a location other than <filename class="directory">/usr</filename>, 75 D-Bus and polkit need to find these files. The easiest way to achieve this is to create 73 <para>Several KDE packages install files into D-Bus and polkit directories. 74 When installing KDE in a location other than <filename class="directory">/usr</filename>, 75 D-Bus and polkit need to find these files. The easiest way to achieve this is to create 76 76 the following symlinks (as the <systemitem class="username">root</systemitem> user):</para> 77 77 … … 79 79 ln -svf /usr/share/dbus-1 &kde-dir;/share && 80 80 ln -svf /usr/share/polkit-1 &kde-dir;/share</userinput></screen> 81 82 <para>D-Bus also needs to find the configuration files for the system-wide 83 bus, which, if you follow the books instructions, are installed in 81 82 <para>D-Bus also needs to find the configuration files for the system-wide 83 bus, which, if you follow the books instructions, are installed in 84 84 <filename class="directory">/etc/kde/dbus-1/system.d</filename>. 85 Fix this by issuing the following (as 85 Fix this by issuing the following (as 86 86 <systemitem class="username">root</systemitem>):</para> 87 87 88 88 <screen role="root"><userinput>mkdir -pv /etc/dbus-1 && 89 89 cat > /etc/dbus-1/system-local.conf << EOF … … 97 97 </busconfig></literal> 98 98 EOF</userinput></screen> 99 99 100 100 <tip> 101 101 <para>Sometimes, the installation paths are coded into installed files.
Note:
See TracChangeset
for help on using the changeset viewer.