Desktop Taskbar.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
reionwong 0535d7c0bd ci: use Ubuntu 26.04 for Ubuntu builds 3 weeks ago
.github/workflows ci: use Ubuntu 26.04 for Ubuntu builds 3 weeks ago
compat fix(dock): port dock to Qt6 4 weeks ago
debian fix(debian): update packaging for Qt6 and KF6 3 weeks ago
images Update icons 5 years ago
qml fix(dock): port dock to Qt6 4 weeks ago
src fix(dock): port dock to Qt6 4 weeks ago
translations Translated using Weblate (Tamazight (Central Atlas)) 5 years ago
.gitignore Update icon size 5 years ago
CMakeLists.txt fix(dock): port dock to Qt6 4 weeks ago
LICENSE first commit 6 years ago
README.md Use CMAKE_INSTALL_BINDIR instead of hardcoded path 5 years ago
cutefish-dock-list.conf Fix pin & unpin 5 years ago
resources.qrc Update icons 5 years ago

README.md

Dock

CutefishOS application dock.

Dependencies

sudo pacman -S gcc cmake qt5-base qt5-quickcontrols2 kwindowsystem

You also need fishui and libcutefish.

Build and Install

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install

License

This project has been licensed by GPLv3.