为什么进化-日历-工厂过程在运行?

gue*_*tli 13 evolution ram lightdm

为什么进化-日历-工厂过程在运行?

以下是一些正在运行的进程(使用创建ps aux --forest

lightdm
 \_ /usr/bin/X -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 \_ lightdm --session-child 12 31
     \_ init --user
         \_ ssh-agent
         \_ dbus-daemon --fork --session --address=unix:abstract=/tmp/dbus-tGrbQ6SZd8
         \_ /usr/lib/evolution/evolution-source-registry
         \_ /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
         \_ /usr/lib/evolution/evolution-calendar-factory
Run Code Online (Sandbox Code Playgroud)

AFAIK 我不需要evolution-calendar-factory。我不希望它运行,因为它占用了大量 RAM 为什么它启动了?

如何阻止它下次启动?

小智 -1

如果您不使用 Evolution,您可以完全删除它,这里有一些说明:

如何彻底删除 Evolution?

这是命令:sudo apt-get --purge remove evolution evolution-exchange evolution-plugins evolution-common evolution-webcal

  • 仅当您不喜欢 gnome 时...它也会卸载 gnome (4认同)