Problema con conky

utilizo como escritorio XLDE, he instalado conky con este archivo de configuración:
# set to yes if you want Conky to be forked in the background
background yes

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=7
xftfont Bitstream Vera Sans Mono:size=8

# Create own window instead of drawing to desktop.
own_window yes
own_window_transparent yes
own_window_colour navyblue
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type normal


# Text alpha when using Xft
xftalpha 0.8

#deprecated — use ‘own_window_hints below’
#on_bottom yes

wm_class_name Conky

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 0.8

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 330 10
maximum_width 330

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 2

# border margins
#border_margin 4

# border width
border_width 1

# Default colors and also border colors
#default_color lightblue
default_color lightslategrey
default_shade_color white
default_outline_color white

# Text alignment, other possible values are commented
#minimum_size 10 10
gap_x 0
gap_y 0
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text

# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# drawn 1 pixel border around graphs or not
draw_graph_borders yes

# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
min_port_monitors 8

# Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
min_port_monitor_connections 64

TEXT
${color #0077ff}Athlon XP 2600+

${color #0077ff}Arch Linux, kernel: $kernel ${alignr}$color${time %H:%M}

${color #0077ff}Encendido:$color $uptime ${color #0077ff}
${color #0077ff}CPU Usada:$color ${cpu}% ${alignr}${color #0077ff}${cpubar 5,157}
${color black}${cpugraph 0 32, 330 104E8B 0077ff}
${color #0077ff}RAM:${alignr}$color $mem/$memmax - $memperc% ${color #0077ff}      ${membar 5,160 6}
${color #0077ff}Swap:${alignr}$color $swap/$swapmax - $swapperc% ${color #0077ff}      ${swapbar 5,160 6}

${color #0077ff}/ ${alignr}$color${fs_used /}/${fs_size /}     ${color #0077ff}${fs_bar 5,140 /}
${color #0077ff}/home/manu ${alignr}$color${fs_used /home/manu}/${fs_size /home/manu}     ${color #0077ff}${fs_bar 5,140 /home/manu}

${color #0077ff}Procesos ${color #0077ff}${alignr}PID   CPU% MEM%
$color ${top name 1} ${alignr} ${top pid 1} ${top cpu 1} ${top mem 1}
$color ${top name 2} ${alignr} ${top pid 2} ${top cpu 2} ${top mem 2}
$color ${top name 3} ${alignr} ${top pid 3} ${top cpu 3} ${top mem 3}
$color ${top name 4} ${alignr} ${top pid 4} ${top cpu 4} ${top mem 4}
$color ${top name 5} ${alignr} ${top pid 5} ${top cpu 5} ${top mem 5}
${color #0077ff}Nº Procesos:$color $processes ${color #0077ff}Corriendo:$color $running_processes

${color #0077ff}Memoria
$color ${top_mem name 1} ${alignr} ${top_mem cpu 1} ${top_mem mem 1}
$color ${top_mem name 2} ${alignr} ${top_mem cpu 2} ${top_mem mem 2}
$color ${top_mem name 3} ${alignr} ${top_mem cpu 3} ${top_mem mem 3}

${color #0077ff}Networking:
${color #0077ff}Down:${color #7f8ed3} ${downspeed wlan0} k/s${color #0077ff}${offset 80}Up:${color #7f8ed3} ${upspeed wlan0} k/s
${color #000000}${downspeedgraph wlan0 32,150 000000 7f8ed3} ${color #000000}${alignr}${upspeedgraph wlan0 32,150 000000 7f8ed3}


El problema que tengo es que al pulsar el botón de minimizar las ventanas, me minimiza todo, incluyendo el propio conky. ¿Alguna idea?

Gracias!!
Si te sirve de consuelo, en gnome, pulsando control+alt+D también se me va conky, es tratado como una ventana. No sé qué podría hacerse.
own_window_type override
Slurp escribió:own_window_type override


Con override se meminimiza también, pero he probado con:
own_window_type desktop y sin problemas. GRACIAS!!!

EDITO!!!!!
SI que tengo problemas, en cuanto interacciono con el escritorio (pulso sobre un icono, pulso sobre el wallpaper, o algo del estilo...) conky desaparece. Alguna idea????

Se me ocurre una solución, pero no sé como se hace. Como utilizo OpenBox, hago que conky se me muestre en una ventana "normal", con OpenBox le puedo decir que me la mande al escritorio la deje fija (la opción en castellano se llama "Decorar". ¿Cómo se hace? Gracias
3 respuestas