Xu Fasheng 9765bd1570 grub2: Fix lsb_release/os-prober support unicode
This is a workaround that force use environment LANG=en_US.UTF-8 before
running /usr/sbin/update-grub, maybe we should keep the language setting same
with current system later.

Resolves: https://bugzilla.deepin.io/show_bug.cgi?id=6859

Change-Id: I2ea44c7edfb440cab699b69844f3055b439b1ebd
2016-05-20 16:22:57 +08:00
2016-01-15 20:37:18 +08:00
2016-02-16 22:56:00 +08:00
2016-02-16 22:56:00 +08:00
2016-02-01 18:14:31 +08:00
2016-05-19 20:09:26 +08:00
2016-02-16 22:56:00 +08:00
2016-02-16 22:56:00 +08:00
2016-05-19 20:50:21 +08:00
2016-02-16 22:56:00 +08:00
2016-05-13 06:47:48 +00:00
2016-05-19 20:50:21 +08:00
2015-01-28 13:57:50 +08:00
2016-01-10 22:50:16 +08:00
2015-10-21 14:02:05 +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
  • pulseaudio
  • network-manager
  • policykit-1-gnome
  • grub-themes-deepin
  • gnome-keyring
  • 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%