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
Hosted Weblate 80ff63a7d2
Added translation using Weblate (Tamazight (Central Atlas))
Translated using Weblate (Dutch)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Chinese (Traditional, Hong Kong))

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Croatian)

Currently translated at 100.0% (3 of 3 strings)

Added translation using Weblate (Croatian)

Translated using Weblate (Romanian)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Azerbaijani)

Currently translated at 100.0% (3 of 3 strings)

Added translation using Weblate (Dutch)

Added translation using Weblate (Azerbaijani)

Translated using Weblate (Bengali (Bangladesh))

Currently translated at 100.0% (3 of 3 strings)

Added translation using Weblate (Bengali)

Co-authored-by: Albion Haxhijaj <albion.haxhijaj@skole.hr>
Co-authored-by: Andrei Opriș <andreiflorinopris@gmail.com>
Co-authored-by: Eddie Lin <eddielin0926@gmail.com>
Co-authored-by: Heimen Stoffels <vistausss@fastmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mohammad Shoriful Islam Ronju <smronju@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Xəyyam Qocayev <xxmn77@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/cutefishos/polkit-agent/az/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/polkit-agent/bn_BD/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/polkit-agent/hr/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/polkit-agent/nl/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/polkit-agent/ro/
Translate-URL: https://hosted.weblate.org/projects/cutefishos/polkit-agent/zh_Hant_HK/
Translation: CutefishOS/Polkit Agent
4 years ago
.github/workflows Update build.yml 4 years ago
chotkeys Update interface name 4 years ago
clipboard fix(clipboard): inkscape paste 4 years ago
cmake Remove ecm 4 years ago
cpufreq Power Mode: Adjust intel gpu frequency 4 years ago
cupdatecursor Use CMAKE_INSTALL_BINDIR instead of hardcoded path 4 years ago
debian feat: release 0.8 4 years ago
gmenuproxy Fix build 4 years ago
notificationd fix(notification): switching the main screen position 4 years ago
polkit-agent Added translation using Weblate (Tamazight (Central Atlas)) 4 years ago
powerman fix(live): close screen timeout 4 years ago
screen-brightness PowerManager: add dim display feature 4 years ago
sddm-helper feat: set dpi to support sddm 4 years ago
session Update application.cpp 4 years ago
settings-daemon Added translation using Weblate (Tamazight (Central Atlas)) 4 years ago
shutdown-ui Translated using Weblate (Spanish (Mexico)) 4 years ago
xembed-sni-proxy Update sniproxy code 4 years ago
.gitignore init 5 years ago
CMakeLists.txt feat: add clipboard 4 years ago
LICENSE init 5 years ago
README.md Fixed format 4 years ago
cutefish feat: release 0.8 4 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.