Changeset f6da3b9 for gnome


Ignore:
Timestamp:
08/27/2019 08:16:44 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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
Children:
10c00a3
Parents:
9434e9a
Message:

Tweak gnome-shell so that gdm does not fall back to an US qwerty keyboard
layout

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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/evolution-data-server.xml

    r9434e9a rf6da3b9  
    139139      -DENABLE_INTROSPECTION=ON     \
    140140      -DENABLE_GTK_DOC=OFF          \
    141       -DWITH_SYSTEMDSYSTEMUNITDIR=  \
     141      -DWITH_SYSTEMDUSERUNITDIR=no  \
    142142      .. &amp;&amp;
    143143make</userinput></screen>
     
    214214      href="../../xincludes/gtk-doc-rebuild.xml"/>
    215215-->
     216
     217    <para revision="sysv">
     218      <parameter>-DWITHSYSTEMDUSERUNITDIR=no</parameter>: This switch
     219      disables installing the systemd units, which are not used for a Sysv
     220      build.
     221    </para>
    216222
    217223    <note>
  • gnome/platform/gnome-shell.xml

    r9434e9a rf6da3b9  
    124124    </para>
    125125
    126 <screen><userinput>mkdir build &amp;&amp;
     126<screen revision="sysv"><userinput>sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js &amp;&amp;
     127
     128mkdir build &amp;&amp;
     129cd    build &amp;&amp;
     130
     131meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
     132ninja</userinput></screen>
     133
     134<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    127135cd    build &amp;&amp;
    128136
     
    142150<screen role="root"><userinput>ninja install</userinput></screen>
    143151
     152<!-- not needed with -Dsystemd=false
    144153    <para revision="sysv">
    145154      Finally, remove some systemd units that are unnecessary on SysV.
     
    147156
    148157<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/gnome-shell*</userinput></screen>
    149 
     158-->
     159  </sect2>
     160
     161  <sect2 role="commands" revision="sysv">
     162    <title>Command Explanations</title>
     163
     164    <para>
     165      <command>sed -i ...</command>: This command allows the GDM greeter to
     166      use a keyboard layout taken from the dconf database instead of a default
     167      US qwerty one.
     168    </para>
    150169  </sect2>
    151170
Note: See TracChangeset for help on using the changeset viewer.