From 49daa163530ceabc9eaa8911ab96b5f799cfb552 Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Sun, 25 May 2025 17:58:09 +0200 Subject: Initial Commit --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd564d3 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# KaZoe Desktop +This project provide a desktop environement base on "Qt Wayland Compositor". + +It combine features: + +- Wayland compositor +- Window manager +- customizable Task bar +- customizable systray +- homepage provided by an external application +- VNC server managed by a plugin + + +# Build and run +```sh +git clone https://kazoe.org/cgit/kazoe/kazoe-desktop.git +cd kazoe-desktop +mkdir build +cmake .. +make +./kzdesktop +``` + +DesktopManager use [standard XDG paths](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). +This paths can be override by setting [XDG_DATA_HOME and XDG_DATA_DIRS](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). + + +## Design + + + + + +## Protocol +https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html#desktop-entry-extensions-examples -- cgit v1.2.3