Links/commands below
---------------------------------------
Latte dock: https://phabricator.kde.org/source/la...
KDE dependencies: https://community.kde.org/Guidelines_...
---------------------------------------
Step 1 - add backports (Kubuntu only):
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt full-upgrade
---------------------------------------
Step 2 - Install dependencies (either from link above or get text file below for copy/paste):
http://www.mediafire.com/file/fxlseqg...
---------------------------------------
Step 3 - Extract files from source using git in terminal:
git clone git://anongit.kde.org/latte-dock
---------------------------------------
Step 4 - installation:
open latte-dock folder found in home folder, right click, actions, open terminal here... then in terminal type:
sh install.sh
IMPORTANT: If you get an error, delete the newly created "build" folder and in a new terminal window type the following:
export CMAKE_PREFIX_PATH=/opt/xwi
sudo apt install libxcb-randr0-dev
then, in the previous terminal run sh install.sh and it should work
---------------------------------------