Em 30-07-2015 16:50, Ken Moffat escreveu:
> On Thu, Jul 30, 2015 at 12:01:48PM -0300, Fernando de Oliveira wrote:
>> Em 25-07-2015 16:06, Ken Moffat escreveu:
>>
>> Ken, thought I should share with you and the list.
>>
> Thanks.  Comments for casual readers: I've replied inline, then put
> some notes on where I have got to in trying to change a theme,
> followed by some notes on using QML.  At the end is my reply about
> adding sddm to the book.
> 
>> I've  replaced lxdm by sddm, *without systemd*:
>>
>> 03/23/15 18:36  lxdm-0.5.0
>> 07/29/15 21:20  sddm-0.11.0

Ken,

Thank you very much for your post, yesterday. I learned a lot and still
have most of it to learn.

This is not a proper reply. I will do it, as I try each topic.

Since yesterday, I have been playing with sddm, trying to sort out some
problems.

1. Keyboard selection, that we have discussed.

After your post, I noticed that using --test, it works very well, with
my two alternatives dropping down:

br
us

Why this does not happen when launching from a bootscript, is mystery.

You know this is a reported issue:

[https://github.com/sddm/sddm/issues/202]

and seems to be considered confirmed there, because _jleclanche_ added
"i18n enhancement" labels 15 days ago.


2. For some reason, dircolors is not respected.

I included a test in /etc/profile, to check that it was run, when
logging in, and all scripts, including /etc/profile.d/dircolors.sh had
been executed.

It is difficult to understand, because, e.g, PATH is set correctly,
including the additions from the scripts.

What are the systemd units that you are using or how are you starting
it? From that, I could try a better bootscript.

3. I have reinstalled it to modify the X launch command which I didn't like:

{{{
DAEMON: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp
-background none -noreset vt7
}}}

This is a confirmed issue:

[https://github.com/sddm/sddm/issues/325]

Used:

{{{
    sed -i '/nolisten/d' src/daemon/XorgDisplayServer.cpp
}}}

Now I have:

{{{
DAEMON: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -background none
-noreset vt7
}}}

I believe, this is not a security issue, because _jleclanche_ marked it
for the milestone: New 1.0, 0.12 Jul 16, 2015.

I will go back to BLFS business, and will come back to sddm as soon as
possible.

-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to