使终端窗口直接对 Ubuntu 壁纸透明

Πέτ*_*δης 6 command-line gnome-terminal transparency 14.04

所以在我使用 Linux 之前,我使用的是 Windows 并偶然发现了 Kali 版本,当你打开一个终端时,你可以通过每个窗口 (Firefox) 直接看到你的墙纸。

问:如何在 Ubuntu 14.04.2 上做同样的事情?

附注。请注意,我是新手,所以保持简单!

Syl*_*eau 6

我认为您不能强制透明度在运行 Unity 的系统上仅显示您的墙纸。

原因可以在 14.04的gconf设置之一中找到gnome-terminal

$ gconftool-2 --long-docs /apps/gnome-terminal/profiles/Default/background_type

      Type of terminal background. May be "solid" for a solid color,
      "image" for an image, or "transparent" for either real transparency if
      a compositing window manager is running, or pseudo-transparency
      otherwise.
Run Code Online (Sandbox Code Playgroud)

获得伪透明度(即终端背景设置为墙纸)的唯一方法是在没有合成管理器的情况下运行 Ubuntu。

如果您的显卡不支持 3d 加速,Gnome 3 会自动运行回退模式(这是 Kali 的默认模式)。这就是为什么您可能只看到gnome-terminal显示墙纸的原因。

来源: