Page MenuHomeSolus

Lightdm/Slick Ignoring Conf Files
Open, NormalPublic

Description

Issues reported on lightdm and slick-greeter; devs there seem to think this is a solus issue.

Event Timeline

moore-bryan renamed this task from Lightdm to Lightdm/Slick Ignoring Conf Files.Dec 14 2019, 5:35 PM
moore-bryan updated the task description. (Show Details)
moore-bryan removed a project: Lacks Project.

AFAICT, you are making changes in the wrong places inside the config files. active-desktop=0 is not supported by slick-greeter so that was never going to work. display-setup-script is only parsed in the [LightDM] and [Seat:*] sections of the config file. You can't just put it anywhere in the files.

Thanks, @DataDrake, those were my thoughts as well, so I've placed display-setup-script in multiple [Seat:*] locations, but none of those config files are read either.

For example, lightdm --show-config tells me display-setup-script=/usr/bin/ldm-session-init is being run from /usr/share/lightdm/lightdm.conf.d/99-ldm.conf so I edited that file to instead run my xrandr command and nothing changed; however, when I ran lightdm --show-config again, it showed my xrandr command being executed.

If you need specific files, just let me know.

Thanks for the help!

DataDrake triaged this task as Normal priority.Feb 5 2020, 5:52 AM
DataDrake edited projects, added Software; removed Lacks Project.
DataDrake moved this task from Backlog to System and Configuration Fixes on the Software board.