liliqiang 78866aa465 dock:: fix wrong appid for _GTK_APPLICATION_ID.
Change-Id: Ief565a1109a0c10bf2cc2954a4713569e8199f2b
2015-11-20 09:33:07 +08:00
2015-07-08 19:23:19 +08:00
2015-07-02 11:29:35 +08:00
2015-11-20 01:04:26 +08:00
2015-09-22 09:50:40 +08:00
2015-11-19 14:58:59 +08:00
2015-11-20 01:04:26 +08:00
2015-11-19 18:34:47 +08:00
2015-01-28 13:57:50 +08:00
2014-07-28 16:39:17 +08:00
2015-10-21 14:02:05 +08:00
2015-10-31 21:34:59 +08:00

DDE Daemon

DDE Daemon is a daemon for handling the deepin session settings

Dependencies

Build dependencies

Runtime dependencies

  • upower
  • udisks2
  • acpid
  • bluez
  • systemd
  • network-manager
  • policykit-1-gnome
  • grub-themes-deepin
  • deepin-notifications
  • xserver-xorg-input-wacom

Optional Dependencies

  • network-manager-vpnc
  • network-manager-pptp
  • network-manager-l2tp
  • network-manager-openvpn
  • network-manager-openconnect
  • iso-codes
  • mobile-broadband-provider-info

Installation

Build:

$ make GOPATH=/usr/share/gocode

Or, build through gccgo

$ make GOPATH=/usr/share/gocode USE_GCCGO=1

Install:

sudo make install

Usage

dde-system-daemon

dde-system-daemon primarily provide account services, need to run as root.

dde-session-daemon

Flags:

memprof      : Write memory profile to specific file
cpuprof      : Write cpu profile to specific file, can not use memprof and
               cpuprof together
-i --Ignore  : Ignore missing modules, --no-ignore to revert it, default is true
-v --verbose : Show much more message, the shorthand for --loglevel debug,
               if specificed, loglevel is ignored
-l --loglevel: Set log level, possible value is error/warn/info/debug/no

Commands:

list   : List all the modules or the dependencies of one module.
auto   : Automatically get enabled and disabled modules from settings.
enable : Enable modules and their dependencies, ignore settings.
disable: Disable modules, ignore settings.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes.

License

DDE Daemon is licensed under GPLv3.

Description
Dock application of DDE
Readme 66 MiB
Languages
C++ 97%
CMake 2%
C 0.8%
Shell 0.2%