为什么进化论-日历-工厂进程运行?
下面是一些正在运行的进程(用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我不需要evolution-calendar-factory。我不想让它运行,因为它占用了很多内存,为什么它会启动?
下一次该如何停止呢?
发布于 2015-02-21 23:46:13
如果您不使用进化论,您可以完全删除它,这里有一些说明如何:
下面是命令:sudo apt-get --purge remove evolution evolution-exchange evolution-plugins evolution-common evolution-webcal
https://askubuntu.com/questions/434500
复制相似问题