如何在移动窗口时禁用gnome显示窗口内容?
在许多其他事情中,我尝试过:
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory -s -t bool /apps/metacity/general/reduced_resources true
我也试过这样做:如何在15.04中禁用窗口效果?
什么都没用。
我的配置:
OS: Ubuntu 20.04.1 LTS x86_64
Kernel: 5.4.0-1025-aws
Shell: bash 5.0.17
DE: GNOME
WM: Metacity
Theme: Adwaita [GTK2/3]
Icons: breeze [GTK2/3] 发布于 2020-10-02 18:43:46
在终端中,作为用户:
gsettings set org.gnome.metacity reduced-resources true
立即对我的元数字20.04起作用
https://askubuntu.com/questions/1278909
复制相似问题