Open stefonarch opened 1 year ago
Yes, there are three problems in the -c
option:
SessionApplication::setConfigName()
doesn't read its argument (such mistakes happen when a variable name is used for the argument name).-c
option.LXQT_SESSION_CONFIG
set by that function will be seen by LXQt::PowerManager::PowerManager()
as a config name, not a path.We could just remove the -c option in `lxqt-session --help'.
I noticed that while testing a different config file under wayland, with
lxqt-session -c /home/stef/.config/lxqt-wayland/session.conf
.lxqt-config-session
writes to~/.config/lxqt/session.conf
lxqt-session
process crashes becauselock_screen_before_power_actions=false
is true (default) even if none of the both config files have set "true" (see https://github.com/lxqt/lxqt-session/issues/457)Expected Behavior
-c option works, write and read
Current Behavior
It doesn't
Steps to Reproduce (for bugs)
session.conf
Context
System Information