LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Ximian Evolution (https://www.linuxquestions.org/questions/linux-software-2/ximian-evolution-156570/)

phikap6878 03-11-2004 10:55 PM

Ximian Evolution
 
I use a mail program called Ximian Evolution and everytime my computer goes to sleep it freezes and I can't get it working again. If I xkill the application then I can't restart Ximian until I reboot Linux. I've removed the program and tried re-installing it and I get the same problem. Is the program unstable, is there a way I can fix this.

Scruff 03-12-2004 12:20 AM

I had a similar problem trying to run Evolution in Slackware. Admittedly, Evolution is not officially supported in Slackware, but... You might try running it from the command line to see if there are any errors or necessary libraries that might be missing.

You can re-run Evolution w/out rebooting though. Just run the command 'ps aux | grep evolution' (no quotes of course) and kill all the processes related to Evo like 'kill 10312 12132 15245' or whatever the PID's might be, then re-run it. Pain in the ass, but it works. I wound up switching to Mozilla for mail, calender, browser, contacts, etc. Very nice application suite, though not Outlook-like as Evo is.

MiscGeek 03-12-2004 06:12 AM

Quote:

Originally posted by Scruff
You can re-run Evolution w/out rebooting though. Just run the command 'ps aux | grep evolution' (no quotes of course) and kill all the processes related to Evo like 'kill 10312 12132 15245' or whatever the PID's might be, then re-run it. Pain in the ass, but it works. I wound up switching to Mozilla for mail, calender, browser, contacts, etc. Very nice application suite, though not Outlook-like as Evo is.
As an alternative you can also run "pkill evolution". pkill lets you kill an app by name rather than pid. Another use full command is pgrep.

Mike


All times are GMT -5. The time now is 03:39 PM.