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 6464ce0825 fix(debian): update packaging for Qt6 and KF6 4 weeks ago
.github/workflows Update actions/checkout in GitHub Actions workflow to v3 4 years ago
chotkeys fix(core): port desktop components to Qt6 4 weeks ago
clipboard fix(core): port desktop components to Qt6 4 weeks ago
cmake Remove ecm 5 years ago
compat fix(core): port desktop components to Qt6 4 weeks ago
cpufreq fix(core): port desktop components to Qt6 4 weeks ago
cupdatecursor fix(core): port desktop components to Qt6 4 weeks ago
debian fix(debian): update packaging for Qt6 and KF6 4 weeks ago
gmenuproxy fix(core): port desktop components to Qt6 4 weeks ago
notificationd fix(core): port desktop components to Qt6 4 weeks ago
polkit-agent fix(input): update Qt6 pointer device filters 4 weeks ago
powerman fix(core): port desktop components to Qt6 4 weeks ago
screen-brightness fix(core): port desktop components to Qt6 4 weeks ago
sddm-helper fix(core): port desktop components to Qt6 4 weeks ago
session fix(session): shut down cleanly on logout instead of terminating the logind session 4 weeks ago
settings-daemon fix(theme): use available fontconfig fallbacks 4 weeks ago
shutdown-ui fix(core): port desktop components to Qt6 4 weeks ago
xembed-sni-proxy fix(core): port desktop components to Qt6 4 weeks ago
.gitignore init 6 years ago
CMakeLists.txt fix(core): port desktop components to Qt6 4 weeks ago
LICENSE init 6 years ago
README.md Fixed format 5 years ago
cutefish feat: release 0.8 5 years ago

README.md

Core

System backend and start session and more.

Compile dependencies

sudo pacman -S extra-cmake-modules pkgconf qt5-base qt5-quickcontrols2 qt5-x11extras qt5-tools\
    kwindowsystem polkit polkit-qt5 xorg-server-devel xf86-input-libinput xf86-input-synaptics

For Ubuntu:

sudo apt install libpolkit-agent-1-dev libpolkit-qt5-1-dev libsm-dev libxtst-dev\
    libxcb-randr0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-image0-dev libxcb-util0-dev libkf5idletime-dev

(Yes it's annoying that so many xcb's packages here is needed to install. Isn't there a way to install one package and these libxcbs all get ready?)

For Debian:

sudo apt install extra-cmake-modules pkg-config xserver-xorg-input-libinput-dev libx11-xcb-dev libxcb1-dev libxcb-randr0-dev\
    libxcb-keysyms1-dev libxcursor-dev libxcb-xfixes0-dev libxcb-damage0-dev libxcb-composite0-dev libxcb-shm0-dev libxcb-util-dev\
    libxcb-image0-dev libxcb-dpms0-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-ewmh-dev libxcb-glx0-dev libxcb-record0-dev xserver-xorg-dev\
    xserver-xorg-input-synaptics-dev libxtst-dev libsm-dev libpolkit-qt5-1-dev libpolkit-agent-1-dev libkf5windowsystem-dev libkf5globalaccel-dev\
    libkf5coreaddons-dev libkf5idletime-dev libqt5x11extras5-dev qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools

Runtime

Build

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

Install

sudo make install

License

This project has been licensed by GPLv3.