Comment # 13 on bug 1182554 from
(In reply to Denys Kondratenko from comment #12)
> But I will check everything else later.

Thanks.

> I have the same, but without label:
> > label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023"

Damn! I forgot! I have switched on SELinux, and I see in ausearch there are
soem issues. I will take a look at it next week (I am on PTO for next three
weeks).

> Could you please share your config files in `/etc/greetd` ?
> Probably your script or command fails and greeter exits, or something...

stitny:~# for f in /etc/greetd/* ; do echo $f ; cat $f ; echo '==============='
; done
/etc/greetd/config.toml
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1

# The default session, also known as the greeter.
[default_session]

# `agreety` is the bundled agetty/login-lookalike. You can replace `$SHELL`
# with whatever you want started, such as `sway`.
#
command = "sway --config /etc/greetd/sway-config"

# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greeter"
===============
/etc/greetd/config.toml.way
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1

# The default session, also known as the greeter.
[default_session]

# `agreety` is the bundled agetty/login-lookalike. You can replace `$SHELL`
# with whatever you want started, such as `sway`.
#
command = "sway --config /etc/greetd/sway-config"

# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greeter"
===============
/etc/greetd/environments
sway-run.sh
bash
===============
/etc/greetd/sway-config
exec "gtkgreet -l; swaymsg exit"

bindsym Mod4+shift+e exec swaynag \
    -t warning \
    -m 'What do you want to do?' \
    -b 'Poweroff' 'systemctl poweroff' \
    -b 'Reboot' 'systemctl reboot'

#include /etc/sway/config.d/*
===============
stitny:~#

I think it is untouched content of openSUSEway.


You are receiving this mail because: