2020-06-17 08:18:15 -04:00
|
|
|
<img src="readme/splash.svg" width="100%" />
|
|
|
|
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
|
|
<img src="https://img.shields.io/github/v/release/vicr123/thedesk?label=LATEST&style=for-the-badge">
|
|
|
|
<img src="https://img.shields.io/github/license/vicr123/thedesk?style=for-the-badge" />
|
|
|
|
</p>
|
|
|
|
|
|
|
|
theDesk is a desktop environment built on Qt libraries.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-02-02 08:52:31 -05:00
|
|
|
<p align="center">
|
|
|
|
<img src="readme/screenshots/thedesk.png" width=45% /> <img src="readme/screenshots/overview.png" width=45% /><br>
|
|
|
|
<img src="readme/screenshots/desktops.png" width=45% /> <img src="readme/screenshots/thegateway.png" width=45% /><br>
|
|
|
|
<img src="readme/videos/desktops.gif" width=90% />
|
|
|
|
</p>
|
2023-02-02 06:35:57 -05:00
|
|
|
|
2020-06-17 08:18:15 -04:00
|
|
|
# Dependencies
|
|
|
|
- Qt 5
|
|
|
|
- Qt Core
|
|
|
|
- Qt GUI
|
|
|
|
- Qt Widgets
|
|
|
|
- Qt SVG
|
|
|
|
- [the-libs](https://github.com/vicr123/the-libs)
|
|
|
|
- [libtdesktopenvironment](https://github.com/vicr123/libtdesktopenvironment)
|
|
|
|
- Xlib
|
|
|
|
- xorg-libinput
|
|
|
|
- NetworkManager-Qt
|
|
|
|
|
|
|
|
## Recommended Dependencies
|
|
|
|
- [contemporary-widgets](https://github.com/vicr123/contemporary-widgets) - the default widget theme
|
|
|
|
- [contemporary-icons](https://github.com/vicr123/contemporary-icons) - the default icon theme
|
|
|
|
|
|
|
|
## Build
|
|
|
|
Run the following commands in your terminal.
|
|
|
|
```
|
|
|
|
mkdir build
|
|
|
|
qmake ../theDesk.pro
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
## Install
|
|
|
|
On Linux, run the following command in your terminal (with superuser permissions)
|
|
|
|
```
|
|
|
|
make install
|
|
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-04-28 02:05:59 -04:00
|
|
|
> © Victor Tran, 2021. This project is licensed under the GNU General Public License, version 3, or at your option, any later version.
|
2020-06-17 08:18:15 -04:00
|
|
|
>
|
2023-02-02 06:35:57 -05:00
|
|
|
> Check the [LICENSE](LICENSE) file for more information.
|