Desktop Environment
Find a file
2021-04-04 21:23:05 +10:00
desktop Add DST changeover notification 2021-04-04 21:23:05 +10:00
dist Fix polkit autostarting 2021-04-03 00:45:51 +11:00
libthedesk Some refinements to the taskbar 2021-04-02 22:56:12 +11:00
platform Make window manager configurable 2021-03-22 16:45:54 +11:00
plugins Add DST changeover notification 2021-04-04 21:23:05 +10:00
polkitagent Fix settings logic in session starter 2021-03-23 21:19:49 +11:00
readme Add README file 2020-06-17 22:18:15 +10:00
startdesk Fix polkit autostarting 2021-04-03 00:45:51 +11:00
.gitignore Add translations for startdesk 2020-04-11 22:16:30 +10:00
LICENSE Add license 2020-04-11 22:07:15 +10:00
README.md Add README file 2020-06-17 22:18:15 +10:00
theDesk.pro Add a polkit agent 2020-06-17 03:13:25 +10:00


theDesk is a desktop environment built on Qt libraries.


Dependencies

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

© Victor Tran, 2020. This project is licensed under the GNU General Public License, version 3, or at your option, any later version.

Check the LICENSE file for more information.