Changeset ac038a3
- Timestamp:
- 05/14/2005 09:45:09 PM (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:
- e740b43
- Parents:
- c66e86ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/core/config.xml
rc66e86ae rac038a3 7 7 8 8 <sect1 id="gnome-config"> 9 <?dbhtml filename="config.html"?> 9 10 10 11 <sect1info> … … 13 14 </sect1info> 14 15 15 < ?dbhtml filename="config.html"?>16 <title>Configuring the Core GNOME Packages</title> 16 17 17 <title>Configuring the core GNOME packages</title> 18 19 <para>Create (or append to) an <filename>.xinitrc</filename> file to start 18 <para>Create (or append to) an <filename>.xinitrc</filename> file to start 20 19 <application>GNOME</application>:</para> 21 20 22 21 <screen><userinput>echo "exec gnome-session" >> ~/.xinitrc</userinput></screen> 23 22 24 <para>Ensure all libraries can be found with (as root):</para> 23 <para>Ensure all libraries can be found with (as 24 <systemitem class="username">root</systemitem>):</para> 25 25 26 26 <screen role='root'><userinput>ldconfig</userinput></screen> 27 27 28 <para>Update the <acronym>MIME</acronym>-type application database29 (as root):</para>28 <para>Update the MIME-type application database 29 (as <systemitem class="username">root</systemitem>):</para> 30 30 31 31 <screen role='root'><userinput>update-desktop-database</userinput></screen> … … 33 33 <!-- I'm not sure this is required in GNOME-2.10.1, as it all appears to work 34 34 35 <para>There are reports of some panel icons not being displayed properly when 36 using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not 37 <filename class='directory'>/usr</filename>. As the root user, add the 38 following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to 39 correct the problem (ensure you substitute the correct path in the 35 <para>There are reports of some panel icons not being displayed properly when 36 using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not 37 <filename class='directory'>/usr</filename>. As the root user, add the 38 following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to 39 correct the problem (ensure you substitute the correct path in the 40 40 pixmap_path, if necessary):</para> 41 41 … … 62 62 --> 63 63 64 <para>At this point you can bring up <application>GNOME</application> with 64 <para>At this point you can bring up <application>GNOME</application> with 65 65 <command>startx</command>.</para> 66 66
Note:
See TracChangeset
for help on using the changeset viewer.