You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function SessionApplication::setConfigName() doesn't read its argument (such mistakes happen when a variable name is used for the argument name).
Even if the above-mentioned issue is fixed, the other parts of the code will ignore it. For example, the settings won't be written to the config file specified by the -c option.
The environment variable LXQT_SESSION_CONFIG set by that function will be seen by LXQt::PowerManager::PowerManager() as a config name, not a path.
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 lxqt-session crashes when suspend/hibernate on wayland if "lock screen" is checked #457)Expected Behavior
-c option works, write and read
Current Behavior
It doesn't
Steps to Reproduce (for bugs)
session.conf
Context
System Information
The text was updated successfully, but these errors were encountered: