LXQT
- adminAB76
- Autore della discussione
- Amministratore
Less
Di più
- Messaggi: 4
8 Anni 6 Mesi fa - 8 Anni 3 Mesi fa #98
da adminAB76
LXQT è stato creato da adminAB76
How to install and configure LXQt Desktop in Debian
The LXQt desktop is fusion between the popular LXDE and Razor-Qt desktop. A Qt based advanced, lightweight and fast desktop environment, a real Xfce alternative. It packs many LXQt specific application with a well organized and beautiful GUI.
Recent LXQt 0.9, which is built with Qt 5.4.2, compatible with the KDE Next’s breeze theme, which makes it’s look and feel more pleasant.
lxqt debian install
Now we are going to install and configure LXQt in Debian. This guide is useful for both Debian stable(currently Jessie) and Debian testing.
Currently Debian official repository doesn’t have any LXQt packages, so we have to use the Siduction repository. Which is another Debian derivative based on Debian unstable (Sid) with a cutting edge software repository.
UPDATE: Now LXQt 0.10.0 is available for Debian stable and testing, the installation process is exactly same.
1. Add Siduction LXQt repository
For Debian stable , currently Jessie, add the lines bellow at the /etc/apt/sources.list file
For Debian testing or unstable, currently Stretch, add the lines bellow at the /etc/apt/sources.list file
For more information about how to add debian a repository, you may have a look there.
2. Add the apt repository Key
For security purpose and package integrity checking, add the LXQt repository specific gpg key file in your system. Though this step is optional.
non funziona...
così tutto ok
3. Update repository
Now update the repository to make the changes available.
4. Install LXQt Packages
Now install the packages, you may want to install the full LXQt desktop with all recommended software or just install the minimal desktop.
For a minimal install
By default, LXQt uses openbox as window manager and compton for display compositing. If you want to install a more feature reach and all-in-one window manager and compositor, install kwin .
This will install KDE 5’s new window manager, which is much better and modular than the old KDE 4 ones. Installation is complete, now logout your current session and login after selecting the LXQt session.
5. Install Breeze Icon theme, widget style, Cursor theme
Breeze is the KDE 5’s default smooth and unified widget style with a flat look. To install Breeze , run the commands bellow
Now change the icon theme, widget style and kwin decoration style to breeze with LXQt Configuration center .
6. Configuration LXQt
Lets configure the LXQt session, change appearance, icon theme, cursor theme window manager etc. etc. Onen up the LXQt Configuration center from the panel menu at the bottom left. Read the new tutorial about how to use kwin and KDE Breeze style with LXQt here .
lxqt settings
Now Change the Window manager with the Session Settings tab and set it to kwin then log out and log in again.
The LXQt desktop is fusion between the popular LXDE and Razor-Qt desktop. A Qt based advanced, lightweight and fast desktop environment, a real Xfce alternative. It packs many LXQt specific application with a well organized and beautiful GUI.
Recent LXQt 0.9, which is built with Qt 5.4.2, compatible with the KDE Next’s breeze theme, which makes it’s look and feel more pleasant.
lxqt debian install
Now we are going to install and configure LXQt in Debian. This guide is useful for both Debian stable(currently Jessie) and Debian testing.
Currently Debian official repository doesn’t have any LXQt packages, so we have to use the Siduction repository. Which is another Debian derivative based on Debian unstable (Sid) with a cutting edge software repository.
UPDATE: Now LXQt 0.10.0 is available for Debian stable and testing, the installation process is exactly same.
1. Add Siduction LXQt repository
For Debian stable , currently Jessie, add the lines bellow at the /etc/apt/sources.list file
Code:
deb http://packages.siduction.org/lxqt jessie-backports main
deb-src http://packages.siduction.org/lxqt jessie-backports main
For Debian testing or unstable, currently Stretch, add the lines bellow at the /etc/apt/sources.list file
Code:
deb http://packages.siduction.org/lxqt unstable main
deb-src http://packages.siduction.org/lxqt unstable main
For more information about how to add debian a repository, you may have a look there.
2. Add the apt repository Key
For security purpose and package integrity checking, add the LXQt repository specific gpg key file in your system. Though this step is optional.
non funziona...
Code:
apt-key adv --keyserver pgpkeys.mit.edu --recv-key 15CBD88045C45076
Code:
apt-get install siduction-archive-keyring
3. Update repository
Now update the repository to make the changes available.
Code:
sudo apt-get update
4. Install LXQt Packages
Now install the packages, you may want to install the full LXQt desktop with all recommended software or just install the minimal desktop.
Code:
sudo apt-get install lxqt pcmanfm-qt
For a minimal install
Code:
sudo apt-get --no-install-recommends install lxqt pcmanfm-qt openbox obconf-qt5 compton compton-conf
By default, LXQt uses openbox as window manager and compton for display compositing. If you want to install a more feature reach and all-in-one window manager and compositor, install kwin .
Code:
sudo apt-get install kwin-x11
This will install KDE 5’s new window manager, which is much better and modular than the old KDE 4 ones. Installation is complete, now logout your current session and login after selecting the LXQt session.
5. Install Breeze Icon theme, widget style, Cursor theme
Breeze is the KDE 5’s default smooth and unified widget style with a flat look. To install Breeze , run the commands bellow
Code:
sudo apt-get install breeze breeze-cursor-theme breeze-icon-theme
Now change the icon theme, widget style and kwin decoration style to breeze with LXQt Configuration center .
6. Configuration LXQt
Lets configure the LXQt session, change appearance, icon theme, cursor theme window manager etc. etc. Onen up the LXQt Configuration center from the panel menu at the bottom left. Read the new tutorial about how to use kwin and KDE Breeze style with LXQt here .
lxqt settings
Now Change the Window manager with the Session Settings tab and set it to kwin then log out and log in again.
Ultima Modifica 8 Anni 3 Mesi fa da adminAB76.
Si prega Accesso a partecipare alla conversazione.