如何列出 gnome-control-center 面板名称?

l0b*_*0b0 4 gnome configuration

有一个(据我所知)未记录的功能gnome-control-center可用于直接显示特定面板。例如,gnome-control-center sound将显示“声音”面板。我一直试图弄清楚“键盘布局”面板的名称,但没有成功:

gnome-control-center keyboard # Just the "Typing" and "Shortcuts" tabs
gnome-control-center layout # Not found
gnome-control-center keyboardlayout # Not found
gnome-control-center 'keyboard layout' # Not found
Run Code Online (Sandbox Code Playgroud)

在哪里可以找到与此命令一起使用的面板名称列表?

l30*_*lvl 8

如果您安装了 3.8,则可以使用新功能可以更快地找到面板名称,这仅在 3.8 分支中添加,截至 2013 年 1 月 10 日,作为参考,这是添加该功能的提交:

(gcc) 添加 --list 命令行选项

gnome-control-center -l
Run Code Online (Sandbox Code Playgroud)

这将给出以下列表。

Available panels:
background
bluetooth
color
datetime
display
info
keyboard
mouse
network
notifications
online-accounts
power
printers
privacy
region
search
sharing
sound
universal-access
user-accounts
wacom
Run Code Online (Sandbox Code Playgroud)