blob: bd564d32f13985f2d2f56ea8c80361b68b44587f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
|