Changeset da0ea05a
- Timestamp:
- 02/12/2005 07:27:58 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6944128
- Parents:
- 7e03824
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/core/config.xml
r7e03824 rda0ea05a 29 29 <screen><userinput><command>update-desktop-database</command></userinput></screen> 30 30 31 <para>There are reports of some panel icons not being displayed properly when 32 using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not 33 <filename class='directory'>/usr</filename>. As the root user, add the 34 following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to 35 correct the problem (ensure you substitute the correct path in the 36 pixmap_path, if necessary):</para> 37 38 <screen><userinput role='root'><command>cat >> $GNOME_PREFIX/share/gnome-panelrc << "EOF"</command> 39 40 pixmap_path "/opt/gnome-2.8/share/pixmaps" 41 42 style "panel-icons" 43 { 44 stock ["panel-screenshot"] = {{"gnome-screenshot.png"}} 45 stock ["panel-gnome-logo"] = {{"gnome-logo-icon-transparent.png"}} 46 stock ["panel-cde"] = {{"cdeappmenu.png"}} 47 stock ["panel-launcher"] = {{"launcher-program.png"}} 48 stock ["panel-run"] = {{"gnome-run.png"}} 49 stock ["panel-drawer"] = {{"panel-drawer.png"}} 50 stock ["panel-main-menu"] = {{"gnome-main-menu.png"}} 51 stock ["panel-force-quit"] = {{"panel-force-quit.png"}} 52 } 53 54 class "GtkWidget" style "panel-icons" 55 56 <command>EOF</command></userinput></screen> 57 31 58 <para>At this point you can bring up 32 59 <application><acronym>GNOME</acronym></application> with -
introduction/welcome/changelog.xml
r7e03824 rda0ea05a 25 25 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapters 22 26 26 through 25 package instructions; fixed download URL's in PostgreSQL 27 instructions.</para></listitem> 27 instructions; added hack to Configuring GNOME Packages section to properly 28 display all the panel icons.</para></listitem> 28 29 29 30 <listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
Note:
See TracChangeset
for help on using the changeset viewer.