source: kde/core/pre-install-config.xml@ 1986ade

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1986ade was 1986ade, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to KDE-3.3.2 and Samba-3.0.9, added configuration section to desktop-file-utils; added instruction to GNOME core configuration to run update-desktop-database

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

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="kde-pre-install-config">
9<sect1info>
10<othername>$LastChangedBy$</othername>
11<date>$Date$</date>
12</sect1info>
13<?dbhtml filename="pre-install-config.html"?>
14<title>Pre-installation configuration</title>
15
16<para>Based on your preference, set <envar>KDE_PREFIX</envar>.</para>
17
18<para>If <application><acronym>KDE</acronym></application> is your
19desktop of choice:</para>
20
21<screen><userinput><command>export KDE_PREFIX=/usr</command></userinput></screen>
22
23<para>If you want to try-out
24<application><acronym>KDE</acronym></application>:</para>
25
26<screen><userinput><command>export KDE_PREFIX=/opt/kde-&kde-version;</command></userinput></screen>
27
28<para>Remember to execute <command>ldconfig</command> after installation
29of libraries to update the library cache.</para>
30
31<para>If you are not installing <acronym>KDE</acronym> in
32<filename class="directory">/usr</filename>, you will need to make some
33configuration changes:</para>
34
35<para>You should consider installing the <xref linkend="desktop-file-utils"/>
36package. Though not required, this package will allow you to easily use
37existing <filename>.desktop</filename> files in
38<filename class='directory'>/usr/share/applications</filename> (and any other
39locations identified by <envar>XDG_DATA_DIRS</envar>), and automatically add
40these applications to the <acronym>KDE</acronym> menu system.</para>
41
42<para>Add to your system or personal profile:</para>
43
44<screen><userinput><command>export PATH=$PATH:/opt/kde-&kde-version;/bin
45export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/kde-&kde-version;/lib/pkgconfig</command></userinput></screen>
46
47<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
48
49<screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
50# Begin kde addition to /etc/ld.so.conf
51
52/opt/kde-&kde-version;/lib
53
54# End kde addition
55<command>EOF</command></userinput></screen>
56
57<para>Add to your <filename>/etc/man.conf</filename>:</para>
58
59<screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
60# Begin kde addition to man.conf
61
62MANPATH /opt/kde-&kde-version;/man
63
64# End kde addition to man.conf
65<command>EOF</command></userinput></screen>
66
67<tip>
68<para>If you prefer installing <acronym>KDE</acronym> in
69<filename class="directory">/opt</filename>, one trick to avoid the
70above configuration changes every time you
71install a new version is to replace
72<filename class="directory">/opt/kde-&kde-version;</filename>
73with <filename class="directory">/opt/kde</filename> and to create a symlink from
74<filename class="directory">/opt/kde-&kde-version;</filename>
75to <filename class="directory">/opt/kde</filename>.</para>
76
77<screen><userinput><command>ln -sf kde-&kde-version; /opt/kde</command></userinput></screen>
78</tip>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.