透明度使文本难以阅读,而且我所见过的零收益。如何关闭它?至少在万神殿航站楼,理想情况下,它可能出现在任何地方。

#1 楼

为了关闭透明度,请根据您的基本OS版本打开终端会话并运行以下命令:

0.4 Loki

在WingPanel中关闭透明度

gsettings set org.pantheon.desktop.wingpanel use-transparency false


关闭终端中的透明度

gsettings set org.pantheon.terminal.settings background "rgba(37, 46, 50, 1.0)"


0.3 Freya

关闭透明度在WingPanel中

gsettings set org.pantheon.desktop.wingpanel auto-adjust-alpha false
gsettings set org.pantheon.desktop.wingpanel background-alpha 1.0


为了使此更改生效,需要重新加载WingPanel(注销并再次登录)。

打开关闭终端中的透明度

gsettings set org.pantheon.terminal.settings opacity 100



重置为默认值

使用gsettings reset命令恢复设置的默认值,例如在0.4 Loki中重新打开WingPanel透明度的示例:

gsettings reset org.pantheon.desktop.wingpanel use-transparency


评论


要重启翼面板,您只需将其杀死,然后cerbere就会重启它。

– RolandiXor
15年8月18日在23:20

在juno 0.5上我收到错误消息:gsettings设置org.pantheon.desktop.wingpanel use-transparency false

–citykid
19年1月23日在9:08