我知道19.04可以从几个资源中实现实验性的小数缩放
而其他版本则适用于较旧的Ubuntu版本:
但是,当我启用所显示的特性时,我会得到一个错误,即该设置没有保存:
~$ gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"
GLib-GIO-Message: 12:22:36.852: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.发布于 2019-05-22 05:41:27
您调用的gsettings可能不是由系统提供的,而是由导致错误消息的conda/anaconda python发行版提供的。然后,您可以尝试直接调用系统的/usr/bin/gsettings。
注意,要检查您调用的gsettings的完整路径,请尝试which gsettings。
https://askubuntu.com/questions/1135303
复制相似问题