You are not logged in.

#1 2009-01-16 16:00:09

playdafunkimuzic
Member
Registered: 2008-10-25
Posts: 220

Conky disappears on show desktop

Conky disappears in gnome when i click "show desktop"

 own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager

Last edited by playdafunkimuzic (2009-01-16 17:40:58)

Offline

#2 2009-01-16 16:15:37

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: Conky disappears on show desktop

Conky is being minimized along with all other windows.
Try to change own_window_type normal to own_window_type override and see if that helps.

Offline

#3 2009-01-16 16:19:56

playdafunkimuzic
Member
Registered: 2008-10-25
Posts: 220

Re: Conky disappears on show desktop

that's it..thanks.

Offline

#4 2009-01-16 16:20:53

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: Conky disappears on show desktop

NP, glad that worked. smile

Offline

#5 2009-01-16 17:40:01

playdafunkimuzic
Member
Registered: 2008-10-25
Posts: 220

Re: Conky disappears on show desktop

ah, but now if i try to place  a window over conky, it goes underneath sad

Offline

#6 2009-01-16 18:25:43

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: Conky disappears on show desktop

own_window_type override bypasses own_window_hints that's why conky is above the windows, however i'm not sure how to get both desired effects with nautilus. I have actually never ran conky in gnome. I'll do some research, does anyone else have an idea?

own_window_hints  undecorated,below,above,sticky,skip_taskbar,skip_pager
    If own_window is yes, you may use these window manager hints to affect the way Conky displays. Notes: Use own_window_type desktop as another way to implement many of these hints implicitly. If you use own_window_type override, window manager hints have no meaning and are ignored.

own_window_type
    if own_window is yes, you may specify type normal, desktop or override (default: normal). Desktop windows are special windows that have no window decorations; are always visible on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces. Override windows are not under the control of the window manager. Hints are ignored. This type of window can be useful for certain situations.

You could try own_window_type desktop but im not sure if it will minimize again.

Last edited by jo3 (2009-01-16 18:32:07)

Offline

#7 2009-01-16 18:38:10

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: Conky disappears on show desktop

i'm pretty sure there's a whole hoard of gnome+conky users who could confirm this, but own_window_type desktop is what you want.  you don't need own_window_hints with this type either.

using the type/hints approach in the OP is a workaround for some version of KDE (IIRC).  in most cases, the desktop type is what people use.

Offline

#8 2009-01-16 18:45:25

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: Conky disappears on show desktop

Noted. Hope that helps you out muzic.

Offline

#9 2009-01-16 18:51:12

playdafunkimuzic
Member
Registered: 2008-10-25
Posts: 220

Re: Conky disappears on show desktop

Yes, thanks to all!

Offline

#10 2009-09-23 14:55:50

Adola
Member
Registered: 2009-09-23
Posts: 3

Re: Conky disappears on show desktop

Thanks! 
:3

Offline

#11 2009-09-23 18:07:16

shortcut144
Member
Registered: 2009-09-22
Posts: 12

Re: Conky disappears on show desktop

mark as solved... plz

Offline

#12 2009-09-23 22:21:10

owain
Member
Registered: 2009-08-24
Posts: 251

Re: Conky disappears on show desktop

For me, the following works in Gnome:

own_window yes
own_window_hints undecorated,below,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type override

The problem I had with 'own_window_type desktop' was that clicking the desktop itself made conky disappear.

Offline

Board footer

Powered by FluxBB