Standreas
Standreas
I noticed a small amount of issues: * If there is opacity set clock, volume and menu have none in silver, arch-colors and valendas theme * Custom command plugin text...
First draft.
Reverts partially https://github.com/lxqt/lxqt-session/commit/0048ae69b38fb9db6b339787336d16c944869551 No crash of lxqt-session is happening now as `isScreenSaverLocked` isn't called anymore. https://github.com/lxqt/liblxqt/commit/255f3474f6ad765dd0a6bdc305f13116ba6cb4db Just the error message about` xdg-screensaver lock` is displayed if checked. Needed by https://github.com/lxqt/liblxqt/pull/346
Rebased version of https://github.com/lxqt/lxqt-session/pull/322 Does not compile yet: ``` cpp:91:68: error: ‘useCustomLockCommand’ was not declared in this scope; did you mean ‘useCustomLockCommandKey’? 91 | ui->useCustomLockCommandCheckBox->setChecked(m_settings->value(useCustomLockCommand, false).toBool()); | ^~~~~~~~~~~~~~~~~~~~ ``` Needs...
Screenlocking setting in `lxqt-config-session` defaults always to "false" to prevent a crash: https://github.com/lxqt/lxqt-session/commit/0048ae69b38fb9db6b339787336d16c944869551 Replacing `xdg-screensaver` with a script that launches `swaylock` works in `lxqt-leave --lockscreen`. ##### Expected Behavior Users should...
Fixes https://github.com/lxqt/lxqt-session/issues/503 Maybe else is needed?
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 because `lock_screen_before_power_actions=false` is true (default) even...
Looking at plasma 6 I found those, added explanations I found. Maybe some of them could or should be added in `startlxqt`. The last one could be interesting for mobile...
Feature list to complete and reorder @tsujan