-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start Lxqt session #7
Comments
It looks like the issue is labwc e/o the config file. Try just from inside LXQt x11 or any other system:
|
The |
Looking closer at the log the error seems to be about the keymap. What is in |
|
at the end is probably from formatting here I think? I'm not sure but labwc does not yet allow empty variables. Check
and fill in the values in the environment file. |
labwc's crash log shows |
Yea that was from the formatting. I tried doing the
|
Ok, that's probably where the settingsimporter failed, there is a fallback using "$LANG" but not for empty cursor. Log into LXQt x11 and configure cursor theme and size, remove the empty vars in labwc environment file and try again. @tsujan xkb is used also under wayland, my env:
|
1 similar comment
Ok, that's probably where the settingsimporter failed, there is a fallback using "$LANG" but not for empty cursor. Log into LXQt x11 and configure cursor theme and size, remove the empty vars in labwc environment file and try again. @tsujan xkb is used also under wayland, my env:
|
It has to be something else. I tested with empty vars and it doesn't fail here. |
Do you have something x11-only in |
So I commented out the lines relating to Xcursor and I am able to get into the session but it definitely feels weird. When it started I was able to see two panels one of which was right in the middle of my screen (and the desktop definitely didn't feel like labwc) when I pressed exit it somehow brought me to the 'real' bare-bones labwc desktop. Anyways, logs for the session here. Still needs some more tinkering but at least I am able to start the session now. With that said, I'll check back in tomorrow but thanks for the help in getting this running. Btw is it intended that there is no option to configure Display/Monitors through the Lxqt Monitor Settings app yet? |
I think |
O thanks, that's the reason. This is the fallback from the script which uses |
Should be fixed on my side now by 561689a |
...if keymap cannot be created for the provided XKB_DEFAULT_LAYOUT. If keymap still cannot be created, exit with a helpful message to avoid crash that is hard to understand. Fixes: stefonarch/lxqt-labwc-session#7
Just for completeness: labwc will currently just ignore empty variables (e.g. doesn't change them at all). In the next release labwc should then set them as empty. |
@VoidCnTL looking at the screenshot... You could install pcmanfm-qt with full wayland support. Just modify the PKGBUILD: Then you can remove all window rules for pcmanfm-qt in |
@stefonarch I tried but there are build errors from Lxqt-build-tools version numbering with the git packages seeking the git version of the lxqt-build-tools but it errors out while actually building pcmanfm/libfm. It is a whole nesting issue that is leading me to believe in either manually editing each PKGBUILD (to edit out lxqt-build-tool) or installing directly through source. So I will wait for things to settle down on that front before trying it out, but thanks for pinging me. I'll keep an eye out for it. |
...if keymap cannot be created for the provided XKB_DEFAULT_LAYOUT. If keymap still cannot be created, exit with a helpful message to avoid crash that is hard to understand. Fixes: stefonarch/lxqt-labwc-session#7
...if keymap cannot be created for the provided XKB_DEFAULT_LAYOUT. If keymap still cannot be created, exit with a helpful message to avoid crash that is hard to understand. Fixes: stefonarch/lxqt-labwc-session#7
...if keymap cannot be created for the provided XKB_DEFAULT_LAYOUT. If keymap still cannot be created, exit with a helpful message to avoid crash that is hard to understand. Fixes: stefonarch/lxqt-labwc-session#7
I am using Arch Linux with the testing repo enabled. I installed lxqt-labwc-session with Aur. When attempting to start from SDDM or even directly through the startlxqtlabwc command, it fails.
My recent logs.
Please let me know if any other information required.
P.S. The regular X11 Lxqt seems to launch just fine with other WMs like Kwin, etc.
The text was updated successfully, but these errors were encountered: