System components and backend.
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
Reion Wong 3f96f9fbc5 refactor(session): use QCoreApplication 3 weeks ago
.github/workflows refactor(session): use QCoreApplication 3 weeks ago
clipboard fix(core): port desktop components to Qt6 4 weeks ago
cmake feat(core): migrate services to Wayland 3 weeks ago
cpufreq fix(core): port desktop components to Qt6 4 weeks ago
debian feat(display): restore owned configuration on startup 3 weeks ago
polkit-agent fix(polkit-agent): drop the dead window shadow geometry binding 3 weeks ago
screen-brightness fix(core): port desktop components to Qt6 4 weeks ago
sddm-helper feat(core): migrate services to Wayland 3 weeks ago
session refactor(session): use QCoreApplication 3 weeks ago
settings-daemon feat(power): align idle power policy with session services 3 weeks ago
shutdown-ui fix(core): use standard screen saver lock API 3 weeks ago
.gitignore init 6 years ago
CMakeLists.txt fix(settings-daemon): let KWin restore Wayland display configuration 3 weeks ago
LICENSE init 6 years ago
README.md feat(core): migrate services to Wayland 3 weeks ago
cutefish feat: release 0.8 5 years ago

README.md

Core

System backend and start session and more.

Compile dependencies

Install Qt 6, KDE Frameworks 6, NetworkManager, Polkit, Fontconfig, FreeType and the development tools provided by your distribution. The currently retained settings daemon has its remaining input-backend dependencies declared in settings-daemon/CMakeLists.txt.

Runtime

For the Wayland session, install KWin Wayland and select Cutefish (KWin Wayland) from the display manager. The session entry launches KWin with Wayland enabled and starts cutefish-session inside the compositor. The session starts the retained settings daemon, which in turn starts the desktop components after its D-Bus service is ready.

Build

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

Install

sudo make install

License

This project has been licensed by GPLv3.