Quote:
Originally Posted by LittleLebowski
Now, what would a Linux guy do about this same error on a Linux box?
|
I am running Kubuntu (Hardy Heron, 64-bit) and have done the following to autostart the daemon on login:
1.) Opened a terminal (konsole)
2.) Changed to the directory ~/.kde/Autostart (the tilde means "User's home directory)
3.) Created a script called "ZimbraDesktop.sh" with the following contents"
Code:
#!/bin/sh
/home/alan/zimbra/zdesktop/zdesktop start
exit 0
4.) chmod the script with 755 permissions to make is executeable ('chmod 755 ZimbraDesktop.sh')
I have not had any problems since. If you are running Ubuntu with the Gnome desktop, I believe you can autostart programs from the GUI using a session manager in the Sytem menu, but I am not sure of the exact steps to do that.
I hope this helps.
-SilkBC