source: archive/config.xml@ 54bd123

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 54bd123 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="gnome-config">
9 <?dbhtml filename="config.html"?>
10
11 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>Configuring the Core GNOME Packages</title>
16
17 <para>Create (or append to) a <filename>~/.xinitrc</filename> file to start
18 <application>GNOME</application>:</para>
19
20<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
21
22 <para>If you have <xref linkend="dbus"/> installed, you can start the
23 <application>D-BUS</application> session daemon here as well. Starting the
24 session daemon here has the added bonus that it will exit when you log out
25 of your <application>GNOME</application> session. If you wish to start the
26 daemon here, use the following command instead of the one shown above:</para>
27
28<screen><userinput>echo "exec dbus-launch --exit-with-session gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
29
30 <note>
31 <para>Check the <filename>~/.xinitrc</filename> file and ensure you have
32 no other window managers or other <application>X</application> applications
33 mentioned before <application>GNOME</application>.</para>
34 </note>
35
36 <para>Ensure all libraries can be found by updating the linker's cache (as
37 <systemitem class="username">root</systemitem>):</para>
38
39<screen role='root'><userinput>ldconfig</userinput></screen>
40
41 <para>Update the MIME-type application database
42 (as <systemitem class="username">root</systemitem>):</para>
43
44<screen role='root'><userinput>update-desktop-database</userinput></screen>
45
46 <para>At this point you can bring up <application>GNOME</application> with
47 <command>startx</command>.</para>
48
49</sect1>
Note: See TracBrowser for help on using the repository browser.