Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Deepin Desktop Control

Control and manage Deepin desktop settings including power, display, Bluetooth, airplane mode, user accounts, and time via D-Bus system services.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 22 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description describe managing Deepin desktop via D‑Bus and the SKILL.md plus reference files precisely enumerate Deepin/system DBus interfaces and methods (power, display, network, bluetooth, accounts, timedate, grub, package manager, etc.). The requested resources (no env, no installs) are consistent with a purely DBus-based control skill.
!
Instruction Scope
SKILL.md instructs using busctl (--system/--session) to call DBus methods. Many of those methods are capable of changing system state (CreateUser/DeleteUser/SetPassword/SetSecretKey, SetTime/SetTimezone, SetTimeout for Grub2, EnableDevice, ToggleWireless, etc.). The docs also state introspection XML files are saved under ~/.openclaw/workspace/skills/deepin-desktop/references/, and the provided reference files already contain machine-specific values (DMI info, UUID, UID lists). That means the skill (or the included script) may collect and persist potentially sensitive local data. These actions are within the stated purpose but have high sensitivity and impact, so they warrant user caution.
Install Mechanism
Instruction-only skill with no install spec and no downloads. No packages pulled from external URLs; risk from install mechanism is low. The only code file is a small script (scripts/introspect.sh) included in the bundle — review it before running.
Credentials
The skill requests no environment variables or credentials, which is coherent. However, many DBus methods it documents require elevated privileges or polkit authorization to succeed; the skill does not describe how it will obtain those privileges. Also, the references include sensitive local identifiers (machine UUID, user lists).
!
Persistence & Privilege
The SKILL.md explicitly says introspection XML will be saved under ~/.openclaw/workspace/skills/deepin-desktop/references/ and the bundle contains many such reference files. That implies the skill will persist system introspection output to disk in the user's home. While not a platform-level privilege escalation, persistent storage of system metadata (and potentially secrets if methods are callable) increases risk if those files are shared or exfiltrated. The skill is not marked always:true, but autonomous invocation (platform default) would allow it to run without explicit user prompts; combine that with the sensitive methods and persisted data to raise caution.
What to consider before installing
This skill appears to be a coherent DBus-based controller for Deepin desktop, but it can query and change sensitive system state (users, passwords/secret keys, time, network, grub, etc.) and will write introspection output to ~/.openclaw/.../references/ (the provided reference files already contain machine identifiers and user info). Before installing or enabling: (1) Review the included scripts (scripts/introspect.sh) to see exactly what will run and what is saved. (2) Only use this skill on machines you control or in test environments. (3) Be aware many methods require root/polkit; the skill doesn't explain how it obtains authorization. (4) Avoid enabling autonomous invocation unless you fully trust the author and have inspected the code. (5) If you need only read-only queries, restrict usage and avoid running methods that modify accounts or system configuration. If you can, request the author to document which operations require privilege and to avoid persisting machine-unique data by default.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.1.0
Download zip
latestvk972m6kqh80ja9zjxhe6t63nax83727d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Deepin Desktop Control

Manage deepin/UOS desktop settings via D-Bus. Covers all major control center modules including power, display, network, bluetooth, accounts, sound, datetime, boot (Grub2), app store, and more.

All D-Bus Services

Bus: --system (root-level daemon services) Bus: --session (user session services)

System Services (dde-system-daemon)

ServicePathDescription
org.deepin.dde.Power1/org/deepin/dde/Power1Power, battery, CPU governor, power modes
org.deepin.dde.Display1/org/deepin/dde/Display1Display monitors, backlight brightness
org.deepin.dde.Bluetooth1/org/deepin/dde/Bluetooth1Bluetooth device management
org.deepin.dde.AirplaneMode1/org/deepin/dde/AirplaneMode1Airplane mode, WiFi/Bluetooth radio
org.deepin.dde.Timedate1/org/deepin/dde/Timedate1Date, time, timezone, NTP server
org.deepin.dde.Accounts1/org/deepin/dde/Accounts1User accounts, groups, login settings
org.deepin.dde.Daemon1/org/deepin/dde/Daemon1System daemon: wallpaper, TTY, VM detection
org.deepin.dde.InputDevices1/org/deepin/dde/InputDevices1Touchscreen, mouse, wakeup devices
org.deepin.dde.Gesture1/org/deepin/dde/Gesture1Touchpad/gesture settings
org.deepin.dde.Network1/org/deepin/dde/Network1Network device enable/disable
org.deepin.dde.ImageEffect1/org/deepin/dde/ImageEffect1Desktop blur effect
org.deepin.dde.SystemInfo1/org/deepin/dde/SystemInfo1OS version/info
org.deepin.dde.SoundThemePlayer1/org/deepin/dde/SoundThemePlayer1System sound themes
org.deepin.dde.Uadp1/org/deepin/dde/Uadp1ADP backlight control
org.deepin.dde.SwapSchedHelper1/org/deepin/dde/SwapSchedHelper1Swap scheduler
org.deepin.dde.KeyEvent1/org/deepin/dde/KeyEvent1Key event monitoring (signals only)
org.deepin.dde.Grub2/org/deepin/dde/Grub2Grub2 boot settings, theme, timeout

System Services (other daemons)

ServicePathDescription
org.deepin.linglong.PackageManager1/org/deepin/linglong/PackageManager1Linglong app package manager
org.deepin.dde.Lastore1/org/deepin/dde/Lastore1App store (lastore) manager
com.deepin.system.Network/com/deepin/system/NetworkNetwork (system)
com.deepin.system.Power/com/deepin/system/PowerPower (system)
com.deepin.system.Display/com/deepin/system/DisplayDisplay (system)
com.deepin.daemon.Timedated/com/deepin/daemon/TimedatedTimedate daemon proxy
com.deepin.daemon.Accounts/com/deepin/daemon/AccountsAccounts daemon proxy
com.deepin.daemon.PowerManager/com/deepin/daemon/PowerManagerPower manager proxy
com.deepin.defender.*variousDefender security settings
org.deepin.dde.Network1/org/deepin/dde/Network1Network via deepin-service-manager

Session Services

ServicePathDescription
dde-session (:1.83)/org/deepin/dde/SessionManagerSession manager
dde-clipboard (:1.107)/com/deepin/dde/ClipboardClipboard management
dde-shell (:1.106)variousDDE shell

Reference Files

All raw introspection XML files are saved in: ~/.openclaw/workspace/skills/deepin-desktop/references/

Quick Commands

Generic Pattern

# Get all properties
busctl --system call <service> <path> org.freedesktop.DBus.Properties GetAll s "<interface>"

# Get single property
busctl --system call <service> <path> org.freedesktop.DBus.Properties Get s "<interface>" s "<property>"

# Set property (must be writable)
busctl --system call <service> <path> org.freedesktop.DBus.Properties Set s "<interface>" s "<property>" v "<value>"

# Call method
busctl --system call <service> <path> <interface>.<method> <signature> <args...>

1. Power (org.deepin.dde.Power1)

Path: /org/deepin/dde/Power1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
ModesCurrent power mode: "balance", "performance", "powersave"
BatteryPercentagedBattery level 0-100
BatteryStatusu0=Unknown, 1=Discharging, 2=Charging, 3=Full
BatteryTimeToEmptytSeconds until empty
BatteryTimeToFulltSeconds until full
OnBatterybtrue if on battery
HasBatterybtrue if device has battery
HasLidSwitchbtrue if has lid switch
LidClosedbtrue if lid is currently closed
CpuBoostbCPU boost enabled
CpuGovernorsCPU governor string
IsBalanceSupportedbBalance mode supported
IsHighPerformanceSupportedbPerformance mode supported
IsPowerSaveSupportedbPower-save mode supported
IsInBootTimebCurrently in boot time

Properties (Writable)

PropertyTypeDescription
PowerSavingModeEnabledbPower saving mode on/off
PowerSavingModeAutobAuto power saving
PowerSavingModeAutoBatteryPercentuAuto trigger at battery %
PowerSavingModeAutoWhenBatteryLowbAuto when battery low
PowerSavingModeBrightnessDropPercentuBrightness drop %
SupportSwitchPowerModebSupports switching power mode

Methods

# Get batteries
busctl --system call org.deepin.dde.Power1 /org/deepin/dde/Power1 org.deepin.dde.Power1 GetBatteries

# Set power mode
busctl --system call org.deepin.dde.Power1 /org/deepin/dde/Power1 org.freedesktop.DBus.Properties Set s "org.deepin.dde.Power1" s "Mode" v "balance"

# Enable/disable power saving
busctl --system call org.deepin.dde.Power1 /org/deepin/dde/Power1 org.freedesktop.DBus.Properties Set s "org.deepin.dde.Power1" s "PowerSavingModeEnabled" v false

# Set CPU boost
busctl --system call org.deepin.dde.Power1 /org/deepin/dde/Power1 org.deepin.dde.Power1 SetCpuBoost b true

# Lock CPU frequency
busctl --system call org.deepin.dde.Power1 /org/deepin/dde/Power1 org.deepin.dde.Power1 LockCpuFreq s "performance"

2. Display (org.deepin.dde.Display1)

Path: /org/deepin/dde/Display1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
SupportLabcbSupports automatic backlight
AutoBacklightEnabledbAuto backlight enabled

Methods

# Set backlight brightness (0.0-100.0)
busctl --system call org.deepin.dde.Display1 /org/deepin/dde/Display1 org.deepin.dde.Display1 SetBacklightBrightness d 50.0

# Get display config JSON
busctl --system call org.deepin.dde.Display1 /org/deepin/dde/Display1 org.deepin.dde.Display1 GetConfig

# Check Wayland support
busctl --system call org.deepin.dde.Display1 /org/deepin/dde/Display1 org.deepin.dde.Display1 SupportWayland

3. Bluetooth (org.deepin.dde.Bluetooth1)

Path: /org/deepin/dde/Bluetooth1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
Stateu0=Off, 1=On, 2=Discovering
CanSendFilebCan send files

Methods

# Get all adapters (returns JSON)
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 GetAdapters

# Example output: [{"Address":"XX:XX:XX:XX:XX:XX","Path":"/org/bluez/hci0","Name":"hostname","Powered":true,"Discovering":false,"Discoverable":true}]

# Get devices for an adapter
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 GetDevices o "/org/bluez/hci0"

# Set adapter power on/off
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 SetAdapterPowered o "/org/bluez/hci0" b true

# Connect device
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 ConnectDevice o "/org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX"

# Disconnect device
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 DisconnectDevice o "/org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX"

# Set device trusted
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 SetDeviceTrusted o "/org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX" b true

# Remove unpaired device
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 ClearUnpairedDevice

# Set discoverable
busctl --system call org.deepin.dde.Bluetooth1 /org/deepin/dde/Bluetooth1 org.deepin.dde.Bluetooth1 SetAdapterDiscoverable o "/org/bluez/hci0" b true

4. Airplane Mode (org.deepin.dde.AirplaneMode1)

Path: /org/deepin/dde/AirplaneMode1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
EnabledbAirplane mode is on
WifiEnabledbWiFi is on
BluetoothEnabledbBluetooth is on
HasAirplaneModebDevice supports airplane mode

Methods

# Get all properties
busctl --system call org.deepin.dde.AirplaneMode1 /org/deepin/dde/AirplaneMode1 org.freedesktop.DBus.Properties GetAll s "org.deepin.dde.AirplaneMode1"

# Enable/disable airplane mode
busctl --system call org.deepin.dde.AirplaneMode1 /org/deepin/dde/AirplaneMode1 org.deepin.dde.AirplaneMode1 Enable b true

5. Date & Time (org.deepin.dde.Timedate1)

Path: /org/deepin/dde/Timedate1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
NTPServersNTP server address

Methods

# Get NTP server
busctl --system call org.deepin.dde.Timedate1 /org/deepin/dde/Timedate1 org.freedesktop.DBus.Properties Get s "org.deepin.dde.Timedate1" s "NTPServer"

# Set NTP server
busctl --system call org.deepin.dde.Timedate1 /org/deepin/dde/Timedate1 org.deepin.dde.Timedate1 SetNTPServer s "ntp.aliyun.com" s ""

# Enable/disable NTP
busctl --system call org.deepin.dde.Timedate1 /org/deepin/dde/Timedate1 org.deepin.dde.Timedate1 SetNTP b true s ""

# Set timezone
busctl --system call org.deepin.dde.Timedate1 /org/deepin/dde/Timedate1 org.deepin.dde.Timedate1 SetTimezone s "Asia/Shanghai" s ""

# Set system time (usec = microseconds since epoch)
busctl --system call org.deepin.dde.Timedate1 /org/deepin/dde/Timedate1 org.deepin.dde.Timedate1 SetTime x 1742400000000000 b false s ""

# Set local RTC
busctl --system call org.deepin.dde.Timedate1 /org/deepin/dde/Timedate1 org.deepin.dde.Timedate1 SetLocalRTC b false b true s ""

6. User Accounts (org.deepin.dde.Accounts1)

Path: /org/deepin/dde/Accounts1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
UserListasList of user object paths
GroupListasList of group names
AllowGuestbAllow guest account
GuestIconsGuest icon path
IsTerminalLockedbTerminal is locked
QuickLoginEnabledbQuick login enabled

Methods

# List all groups
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1 org.freedesktop.DBus.Properties Get s "org.deepin.dde.Accounts1" s "GroupList"

# Get user info
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1 org.deepin.dde.Accounts1 FindUserByName s "zane"

# Get user's Groups property (on User1000 object)
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1/User1000 org.freedesktop.DBus.Properties GetAll s "" 2>/dev/null | head -50

# Create user (name, fullName, accountType: 0=standard, 1=admin)
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1 org.deepin.dde.Accounts1 CreateUser s "newuser" s "New User" i 0

# Delete user
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1 org.deepin.dde.Accounts1 DeleteUser s "username" b false

# Create group
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1 org.deepin.dde.Accounts1 CreateGroup s "newgroup" u 1001 b false

# Allow/deny guest account
busctl --system call org.deepin.dde.Accounts1 /org/deepin/dde/Accounts1 org.deepin.dde.Accounts1 AllowGuestAccount b false

User Object Properties (User1000 path example)

On path /org/deepin/dde/Accounts1/User1000, properties include:

  • DisplayName, UserName, UID, GID, HomeDirectory, Shell
  • AccountType (0=standard, 1=admin), IsLogined, LoginHistory
  • IconFile, Groups, PasswordHint, Locked, AutomaticLogin

7. System Daemon (org.deepin.dde.Daemon1)

Path: /org/deepin/dde/Daemon1 Service: dde-system-daemon.service

Methods

# Get custom wallpapers
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 GetCustomWallPapers s "desktop"

# Save custom wallpaper
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 SaveCustomWallPaper s "desktop" s "/path/to/image.jpg"

# Delete custom wallpaper
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 DeleteCustomWallPaper s "desktop" s "wallpaper.jpg"

# Check if PID is a VM
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 IsPidVirtualMachine u 1234

# Network connections (raw)
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 NetworkGetConnections

# Set plymouth theme
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 SetPlymouthTheme s "deepin"

# Scale plymouth
busctl --system call org.deepin.dde.Daemon1 /org/deepin/dde/Daemon1 org.deepin.dde.Daemon1 ScalePlymouth u 2

8. Input Devices (org.deepin.dde.InputDevices1)

Path: /org/deepin/dde/InputDevices1 Service: dde-system-daemon.service

Properties (Writable)

PropertyTypeDescription
SupportWakeupDevicesa{ss}Map of wakeup device paths to values (enabled/disabled)
TouchscreensaoList of touchscreen object paths

Methods

# Set wakeup device
busctl --system call org.deepin.dde.InputDevices1 /org/deepin/dde/InputDevices1 org.deepin.dde.InputDevices1 SetWakeupDevices s "/sys/bus/usb/devices/3-3/power/wakeup" s "enabled"

9. Gesture (org.deepin.dde.Gesture1)

Path: /org/deepin/dde/Gesture1 Service: dde-system-daemon.service

Methods

# Set edge move stop duration (ms)
busctl --system call org.deepin.dde.Gesture1 /org/deepin/dde/Gesture1 org.deepin.dde.Gesture1 SetEdgeMoveStopDuration i 500

# Set input ignore
busctl --system call org.deepin.dde.Gesture1 /org/deepin/dde/Gesture1 org.deepin.dde.Gesture1 SetInputIgnore s "/dev/input/event5" b true

10. Network (org.deepin.dde.Network1)

Path: /org/deepin/dde/Network1 Service: deepin-service-manager.service

Properties (Read/Write)

PropertyTypeDescription
VpnEnabledbVPN enabled (read/write)

Methods

# Toggle wireless enabled
busctl --system call org.deepin.dde.Network1 /org/deepin/dde/Network1 org.deepin.dde.Network1 ToggleWirelessEnabled

# Enable/disable device
busctl --system call org.deepin.dde.Network1 /org/deepin/dde/Network1 org.deepin.dde.Network1 EnableDevice s "wlan0" b true

# Check if device enabled
busctl --system call org.deepin.dde.Network1 /org/deepin/dde/Network1 org.deepin.dde.Network1 IsDeviceEnabled s "wlan0"

# Ping host
busctl --system call org.deepin.dde.Network1 /org/deepin/dde/Network1 org.deepin.dde.Network1 Ping s "baidu.com"

11. Grub2 / Boot (org.deepin.dde.Grub2)

Path: /org/deepin/dde/Grub2 Service: deepin-grub2.service

Properties (Read)

PropertyTypeDescription
DefaultEntrysDefault boot entry name
TimeoutuTimeout in seconds
GfxmodesGraphics mode (resolution)
EnableThemebTheme enabled
ThemeFilesTheme file path
UpdatingbCurrently updating

Methods

# Get available boot entry titles
busctl --system call org.deepin.dde.Grub2 /org/deepin/dde/Grub2 org.deepin.dde.Grub2 GetSimpleEntryTitles

# Set default entry (by title name)
busctl --system call org.deepin.dde.Grub2 /org/deepin/dde/Grub2 org.deepin.dde.Grub2 SetDefaultEntry s "统信桌面操作系统 V25 专业版"

# Set timeout
busctl --system call org.deepin.dde.Grub2 /org/deepin/dde/Grub2 org.deepin.dde.Grub2 SetTimeout u 5

# Set gfxmode
busctl --system call org.deepin.dde.Grub2 /org/deepin/dde/Grub2 org.deepin.dde.Grub2 SetGfxmode s "1920x1080"

# Enable/disable theme
busctl --system call org.deepin.dde.Grub2 /org/deepin/dde/Grub2 org.deepin.dde.Grub2 SetEnableTheme b false

12. Sound Theme (org.deepin.dde.SoundThemePlayer1)

Path: /org/deepin/dde/SoundThemePlayer1

Methods

# Enable/disable sound for a theme
busctl --system call org.deepin.dde.SoundThemePlayer1 /org/deepin/dde/SoundThemePlayer1 org.deepin.dde.SoundThemePlayer1 EnableSound s "deepin" b false

13. UADP / Backlight (org.deepin.dde.Uadp1)

Path: /org/deepin/dde/Uadp1 Service: dde-system-daemon.service

Methods

# Check if available
busctl --system call org.deepin.dde.Uadp1 /org/deepin/dde/Uadp1 org.deepin.dde.Uadp1 Available

# Delete backlight setting
busctl --system call org.deepin.dde.Uadp1 /org/deepin/dde/Uadp1 org.deepin.dde.Uadp1 Delete s "screen"

14. Image Effect / Blur (org.deepin.dde.ImageEffect1)

Path: /org/deepin/dde/ImageEffect1 Service: dde-system-daemon.service

Methods

# Delete effect
busctl --system call org.deepin.dde.ImageEffect1 /org/deepin/dde/ImageEffect1 org.deepin.dde.ImageEffect1 Delete s "blur" s "/path/to/config"

15. App Store / Lastore (org.deepin.dde.Lastore1)

Path: /org/deepin/dde/Lastore1 Service: lastore-daemon.service

Methods

# Check upgrade
busctl --system call org.deepin.dde.Lastore1 /org/deepin/dde/Lastore1 org.deepin.dde.Lastore1.Manager CheckUpgrade t 0 u 0

# Get all apps info
busctl --system call org.deepin.dde.Lastore1 /org/deepin/dde/Lastore1 org.deepin.dde.Lastore1.Manager GetAllApps

# Search apps
busctl --system call org.deepin.dde.Lastore1 /org/deepin/dde/Lastore1 org.deepin.dde.Lastore1.Manager SearchApps s "wps"

16. Linglong Package Manager (org.deepin.linglong.PackageManager1)

Path: /org/deepin/linglong/PackageManager1 Service: org.deepin.linglong.PackageManager1.service

Methods

# List local packages
busctl --system call org.deepin.linglong.PackageManager1 /org/deepin/linglong/PackageManager1 org.deepin.linglong.PackageManager1 ListLocal

# Other methods include: Install, Uninstall, Update, etc.
# Full introspection in references/16_linglong.txt

17. Defender / Security

Services: com.deepin.defender.*

# Autostart manager
busctl --system call com.deepin.defender.AutostartManager /com/deepin/defender/AutostartManager com.deepin.defender.AutostartManager.GetAutoStartList

# Firewall status
busctl --system call com.deepin.defender.firewall /com/deepin/defender/firewall com.deepin.defender.firewall.GetFirewallStatus

# USB manager
busctl --system call com.deepin.defender.USBManager /com/deepin/defender/USBManager com.deepin.defender.USBManager.GetDevices

# Login safety
busctl --system call com.deepin.defender.LoginSafety /com/deepin/defender/LoginSafety com.deepin.defender.LoginSafety.GetLoginSafetySettings

18. System Info (org.deepin.dde.SystemInfo1)

Path: /org/deepin/dde/SystemInfo1 Service: dde-system-daemon.service

Properties (Read)

PropertyTypeDescription
VersionsOS version
TypesOS type

Apps / GUI Tools

# Open app store
deepin-home-appstore-client

# Open deepin terminal
deepin-terminal

# Search packages
apt-cache search <name>

# Install package
sudo apt install <package> -y

Troubleshooting

# List all deepin-related services
busctl --system list | grep -E "dde|deepin|com\.deepin"

# List all available object paths for a service
gdbus introspect --system --dest <service> --object-path /

# Check if service is running
busctl --system list | grep <service-name>

# Watch property changes
busctl --system monitor --system <service> <path>

Raw Reference Files

All introspection data is in: ~/.openclaw/workspace/skills/deepin-desktop/references/

Files:

  • 01_power1.txt - Power management
  • 02_display1.txt - Display
  • 03_bluetooth1.txt - Bluetooth
  • 04_airplanemode1.txt - Airplane mode
  • 05_timedate1.txt - Date/time
  • 06_accounts1.txt - User accounts
  • 07_daemon1.txt - System daemon
  • 08_inputdevices1.txt - Input devices
  • 09_gesture1.txt - Gesture
  • 10_network1.txt - Network
  • 11_imageeffect1.txt - Image effect
  • 12_systeminfo1.txt - System info
  • 13_soundthemeplayer1.txt - Sound theme
  • 14_uadp1.txt - UADP
  • 15_grub2.txt - Grub2 boot
  • 16_linglong.txt - Linglong package manager
  • 17_system_network.txt - Network (system)
  • 18_system_power.txt - Power (system)
  • 19_system_display.txt - Display (system)
  • 21_daemon_accounts.txt - Accounts daemon
  • 22_power_manager.txt - Power manager
  • 24_defender.txt - Defender security

Files

48 total
Select a file
Select a file to preview.

Comments

Loading comments…