Skip to main content

Module settings_deep_link

Module settings_deep_link 

Source
Expand description

M-RECP.0 / AUT-261 — System Settings deep-link helpers.

Maps a SettingsPane enum to the OS-specific URL / shell-command the user’s system honours. Today: macOS + Windows return real URLs; Linux returns None (no universal deep-link).

Enums§

SettingsPane
Which System Settings / Control Panel pane to open.

Functions§

open_args_for_current_os 🔒
open_command
The shell argument list that opens the requested pane on the current OS, OR None if no deep-link is known. Linux returns None because the desktop environment determines the right command (GNOME Control Center vs KDE System Settings vs …).
url_for_current_os 🔒