-
Notifications
You must be signed in to change notification settings - Fork 51
Don't default on Openbox #223
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
Conversation
refs lxqt/lxqt/issues/1583 It will wreck the WM logic if openbox is not installed, the dialog will appear, even if not needed.
Just tested, works fine as long only one WM is installed (and in the list) |
it was fucking ugly (really) and not readable. 600x400 should work fine even on ancient devices with 1024x600
I don't have openbox but I do have kwin and cannot uninstall it to test this. Could you test what happens if no LXQt-compatible WM is installed? Theoretically, the dialog should be shown. |
i can't test - i put all WMs available into our list, that means i had to deinstall all WMs - upps, dependency conflict. For Debian this is a non-issue because of the dependency xfwm4|x-window-manager - so the case can't happend. |
What can/will happend is that the user has more than one WM installed and non configured - so the Dialog will appear. But the dialog is now more readable and more complete because of our extended list - i would leave it like it is right now, removing the preconfigured openbox in session.conf was the culprit as @palinek mentioned. |
just tested with cinnamon in a fresh VM - after installing cinnamon only updated and
@palinek - we have no WM at this point - so if we want to have a 'Cancel'-Button - what to do? Using the first WM found? |
@palinek - good question, will test again. Last time i test it it does nothing - might be my fault. |
refs lxqt/lxqt/issues/1583
It will wreck the WM logic if openbox is not installed, the dialog will appear,
even if not needed.