用了CONKY后桌面图标不见了

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
motor000
帖子: 33
注册时间: 2008-11-05 21:31

用了CONKY后桌面图标不见了

#1

帖子 motor000 » 2008-12-24 21:59

如题,当鼠标过去的时候又有了,但过一秒被刷新后又没了,该怎么弄才能解决这问题


这个问题已经捆牢我很久了,但一直都还没解决


这是我所采用的代码:
# Conky sample configuration
#
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.

# set to yes if you want Conky to be forked in the background
background yes

# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*

# Use Xft?
use_xft yes

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

# Text alpha when using Xft
xftalpha 0.8

# Print everything to stdout?
# out_to_console no

# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell

# Print everything to console?
# out_to_console no

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 1.0

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window no

# If own_window is yes, you may use type normal, desktop or override
own_window_type normal

# Use pseudo transparency with own_window?
own_window_transparent yes

# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink

# If own_window is yes, these window manager hints may be used
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

# Minimum size of text area
minimum_size 200 5
maximum_width 200
# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Draw borders around graphs
draw_graph_borders yes

# Stippled borders?
stippled_borders 8

# border margins
border_margin 4

# border width
border_width

# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 6
#gap_y 150s

# Subtract file system buffers from used memory?
no_buffers yes

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

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no

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

# Shows the maximum value in scaled graphs.
show_graph_scale no

# Shows the time range covered by a graph.
show_graph_range no

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

# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512

# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384

# Timing interval for music player thread, e.g. mpd, audacious
#music_player_interval (update_interval is default)

# Strictness of if_up. One of: up, link or address. The later ones imply the further ones.
# Defaults to up.
#if_up_strictness address

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument

# stuff after 'TEXT' will be formatted on screen

TEXT
${color BF6506}${font Zekton:style=Bold:pixelsize=40}${alignc}${time %H:%M:%S}${font Zekton:size=8}
${font DejaVu Sans:size=18}${alignc}${time %m.%d/%Y}${font Zekton:size=8}
$stippled_hr
${font DejaVu Sans:size=8}
Uptime: ${color 6cf8e6}${alignr}$uptime${color BF6506}
Processes: ${color 6cf8e6}${alignr}$processes ($running_processes running)${color BF6506}
Kernel: ${color 6cf8e6}$alignr$kernel${color BF6506}
Load:${color 6cf8e6} ${alignr}$loadavg${color BF6506}
CPU${color 6cf8e6}${alignc} ${freq dyn}MHz / ${acpitemp}C ${alignr}(${cpu cpu1}%)
${color FF8177}${cpubar 4 cpu1}
${cpugraph f8800c f61be4}${color BF6506}
RAM ${alignr}${color 6cf8e6}$mem / $memmax ($memperc%)
${color B6FF77}${membar 4}${color BF6506}
SWAP ${alignr}${color FFFFFF}$swap / $swapmax ($swapperc%)
${color FFFC77}${swapbar 4}${color 5fb088}

Highest CPU $alignr CPU% MEM%${color FFAA00}
${top name 1}$alignr${top cpu 1}${top mem 1}
${top name 2}$alignr${top cpu 2}${top mem 2}
${top name 3}$alignr${top cpu 3}${top mem 3}
${top name 4}$alignr${top cpu 4}${top mem 4}
${top name 5}$alignr${top cpu 5}${top mem 5}${color 5fb088}

FILESYSTEM ${hr}
Root: ${alignr}${color FFFFFF}${fs_free /} / ${fs_type /} / ${fs_size /}
${color FFFC77}${fs_bar 4 /}${color 5fb088}
Home: ${alignr}${color FFFFFF}${fs_free /home} / ${fs_type /home} / ${fs_size /home}
${color FFFC77}${fs_bar 4 /home}${color}
Read:${color FFFFFF}$diskio_read${alignr}Write:${color FFFFFF}$diskio_write${color FF8177}
${diskiograph_read 15,95}${alignr}${diskiograph_write /dev/sda 15,95}${color 6cf8e6}

NETWORK:${alignr} IP Address: ${color dc6140}${addr eth0}${color 6cf8e6}
${alignr} VPN:${color dc6140}${addr ppp0}${color 6cf8e6}
Down ${color dc6140}${downspeed eth0} k/s ${color 6cf8e6}${alignr}Up ${color dc6140}${upspeed eth0} k/s${color B6FF77}
${downspeedgraph eth0 25,95} ${alignr}${upspeedgraph eth0 25,95}${color 6cf8e6}
Total: ${color 8a1092}${totaldown eth0}${color 6cf8e6} ${alignr}Total: ${color 8a1092}${totalup eth0}

桌面图:
附件
Screenshot.png
上次由 motor000 在 2008-12-25 12:34,总共编辑 1 次。
头像
Element
帖子: 3537
注册时间: 2005-09-10 16:04
来自: DG-GD-China

Re: 用了CONKY后桌面图标不见了

#2

帖子 Element » 2008-12-24 22:21

刷新的问题吧
看conky配置里的这一项是不是yes

代码: 全选

# set to yes if you want Conky to be forked in the background
background yes
http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
motor000
帖子: 33
注册时间: 2008-11-05 21:31

Re: 用了CONKY后桌面图标不见了

#3

帖子 motor000 » 2008-12-25 12:31

Element 写了:刷新的问题吧
看conky配置里的这一项是不是yes

代码: 全选

# set to yes if you want Conky to be forked in the background
background yes

把background改为yes后,还是一样有问题
头像
Element
帖子: 3537
注册时间: 2005-09-10 16:04
来自: DG-GD-China

Re: 用了CONKY后桌面图标不见了

#4

帖子 Element » 2008-12-25 16:44

own_window_type normal
把这改为下面的试试

代码: 全选

own_window_type override
http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 用了CONKY后桌面图标不见了

#5

帖子 adagio » 2008-12-25 16:54

# Create own window instead of using desktop (required in nautilus)
own_window yes
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
motor000
帖子: 33
注册时间: 2008-11-05 21:31

Re: 用了CONKY后桌面图标不见了

#6

帖子 motor000 » 2008-12-26 15:30

谢谢楼上的两位 终于正常了

这个两个要都同时改才可以
own_window_type override
own_window yes
回复