Results 1 to 7 of 7

Thread: What is best way to stop Evolution processes?

  1. #1
    Join Date
    Apr 2008
    Location
    Hollywood, California
    Beans
    335
    Distro
    Ubuntu 11.04 Natty Narwhal

    What is best way to stop Evolution processes?

    I see three items running for Evolution but I don't even use it. I tried to remove evolution but it told me it couldn't because something else depended on it.

    What is the best way to keep Evolution processes from running? Thanks.

  2. #2
    Join Date
    Jan 2008
    Location
    Cambridge MA
    Beans
    1,163
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What is best way to stop Evolution processes?

    Do these processes start upon boot?

    Have you tried using sudo kill?

    try:
    Code:
    ps -A | grep evolution
    this will list all processes with evolution in the name. It will have a 4 or 5 digit number associated with each one. To kill the processes type:
    Code:
    sudo kill -9 ####
    You can replace #### with one pid (process id) or list the pid of every process you want to kill.

    I think this answers your question...
    Allons-y Alonzo! - The Dr.
    Is that what Time Lords do? Lop a bit off, and grow another one. You're like worms! - Donna Noble
    The world is a mess... and I just need to... Rule it. - Dr. Horrible

  3. #3
    Join Date
    Apr 2008
    Location
    Hollywood, California
    Beans
    335
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: What is best way to stop Evolution processes?

    They do start at boot. How can I make it so that they don't start at boot?

    Thanks for the help man.

  4. #4
    Join Date
    Jan 2008
    Location
    Cambridge MA
    Beans
    1,163
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What is best way to stop Evolution processes?

    what processes are they exactly?
    Allons-y Alonzo! - The Dr.
    Is that what Time Lords do? Lop a bit off, and grow another one. You're like worms! - Donna Noble
    The world is a mess... and I just need to... Rule it. - Dr. Horrible

  5. #5
    Join Date
    Mar 2006
    Location
    Denmark - Copenhagen
    Beans
    2,165

    Re: What is best way to stop Evolution processes?

    In System => Preferences => Sessions

    There is a program called Evolution-alarm or something.. you could disable that.

    Is that the process you are talking about?

  6. #6
    Join Date
    Apr 2008
    Location
    Hollywood, California
    Beans
    335
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: What is best way to stop Evolution processes?

    evolution-alarm-notify
    evolution-data-server-1.0.2
    evolution-exchange-storage

    I mean, what do I need these things running for? Don't use evolution.

  7. #7
    Join Date
    Feb 2007
    Location
    St. Louis, MO
    Beans
    4,930
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: What is best way to stop Evolution processes?

    Quote Originally Posted by SlappyPappy View Post
    I see three items running for Evolution but I don't even use it. I tried to remove evolution but it told me it couldn't because something else depended on it.

    What is the best way to keep Evolution processes from running? Thanks.
    Remove Evolution.

    Code:
    sudo apt-get autoremove evolution
    Windows, only good for gaming.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •