System settings.
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
Hosted Weblate 44a6d5ced0
Translated using Weblate (French)
Currently translated at 100.0% (134 of 134 strings)

Translated using Weblate (English (United States))

Currently translated at 7.0% (16 of 228 strings)

Translated using Weblate (Danish)

Currently translated at 100.0% (134 of 134 strings)

Translated using Weblate (Bulgarian)

Currently translated at 100.0% (136 of 136 strings)

Translated using Weblate (Hebrew (Israel))

Currently translated at 100.0% (147 of 147 strings)

Translated using Weblate (Lithuanian)

Currently translated at 59.5% (87 of 146 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (154 of 154 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 89.5% (120 of 134 strings)

Translated using Weblate (Spanish (Mexico))

Currently translated at 67.9% (91 of 134 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (154 of 154 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (134 of 134 strings)

Translated using Weblate (Vietnamese)

Currently translated at 93.1% (190 of 204 strings)

Translated using Weblate (French)

Currently translated at 100.0% (134 of 134 strings)

Translated using Weblate (Vietnamese)

Currently translated at 91.6% (187 of 204 strings)

Translated using Weblate (Vietnamese)

Currently translated at 48.0% (98 of 204 strings)

Added translation using Weblate (Vietnamese)

Translated using Weblate (Malagasy)

Currently translated at 26.8% (54 of 201 strings)

Added translation using Weblate (Malagasy)

Translated using Weblate (Polish)

Currently translated at 100.0% (134 of 134 strings)

Translated using Weblate (Persian)

Currently translated at 100.0% (134 of 134 strings)

Co-authored-by: Ali Frh <saintalifrh@disroot.org>
Co-authored-by: Fernando Perez <fernaando.perez@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hợp Bùi Bá <bahop1998@gmail.com>
Co-authored-by: Id_Alencar <dennysonalencar@gmail.com>
Co-authored-by: Jun Nogata <nogajun@gmail.com>
Co-authored-by: Kaiz3r63 <kaiz3r63@scnet.fr>
Co-authored-by: Mike L. Rasamoelina <mckaim1903@gmail.com>
Co-authored-by: Moo <hazap@hotmail.com>
Co-authored-by: Rantyrant <diseasemonger@gmail.com>
Co-authored-by: Stoyan Vuchev <stoyan.v.vuchev@gmail.com>
Co-authored-by: TaIenT <1054001563@qq.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: ZHAOHUA <sunzh3@chinatowercom.cn>
Co-authored-by: lebao3105 <bao12345yocoo@gmail.com>
Co-authored-by: skajmer <skajmer@protonmail.com>
Co-authored-by: wek234 <pubwek@gmail.com>
Co-authored-by: תום שמש <tomshemesh2005@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/bg/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/da/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/en_US/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/es_MX/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/fa/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/fr/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/he_IL/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/ja/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/lt/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/mg/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/pl/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/vi/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/settings/zh_Hant/
Translation: CutefishOS/Settings
4 years ago
.github/workflows Add github ci 4 years ago
cmake init 5 years ago
debian Update changelog 4 years ago
screenshots Add screenshot 4 years ago
src feat(touchpad): add natural scrolling 4 years ago
translations Translated using Weblate (French) 4 years ago
.gitignore init 5 years ago
CMakeLists.txt Add notifications page and complete do not disturb mode 4 years ago
LICENSE init 5 years ago
README.md Add screenshot 4 years ago
cutefish-settings.desktop Update desktop file 4 years ago

README.md

Settings

The System Settings application for Cutefish Desktop.

screenshot

Dependencies

Arch/Manjaro Dependencies:

sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 freetype2 fontconfig networkmanager-qt modemmanager-qt

Debian/Ubuntu Dependencies:

sudo apt install cmake debhelper extra-cmake-modules libicu-dev libcrypt-dev libfreetype6-dev libfontconfig1-dev libkf5networkmanagerqt-dev modemmanager-qt-dev qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools qml-module-qtquick-controls2 qml-module-qtquick2 qml-module-qtquick-layouts qml-module-qt-labs-platform qml-module-qt-labs-settings qml-module-qtqml qml-module-qtquick-window2 qml-module-qtquick-shapes qml-module-qtquick-dialogs qml-module-qtquick-particles2

Build

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

License

This project has been licensed by GPLv3.