Files
asusctl/rog-control-center
mihai2mn 37c74a6bba refactor: Address review feedback
- Remove deprecated supergfx integration
- Ensure DBus is used instead of direct calls (verified)
- Clean up unused imports and modules
2026-01-17 00:05:45 +01:00
..
2026-01-17 00:05:45 +01:00
2026-01-17 00:05:45 +01:00
2025-02-14 20:00:11 +13:00
2026-01-17 00:05:45 +01:00
2024-05-14 17:35:44 +12:00

ROGALOG

X11 support

X11 is not supported at all, as in I will not help you with X11 issues if there are any due to limited time and it being unmaintained itself. You can however build rog-control-center with it enabled cargo build --features x11.

Translations

You can help with translations by following https://slint.dev/releases/1.1.0/docs/slint/src/concepts/translations#translate-the-strings

Begin by copying rog-control-center/translations/en/rog-control-center.po to rog-control-center/translations/<YOUR LOCALE>/rog-control-center.po, then edit that file.

Run msgfmt rog-control-center/translations/<YOUR LOCALE>/rog-control-center.po -o rog-control-center/translations/<YOUR LOCALE>/LC_MESSAGES/rog-control-center.mo to make the binary formatted translation where <YOUR LOCALE> is changed to your translation locale.

To test you local translations run RUST_TRANSLATIONS=1 rog-control-center.