PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 05:10:17 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: conky disappear  (Read 3006 times)
0day
Guest
« on: June 12, 2010, 09:04:38 AM »

disappears when clicking on desktop
Logged
CAVT
Full Member
***
Offline Offline

Posts: 54


« Reply #1 on: June 17, 2010, 01:26:15 AM »

That happened to me with the PCLOS based ***** distro. I don't know how to fix it, but to bring it back again just open a terminal and write "conky" (without quotes). I'm afraid you'll have to do that everytime it goes away.
Logged
Lee2010
Sr. Member
****
Offline Offline

Posts: 343



« Reply #2 on: June 17, 2010, 02:41:36 AM »

change your conky window type to own_window_type normal
Logged

make install --not war

“For a community to be whole and healthy, it must be based on people's love and concern for each other.”
uncleV
Guest
« Reply #3 on: June 17, 2010, 04:26:34 AM »

The configuration file(s) is placed:
Quote
CONFIGURATION SETTINGS
       Default    configuration    file    location   is   $HOME/.conkyrc   or
       ${sysconfdir}/conky/conky.conf. On most systems,  sysconfdir  is  /etc,
       and  you can find the sample config file there (/etc/conky/conky.conf).

You can copy /etc/conky/conky.conf to $HOME/.conkyrc and after that edit it.
Lee2010 proposed you change there the line
own_window_type desktop
to
own_window_type normal.
This way you will have it like a normal window. You can change its transparency and other things by editing this file. Type man conky in terminal for instructions and look especially at the "own_window" options.
Here's is a section of my .conkyrc
Code:
own_window yes
own_window_class Conky
#own_window_argb_visual yes
#own_window_argb_value 0
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below

You can see the differences made by your changes in this file instantly while conky is running, just save (Ctrl+S) and observe.
Logged
uncleV
Guest
« Reply #4 on: June 17, 2010, 04:29:34 AM »

That happened to me with the PCLOS based ***** distro. I don't know how to fix it, but to bring it back again just open a terminal and write "conky" (without quotes). I'm afraid you'll have to do that everytime it goes away.
It doesn't go away here, only the window disappears.
You have to stop it in the terminal where it was started.
Logged
CAVT
Full Member
***
Offline Offline

Posts: 54


« Reply #5 on: June 17, 2010, 03:33:56 PM »

That happened to me with the PCLOS based ***** distro. I don't know how to fix it, but to bring it back again just open a terminal and write "conky" (without quotes). I'm afraid you'll have to do that everytime it goes away.
It doesn't go away here, only the window disappears.
You have to stop it in the terminal where it was started.

I kill the extra instances  Grin. But anyway, I'm not used to LXDE, so maybe there are alternatives to Conky, the KDE PCLOS had a couple. I suppose one is putting some included widgets in the taskbar. However, I think only a widget for CPU use is available. Another one could be gkrellm.
Logged
cstrike77
Full Member
***
Offline Offline

Posts: 146


« Reply #6 on: June 19, 2010, 02:15:59 PM »

disappears when clicking on desktop


Here's my conky config, works here fine, did a search of the forum for conky lxde.

own_window yes
own_window_type normal
own_window_transparent yes
own_window_class Conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes

Cheers!
Logged
weirdwolf
Hero Member
*****
Offline Offline

Posts: 3214


AWHFY


« Reply #7 on: June 19, 2010, 09:51:52 PM »

Here's mine (current conky.conf)

own_window yes
own_window_type conky
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager


Different (key)strokes for different folks, just depends on your personal setup I suspect. When you get it setup the way you like it don't forget to back it up somewhere. Wink
Logged

If at first you DO succeed, try not to look astonished.

parnote
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 3967


The truth is out there ... PCLinuxOS!


« Reply #8 on: July 11, 2010, 09:14:47 PM »

disappears when clicking on desktop


Here's my conky config, works here fine, did a search of the forum for conky lxde.

own_window yes
own_window_type normal
own_window_transparent yes
own_window_class Conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes

Cheers!

FWIW, I have been setting up Conky on my freshly installed version of LXDE. While the above config for the Conky window works fine, there is one glitch. With "own_window_type normal", the conky window disappears when you click on the "show desktop" icon in the LXDE panel. However, changing it to "own_window_type desktop" causes the conky window to remain unaffected whenever you click on the "show desktop" panel icon.

I hope this helps someone!

parnote
Logged

PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!
uncleV
Guest
« Reply #9 on: July 12, 2010, 01:29:08 AM »

...version of LXDE. While the above config for the Conky window works fine, there is one glitch. With "own_window_type normal", the conky window disappears when you click on the "show desktop" icon in the LXDE panel. However, changing it to "own_window_type desktop" causes the conky window to remain unaffected whenever you click on the "show desktop" panel icon.

I hope this helps someone!

parnote

... or if you simply click on a desktop place. As far as I can understand it behaves this way like all other windows with "normal" minimise/maximise behaviour.
Logged
parnote
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 3967


The truth is out there ... PCLinuxOS!


« Reply #10 on: July 14, 2010, 01:44:33 PM »

FWIW, I have been setting up Conky on my freshly installed version of LXDE. While the above config for the Conky window works fine, there is one glitch. With "own_window_type normal", the conky window disappears when you click on the "show desktop" icon in the LXDE panel. However, changing it to "own_window_type desktop" causes the conky window to remain unaffected whenever you click on the "show desktop" panel icon.

I hope this helps someone!

parnote

UPDATE:

Using "own_window_type desktop" caused my conky window to disappear whenever you clicked on the desktop. So I've reverted back to using "own_window_type normal" since I rarely use the "show desktop" panel icon.

parnote
Logged

PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!
weirdwolf
Hero Member
*****
Offline Offline

Posts: 3214


AWHFY


« Reply #11 on: July 14, 2010, 08:53:20 PM »

Has any one tried "own_window_type conky" ?  Works for me, YMMV.  (I don't have a "own_window_class")
Logged

If at first you DO succeed, try not to look astonished.

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM