NekoCute Dock
Find a file
Hosted Weblate 449de9f91f
Translated using Weblate (Russian)
Currently translated at 88.8% (8 of 9 strings)

Translated using Weblate (Romanian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Malayalam)

Currently translated at 100.0% (9 of 9 strings)

Co-authored-by: Alexey Ermakov <strangebrew@yandex.ru>
Co-authored-by: Aswin A S <aswinas7469@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: ionut eugen <bueugenionut@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/dock/ml/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/dock/ro/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/dock/ru/
Translation: CutefishOS/Dock
2021-08-29 16:56:34 +02:00
debian Debian: Lack of runtime dependencies 2021-07-22 17:34:16 +08:00
images Update icons 2021-06-04 15:11:39 +08:00
qml Reduce call grabToImage() 2021-08-28 17:35:05 +08:00
src Add contains interface 2021-08-29 22:56:25 +08:00
translations Translated using Weblate (Russian) 2021-08-29 16:56:34 +02:00
.gitignore Update icon size 2021-05-06 11:24:12 +08:00
CMakeLists.txt Add desktop file interface 2021-08-29 19:46:37 +08:00
LICENSE first commit 2021-03-16 11:17:11 +08:00
README.md Use CMAKE_INSTALL_BINDIR instead of hardcoded path 2021-08-13 00:55:40 +02:00
resources.qrc Update icons 2021-06-04 15:11:39 +08:00

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.