- Timestamp:
- 05/08/2005 09:04:13 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 35d3b4d
- Parents:
- b705924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/config.xml
rb705924 rcd3c303d 7 7 8 8 <sect1 id="kde-core-config"> 9 <sect1info> 10 <othername>$LastChangedBy$</othername> 11 <date>$Date$</date> 12 </sect1info> 13 <?dbhtml filename="config.html"?> 14 <title>Configuring the core <acronym>KDE</acronym> packages</title> 9 <?dbhtml filename="config.html"?> 15 10 16 <para>Back up your existing <filename>~/.xinitrc</filename> file and create a 17 new <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>:</para> 11 <sect1info> 12 <othername>$LastChangedBy$</othername> 13 <date>$Date$</date> 14 </sect1info> 18 15 19 <screen><userinput><command>echo "exec startkde" > ~/.xinitrc</command></userinput></screen> 20 <indexterm zone="kde-core-config"> 21 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary> 22 </indexterm> 16 <title>Configuring the Core KDE Packages</title> 23 17 24 <para>If you installed the <xref linkend="desktop-file-utils"/> package,25 update the <acronym>MIME</acronym>-type application database (as26 root):</para>18 <para>Back up your existing <filename>~/.xinitrc</filename> file 19 and create a new <filename>.xinitrc</filename> file to start 20 <application>KDE</application>:</para> 27 21 28 <screen><userinput> <command>update-desktop-database</command></userinput></screen>22 <screen><userinput>echo "exec startkde" > ~/.xinitrc</userinput></screen> 29 23 30 <para>Ensure all libraries can be found with (as root):</para> 24 <indexterm zone="kde-core-config"> 25 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary> 26 </indexterm> 31 27 32 <screen><userinput><command>ldconfig</command></userinput></screen> 28 <para>If you installed the <xref linkend="desktop-file-utils"/> package, 29 update the MIME-type application database (as 30 <systemitem class="username">root</systemitem>):</para> 33 31 34 < para>At this point you can bring up <acronym>KDE</acronym> with:</para>32 <screen role="root"><userinput>update-desktop-database</userinput></screen> 35 33 36 <screen><userinput><command>startx</command></userinput></screen> 34 <para>Ensure all libraries can be found with (as 35 <systemitem class="username">root</systemitem>):</para> 36 37 <screen role="root"><userinput>ldconfig</userinput></screen> 38 39 <para>At this point you can bring up <application>KDE</application> with:</para> 40 41 <screen><userinput>startx</userinput></screen> 37 42 38 43 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.