1.7 KiB
COSMIC Settings
Prototype of a proof of concept that is an active work in progress.
The settings application for the COSMIC desktop environment. Developed with libcosmic in the iced GUI library.
Build
To compile, a stable Rust compiler and just are required.
- cargo
- just
Some C libraries are also required for font support at the moment.
- cmake
- libexpat1-dev
- libfontconfig-dev
- libfreetype-dev
- pkg-config
Then it can be compiled and installed like so.
just build-release
sudo just prefix=/usr install
If you are packaging for Linux distribution, you can use the rootdir variable to change the root path, in addition to the prefix.
just rootdir=debian/cosmic-settings prefix=/usr install
Translators
Translation files may be found in the i18n directory. New translations may copy the English (en) localization of the project and rename en to the desired ISO 639-1 language code. Translations may be submitted through GitHub as an issue or pull request. Submissions by email or other means are also acceptable; with the preferred name and email to associate with the changes.
License
Licensed under the GNU Public License 3.0.
Contribution
Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the GNU Public License 3.0 (GPL-3.0). Each source file should have a SPDX copyright notice at the top of the file:
// Copyright {year-created} System76 <info@system76.com>
// SPDX-License-Identifier: GPL-3.0-only