On 3/18/21 8:40 PM, Samuel Sieb wrote:

Did you miss my other email?  If you try to remove the evolution-data-server package, which is where these processes come from, you will find out what depends on it.  Most of Gnome will be removed due to dependencies.  I suppose if you don't use any of Gnome's integrations for calendar or contacts, etc., then you might be able to disable the services.

I did not miss that message.  What I saw was:

> It's "evolution-data-server" and if you try to remove that, you will
> remove most of Gnome.  If you have "evolution" installed, you can
> remove that, but it won't affect these processes.

As you advised, I did not try to remove "evolution-data-server" or any any of the other "evolution-" things. I missed that you wanted me try and abort so that what depends on it would be revealed.

Yesterday, I stumbled onto the command "pstree". I don't know if it tells me anything useful, but I tried it. My hope was it might show me what depended on the "evolution-" things in a way that dnf would not know about.

Output from both the aborted "dnf remove" and 4 pstree runs are in the attached text file "evo.txt".
-bash.1[~]: dnf remove evolution-data-server
Dependencies resolved.
================================================================================
 Package                                Arch   Version           Repo      Size
================================================================================
Removing:
 evolution-data-server                  x86_64 3.36.5-1.fc32     @updates 8.0 M
Removing dependent packages:
 empathy                                x86_64 1:3.12.14-7.fc29  @fedora   15 M
 evolution-data-server-langpacks        noarch 3.36.5-1.fc32     @updates 9.1 M
 gnome-classic-session                  noarch 3.36.7-1.fc32     @updates 210 k
 gnome-contacts                         x86_64 3.36.2-1.fc32     @updates 1.5 M
 gnome-shell                            x86_64 3.36.8-1.fc32     @updates 8.7 M
 gnome-shell-extension-ibus-font        noarch 0.20200831-1.fc32 @updates  21 k
 gnome-tweaks                           noarch 3.34.1-1.fc32     @updates 1.4 M
Removing unused dependencies:
 folks                                  x86_64 1:0.14.0-1.fc32   @fedora  2.5 M
 folks-telepathy                        x86_64 1:0.14.0-1.fc32   @fedora  234 k
 gdm                                    x86_64 1:3.36.4-1.fc32   @updates 2.4 M
 gnome-session-wayland-session          x86_64 3.36.0-2.fc32     @fedora  7.7 k
 gnome-session-xsession                 x86_64 3.36.0-2.fc32     @fedora   15 k
 gnome-shell-extension-apps-menu        noarch 3.36.7-1.fc32     @updates  23 k
 gnome-shell-extension-common           noarch 3.36.7-1.fc32     @updates 523 k
 gnome-shell-extension-horizontal-workspaces
                                        noarch 3.36.7-1.fc32     @updates 1.3 k
 gnome-shell-extension-launch-new-instance
                                        noarch 3.36.7-1.fc32     @updates 1.0 k
 gnome-shell-extension-places-menu      noarch 3.36.7-1.fc32     @updates  21 k
 gnome-shell-extension-user-theme       noarch 3.36.7-1.fc32     @updates 2.5 k
 gnome-shell-extension-window-list      noarch 3.36.7-1.fc32     @updates  69 k

Transaction Summary
================================================================================
Remove  20 Packages

Freed space: 50 M
Is this ok [y/N]: N
Operation aborted.
-bash.2[~]: ps -ef | grep evolution
homeuser    1411    1082  0 12:36 ?        00:00:00 
/usr/libexec/evolution-source-registry
homeuser    1476    1082  0 12:36 ?        00:00:00 
/usr/libexec/evolution-calendar-factory
homeuser    1511    1082  0 12:36 ?        00:00:00 
/usr/libexec/evolution-addressbook-factory
homeuser    1767    1285  0 12:36 ?        00:00:00 
/usr/libexec/evolution-data-server/evolution-alarm-notify
root      127259  127209  0 15:18 pts/0    00:00:00 grep --color=auto evolution
-bash.3[~]: 

======

-bash.4[~]: pstree 1411
evolution-sourc───3*[{evolution-sourc}]
-bash.5[~]: pstree -s 1411
systemd───systemd───evolution-sourc───3*[{evolution-sourc}]
-bash.6[~]: pstree -s 1476
systemd───systemd───evolution-calen───8*[{evolution-calen}]
-bash.7[~]: pstree -s 1511
systemd───systemd───evolution-addre───5*[{evolution-addre}]
-bash.8[~]: pstree -s 1767
systemd───systemd───gnome-session-b───evolution-alarm───5*[{evolution-alarm}]
-bash.9[~]: 

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to