LXQt: Difference between revisions
Guest09248 (talk | contribs) (Created page with "'''LXQt''' is a lightweight QT based desktop environment, LXQt was originally a port of LXDE to QT (called LXDE-Qt), it was created due to LXDE maintainer Hong Jen Yee being d...") |
Guest09248 (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
<br> | <br> | ||
= Prerequisites = | |||
* [[Installation|Install]] AlpineLinux | * [[Installation|Install]] AlpineLinux | ||
Line 9: | Line 9: | ||
* [https://wiki.alpinelinux.org/wiki/Post_installation#Repositories Enable the Community repository] | * [https://wiki.alpinelinux.org/wiki/Post_installation#Repositories Enable the Community repository] | ||
* [[Alpine_setup_scripts#setup-xorg-base|Install Xorg]] | * [[Alpine_setup_scripts#setup-xorg-base|Install Xorg]] | ||
{{Note|LXQt on Alpine currently requires having the edge repos enabled}} | |||
<br> | <br> | ||
= Installation = | |||
{{Cmd|# apk add lxqt-desktop lxqt-core lxqt-panel lxqt-admin lxqt-config lxqt-notificationd lxqt-powermanagement lxqt-themes}} | |||
== Optional packages == | |||
===== Recommeneded ===== | |||
{{Cmd|# apk add lxqt-archiver}} | |||
===== Documentation ===== | |||
* {{Pkg|lxqt-config-doc}} | |||
* {{Pkg|lxqt-openssh-askpass-doc}} | |||
* {{Pkg|lxqt-panel-doc}} | |||
* {{Pkg|lxqt-policykit-doc}} | |||
* {{Pkg|lxqt-runner-doc}} | |||
* {{Pkg|lxqt-session-doc}} | |||
* {{Pkg|lxqt-sudo-doc}} | |||
===== Development files ===== | |||
* {{Pkg|lxqt-globalkeys-dev}} | |||
* {{Pkg|lxqt-panel-dev}} | |||
===== Misc ===== | |||
{{Pkg|lxqt-build-tools}} |
Revision as of 18:03, 30 December 2021
LXQt is a lightweight QT based desktop environment, LXQt was originally a port of LXDE to QT (called LXDE-Qt), it was created due to LXDE maintainer Hong Jen Yee being dissatisfied with GTK 3, on 21 July 2013 the LXDE(-Qt) and Razor-qt projects merged creating LXQt.
Prerequisites
- Install AlpineLinux
- Create a user account (optional but recommended)
- Enable the Community repository
- Install Xorg
Note: LXQt on Alpine currently requires having the edge repos enabled
Installation
# apk add lxqt-desktop lxqt-core lxqt-panel lxqt-admin lxqt-config lxqt-notificationd lxqt-powermanagement lxqt-themes
Optional packages
Recommeneded
# apk add lxqt-archiver
Documentation
- lxqt-config-doc
- lxqt-openssh-askpass-doc
- lxqt-panel-doc
- lxqt-policykit-doc
- lxqt-runner-doc
- lxqt-session-doc
- lxqt-sudo-doc