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 &

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/846878

Title:
  empty space between time applet and nm-applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/lxde/+bug/846878/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to