select rpi4 then it will show you the choices, then the rest is like a standard install, just press the first letter to jump down the menus to select locale, keyboard, time zone, etc…
After working with LXQt, I decided to remove KDE Plasma.
And after adding xscreensaver, xsettingsd, screengrab, lightdm-slick-greeter and fiddling with the settings, I think I have the Manjaro Theme properly applied. Maybe the icons are not correct?.. breeze-dark. But anyway, here it is:
Edit: I also commented out the hard coded QT_QPA_PLATFORMTHEME=lxqt in the /usr/bin/startlxqt script. I then placed it in /etc/environment, and changed it to QT_QPA_PLATFORMTHEME=qt5ct
Edit 2: Installed the correct icons, breath2-icon-themes and changed the various icon theme settings to breath2-dark.
Edit 3: Installed pipewire-alsa, pipewire-pulse and the optionals for pipewire to bring audio up to the new standard.
Edit 4: Installed libstatgrab, libsysstat, and lm_sensors as they are optional for lxqt-panel. Adding them allows a couple panel widget plugins to funtion. I did not care for them theme-wise, but noted here for completeness.
Edit 5: I switched to the “Papirus-Dark-Maia” icons and font size 11 as those are the Manjaro theme settings for LXQt. Below is my xsettingsd configuration. Installation does not provide a working config, you need something to get it going. This helps gtk apps to load a matching theme.
i liked the apps, pcmanfm-qt, qterminal, featherpad.
featherpad is a keeper removed gedit from my current install for it.
not really big on lxde, so didn’t really care for lxqt.
i’m running a fresh install of the sway release.
it’s the best if you like to do things your own way.
every part is editable, you just have to edit the right text file. you can literally have a button that calls you a fricken monkey, tells you the key combination, then launches the app.
@Strit Concerning the QT_QPA_PLATFORMTHEME environment variable. Am I correct to assume this is not a resolvable matter, since /usr/bin/startlxqt specifically overrides a system setting? Are you aware of any LXQt operational issue if QT_QPA_PLATFORM=qt5ct is forced?
I don’t really use LXQT, but I would assume it’s enforced by upstream, since the startlxqt file comes directly from them.
And regarding issues using qt5ct, I don’t know either, since I haven’t used LXQT extensively in a long time. But if you encounter any, please let us know.
Ah, he is exactly correct. If qt5ct is installed (in the lxqt profile) and no config (~/.config/qt5ct/), panel theme is incorrect. Uninstall qt5ct, the panel theme is correct.
If you do as I did, and force qt5ct, it works, but is evidently the wrong thing to do.
Edit: And without qt5ct, QT_QPA_PLATFORMTHEME=qt5ct should be removed from /etc/environment