> Sent: Tuesday, August 27, 2019 at 3:39 AM
> From: "Bruce Dubbs via blfs-support" <blfs-support@lists.linuxfromscratch.org>
> To: blfs-support@lists.linuxfromscratch.org
> Cc: "Bruce Dubbs" <bruce.du...@gmail.com>
> Subject: Re: [blfs-support] gdm: how to use a non us keyboard?
>
> On 8/26/19 10:33 AM, Bruce Dubbs wrote:
> > On 8/26/19 1:48 AM, Christopher Gregory via blfs-support wrote:
> >
> >> They found that the issue is with gnome-shell which forces the use of
> >> systemd.
> >>
> >> They created a patch back in January of this year, which may well be
> >> able to be modified for lfs/blfs purposes:
> >>
> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235009
> >
> > Pierre, try rebuilding gnome shell with:
> >
> > sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js
> >
> > alternatively:
> >
> > sed -i '/isGreeter/,+2 s:^://:' js/ui/status/keyboard.js
>
> Another solution for BLFS would be to remove gdm from the System V book.
>   We already do that with gnome-logs.  We still have lightdm and lxdm.
>
>    -- Bruce
>
> --
> http://lists.linuxfromscratch.org/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>

Hello,

I have one final suggestion to try.  I did this when NOTHING worked with 
getting sddm to work with KDE in /opt I created a .xsession file in my users 
home directory,
and made it executable:


#!/bin/bash
exec dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde



Perhaps adding the command to change the keyboard layout would work within this 
file, as it is for graphical logins with a display manager:

setxkbmap fr

Regards,

Christopher.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to