相关疑难解决方法(0)

如何从命令行激活/停用 gnome-shell 扩展

假设我已经成功安装了我的一组 gnome-shell 扩展。但我想从命令行停用/取消激活。这只能通过鼠标操作 AFAIK 实现。

我怎样才能做到这一点 ?

gnome command-line gnome-shell-extension

40
推荐指数
2
解决办法
5万
查看次数

如何从命令行启用和禁用 GNOME 扩展?

如何从命令行启用/禁用 GNOME 扩展?

我制作了一个动画 gif,展示了我正在尝试从终端做的事情,以更好地解释它。我不是要启用或禁用一个扩展

在此处输入图片说明

我看了看,gnome-tweaks -h但它没有我正在寻找的选项。

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -t, --test            Enable test and debug code
  -l, --load            Load all tweaks
  -p [/, /usr], --prefix=[/, /usr]
                        Installation prefix (for gsettings schema, themes,
                        etc)
  -v, --verbose         Print the names of settings modified
  -d, --debug           Enable debug output
Run Code Online (Sandbox Code Playgroud)

gnome command-line gnome-shell-extension gnome-shell

8
推荐指数
2
解决办法
2万
查看次数