When i do a left-button click on the desktop conky disappear

Asked by Stefano Tarquini

When i do a left-button click on the desktop conky disappear but it didn't stop the process. If i do a right-button click on the desktop before and then i do a left-button click conky didn't disappear. When i come back again to desktop if i do a left-button click conky always disappear (the process didn't terminate).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: conky-std 1.8.1-6
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sat Jan 26 17:08:04 2013
ExecutablePath: /usr/bin/conky
InstallationMedia: Xubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=it:en
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: conky
UpgradeStatus: No upgrade log present (probably fresh install)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu conky Edit question
Assignee:
No assignee Edit question
Solved by:
Stefano Tarquini
Solved:
Last query:
Last reply:
Revision history for this message
Jérôme Poulin (jeromepoulin) said :
#1

This is actually a configuration issue.

Due to your conkyrc file having "desktop" set as own_window_type while having an actual desktop set-up already, conky will go behind the desktop/wallpaper.

Switch from "desktop" to "window" to fix the problem and add own_window_hints to make sure it goes in background.

For example:
own_window_type window
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

Revision history for this message
Stefano Tarquini (esteban-turquoise) said :
#2

Thank you for your answer Jerome. It seems to resolve my issue. Now, after i have changed my conkyrc file i may do a left-click and window of conky doesn't disappear (http://tinyurl.com/c57nq5p).