On 06/02/2012 00:05, nomnex wrote: > Could somebody on the list, with basic shell scripting knowlege, write > a simple script to run the two commands above, if possible in the > background (i.e. without opening a shell window). That would be nice.
This should work : #!/bin/sh killall -9 lxpanel lxpanel --profile Lubuntu & Save that to a file, change the profile name if needed (LXDE, Lubuntu....) set the file as executable. :D -- Axel FILMORE ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
