I don't have wine or rosetta at hand but it should go like : 1) create file ~/rosetta.sh 2) write as content (update paths, ...) #!/bin/bash cd "~/.wine/drive_c/Program Files/Rosetta" wine rosetta.exe 3) set execution bit on the file (right click on it and select execution option) 4) run the file from a terminal and make sure it works cd ~ ./rosetta.sh 5) make a link to it, set the icon, ... 2012/5/28 Guan <wineforum-user@xxxxxxxxxx>: > Shell script... Not sure if my bash-fu is up to that. I'll give it a try though. Where do I need to start looking on how to put it together? The end goal is to have a nice icon for a student aged 3-7 to be able to recognize and click on so they can open the program on their computer station work center. Thanks in advance for any replies. > > > > >