Changeset da0ea05a


Ignore:
Timestamp:
02/12/2005 07:27:58 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
6944128
Parents:
7e03824
Message:

Added hack to Configuring GNOME Packages section to properly display panel icons

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/config.xml

    r7e03824 rda0ea05a  
    2929<screen><userinput><command>update-desktop-database</command></userinput></screen>
    3030
     31<para>There are reports of some panel icons not being displayed properly when
     32using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
     33<filename class='directory'>/usr</filename>. As the root user, add the
     34following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
     35correct the problem (ensure you substitute the correct path in the
     36pixmap_path, if necessary):</para>
     37
     38<screen><userinput role='root'><command>cat &gt;&gt; $GNOME_PREFIX/share/gnome-panelrc &lt;&lt; "EOF"</command>
     39
     40pixmap_path "/opt/gnome-2.8/share/pixmaps"
     41
     42style "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
     54class "GtkWidget" style "panel-icons"
     55
     56<command>EOF</command></userinput></screen>
     57
    3158<para>At this point you can bring up
    3259<application><acronym>GNOME</acronym></application> with
  • introduction/welcome/changelog.xml

    r7e03824 rda0ea05a  
    2525<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapters 22
    2626through 25 package instructions; fixed download URL's in PostgreSQL
    27 instructions.</para></listitem>
     27instructions; added hack to Configuring GNOME Packages section to properly
     28display all the panel icons.</para></listitem>
    2829
    2930<listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
Note: See TracChangeset for help on using the changeset viewer.