Answers:
这是主题的一部分。
查看/usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml
并将padding
属性更改为零(或删除它们),例如:
<frame_style ...>
...
<padding left="7" right="7" bottom="7"/>
</frame_style>
-更新-
现在还有一个错误报告可循。该错误已得到修复,如果您仍然看到此错误,我将报告一个新的错误(除非在只能以固定大小的步骤(如gnome-terminal)调整窗口大小的Windows中发生)。
更简单的解决方案:gtk-window-decorator --replace &
在终端中运行。仅unity-window-decorator支持此主题选项,而gtk-window-decorator支持其余的metacity主题。