O Rhythmbox e o Conky não funcionam juntos, mas funcionam individualmente

0

Estou usando hardy-conky no meu laptop rodando 12.10 e no meu PC principal rodando atrevido 13.10

Nenhum deles pode executar o Rhythm Box e conky ao mesmo tempo. Eu corro caixa de ritmo e conky desaparece. Eu fecho a caixa de ritmo e conky reaparece.

O programa nunca falha. Isso é importante. O processo conky continua a ser executado, simplesmente desaparece por algum motivo.

Não há atualização do terminal em que estou executando.

Aqui está o meu conkyrc :

Tentei pesquisar no Google, mas não há nada sobre o assunto que seja hilário.

Analisei meu conkyrc e removi tudo sob a parte if rhythmbox. Tudo o que estava lá foi algum script para procurar por um lyricsdownloader

##################################################################################
## Conky by http://jameshardy88.deviantart.com/art/Conky-JamesHardy88-122466724 ##
##          Modified by Umair - http://www.NoobsLab.com         ##
##################################################################################
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# 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 yes
own_window_transparent yes
own_window_type conky
own_window_argb_visual yes
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 160 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

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

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

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 15
gap_y 20

# 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 1

# 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 yes

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

TEXT
${if_running rhythmbox}
${else}
SYSTEM ${hr 2}
${voffset 2}${font OpenLogos:size=16}u${font}   Kernel:  ${alignr}${kernel}
${font StyleBats:size=16}A${font}   CPU: ${cpu}% ${alignr}${cpubar cpu0 8,60}
${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font Webdings:size=16}~${font}  Battery: ${battery_percent BAT1}% ${alignr}${battery_bar 8,60 BAT1}
${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
${font StyleBats:size=16}k${font}   Processes: ${alignr}$processes ($running_processes running)

Highest CPU $alignr CPU% MEM%
${hr 1}
${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}

HD ${hr 2}
${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
${font Pie charts for maps:size=14}7${font}

NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.conky/ip.sh}${else}
${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
${endif}
${endif}
    
por user2951106 21.12.2013 / 05:17

1 resposta

0

Eu uso conky-manager que está disponível através do link deste ppa

contém um bom conjunto de conky e você pode adicionar mais a eles colocando o conkyrc: na pasta conky-manager / themes / {seu nome conky} / config / conkyrc . por exemplo gerenciador de conky / themes / clock / config / conkyrc

eu tenho usado por meses e ele nunca criou nenhum problema com qualquer outro programa .embora há poucos problemas menores (às vezes, conky não é iniciado automaticamente), mas eles seriam corrigidos em breve.

site oficial do link

como instalar o gerenciador de conky

1. Execute os seguintes comandos em uma janela de terminal:

% bl0ck_qu0te%

2. então corra

% bl0ck_qu0te%

3.também tente este conjunto conky de terceiros. link

    
por Registered User 21.12.2013 / 09:27