No description
Find a file
2023-06-06 16:04:31 -06:00
.github/workflows fix-build (#43) 2023-06-06 16:04:31 -06:00
.vscode feat: settings application architecture 2023-01-26 23:20:45 +01:00
app fix-build (#43) 2023-06-06 16:04:31 -06:00
debian fix-build (#43) 2023-06-06 16:04:31 -06:00
i18n Panel applets jammy (#41) 2023-06-05 23:55:37 -04:00
page feat: partial implementation of wallpaper settings 2023-05-31 02:50:18 +02:00
pages fix-build (#43) 2023-06-06 16:04:31 -06:00
resources feat: settings application architecture 2023-01-26 23:20:45 +01:00
.gitignore chore(debian): add desktop entry 2023-01-27 03:34:59 +01:00
Cargo.lock fix-build (#43) 2023-06-06 16:04:31 -06:00
Cargo.toml Panel applets jammy (#41) 2023-06-05 23:55:37 -04:00
justfile feat: partial implementation of wallpaper settings 2023-05-31 02:50:18 +02:00
LICENSE.md feat: settings application architecture 2023-01-26 23:20:45 +01:00
README.md feat: refactor the settings page architecture 2023-04-25 00:35:13 +02:00
rust-toolchain feat: settings application architecture 2023-01-26 23:20:45 +01:00

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
  • lld

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:

// SPDX-License-Identifier: GPL-3.0-only