Changeset dda4b24 for x


Ignore:
Timestamp:
12/13/2015 02:39:11 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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
Children:
0dcc2bd2
Parents:
05ba905
Message:
  • Update to libgpg-error-1.21.
  • GTK+-3.18.6: rewrite "Configuration Information".

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+3.xml

    r05ba905 rdda4b24  
    8282    </para>
    8383
     84    <bridgehead renderas="sect4">Recommended</bridgehead>
     85    <para role="recommended">
     86      <xref linkend="hicolor-icon-theme"/> (also needed for tests) and
     87      <xref linkend="adwaita-icon-theme"/> (default for some gtk+3 settings
     88      keys, also needed for tests)
     89    </para>
     90
    8491    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    8592    <para role="optional">
     
    8996    <bridgehead renderas="sect4">Optional</bridgehead>
    9097    <para role="optional">
    91       an icon theme such as <xref linkend="adwaita-icon-theme"/> (for tests),
    9298      <xref linkend="colord"/>,
    9399      <xref linkend="cups"/>,
    94100      <xref linkend="docbook-utils"/>,
    95101      <xref linkend="gtk-doc"/>,
    96       <xref linkend="hicolor-icon-theme"/> (needed for tests),
    97102      <xref linkend="json-glib"/>,
    98103      <xref linkend="libxkbcommon"/>,
     
    222227        be used to change the icons that appear on the application's toolbar.
    223228        If you have installed a <application>GTK+ 3</application> theme (eg
    224         <xref linkend="gnome-themes-standard"/> or an icon theme (such as <xref
    225         linkend="adwaita-icon-theme"/>) you can set your prefences in
    226         <filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
     229        <xref linkend="gnome-themes-standard"/>), an icon theme (such as <xref
     230        linkend="oxygen-icons"/>) and/or a font (such as
     231        <ulink url="http://dejavu.sourceforge.net/">DejaVu fonts</ulink>),
     232        you can set your prefences in
     233        <filename>~/.config/gtk-3.0/settings.ini</filename> or the default
     234        system wide, as the <systemitem class="username">root</systemitem> user,
     235        in <filename>/etc/gtk-3.0/settings.ini</filename>.  Eg:
    227236      </para>
    228237
    229 <screen><userinput>mkdir -p ~/.config/gtk-3.0 &amp;&amp;
     238<screen><userinput>mkdir -vp ~/.config/gtk-3.0
    230239cat &gt; ~/.config/gtk-3.0/settings.ini &lt;&lt; "EOF"
    231 [Settings]
     240<literal>[Settings]
    232241gtk-theme-name = <replaceable>Adwaita</replaceable>
    233 gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
     242gtk-icon-theme-name = <replaceable>oxygen</replaceable>
     243gtk-font-name = <replaceable>DejaVu Sans 12</replaceable>
     244gtk-cursor-theme-size = <replaceable>18</replaceable>
     245gtk-toolbar-style = <replaceable>GTK_TOOLBAR_BOTH_HORIZ</replaceable>
     246gtk-xft-antialias = <replaceable>1</replaceable>
     247gtk-xft-hinting = <replaceable>1</replaceable>
     248gtk-xft-hintstyle = <replaceable>hintslight</replaceable>
     249gtk-xft-rgba = <replaceable>rgb</replaceable>
     250gtk-cursor-theme-name = <replaceable>Adwaita</replaceable></literal>
    234251EOF</userinput></screen>
    235252
    236253      <para>
    237         There are many more themes available at
     254        There are many settings keys, some with default values. You can find
     255        them at <ulink
     256        url="https://developer.gnome.org/gtk3/stable/GtkSettings.html">Settings:
     257        GTK+ 3 Reference Manual</ulink>. There are many more themes available at
    238258        <ulink url="http://gnome-look.org/"/> and other places.
    239259      </para>
    240260
    241       <para>
    242         Once you've settled on themes you like, you can (as the
    243         <systemitem class="username">root</systemitem> user) make them the
    244         default system wide:
    245       </para>
    246 
    247 <screen role="root"><userinput>cat &gt; /etc/gtk-3.0/settings.ini &lt;&lt; "EOF"
    248 [Settings]
    249 gtk-theme-name = <replaceable>Clearwaita</replaceable>
    250 gtk-fallback-icon-theme = <replaceable>elementary</replaceable>
    251 EOF</userinput></screen>
    252261    </sect3>
    253262  </sect2>
Note: See TracChangeset for help on using the changeset viewer.