Well, I suppose I'm taking the job of your IT guy but OK:
You should put the .sh script in a startup folder like my previous link explains. this makes sure that sugar runs (it needs these processes but you won't see it).
Then, you could create a shortcut on your desktop to a script, that states:
Code:
firefox http://127.0.0.1:8080/sugarcrm
This line starts firefox and points it to your SugarCRM install.
Alternatively, you could put the .sh script line above this one, and by doing so, execute the startup script every time you click this shortcut. This will make the startup script run, even if Sugar is already running. This could cause problems if the script doesn't check for this. Also, it would take more time to load after you click the shortcut. So that's why it's better to put the .sh script in a system startup folder.
should work.
Bookmarks