No description
Co-authored-by: Aman Alam <aalam@users.noreply.hosted.weblate.org> Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com> Co-authored-by: Gyro Zeppeli <omazurenko@proton.me> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jun Hwi Ku <siguning@gmail.com> Co-authored-by: gift983 <983649@my.leicestercollege.ac.uk> Co-authored-by: lorduskordus <lorduskordus@gmail.com> Co-authored-by: therealmate <hellogaming91@gmail.com> Co-authored-by: Димко <Term0@ukr.net> Co-authored-by: 김유빈 <k.sein1016@gmail.com> Co-authored-by: 현월 <kmj10727@gmail.com> Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-greeter/cs/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-greeter/hu/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-greeter/kk/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-greeter/ko/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-greeter/uk/ Translation: Pop OS/COSMIC Greeter |
||
|---|---|---|
| cosmic-greeter-config | ||
| daemon | ||
| dbus | ||
| debian | ||
| examples | ||
| i18n | ||
| res | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cosmic-greeter-start.sh | ||
| cosmic-greeter.toml | ||
| i18n.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
cosmic-greeter
libcosmic greeter for greetd, which can be run inside cosmic-comp
Development
This project uses just as a command runner.
Available Commands
Building
just build-debug- Compile with debug profilejust build-release- Compile with release profile (default)just build-vendored- Compile release profile with vendored dependencies- Requires vendoring first, which can be done with
just vendor
- Requires vendoring first, which can be done with
Testing & Development
just mock- Run greeter in a windowed compositor for quick testing (builds and runs the mock server example)just run- Run with debug logs (RUST_LOG=debugandRUST_BACKTRACE=full)
Code Quality
just check- Run clippy linter with pedantic warningsjust check-json- Run clippy with JSON output format
Installation
just install- Install all files (binary, daemon, D-Bus config, systemd files)just install-debian- Install only Debian package required filesjust uninstall- Remove all installed files
Cleanup
just clean- Runcargo cleanjust clean-dist- Runcargo cleanand remove vendored dependencies
Vendoring
just vendor- Vendor dependencies locally and create vendor.tarjust vendor-extract- Extract vendored dependencies from vendor.tar