Skip to content

linuxdeepin/deepin-devicemanager

Repository files navigation

deepin-devicemanager

Device Manager is a handy tool for viewing hardware information and managing the devices.

Core

The GUI is based on DTK, Qt (Supported >= 5.12).

Build-Depends: debhelper (>= 11), pkg-config, qt5-qmake, qt5-default, libdtkwidget-dev, libdtkgui-dev, qtbase5-private-dev, libdframeworkdbus-dev, libcups2-dev

Execute-Depends: libc6 (>= 2.14), libdframeworkdbus2, libdtkcore5 (>= 5.0.9+r2+g0dc0efd), libdtkgui5 (>= 5.0.9+r0+g773b21d), libdtkwidget5, libgcc1 (>= 1:3.0), libgl1, libqt5core5a (>= 5.11.0rc1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.8.0), libqt5svg5 (>= 5.6.0beta), libqt5widgets5 (>= 5.11.0~rc1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 6), qtbase-abi-5-11-3, libcups2 (>= 1.7.0), smartmontools, dmidecode[i386 arm64 amd64], x11-xserver-utils, hwinfo, upower, deepin-shortcut-viewer, lshw, cups

Special Link

Depend on

Thridparty lib (source code)

Installation

sudo apt-get install deepin-devicemanager

Build

  • mkdir build
  • cd build
  • qmake ..
  • make

Usage

Caution: deepin-devicemanager is depend on polkit, So if build from source code, you have to add policy to usr/share/polkit-1/actions/. add deepin-devicemanager-authenticateProxy to /usr/bin. If run in Qt Creator, you should set [Project][Run Settings] [Run] [Run configuration] to src from 2 projects authenticateProxy and src.

  • sudo cp authenticateProxy/policy/com.deepin.pkexec.deepin-devicemanager-authenticateProxy.policy /usr/share/polkit-1/actions/

  • sudo cp build-all-unknown-Debug/authenticateProxy/deepin-devicemanager-authenticateProxy /usr/bin

  • ./deepin-devicemanager

License

deepin-devicemanager is licensed under GPL-3.0-or-later.