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 5ce731d54f fix(core): use standard screen saver lock API 3 weeks ago
.github/workflows Update actions/checkout in GitHub Actions workflow to v3 4 years 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(core): migrate services to Wayland 3 weeks ago
polkit-agent fix(input): update Qt6 pointer device filters 4 weeks ago
powerman fix(core): use standard screen saver lock API 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(notificationd): drop notificationd, the shell owns notifications now 3 weeks ago
settings-daemon feat(core): migrate services to Wayland 3 weeks ago
shutdown-ui fix(core): use standard screen saver lock API 3 weeks ago
.gitignore init 6 years ago
CMakeLists.txt refactor(notificationd): drop notificationd, the shell owns notifications now 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.