J'utilise Ubuntu 16.04 et quand j'appuie sur Ctrl+Super+D pour montrer mon bureau, conky disparaît.
Cela fonctionne pour moi avec l'environnement de bureau Cinnamon. (Linux Mint 18 - Ce qui est essentiellement Ubuntu 16.04)
Dans ma conky config:
own_window_class Conky
own_window yes
own_window_type dock
Si cela ne fonctionne pas dans Unity (ce qui vient avec Ubuntu, essayez ceci)
own_window yes
own_window_type normal
ou
own_window no
own_window_type desktop
Source: Comment réparer: conky disparaît après avoir cliqué sur le bureau ou une autre fenêtre?
Sur Lubuntu 16.04, ceux-ci ont fonctionné pour moi pour plusieurs thèmes de conky:
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal
Dans ~/.conkyrc
own_window = false,
own_window_class = 'conky',
own_window_type = 'desktop'
travaillé pour moi avec Unity. Il disparaît encore momentanément, mais il revient dès qu'il est mis à jour.
J'utilise Ubuntu Mate 18.04 et j'ai eu le même problème. j'ai changé
own_window_type = 'normal',
à
own_window_type = 'desktop',
et le problème semble être résolu