Hi Leiche,
thanks, this is my config file, it looks similar, no...?
Should I to do other thing?
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# (en)Add entries here to set up applications to automatically
# start whenever you start the desktop.
# (de)Fügen Sie hier ihre Anwendungen ein, die Sie automatisch
# starten wollen, wenn die Arbeitsfläche startet.
#======================================
# (en)Add your program in a new line. As sample:
# (de)Geben Sie ein Programm in einer neuen Zeile ein. Als Beispiel:
###################################
# wbar -pos top --above-desk &
###################################
# (en)Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
# (de)Vergessen Sie nicht das Und (&) Zeichen.
# Sie können Anwendungen starten oder deaktivieren mit "#".
#======================================
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 10
#
wbar &
#parcellite &
#gkrellm &
#xbindkeys &
cpufreq &