Comment 64 for bug 846878

Revision history for this message
3t0g0 (freetogo) wrote :

I have created two files so that the lxpanel reset script will run
25s after logon.

eli@eli-powerpc:~$ cat .config/autostart/lxpanel-reset.desktop
[Desktop Entry]
Categories=Utility;GTK;
Comment=Kill lxpanel and restart with LXDE profile
Exec=/home/eli/.bin/cleanpanel2 &
Icon=reload
Name=LXPanel Restart
NoDisplay=false
StartupNotify=false
Terminal=false
Type=Application
eli@eli-powerpc:~$ cat /home/eli/.bin/cleanpanel2
#!/bin/bash
sleep 25
killall lxpanel
find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
lxpanel -p Lubuntu &