GithubHelp home page GithubHelp logo

weizhixiangcoder / dde-control-center Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linuxdeepin/dde-control-center

0.0 0.0 0.0 331.6 MB

Control panel of Deepin Desktop Environment.

Home Page: https://linuxdeepin.github.io/dde-control-center/

License: GNU General Public License v3.0

Shell 0.13% C++ 96.90% C 0.18% CSS 0.02% HTML 1.50% CMake 1.28%

dde-control-center's Introduction

DDE Control Center

DDE Control Center is the control panel of Deepin Desktop Environment.

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
  • kf5networkmanagerqt-dev
  • xrandr-dev
  • mtdev-dev
  • fontconfig1-dev
  • freetype6-dev
  • egl1-mesa-dev
  • xcb-ewmh-dev

Runtime dependencies

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd dde-control-center
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at /usr/bin/dde-control-center after the installation is finished, and plugins will be placed into ${CMAKE_INSTALL_FULL_LIBDIR}/dde-control-center/modules/, usually is /usr/lib/dde-control-center/modules/.

Usage

Execute dde-control-center -h to get more details.

Note: --spec can be used to debug plugins. The passed in value is the path where the so of plugin is in.

Getting help

You can press F1 to start deepin-manual when you focus on DDE Control Center window.

You may also find these channels useful if you encounter any other issues:

Develop Plugins with cmake

# just show the target link way

find_pacakge(DdeControlCenter REQUIRED)
find_pacakge(Dtk COMPONENTS Core Widget REQUIRED)
find_pacakge(Qt5 COMPONENTS Core Gui Widgets REQUIRED)

add_library(dcc_exampleplugin SHARED
    plugin.h
    plugin.cpp
)

target_link_libraries(dcc_exampleplugin PRIVATE
    Dde::DCCWidget
    Dde::DCCInterface
    Dtk::Core
    Dtk::Widget
    Qt5::Core
    Qt5::Gui
    Qt5::Widgets
)

Getting involved

We encourage you to report issues and contribute changes

License

DDE Control Center is licensed under GPL-3.0-or-later.

dde-control-center's People

Contributors

decodetalkers avatar caixr23 avatar hy-uniontech avatar groveer avatar feiwang1119 avatar robertkill avatar dengbo11 avatar wineee avatar zsien avatar kegechen avatar ut003640 avatar oiosnc avatar asterwyx avatar hotime avatar 18202781743 avatar chenchongbiao avatar yixinshark avatar ssk-wh avatar felixonmars avatar archiemeng avatar tsic404 avatar 7wcy avatar kt286 avatar comixhe avatar utsweetyfish avatar hudeng-go avatar myml avatar rocet92 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.