On Tue, 06 Jul 2010 00:24:33 -0300 Dererk wrote:

> Hi Francesco Poli!

Hi Dererk!

> 
> Can you please attach me your .xsession script so I can reproduce it?

Sure, you should find it attached to the present reply.
Thanks for trying to reproduce the bug!

-- 
 http://www.inventati.org/frx/progs/scripts/pdebuild-hooks.html
 Need some pdebuild hook scripts?
..................................................... Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4
# add my identity to the SSH agent
ssh-add < /dev/null

# MANAGER: start desktop/window manager
fluxbox & MANAGERPID=$!

# start screensaver
xscreensaver -no-splash &

# start panel
fbpanel &

# start log monitoring
root-tail -f -g 538x320+8+64 -font '-*-fixed-*-r-*-*-10-*-*-*-*-*-iso10646-*' \
  /var/log/messages,green /var/log/exim4/mainlog,yellow /var/log/kern.log,red

# start system monitor
conky

# start audacious
audacious2 &

# configure multilingual keyboard
setxkbmap us,ru,gr -option compose:menu,grp:alt_caps_toggle,grp_led:scroll

# speed up keyboard
xset r rate 400 40

# HANG POINT: wait for desktop/window manager to exit
wait $MANAGERPID

# stop screensaver
xscreensaver-command -exit

# stop log monitoring
killall -TERM root-tail

# stop system monitor
killall -TERM conky

# save log file
savelog -p -c 4 ~/.xsession-errors

Attachment: pgpo2lYZ0zysz.pgp
Description: PGP signature

Reply via email to