我正在使用 Ubuntu 16.04,当我按Ctrl+ Super+D显示我的桌面时,conky 消失了。
答案1
这对我来说适用于 Cinnamon 桌面环境。(Linux Mint 18 - 本质上是 Ubuntu 16.04)
在我的 conky 配置中:
own_window_class Conky
own_window yes
own_window_type dock
如果这在 Unity 中不起作用(Ubuntu 自带的,请尝试这个)
own_window yes
own_window_type normal
或者
own_window no
own_window_type desktop
答案2
在 Lubuntu 16.04 上,这些对我而言适用于多个 conky 主题:
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal
答案3
我使用 Ubuntu Mate 18.04,也遇到了同样的问题。我更换了
own_window_type = 'normal',
到
own_window_type = 'desktop',
这个问题似乎已经解决了
答案4
就我而言:
Operating System: Manjaro Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.15.16-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8265U CPU @ 1.60GHz
Memory: 31.2 ГиБ of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
除了默认设置外,我还使用此设置:
own_window = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_transparent = true,
own_window_type = 'normal',
在 ~.config/conky/conky.conf 中
该问题现已修复。
谢谢迈赫达德·萨利米