Firstly, remove razor-qt to avoid file collisions.
Use Layman to add the Qt overlay:
layman -a qtUse Emerge to attempt to install lxqt-meta:
emerge -av lxqt-base/lxqt-metaIf it fails copy the text below regarding keywords, and paste into
/etc/portage/package.accept_keywordsAttempt to install again:
emerge -av lxqt-base/lxqt-metaIf it fails copy the text below warning the about unmask, paste into
/etc/portage/portage.unmask/99-lxqt.package.unmaskAttempt to install again:
emerge -av lxqt-base/lxqt-meta
If it fails on lxqt-panel download from source and manually compile and install:
mkdir /usr/src/lxqt-panel
cd /usr/src/lxqt-panel
wget http://lxqt.org/downloads/lxqt/0.7.0/lxqt-panel-0.7.0.tar.gz
tar xvf lxqt-panel-0.7.0.tar.gz
cd lxqt-panel
mkdir build
cd build
cmake ..
make
sudo make install
If other packages from lxqt-meta have not installed, you may install them individually using Emerge, e.g.:
emerge -av lxqt-base/lxqt-sessionYou should now be able to select LXQt from the login screen.
No comments:
Post a Comment