Changeset a65d410 for x/dm


Ignore:
Timestamp:
08/03/2015 07:31:52 PM (9 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.8, 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:
d2b2d59
Parents:
c64f201
Message:
  • sddm-0.11.0: We can get a keyboard list!
  • Update to libidn-1.32.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    rc64f201 ra65d410  
    361361        This application works well, but there are issues. You find the
    362362        mainstream known issues at
    363         <ulink url="https://github.com/sddm/sddm/issues">Issues</ulink>. The BLFS development team have found some issues.
     363        <ulink url="https://github.com/sddm/sddm/issues">Issues</ulink>.
     364        The BLFS development team have found some issues.
    364365      </para>
    365366
     
    367368        Keyboard selection: the greeter shows a double question mark or the
    368369        wrong keyboard. When you start to type the password or user name
    369         (depending on the theme, only password), magically the right keyboard
    370         selection appears. Optionally a workaround is to include it in
    371         <command>/usr/share/sddm/scripts/Xsetup</command> script, as the
     370        (depending on the theme, only password), the right keyboard selection
     371        magically appears. Optionally, a workaround is to include the keyboard
     372        list in <command>/usr/share/sddm/scripts/Xsetup</command> script, as the
    372373        <systemitem class="username">root</systemitem> user:
    373374      </para>
    374375
    375 <screen role="root"><userinput>echo "setxkbmap -option <replaceable>&lt;your keyboard option&gt;</replaceable>" &gt;&gt; /usr/share/sddm/scripts/Xsetup</userinput></screen>
     376<screen role="root"><userinput>echo 'setxkbmap <replaceable>"&lt;your keyboard comma separated list&gt;"</replaceable>' &gt;&gt; /usr/share/sddm/scripts/Xsetup</userinput></screen>
     377
     378      <para>
     379        E.g. <command>echo 'setxkbmap "gb,br,us"' &gt;&gt;
     380        /usr/share/sddm/scripts/Xsetup</command>
     381      </para>
    376382
    377383      <para>
Note: See TracChangeset for help on using the changeset viewer.