Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openbox lässt conky verschwinden
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1397
Location: Eppingen, Germany

PostPosted: Fri May 23, 2014 9:31 am    Post subject: openbox lässt conky verschwinden Reply with quote

Seltsamer Effekt:

Ich habe hier jetzt Lxde mit openbox laufen. Beim Start starten 3 conkys mit. Sobald ich das openbox-Menü mit der rechten Maustaste aufrufe, werden die conkys nicht mehr angezeigt. Laut htop laufen die aber noch.

Also vermutlich ein Darstellungsproblem. In den logs konnte ich bisher nichts finden. Das sind die Verdächtigten:

Code:
 eix openbox
[I] x11-misc/openbox-menu
     Available versions:  0.3.6.7 0.3.6.8 ~0.5.0 {+icons svg}
     Installed versions:  0.3.6.8(14:27:07 29.03.2014)(icons)
     Homepage:            http://mimasgpc.free.fr/openbox-menu_en.html
     Description:         Another dynamic menu generator for Openbox

[I] x11-wm/openbox
     Available versions:  (3) 3.5.2-r1 [M]**9999
       {branding debug imlib nls session startup-notification static-libs svg xdg PYTHON_TARGETS="python2_6 python2_7"}
     Installed versions:  3.5.2-r1(3)(20:37:52 19.03.2014)(branding nls session startup-notification svg -debug -imlib -static-libs -xdg PYTHON_TARGETS="python2_7 -python2_6")
     Homepage:            http://openbox.org/
     Description:         A standards compliant, fast, light-weight, extensible window manager


Code:
eix lxde
[I] lxde-base/lxde-common
     Available versions:  0.5.5-r2 0.5.5-r3
     Installed versions:  0.5.5-r3(20:36:03 19.03.2014)
     Homepage:            http://lxde.sf.net/
     Description:         LXDE Session default configuration files and nuoveXT2 iconset

[I] lxde-base/lxde-icon-theme
     Available versions:  0.5.0 0.5.0-r1
     Installed versions:  0.5.0-r1(20:35:44 19.03.2014)
     Homepage:            http://lxde.sf.net/
     Description:         nuoveXT2 iconset

[I] lxde-base/lxde-meta
     Available versions:  0.5.5-r3 ~0.5.5-r4
     Installed versions:  0.5.5-r3(12:26:48 29.03.2014)
     Homepage:            http://lxde.sf.net/
     Description:         Meta ebuild for LXDE, the Lightweight X11 Desktop Environment


Code:
eix conky
[I] app-admin/conky
     Available versions:  1.9.0-r3 {X apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi xmms2}
     Installed versions:  1.9.0-r3(15:54:39 05.04.2014)(X apcupsd hddtemp imlib iostats lua lua-cairo lua-imlib math nano-syntax ncurses nvidia portmon rss truetype weather-metar weather-xoap xmms2 -audacious -curl -debug -eve -moc -mpd -thinkpad -vim-syntax -wifi)
     Homepage:            http://conky.sourceforge.net/
     Description:         An advanced, highly configurable system monitor for X

[I] app-admin/conkyforecast
     Available versions:  ~2.20 (~)2.24
     Installed versions:  2.24(22:37:29 03.04.2014)
     Homepage:            https://launchpad.net/~conky-companions
     Description:         Conky weather forecast script with support for language files


conkyrc:
Code:
background yes
update_interval 2.0
text_buffer_size 1024
total_run_times 0

## screen setup:
#  placement, sizing, font and color info

alignment top_left
gap_x 100
gap_y 15
minimum_size 220 0
maximum_width 1800
own_window yes
own_window_hints below,skip_pager,skip_taskbar,undecorated,sticky
own_window_transparent yes
own_window_colour lightgrey

# font defaults:
use_xft yes
xftfont DroidSans:size=9
xftalpha 0.9
override_utf8_locale yes

## NOTE: Other fonts can be called up during the TEXT formatting
#  these fonts are found through the normal path, or ~/.fonts
#  OpenLogos

## images, buffering, shading
imlib_cache_size 60                                                                                                                 
double_buffer yes                                                                                                                   
draw_shades no                                                                                                                     
default_shade_color 777777                                                                                                         
                                                                                                                                   
## misc text formatting                                                                                                             
short_units yes                                                                                                                     
pad_percents 0                                                                                                                     
border_inner_margin 0                                                                                                               
uppercase no
use_spacer right

## outlines and borders
draw_outline no
draw_borders no
draw_graph_borders no
border_width 3

## stdout/console printing
out_to_ncurses no
out_to_console no

## process settings
top_name_width 5
#no_buffers yes

## Farben
color1 black
color2 darkgreen

#### end config


Das sind Google-Treffer zu openbox und conky:

http://ubuntuforums.org/showthread.php?t=2039399
http://askubuntu.com/questions/181663/how-to-get-conky-to-stay-on-the-desktop

Ich starte allerdings conky mit lxsession-default-apps. Sollte ich dort die Verzögerung des conky-Starts mit -p 5 einfügen? Oder muss ich eher die conkyrc ändern? da die conkyrc eine ziemliche Fummelei war, möchte ich nicht allzuviel "herumdoktern". Hat jemand conky mit lxde/openbox am laufen? Wie funktioniert das bei Euch?

uhai
Back to top
View user's profile Send private message
kurisu
Apprentice
Apprentice


Joined: 19 Jan 2011
Posts: 177
Location: Munich, Germany

PostPosted: Fri May 23, 2014 3:13 pm    Post subject: Reply with quote

Du könntest versuchen, mit der Variable own_window_type herumzuexperimentieren, die ja noch nicht gesetzt ist. Sinnvolle Werte wären wohl desktop oder override. Ein verzögerter Start ist im gegebenen Fall wohl in der Tat am sinnvollsten über lxsession-default-apps zu realisieren.
Back to top
View user's profile Send private message
Jean-Paul
Guru
Guru


Joined: 13 Apr 2009
Posts: 307

PostPosted: Fri May 23, 2014 4:40 pm    Post subject: Reply with quote

Für Openbox hatte ich seinerzeit
Quote:
own_window_type desktop
own_window_class Conky
gesetzt.
_________________
”Everything should be made as simple as possible, but no simpler.” – Albert Einstein
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1397
Location: Eppingen, Germany

PostPosted: Sun May 25, 2014 11:40 am    Post subject: Reply with quote

also weder own_window_type desktop noch override haben hier etwas verändert. Auch der zeitverzögerte start mit -p 5 und 10 haben nichts gebracht. Sobald ich die rechte Maustaste nehme um das Menu von openbox zu aktivieren, sind die conkys wieder "unsichtbar". htop zeigt sie aber noch an. Fehlermeldungen in der Konsole bekomme ich keine...

uhai
Back to top
View user's profile Send private message
Jean-Paul
Guru
Guru


Joined: 13 Apr 2009
Posts: 307

PostPosted: Sun May 25, 2014 11:48 am    Post subject: Reply with quote

Und wie siehts mit
Quote:
background no
aus ?
_________________
”Everything should be made as simple as possible, but no simpler.” – Albert Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum