I am running conky which is displaying everything that its supposed to, but is disappearing at varying times. I've restarted it from the command line and it still happens, and I've restarted it from a new entry, but it still disappears. Why? What can I do to get a comprehensive conky displaying all the time please?Here is my conky config -###################################################################################### boudiccas | rev. 05-07-13 ##################################### conky -dc ~/.conky/.conkyrc10# from .bash_aliases where the complete line is 'alias conky='nohup conky -dc ~/.conky/.conkyrc10 &''background nofont DroidSans:size=8#xftfont sans:size=10use_xft yesxftalpha 0.9update_interval 1.0total_run_times 0own_window yes#own_window_transparent yesown_window_transparent trueown_window_hints undecorated,below,sticky,skip_taskbar,skip_pagerown_window_type normaldouble_buffer yesminimum_size 200maximum_width 260draw_shades nodraw_outline nodraw_borders nodraw_graph_borders yesdefault_color whitedefault_shade_color blackdefault_outline_color greenalignment top_rightgap_x 15gap_y 15no_buffers yesuppercase nocpu_avg_samples 2override_utf8_locale nouppercase no# Define some Colorscolor0 tan2 # Headingscolor1 slategrey # Horizonal linescolor2 Ivory2 # TextTEXTKERNEL: ${alignr}$kernelARCH: ${alignr}$machine${voffset 2}${font StyleBats:size=10}${color2}q${voffset -1}${font DroidSans:size=8.6}${color3}${offset 5}System${offset 3}Uptime${alignr}${font DroidSans:size=8.3}${uptime}${font}#################################### PROCESSORS ####################################${color white}CPU ${hr 2}$colorName: ${execi 1500 cat /proc/cpuinfo | grep 'model name' | awk 'NR > 1 { exit }; 1' | sed -e 's/model name.*: //'}Avg Usage: ${if_match ${cpu cpu0} >= 90}${color red}${cpu cpu0}%${color}${endif}${if_match ${cpu cpu0} < 90}${cpu cpu0}%${endif} | \Active Processes: $running_processes | Temp: ${if_match ${hwmon temp 1} <= 59}${color green}${hwmon temp 1}C${color}${endif}${if_match ${hwmon temp 1} >= 60}${if_match ${hwmon temp 1} <=70}${color yellow}${hwmon temp 1}C${color}${endif}${endif}${if_match ${hwmon temp 1} >= 71}${if_match ${hwmon temp 1} <=89}${color F57900}${hwmon temp 1}C${color}${endif}${endif}${if_match ${hwmon temp 1} >= 90}${color red}${hwmon temp 1}C${color}${endif}Core1: ${if_match ${cpu cpu1} < 50}${cpu cpu1}%${endif}${if_match ${cpu cpu1} >= 50}${if_match ${cpu cpu1} < 90}${color yellow}${cpu cpu1}%${color}${endif}${endif}${if_match ${cpu cpu1} >= 90}${color red}${cpu cpu1}%${color}${endif} | \Core2: ${if_match ${cpu cpu2} < 50}${cpu cpu2}%${endif}${if_match ${cpu cpu2} >= 50}${if_match ${cpu cpu2} < 90}${color yellow}${cpu cpu2}%${color}${endif}${endif}${if_match ${cpu cpu2} >= 90}${color red}${cpu cpu2}%${color}${endif} | \#################################### MEMORY #####################################${voffset 5}${font DroidSans:bold:size=8}${color4}MEMORY${offset 8}${color8}${voffset -2}${hr 2}${font}${voffset 4}${font StyleBats:size=10}${color2}l${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 3}RAM${goto 97}${font DroidSans:size=8.3}${mem}${goto 133}/${offset 5}${memmax}${alignr}${memperc}%${font}################################## /media/boudiccas/backup/back## HDD ####################################${voffset 5}${font DroidSans:bold:size=8}${color4}HDD${offset 8}${color8}${voffset -2}${hr 2}${font}${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}ROOT${goto 95}${font DroidSans:size=8.3}${fs_used /}${goto 133}/${offset 5}${fs_size /}${alignr}${fs_free /}${font}${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}${if_existing /media/boudiccas/backup}BACKUP: ${goto 95}${font DroidSans:size=8.3}${fs_used /media/boudiccas/backup}${goto 133}/${offset 5}${else} BACKUP: Not Mounted${endif}${fs_size /media/boudiccas/backup}${alignr}${fs_free /media/boudiccas/backup}${font}${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}${if_existing /media/boudiccas/back41}BACK 4: ${goto 95}${font DroidSans:size=8.3}${color3}${offset 4} ${alignc}${fs_used /media/boudiccas/back41} / ${else} BACK 4: Not Mounted${endif}${fs_size /media/boudiccas/back41}${alignr}${fs_free /media/boudiccas/back41}${font}${voffset 6}${font StyleBats:size=9.9}${color2}4${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}SWAP${goto 95}${font DroidSans:size=8.3}${swap}${goto 133}/${offset 5}${swapmax}${alignr}${swapperc}%${font}${voffset 6}${font StyleBats:size=9.9}${color2}4${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}TRASH: ${goto 133}${execi 60 du -sh ~/.local/share/Trash/files/ | awk '{print $1}' | sed '/^4.0K/ d' | sed 's/$/ of TRASH /'}${font}#################################### TOP PROCESSES ##################################### |--${font Droid Sans:style=Bold:size=10}Processe${font}${font DroidSans:bold:size=8}${color white}SYSTEM MONITOR ${hr 2}$color$font${color white}Processes:$color $processes ${goto 177}${color white}Running:${color red} $running_processes $colorNAME ${alignr} PID CPU MEM${top name 1}${alignr} ${top pid 1} ${top cpu 1}% ${top mem 1}%${top name 2}${alignr} ${top pid 2} ${top cpu 2}% ${top mem 2}%${top name 3}${alignr} ${top pid 3} ${top cpu 3}% ${top mem 3}%${top name 4}${alignr} ${top pid 4} ${top cpu 4}% ${top mem 4}%${top name 5}${alignr} ${top pid 5} ${top cpu 5}% ${top mem 5}%#################################### NETWORK ####################################${voffset 4}${font DroidSans:bold:size=8}${color4}NETWORK${offset 8}${color8}${voffset -2}${hr 2}${font}${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}T${font DroidSans:size=8.65}${color3}${offset 5}Download${goto 120}${font DroidSans:size=8.3}${totaldown eth0}${alignr}${font DroidSans:size=8.3}${downspeed eth0}${font}${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}N${font DroidSans:size=8.65}${color3}${offset 5}Upload${goto 120}${font DroidSans:size=8.3}${totalup eth0}${alignr}${font DroidSans:size=8.3}${upspeed eth0}${font}${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}a${font DroidSans:size=8.65}${color3}${offset 5}Private${offset 3}IP${goto 123}${font DroidSansFallback:size=8.5}LAN${alignr}${font DroidSans:size=8.3} ${alignr} ${addr eth0}${font}${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}a${font DroidSans:size=8.65}${color3}${offset 5}Public${offset 7}IP${goto 121}${font DroidSansFallback:size=8.5}WAN${alignr}${font DroidSans:size=8.3} ${alignr} ${execi 1800 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}${font}#################################### TIME ####################################${voffset 4}${font DroidSans:bold:size=8}${color4}TIME${offset 8}${color8}${voffset -2}${hr 2}${font}${voffset -4}${font RadioSpace:size=32}${color3}${alignc -1}${time %H:%M:%S}${font}#################################### CALENDAR (5-Line) ####################################${voffset 4}${font DroidSans:bold:size=8}${color4}DATE${offset 8}${color8}${voffset -2}${hr 2}${font}${voffset 2}${font DroidSansMono:size=10}${color3}${alignc}${time %a }${time %e %B %G}${font}## APT-GET UPDATES ##${voffset 4}${font DroidSans:bold:size=8}${color4}APT-GET UPDATES${offset 8}${color8}${voffset -2}${hr 2}${font}APT-GET: ${execi 300 apt-get -s upgrade|grep installed|cut -d' ' -f1} updates readyTODAY: ${execi 300 vnstat | grep "today" | awk '{print $8 $9}'} / MONTH: ${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $9 $10}'}#################################### MPD ####################################${if_running mpd}${voffset -25}${font DroidSans:bold:size=7.75}${color4}MPD${offset 8}${color8}${voffset -2}${hr 2}${color3}${font}${voffset 4}$mpd_status ${alignc} GMAIL: ${execi 300 python ~/.conky/gmail.py}${endif}${voffset 4}$mpd_artist${voffset 4}$mpd_title${voffset 4}${mpd_bar 5,100}${voffset 4}$mpd_percent % $mpd_elapsed/$mpd_length#####################################################And here is a screenshot of the running display (if it makes it onto the list. if not i'll post it to my blog and put a link here)ThanksSharon.
--