因此,在我接触 Linux 之前,我一直在使用 Windows,并偶然发现了 Kali 版本,当你打开终端时,你可以通过每个窗口(Firefox)直接看到你的壁纸。
问:如何在 Ubuntu 14.04.2 上做同样的事情?
PS. 请注意,我是新手,因此请尽量简单!
答案1
我认为您无法强制透明度在运行 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.
获得伪透明度(即将终端背景设置为壁纸)的唯一方法是运行不带合成管理器的 Ubuntu。
如果您的显卡不支持 3D 加速,Gnome 3 会自动运行 fallback 模式(这是 Kali 的默认模式)。这就是为什么您可能看到gnome-terminal
只显示壁纸的原因。
来源: