https://bugs.kde.org/show_bug.cgi?id=416557

Piotr Mierzwinski <piotr.mierzwin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REPORTED
         Resolution|UPSTREAM                    |---
                 CC|                            |piotr.mierzwin...@gmail.com

--- Comment #3 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> ---
(In reply to Nate Graham from comment #2)
> Sorry, it's "reuseSession=true". It's also set by default in SDDM, so I
> suspect it might have gotten overridden to "false" in your config somewhere.
> Can you check on that?

Below please find my config (placed: /etc/sddm.conf.d/kde_settings.conf):
Autologin]
Relogin=false
Session=
User=

[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot

[Theme]
Current=charlie

[X11]
EnableHiDPI=true

[XDisplay]
# Xsetup script path
# A script to execute when starting the display server
DisplayCommand=/usr/share/sddm/scripts/Xsetup

[Users]
MaximumUid=60000
MinimumUid=1000


I have also other sddm config placed in /etc and calling sddm.conf with such
content:
[Theme]
CursorTheme=Adwaita

[X11]
EnableHiDPI=false

I'm not sure if this second one is used, but for sure is used this previous
one. I changed theme there (on charlie) and it was working.

Anyway I don't see in both any overwritten "reuseSession" parameter.

And as for Xsetup script. It only turn off (by xrandr command) not necessary
display for sddm. This is work around for not working support multi monitors (I
reported issue to sddm authors) couple weeks ago, but no answer till now.
Please note that without this turned off screen I can see two login screens -
one covers the other. There are two, because one display has higher resolution
and the other lower and are display both. I tried to fix theme itself, but I'm
not so familiar with qml and themes for sddm, so I gave up and applied turn
around. Anyway my Xsetup content looks like this:
#!/bin/sh
xrandr --output HDMI2 --off
xrandr --output HDMI1 --mode 2560x1440 --pos 0x0 --rotate normal

And back to suggested option.
I'm not sure in which section I should put setting mentioned parameter.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to