Can i make a launcher shortcut perform different actions based on a condition
- by Nirmik
What i want to do is pretty simple to understand.
I want the same launcher shortcut to act like a ON/OFF swith for eg.
Like suppose i have made a launcher to start LAMPP with the command gksudo /opt/lampp/lampp start
This works properly to start lampp. Now,what i want to do is,If LAMPP is not on,the launcher should execute the above command and…