# gxde-control-center **Repository Path**: ocean123455/gxde-control-center ## Basic Information - **Project Name**: gxde-control-center - **Description**: GXDE Control Center is the control panel of GXDE Desktop Environment. - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-02-28 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GXDE Control Center GXDE Control Center is the control panel of GXDE Desktop Environment. GXDE has forked and maintained GCC V4.x and used as control panel of GXDE. You should NOT install this package on Deepin. ## Dependencies ### Build dependencies * pkg-config * cmake * Qt5(>= 5.6) with modules: - qt5-default - qt5declarative5-dev - qt5svg5-dev - qttools5-dev-tools - qtdeclarative5-dev * Deepin-tool-kit(>=2.0) with modules: - dtkcore-dev - dtkwidget-dev - dtkcore-bin * geoip-dev * dde-qt-dbus-factory * gsettings-qt-dev * gxde-network-utils-dev * kf5networkmanagerqt-dev * xrandr-dev * mtdev-dev * fontconfig1-dev * freetype6-dev * egl1-mesa-dev * xcb-ewmh-dev ### Runtime dependencies * [deepin-tool-kit](https://github.com/linuxdeepin/deepin-tool-kit) * [gxde-api](https://github.com/linuxdeepin/gxde-api) * [dde-daemon](https://github.com/linuxdeepin/dde-daemon) * [startdde](https://github.com/linuxdeepin/startdde) * [dde-qt-dbus-factory](https://github.com/linuxdeepin/dde-qt-dbus-factory) * [qt5integration](https://github.com/linuxdeepin/qt5integration) * geoip-database * Qt5(>= 5.6) * Qt5-DBus * Qt5-Multimedia * Qt5-MultimediaWidgets * Qt5-Svg ## Installation ### Build from source code 1. Make sure you have installed all dependencies. 2. Build: ``` $ cd gxde-control-center $ mkdir Build $ cd Build $ cmake .. $ make ``` 3. Install: ``` $ sudo make install ``` The executable binary file could be found at `/usr/bin/gxde-control-center` after the installation is finished, and plugins will be placed into `/usr/lib/gxde-control-center/modules/`. ## Usage Execute `gxde-control-center -h` to get more details. ## Getting help You can press `F1` to start [deepin-manual](https://github.com/linuxdeepin/deepin-manual) when you focus on DDE Control Center window. You may also find these channels useful if you encounter any other issues: * [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) * [IRC Channel](https://webchat.freenode.net/?channels=deepin) * [Official Forum](https://bbs.deepin.org/) * [Wiki](https://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes * [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) * [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## License DDE Control Center is licensed under [GPLv3](LICENSE).