Linux command
gnome-extensions 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List
gnome-extensions list
Example
gnome-extensions info "[extension_id]"
Enable
gnome-extensions enable "[extension_id]"
Disable
gnome-extensions disable "[extension_id]"
Uninstall
gnome-extensions uninstall "[extension_id]"
Example
gnome-extensions help [subcommand]
Example
gnome-extensions version
说明
gnome-extensions is the command-line tool for managing GNOME Shell extensions. Extensions modify GNOME Shell's behavior and appearance, adding features like system monitors, window tiling, or custom themes. Extensions are identified by UUIDs like dash-to-dock@micxgx.gmail.com. They are installed in ~/.local/share/gnome-shell/extensions/ (user) or /usr/share/gnome-shell/extensions/ (system-wide).
参数
- list
- List installed extensions (--user for user-only, --enabled for enabled-only)
- info _UUID_
- Show information about an extension
- enable _UUID_
- Enable an extension
- disable _UUID_
- Disable an extension
- uninstall _UUID_
- Remove an extension
- create
- Create a new extension from template
- pack
- Package extension for distribution
- install _BUNDLE_
- Install extension from bundle file
- prefs _UUID_
- Open extension's preferences window
FAQ
What is the gnome-extensions command used for?
gnome-extensions is the command-line tool for managing GNOME Shell extensions. Extensions modify GNOME Shell's behavior and appearance, adding features like system monitors, window tiling, or custom themes. Extensions are identified by UUIDs like dash-to-dock@micxgx.gmail.com. They are installed in ~/.local/share/gnome-shell/extensions/ (user) or /usr/share/gnome-shell/extensions/ (system-wide).
How do I run a basic gnome-extensions example?
Run `gnome-extensions list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in gnome-extensions?
List installed extensions (--user for user-only, --enabled for enabled-only)