26 lines
867 B
Plaintext
26 lines
867 B
Plaintext
Both of these take a bit to build on the c201 and don't
|
|
build properly in the chroot so there precompiled versions here.
|
|
When PrawnOS has its own apt repos these will be available there...
|
|
|
|
If you want to build them yourself run:
|
|
|
|
For libinput-gestures:
|
|
sudo apt install -y build-essential libinput-tools xdotool
|
|
git clone http://github.com/bulletmark/libinput-gestures
|
|
cd libinput-gestures
|
|
sudo make install
|
|
|
|
For Xfdashboard:
|
|
apt-get install -y build-essential glib2.0
|
|
libclutter-1.0-dev libgarcon-1-0-dev libglib2.0-dev
|
|
libwnck-3-dev libxcomposite-dev libxdamage-dev libxfce4ui-2-dev
|
|
libxfce4util-dev libxfconf-0-dev libxinerama-dev
|
|
xfce4-dev-tools xorg-dev
|
|
|
|
git clone https://github.com/gmc-holle/xfdashboard
|
|
#get most recent version I've tested
|
|
cd xfdashboard
|
|
git checkout a7851d82ec89b3cd49952c6022813bbe6b8b0bc9
|
|
sudo ./autogen.sh
|
|
sudo make
|
|
sudo make install |