You are not logged in.

#1 2025-04-14 14:51:49

rupeshforu3
Member
Registered: 2023-01-06
Posts: 104

how to stop background processes like csd, qrect, evolution etc.,.

Hi I Rupesh from India and I have brought a new system with AMD Ryzen zen3 5500GT and Asus prime b450 motherboard. I have installed and using Arch Linux from the past 2 years and I have some questions related to background processes.

Actually I have installed Arch Linux from arch Linux live image and installed all desktop environments like gnome kde plasma cinnamon mate xfce and lxde etc., from Pacman repository.

I found 100s of packages related to window managers and desktop environments from AUR Arch User Repository.

I love Linux, X Window System and its window managers and desktop environments and so I have installed 90 percent of them successfully through yay.

At present my system is working fine except it is running slow which I don't bother.

But some background processes are running I think which are not necessary and I want to disable them so that my system works fine and faster.

When I start cinnamon and mate desktop environments I am able to see upto 10 processes related to csd and so I want to disable them.

From the past 2 years when I boot into Linux Operating System and start any desktop environment I am always seeing that 10 processes are running related to evolution and which I don't use and I want to disable them.

When I start kde plasma desktop environment and press alt tab to switch to other window I am able to see a window called "QRECT @desktop" and another window called "plasma desktop".

Suppose I start a text editor like Kate and open terminal emulator instead of two windows I am able to see upto four windows always they are

1) Kate text editor
2) konsole terminal emulator
3) QRECT @Desktop
4) plasma desktop

Previously I have seen only two windows called Kate text editor and konsole terminal emulator.

This happens only in kde plasma desktop environment.

I issued the following command to disable them through systemctl command as follows but no use.

$> sudo systemctl disable csd evolution

Can you please try to suggest how to disable csd Qrect evolution etc.,.

Regards,
Rupesh.

Offline

#2 2025-04-14 19:36:45

seth
Member
Registered: 2012-09-03
Posts: 63,054

Re: how to stop background processes like csd, qrect, evolution etc.,.

I'm pretty sure "QRECT @Desktop" and "plasma desktop" are not some "background processes" but the latter will likely just show the desktop (hide all windows) and the other one is maybe virtual desktop or activity related?
"csd" is typically client-side-decoration?

ps aux
loginctl session-status
qdbus org.kde.KWin /KWin supportInformation


Sidebar: you're basically telling your lifestory with every thread you open.
I guess that's a cultural thing and considered mandatory politeness
But on this board nobody really cares and it forces people to read through that noise to get the relevant part.

Just get straight to the point, be concise and elaborate *on the matter* - not your personality.

Offline

#3 2025-04-15 04:11:38

rupeshforu3
Member
Registered: 2023-01-06
Posts: 104

Re: how to stop background processes like csd, qrect, evolution etc.,.

Straight to the point how to disable the following.

1) csd
2) QRECT
3) evolution
4) kalenderac

Offline

#4 2025-04-15 06:07:22

seth
Member
Registered: 2012-09-03
Posts: 63,054

Re: how to stop background processes like csd, qrect, evolution etc.,.

There's no reason to repeat the already stated questions but read my response on the matter and reply to /that/ - also don't skip context.
Your OT stated that

I am always seeing that 10 processes are running related to evolution and which I don't use

and some the most reasonable way to prevent it from starting would be to remove it, but it's also not clear what "10 processes … related to evolution" actually are.

Offline

#5 2025-04-15 09:38:03

rupeshforu3
Member
Registered: 2023-01-06
Posts: 104

Re: how to stop background processes like csd, qrect, evolution etc.,.

I am providing the output of commands below

ps -aux output

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.5  0.0  22676 13192 ?        Ss   14:54   0:00 /sbin/init
root           2  0.0  0.0      0     0 ?        S    14:54   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        S    14:54   0:00 [pool_workqueue_release]
root           4  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-rcu_gp]
root           5  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-sync_wq]
root           6  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-kvfree_rcu_reclaim]
root           7  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-slub_flushwq]
root           8  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-netns]
root           9  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/0:0-cgroup_destroy]
root          10  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/0:1-events]
root          11  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/0:0H-events_highpri]
root          12  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:0-async]
root          13  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:1-events_unbound]
root          14  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-mm_percpu_wq]
root          15  0.0  0.0      0     0 ?        I    14:54   0:00 [rcu_tasks_kthread]
root          16  0.0  0.0      0     0 ?        I    14:54   0:00 [rcu_tasks_rude_kthread]
root          17  0.0  0.0      0     0 ?        I    14:54   0:00 [rcu_tasks_trace_kthread]
root          18  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/0]
root          19  0.0  0.0      0     0 ?        I    14:54   0:00 [rcu_preempt]
root          20  0.0  0.0      0     0 ?        S    14:54   0:00 [rcub/0]
root          21  0.0  0.0      0     0 ?        S    14:54   0:00 [rcu_exp_par_gp_kthread_worker/0]
root          22  0.0  0.0      0     0 ?        S    14:54   0:00 [rcu_exp_gp_kthread_worker]
root          23  0.0  0.0      0     0 ?        S    14:54   0:00 [migration/0]
root          24  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/0]
root          25  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/0]
root          26  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/1]
root          27  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/1]
root          28  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/1]
root          29  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/1]
root          30  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/1:0-mm_percpu_wq]
root          31  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/1:0H-events_highpri]
root          32  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/2]
root          33  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/2]
root          34  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/2]
root          35  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/2]
root          36  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/2:0-xfs-conv/nvme0n1p14]
root          37  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/2:0H-events_highpri]
root          38  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/3]
root          39  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/3]
root          40  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/3]
root          41  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/3]
root          42  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/3:0-events]
root          43  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/3:0H-events_highpri]
root          44  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/4]
root          45  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/4]
root          46  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/4]
root          47  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/4]
root          48  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/4:0-mm_percpu_wq]
root          49  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/4:0H-events_highpri]
root          50  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/5]
root          51  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/5]
root          52  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/5]
root          53  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/5]
root          54  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/5:0-rcu_gp]
root          55  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/5:0H-events_highpri]
root          56  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/6]
root          57  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/6]
root          58  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/6]
root          59  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/6]
root          60  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/6:0-events]
root          61  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/6:0H-events_highpri]
root          62  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/7]
root          63  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/7]
root          64  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/7]
root          65  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/7]
root          66  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/7:0-cgroup_destroy]
root          67  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/7:0H-events_highpri]
root          68  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/8]
root          69  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/8]
root          70  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/8]
root          71  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/8]
root          72  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/8:0-events]
root          73  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/8:0H-events_highpri]
root          74  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/9]
root          75  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/9]
root          76  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/9]
root          77  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/9]
root          78  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/9:0-pm]
root          79  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/9:0H-events_highpri]
root          80  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/10]
root          81  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/10]
root          82  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/10]
root          83  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/10]
root          84  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/10:0-events]
root          85  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/10:0H-events_highpri]
root          86  0.0  0.0      0     0 ?        S    14:54   0:00 [cpuhp/11]
root          87  0.0  0.0      0     0 ?        S    14:54   0:00 [idle_inject/11]
root          88  0.1  0.0      0     0 ?        S    14:54   0:00 [migration/11]
root          89  0.0  0.0      0     0 ?        S    14:54   0:00 [ksoftirqd/11]
root          90  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/11:0-mm_percpu_wq]
root          91  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/11:0H-kblockd]
root          92  0.0  0.0      0     0 ?        S    14:54   0:00 [kdevtmpfs]
root          93  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-inet_frag_wq]
root          94  0.0  0.0      0     0 ?        S    14:54   0:00 [kauditd]
root          95  0.0  0.0      0     0 ?        S    14:54   0:00 [khungtaskd]
root          96  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:2-async]
root          97  0.0  0.0      0     0 ?        S    14:54   0:00 [oom_reaper]
root          98  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-writeback]
root          99  0.0  0.0      0     0 ?        S    14:54   0:00 [kcompactd0]
root         100  0.0  0.0      0     0 ?        SN   14:54   0:00 [ksmd]
root         101  0.0  0.0      0     0 ?        SN   14:54   0:00 [khugepaged]
root         102  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-kintegrityd]
root         103  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-kblockd]
root         104  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-blkcg_punt_bio]
root         105  0.0  0.0      0     0 ?        S    14:54   0:00 [irq/9-acpi]
root         106  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/6:1-xfs-sync/nvme0n1p14]
root         107  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/7:1-pm]
root         108  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/8:1-events]
root         109  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-tpm_dev_wq]
root         110  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-ata_sff]
root         111  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-edac-poller]
root         112  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-devfreq_wq]
root         113  0.0  0.0      0     0 ?        S    14:54   0:00 [watchdogd]
root         114  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/7:1H-kblockd]
root         115  0.0  0.0      0     0 ?        S    14:54   0:00 [irq/25-AMD-Vi0-Evt]
root         116  0.0  0.0      0     0 ?        S    14:54   0:00 [irq/26-AMD-Vi0-PPR]
root         117  0.0  0.0      0     0 ?        S    14:54   0:00 [irq/27-AMD-Vi0-GA]
root         118  0.0  0.0      0     0 ?        S    14:54   0:00 [kswapd0]
root         119  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-kthrotld]
root         120  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:0-ttm]
root         121  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-acpi_thermal_pm]
root         122  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_0]
root         123  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_0]
root         124  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_1]
root         125  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_1]
root         126  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_2]
root         127  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_2]
root         128  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_3]
root         129  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_3]
root         130  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_4]
root         131  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_4]
root         132  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_5]
root         133  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_5]
root         134  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_6]
root         135  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_6]
root         136  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_7]
root         137  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_7]
root         138  0.0  0.0      0     0 ?        R    14:54   0:00 [kworker/u48:3-gfx]
root         139  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:4-flush-259:0]
root         140  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:5-gfx]
root         141  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:6-iou_exit]
root         142  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:7-gfx]
root         143  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:8-events_power_efficient]
root         144  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:9-comp_1.2.0]
root         145  0.0  0.0      0     0 ?        S    14:54   0:00 [scsi_eh_8]
root         146  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-scsi_tmf_8]
root         147  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/7:2-events]
root         148  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/7:3-mm_percpu_wq]
root         149  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/7:4]
root         150  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/9:1-events]
root         151  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:10-events_power_efficient]
root         152  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-mld]
root         153  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-ipv6_addrconf]
root         155  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/0:1H-xfs-log/nvme0n1p14]
root         161  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-kstrp]
root         162  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/1:1-events]
root         163  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/10:1-mm_percpu_wq]
root         164  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/2:1-events]
root         166  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:11]
root         170  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/u48:12-events_unbound]
root         173  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/1:1H-kblockd]
root         174  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/8:2-events]
root         175  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/3:1-events]
root         176  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/3:2-events]
root         177  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/3:3-events]
root         178  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/8:3]
root         210  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/10:1H-kblockd]
root         216  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/5:1-events]
root         217  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/4:1-events]
root         218  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/11:1-xfs-conv/nvme0n1p14]
root         219  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/8:1H-xfs-log/nvme0n1p14]
root         240  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/9:1H-kblockd]
root         241  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/4:1H-xfs-log/nvme0n1p14]
root         250  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/2:1H-xfs-log/nvme0n1p9]
root         252  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/3:1H-kblockd]
root         253  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/11:1H-events_highpri]
root         254  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/6:1H-kblockd]
root         255  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/4:2-events]
root         257  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-nvme-wq]
root         258  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-nvme-reset-wq]
root         259  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-nvme-delete-wq]
root         260  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-nvme-auth-wq]
root         261  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/10:2-mm_percpu_wq]
root         262  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/5:1H-kblockd]
root         263  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/1:2-events]
root         264  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-amdgpu-reset-dev]
root         265  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-ttm]
root         266  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-amdgpu_dm_hpd_rx_offload_wq]
root         267  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-amdgpu_dm_hpd_rx_offload_wq]
root         268  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-amdgpu_dm_hpd_rx_offload_wq]
root         269  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-dm_vblank_control_workqueue]
root         270  0.0  0.0      0     0 ?        S    14:54   0:00 [card1-crtc0]
root         271  0.0  0.0      0     0 ?        S    14:54   0:00 [card1-crtc1]
root         272  0.0  0.0      0     0 ?        S    14:54   0:00 [card1-crtc2]
root         273  0.0  0.0      0     0 ?        S    14:54   0:00 [card1-crtc3]
root         274  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-gfx]
root         275  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.0.0]
root         276  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.1.0]
root         277  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.2.0]
root         278  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.3.0]
root         279  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.0.1]
root         280  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.1.1]
root         281  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.2.1]
root         282  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-comp_1.3.1]
root         283  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-sdma0]
root         284  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-vcn_dec]
root         285  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-vcn_enc0]
root         286  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-vcn_enc1]
root         287  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-jpeg_dec]
root         340  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/2:2-events]
root         341  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/2:3-xfs-conv/nvme0n1p14]
root         348  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfsalloc]
root         349  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs_mru_cache]
root         350  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-buf/nvme0n1p9]
root         351  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-conv/nvme0n1p9]
root         352  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-reclaim/nvme0n1p9]
root         353  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-blockgc/nvme0n1p9]
root         354  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-inodegc/nvme0n1p9]
root         355  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-log/nvme0n1p9]
root         356  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-cil/nvme0n1p9]
root         357  0.0  0.0      0     0 ?        S    14:54   0:00 [xfsaild/nvme0n1p9]
root         368  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/0:2-xfs-sync/nvme0n1p14]
root         404  0.1  0.1  74064 22784 ?        Ss   14:54   0:00 /usr/lib/systemd/systemd-journald
root         417  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/11:2-events]
root         420  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/5:2-events]
root         425  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-usbip_event]
root         427  0.0  0.0  15120  6044 ?        Ss   14:54   0:00 /usr/lib/systemd/systemd-userdbd
root         447  0.0  0.0      0     0 ?        S    14:54   0:00 [psimon]
systemd+     453  0.0  0.0  89892  7376 ?        Ssl  14:54   0:00 /usr/lib/systemd/systemd-timesyncd
root         460  0.0  0.0  36220 10524 ?        Ss   14:54   0:00 /usr/lib/systemd/systemd-udevd
root         464  0.0  0.0      0     0 ?        S    14:54   0:00 [psimon]
root         509  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/6:2-events]
root         543  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/0:3-mm_percpu_wq]
root         544  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-cryptd]
root         545  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-cfg80211]
root         554  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-led_workqueue]
root         555  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/10:3]
root         580  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/1:3]
root         600  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-buf/nvme0n1p14]
root         601  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-conv/nvme0n1p14]
root         602  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-buf/nvme0n1p5]
root         603  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-conv/nvme0n1p5]
root         604  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-reclaim/nvme0n1p14]
root         605  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-blockgc/nvme0n1p14]
root         606  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-reclaim/nvme0n1p5]
root         607  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-blockgc/nvme0n1p5]
root         608  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-inodegc/nvme0n1p14]
root         609  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-inodegc/nvme0n1p5]
root         611  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-log/nvme0n1p5]
root         612  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-cil/nvme0n1p5]
root         613  0.0  0.0      0     0 ?        S    14:54   0:00 [xfsaild/nvme0n1p5]
root         614  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-log/nvme0n1p14]
root         615  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/R-xfs-cil/nvme0n1p14]
root         616  0.0  0.0      0     0 ?        S    14:54   0:00 [xfsaild/nvme0n1p14]
root         631  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/9:2]
dbus         637  0.0  0.0   9232  4704 ?        Ss   14:54   0:00 /usr/bin/dbus-broker-launch --scope system --audit
root         638  0.0  0.0      0     0 ?        I    14:54   0:00 [kworker/6:3-events]
dbus         639  0.0  0.0   6520  4168 ?        S    14:54   0:00 dbus-broker --log 4 --controller 10 --machine-id c5dc5386b3784833866383436a83da9f --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit
root         640  0.0  0.1 415180 23884 ?        Ssl  14:54   0:00 /usr/bin/NetworkManager --no-daemon
root         642  0.0  0.0 148424 14476 ?        Ssl  14:54   0:00 /usr/bin/deepin-service-manager
root         644  0.0  0.0  15932  8304 ?        Ss   14:54   0:00 /usr/lib/systemd/systemd-logind
root         690  0.0  0.1 156416 19676 ?        Ssl  14:54   0:00 /usr/bin/sddm
root         692  1.1  0.5 1254964 85684 tty2    Ssl+ 14:54   0:01 /usr/lib/Xorg -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_bQpMzE -noreset -displayfd 16
root         710  0.0  0.0      0     0 ?        S    14:54   0:00 [psimon]
root         739  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:1-ttm]
root         761  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:2-ttm]
root         762  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:3-ttm]
root         763  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:4-ttm]
root         764  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:5-ttm]
root         765  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:6-ttm]
root         766  0.0  0.0      0     0 ?        I<   14:54   0:00 [kworker/u49:7-ttm]
root         768  0.0  0.1  79928 19352 ?        S    14:55   0:00 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-105e778f-7eba-4030-95fb-5aab84cfc285 --id 1 --start cinnamon-session-cinnamon --user build2
build2       773  0.1  0.0  21652 12300 ?        Ss   14:55   0:00 /usr/lib/systemd/systemd --user
build2       775  0.0  0.0  22680  3940 ?        S    14:55   0:00 (sd-pam)
root         779  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:8-ttm]
root         780  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:9-ttm]
root         781  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:10-ttm]
root         782  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:11-ttm]
root         783  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:12-ttm]
root         784  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:13-ttm]
root         785  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:14-ttm]
root         786  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:15-ttm]
root         787  0.0  0.0      0     0 ?        I<   14:55   0:00 [kworker/u49:16]
build2       794  0.0  0.0 182036  8852 ?        SLsl 14:55   0:00 /usr/bin/gnome-keyring-daemon --foreground --components=pkcs11,secrets --control-directory=/run/user/1001/keyring
build2       799  0.0  0.0   8136  3700 ?        Ss   14:55   0:00 /usr/bin/dbus-broker-launch --scope user
build2       800  0.0  0.0   6148  3784 ?        S    14:55   0:00 dbus-broker --log 4 --controller 10 --machine-id c5dc5386b3784833866383436a83da9f --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000
build2       804  0.0  0.4 508844 64512 ?        Sl   14:55   0:00 /usr/bin/kwalletd6 --pam-login 12 13
build2       805  0.0  0.1 665940 17464 ?        Sl   14:55   0:00 /usr/lib/cinnamon-session/cinnamon-session-binary --session cinnamon
build2       859  0.0  0.3 1020652 49312 ?       Sl   14:55   0:00 /usr/bin/csd-keyboard
build2       860  0.0  0.3 1308184 52008 ?       Sl   14:55   0:00 /usr/bin/csd-media-keys
build2       861  0.0  0.3 1234516 52740 ?       Sl   14:55   0:00 /usr/bin/csd-power
build2       862  0.0  0.0 242508  7308 ?        Sl   14:55   0:00 /usr/bin/csd-a11y-settings
build2       863  0.0  0.0 317632  9384 ?        Sl   14:55   0:00 /usr/bin/csd-print-notifications
build2       866  0.0  0.0 303012  5128 ?        Sl   14:55   0:00 /usr/bin/csd-screensaver-proxy
build2       868  0.0  0.0 238560  6500 ?        Sl   14:55   0:00 /usr/bin/csd-settings-remap
build2       882  0.0  0.3 1160048 50212 ?       Sl   14:55   0:00 /usr/bin/csd-automount
build2       885  0.0  0.3 1086608 50268 ?       Sl   14:55   0:00 /usr/bin/csd-wacom
build2       886  0.2  0.3 1087688 61896 ?       Sl   14:55   0:00 /usr/bin/csd-background
build2       887  0.0  0.3 1026368 57528 ?       Sl   14:55   0:00 /usr/bin/csd-xsettings
build2       888  0.0  0.3 945672 48936 ?        Sl   14:55   0:00 /usr/bin/csd-clipboard
build2       889  0.0  0.3 1248180 56876 ?       Sl   14:55   0:00 /usr/bin/csd-color
build2       890  0.0  0.3 1020708 51660 ?       Sl   14:55   0:00 /usr/bin/csd-housekeeping
build2       895  0.0  0.0 164056  5852 ?        Ssl  14:55   0:00 /usr/lib/dconf-service
build2       896  0.0  0.1 452668 15716 ?        Sl   14:55   0:00 /usr/lib/cinnamon-settings-daemon/csd-printer
build2       979  0.0  0.0 323956 11928 ?        Ssl  14:55   0:00 /usr/lib/gvfsd
build2      1016  0.0  0.0 396728  7912 ?        Sl   14:55   0:00 /usr/lib/gvfsd-fuse /run/user/1001/gvfs -f
build2      1025  0.0  0.0 381560  7708 ?        Ssl  14:55   0:00 /usr/lib/at-spi-bus-launcher
build2      1031  0.0  0.0   8008  3628 ?        S    14:55   0:00 /usr/bin/dbus-broker-launch --config-file=/usr/share/defaults/at-spi2/accessibility.conf --scope user
build2      1032  0.0  0.0   4272  2376 ?        S    14:55   0:00 dbus-broker --log 4 --controller 9 --machine-id c5dc5386b3784833866383436a83da9f --max-bytes 100000000000000 --max-fds 6400000 --max-matches 5000000000
build2      1042  0.0  0.0 168280  7392 ?        Ssl  14:55   0:00 /usr/lib/at-spi2-registryd --use-gnome-session
build2      1044  0.0  0.1 434460 15884 ?        Ssl  14:55   0:00 /usr/lib/gvfs-udisks2-volume-monitor
build2      1048  0.0  0.0 100960 12992 ?        S<sl 14:55   0:00 /usr/bin/pipewire
colord      1049  0.0  0.0 315184 14944 ?        Ssl  14:55   0:00 /usr/lib/colord
build2      1050  0.0  0.1 481776 17256 ?        S<sl 14:55   0:00 /usr/bin/wireplumber
build2      1051  0.0  0.0  98700 10016 ?        S<sl 14:55   0:00 /usr/bin/pipewire-pulse
polkitd     1057  0.0  0.0 383304 10464 ?        Ssl  14:55   0:00 /usr/lib/polkit-1/polkitd --no-debug --log-level=notice
root        1058  0.0  0.0 316892  9168 ?        Ssl  14:55   0:00 /usr/lib/upowerd
root        1063  0.0  0.0 403480 13136 ?        Ssl  14:55   0:00 /usr/lib/udisks2/udisksd
rtkit       1072  0.0  0.0  21712  3132 ?        SNsl 14:55   0:00 /usr/lib/rtkit-daemon
build2      1133  0.0  0.0 306452  6080 ?        Ssl  14:55   0:00 /usr/lib/gvfs-mtp-volume-monitor
build2      1139  0.0  0.1 154048 24376 ?        Ssl  14:55   0:00 /usr/lib/deepin-daemon/dde-calendar-service
dde-dco+    1141  0.0  0.0 136696 15440 ?        Ssl  14:55   0:00 /usr/bin/dde-dconfig-daemon
build2      1156  0.0  0.0 308336  6824 ?        Ssl  14:55   0:00 /usr/lib/gvfs-gphoto2-volume-monitor
build2      1169  0.0  0.0 306032  5504 ?        Ssl  14:55   0:00 /usr/lib/gvfs-goa-volume-monitor
build2      1173  0.0  0.1 548468 22092 ?        Ssl  14:55   0:00 /usr/lib/goa-daemon
build2      1180  0.0  0.0 390744  9416 ?        Ssl  14:55   0:00 /usr/lib/goa-identity-service
root        1188  0.0  0.0  16920 10644 ?        Ss   14:55   0:00 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
build2      1189  0.0  0.0 387544  7232 ?        Ssl  14:55   0:00 /usr/lib/gvfs-afc-volume-monitor
build2      1248  0.1  0.3 489428 53572 ?        Sl   14:55   0:00 cinnamon-launcher
build2      1254  2.6  1.1 5041992 183864 ?      Sl   14:55   0:03 cinnamon --replace
build2      1291  0.0  0.2 450028 31408 ?        Sl   14:55   0:00 /usr/lib/xapps/xapp-sn-watcher
build2      1316  0.0  0.0 309816  8300 ?        Sl   14:55   0:00 /usr/lib/geoclue-2.0/demos/agent
build2      1317  0.5  0.7 1622084 118116 ?      Sl   14:55   0:00 /usr/bin/python /usr/bin/variety --profile /build2/build2/.config/variety/
build2      1318  0.2  0.6 610612 105468 ?       Sl   14:55   0:00 /usr/bin/kgpg
build2      1325  0.1  0.3 989408 60568 ?        Sl   14:55   0:00 /usr/lib/evolution-data-server/evolution-alarm-notify
build2      1326 12.7  1.9 1972356 309904 ?      Sl   14:55   0:15 /usr/bin/gnome-software --gapplication-service
build2      1331  0.1  0.4 598112 65108 ?        Sl   14:55   0:00 /usr/bin/kclockd
build2      1335  0.2  0.3 563056 61728 ?        Sl   14:55   0:00 /usr/bin/python /usr/bin/blueman-applet
build2      1337  0.2  0.3 1035496 54844 ?       Sl   14:55   0:00 /usr/bin/nemo-desktop
build2      1339  0.0  0.1 727288 29872 ?        SNl  14:55   0:00 /usr/lib/localsearch-3
build2      1341  0.1  0.3 340124 52316 ?        Sl   14:55   0:00 cinnamon-killer-daemon
build2      1348  0.2  0.7 1048416 111260 ?      Sl   14:55   0:00 /usr/bin/kalendarac
build2      1350  0.0  0.1 835772 17224 ?        Ssl  14:55   0:00 /usr/lib/xdg-desktop-portal
root        1354  0.0  0.0 309048  9296 ?        Ssl  14:55   0:00 /usr/lib/accounts-daemon
build2      1366  0.0  0.0 305772  7360 ?        Ssl  14:55   0:00 /usr/lib/xdg-permission-store
build2      1381  0.0  0.0 539116  8560 ?        Ssl  14:55   0:00 /usr/lib/xdg-document-portal
root        1394  0.0  0.0   2572  1868 ?        Ss   14:55   0:00 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal -- /run/user/1001/doc
build2      1404  0.0  0.0 380952  8240 ?        Ssl  14:55   0:00 /usr/lib/xdg-desktop-portal-xapp
build2      1436  0.0  0.2 758152 40772 ?        Ssl  14:55   0:00 /usr/lib/evolution-source-registry
build2      1499  0.0  0.1 897232 28192 ?        Ssl  14:55   0:00 /usr/lib/evolution-calendar-factory
build2      1515  0.0  0.2 749364 42920 ?        Ssl  14:55   0:00 /usr/lib/evolution-addressbook-factory
build2      1525  0.0  0.0 229004  4796 ?        SLsl 14:55   0:00 /usr/bin/gpg-agent --supervised
build2      1537  0.0  0.0  82556  5060 ?        SLl  14:55   0:00 scdaemon --multi-server
build2      1547  0.0  0.2 454412 34212 ?        Ssl  14:55   0:00 /usr/lib/xdg-desktop-portal-gtk
build2      1614  0.0  0.0 545660 13016 ?        Sl   14:55   0:00 /usr/lib/gvfsd-trash --spawner :1.24 /org/gtk/gvfs/exec_spaw/0
build2      1625  0.0  0.0 167296  7652 ?        Ssl  14:55   0:00 /usr/lib/gvfsd-metadata
build2      1666  0.0  0.0   6404  3568 ?        S    14:55   0:00 /usr/bin/xdg-assist --assist
build2      1688  0.2  0.3 635216 57780 ?        Ssl  14:55   0:00 /usr/lib/gnome-terminal-server
build2      1697  0.0  0.0   7960  6220 pts/0    Ss   14:55   0:00 bash
build2      1700  7.3  2.5 3304284 396640 ?      Sl   14:55   0:07 /usr/lib/firefox/firefox
build2      1791  0.0  0.2 261332 34284 ?        Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250409003741 -prefsHandle 0 -prefsLen 35159 -prefMapHandle 1 -prefMapSize 265978 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initialChannelId {bcdfb494-8c0f-4cf2-95f8-e301362b5b30} -parentPid 1700 -crashReporter 5 -appDir /usr/lib/firefox/browser 1 socket
build2      1811  0.7  0.8 2521180 139340 ?      Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 35300 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {de3ba315-d631-4760-967f-7de6e1ecdbc5} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 2 tab
build2      1816  0.0  0.2 517980 40588 ?        Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250409003741 -prefsHandle 0 -prefsLen 35300 -prefMapHandle 1 -prefMapSize 265978 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initialChannelId {69c7de56-3712-44a3-92b8-e681a24a8235} -parentPid 1700 -crashReporter 5 -appDir /usr/lib/firefox/browser 3 rdd
build2      1874  0.2  0.6 2516012 108480 ?      Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 43589 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {52e34a8c-60a0-401a-ac9c-6ffadfd62d6b} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 4 tab
build2      1936  0.0  0.2 260256 32332 ?        Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250409003741 -sandboxingKind 0 -prefsHandle 0 -prefsLen 43682 -prefMapHandle 1 -prefMapSize 265978 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initialChannelId {de554d61-c186-4707-b036-2b4d75535488} -parentPid 1700 -crashReporter 5 -appDir /usr/lib/firefox/browser 5 utility
build2      1946  1.1  0.9 2521852 142200 ?      Sl   14:55   0:01 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38918 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {41838f7e-caab-4351-936e-028ca651bcb0} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 6 tab
build2      1949  0.0  0.4 2470332 63556 ?       Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38918 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {640f2fca-c3e0-4c1c-98bf-946a3138756e} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 7 tab
build2      1953  0.0  0.4 2470332 63368 ?       Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38918 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {144696dd-efdb-4d90-b12f-bd7ce47ab4c4} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 8 tab
root        2137  0.0  0.0  15684  6644 ?        S    14:55   0:00 systemd-userwork: waiting...
build2      2139  0.0  0.0 473016 13248 ?        Sl   14:55   0:00 /usr/lib/gvfsd-network --spawner :1.24 /org/gtk/gvfs/exec_spaw/1
build2      2146  0.0  0.0 400684 13088 ?        Sl   14:55   0:00 /usr/lib/gvfsd-dnssd --spawner :1.24 /org/gtk/gvfs/exec_spaw/2
build2      2152  0.0  0.0 397864 12484 ?        Sl   14:55   0:00 /usr/lib/gvfsd-wsdd --spawner :1.24 /org/gtk/gvfs/exec_spaw/3
build2      2158  0.0  0.2  40040 32532 ?        S    14:55   0:00 python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1001/gvfsd/wsdd
build2      2172  0.0  0.4 2470332 63528 ?       Sl   14:55   0:00 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38999 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {ad5a07da-adca-4228-a683-43db55cac5df} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 9 tab
root        2224  0.0  0.0  15684  6676 ?        S    14:55   0:00 systemd-userwork: waiting...
root        2261  0.0  0.0  15684  6396 ?        S    14:56   0:00 systemd-userwork: waiting...
root        2267  0.0  0.0      0     0 ?        I    14:56   0:00 [kworker/11:3]
root        2292  0.0  0.0      0     0 ?        I    14:56   0:00 [kworker/2:4-xfs-conv/nvme0n1p14]
root        2293  0.0  0.0      0     0 ?        I    14:56   0:00 [kworker/2:5-xfs-buf/nvme0n1p14]
root        2294  0.0  0.0      0     0 ?        I    14:56   0:00 [kworker/2:6-xfs-buf/nvme0n1p14]
build2      2404  0.0  0.0   9868  6044 pts/0    R+   14:57   0:00 ps aux

loginctl session-status output

2 - build2 (1001)
  Since: Tue 2025-04-15 20:25:02 IST; 4min 50s ago
  State: active
 Leader: 768 (sddm-helper)
   Seat: seat0; vc2
    TTY: tty2
 Remote: no
Service: sddm
   Type: x11
  Class: user
   Idle: no
   Unit: session-2.scope
         ├─ 768 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-105e778f-7eba-4030-95fb-5aab84cfc285 --id 1 --start cinnamon-session-cinnamon --user build2
         ├─ 804 /usr/bin/kwalletd6 --pam-login 12 13
         ├─ 805 /usr/lib/cinnamon-session/cinnamon-session-binary --session cinnamon
         ├─ 859 /usr/bin/csd-keyboard
         ├─ 860 /usr/bin/csd-media-keys
         ├─ 861 /usr/bin/csd-power
         ├─ 862 /usr/bin/csd-a11y-settings
         ├─ 863 /usr/bin/csd-print-notifications
         ├─ 866 /usr/bin/csd-screensaver-proxy
         ├─ 868 /usr/bin/csd-settings-remap
         ├─ 882 /usr/bin/csd-automount
         ├─ 885 /usr/bin/csd-wacom
         ├─ 886 /usr/bin/csd-background
         ├─ 887 /usr/bin/csd-xsettings
         ├─ 888 /usr/bin/csd-clipboard
         ├─ 889 /usr/bin/csd-color
         ├─ 890 /usr/bin/csd-housekeeping
         ├─ 896 /usr/lib/cinnamon-settings-daemon/csd-printer
         ├─1248 cinnamon-launcher
         ├─1254 cinnamon --replace
         ├─1291 /usr/lib/xapps/xapp-sn-watcher
         ├─1316 /usr/lib/geoclue-2.0/demos/agent
         ├─1317 /usr/bin/python /usr/bin/variety --profile /build2/build2/.config/variety/
         ├─1318 /usr/bin/kgpg
         ├─1325 /usr/lib/evolution-data-server/evolution-alarm-notify
         ├─1326 /usr/bin/gnome-software --gapplication-service
         ├─1331 /usr/bin/kclockd
         ├─1335 /usr/bin/python /usr/bin/blueman-applet
         ├─1337 /usr/bin/nemo-desktop
         ├─1339 /usr/lib/localsearch-3
         ├─1341 cinnamon-killer-daemon
         ├─1348 /usr/bin/kalendarac
         ├─1666 /usr/bin/xdg-assist --assist
         ├─1700 /usr/lib/firefox/firefox
         ├─1791 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250409003741 -prefsHandle 0 -prefsLen 35159 -prefMapHandle 1 -prefMapSize 265978 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initialChannelId {bcdfb494-8c0f-4cf2-95f8-e301362b5b30} -parentPid 1700 -crashReporter 5 -appDir /usr/lib/firefox/browser 1 socket
         ├─1811 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 35300 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {de3ba315-d631-4760-967f-7de6e1ecdbc5} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 2 tab
         ├─1816 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250409003741 -prefsHandle 0 -prefsLen 35300 -prefMapHandle 1 -prefMapSize 265978 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initialChannelId {69c7de56-3712-44a3-92b8-e681a24a8235} -parentPid 1700 -crashReporter 5 -appDir /usr/lib/firefox/browser 3 rdd
         ├─1874 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 43589 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {52e34a8c-60a0-401a-ac9c-6ffadfd62d6b} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 4 tab
         ├─1936 /usr/lib/firefox/firefox -contentproc -parentBuildID 20250409003741 -sandboxingKind 0 -prefsHandle 0 -prefsLen 43682 -prefMapHandle 1 -prefMapSize 265978 -sandboxReporter 2 -chrootClient 3 -ipcHandle 4 -initialChannelId {de554d61-c186-4707-b036-2b4d75535488} -parentPid 1700 -crashReporter 5 -appDir /usr/lib/firefox/browser 5 utility
         ├─1946 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38918 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {41838f7e-caab-4351-936e-028ca651bcb0} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 6 tab
         ├─1949 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38918 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {640f2fca-c3e0-4c1c-98bf-946a3138756e} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 7 tab
         ├─1953 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38918 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {144696dd-efdb-4d90-b12f-bd7ce47ab4c4} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 8 tab
         ├─2172 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsHandle 0 -prefsLen 38999 -prefMapHandle 1 -prefMapSize 265978 -jsInitHandle 2 -jsInitLen 247540 -parentBuildID 20250409003741 -sandboxReporter 3 -chrootClient 4 -ipcHandle 5 -initialChannelId {ad5a07da-adca-4228-a683-43db55cac5df} -parentPid 1700 -crashReporter 6 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appDir /usr/lib/firefox/browser 9 tab
         └─2466 /usr/bin/nemo

Apr 15 14:55:33 Rupesh kclockd[1331]: Registered on DBus: true
Apr 15 14:55:33 Rupesh cutefish-polkit-agent[1332]: New PolkitAgentListener  0x6062e8ae09d0
Apr 15 14:55:33 Rupesh cutefish-polkit-agent[1332]: Adding new listener  PolkitQt1::Agent::Listener(0x7ffc957390f0) for  0x6062e8ae09d0
Apr 15 14:55:33 Rupesh cutefish-polkit-agent[1332]: "Cannot register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject"
Apr 15 14:55:33 Rupesh cutefish-polkit-agent[1332]: Destroying listener
Apr 15 14:55:33 Rupesh cutefish-polkit-agent[1332]: Removing listener  PolkitQt1::Agent::Listener(0x7ffc957390f0)
Apr 15 14:55:33 Rupesh cinnamon-killer-daemon[1341]: Bound Cinnamon restart to <Control><Alt>Escape.
Apr 15 14:55:33 Rupesh kalendarac[1348]: setHighDpiScaleFactorRoundingPolicy must be called before creating the QGuiApplication instance
Apr 15 14:55:43 Rupesh indicator-china-weather[1647]: Non-chinese system
Apr 15 14:55:48 Rupesh cinnamon-session-binary[805]: WARNING: t+46.56333s: Application 'xdg-assist.desktop' killed by signal 11

qdbus org.kde.KWin /KWin supportInformation

KWin Support Information:
The following information should be used when requesting support on e.g. [url]https://discuss.kde.org[/url].
It provides information about the currently running instance, which options are used,
what OpenGL driver and which effects are running.
Please post the information provided underneath this introductory text to a paste bin service
like [url]https://paste.kde.org[/url] instead of pasting into support threads.

==========================

Version
=======
KWin version: 6.3.4
Qt Version: 6.9.0
Qt compile version: 6.9.0
XCB compile version: 1.17.0

Operation Mode: X11

Build Options
=============
KWIN_BUILD_DECORATIONS: yes
KWIN_BUILD_TABBOX: yes
KWIN_BUILD_ACTIVITIES: yes
HAVE_X11_XCB: yes
HAVE_GLX: yes

X11
===
Vendor: The X.Org Foundation
Vendor Release: 12101016
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0

Decoration
==========
Plugin: org.kde.breeze
Theme: 
Plugin recommends border size: None
onAllDesktopsAvailable: false
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 2
decorationButtonsRight: 6, 3, 4, 5
borderSize: 0
gridUnit: 10
font: Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1
smallSpacing: 2
largeSpacing: 10

Output backend
==============
Name: KWin::X11StandaloneBackend

Cursor
======
themeName: breeze_cursors
themeSize: 24

Options
=======
focusPolicy: ClickToFocus
xwaylandCrashPolicy: 1
xwaylandMaxCrashCount: 3
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: true
placement: 5
activationDesktopPolicy: SwitchToOtherDesktop
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
edgeBarrier: 100
cornerBarrier: 1
rollOverDesktops: false
focusStealingPreventionLevel: 1
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: MouseRaise
commandActiveTitlebar2: MouseNothing
commandActiveTitlebar3: MouseOperationsMenu
commandInactiveTitlebar1: MouseActivateAndRaise
commandInactiveTitlebar2: MouseNothing
commandInactiveTitlebar3: MouseOperationsMenu
commandWindow1: MouseActivateRaiseOnReleaseAndPassClick
commandWindow2: MouseActivateAndPassClick
commandWindow3: MouseActivateAndPassClick
commandWindowWheel: MouseNothing
commandAll1: MouseUnrestrictedMove
commandAll2: MouseToggleRaiseAndLower
commandAll3: MouseUnrestrictedResize
keyCmdAllModKey: 16777250
doubleClickBorderToMaximize: true
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: false
killPingTimeout: 5000
compositingMode: 1
useCompositing: true
hiddenPreviews: 1
glSmoothScale: 2
glStrictBinding: true
glStrictBindingFollowsDriver: true
glPreferBufferSwap: AutoSwapStrategy
glPlatformInterface: 1
windowsBlockCompositing: true
allowTearing: true
interactiveWindowMoveEnabled: true

Screen Edges
============
desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0

Screens
=======
Number of Screens: 1

Screen 0:
---------
Name: DisplayPort-0
Enabled: 1
Geometry: 0,0,1920x1080
Physical size: 160x90mm
Scale: 1
Refresh Rate: 60000
Adaptive Sync: incapable

Compositing
===========
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.61, 6.14.2-arch1-1)
OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL platform interface: GLX
OpenGL shading language version string: 4.60
Driver: Unknown
GPU class: Unknown
OpenGL version: 4.6
GLSL version: 4.60
Mesa version: 25.0.3
X server version: 1.21.1
Linux kernel version: 6.14.2
Direct rendering: Requires strict binding: yes
Virtual Machine:  no
OpenGL 2 Shaders are used

Loaded Effects:
---------------
screenshot
outputlocator
colorpicker
zoom
screenedge
blur
contrast
sessionquit
logout
login
slidingpopups
windowaperture
slide
squash
scale
maximize
fullscreen
frozenapp
fadingpopups
dialogparent
windowview
tileseditor
overview
highlightwindow
blendchanges
startupfeedback
systembell
kscreen

Currently Active Effects:
-------------------------
blur
contrast

Effect Settings:
----------------
screenshot:

outputlocator:

colorpicker:

zoom:
zoomFactor: 1.2
mousePointer: 0
mouseTracking: 0
focusTrackingEnabled: false
textCaretTrackingEnabled: false
focusDelay: 350
moveFactor: 20
targetZoom: 1

screenedge:

blur:

contrast:

sessionquit:
pluginId: sessionquit
isActiveFullScreenEffect: false

logout:
pluginId: logout
isActiveFullScreenEffect: false

login:
pluginId: login
isActiveFullScreenEffect: false

slidingpopups:
slideInDuration: 200
slideOutDuration: 200

windowaperture:
pluginId: windowaperture
isActiveFullScreenEffect: false

slide:
horizontalGap: 45
verticalGap: 20
slideBackground: true

squash:
pluginId: squash
isActiveFullScreenEffect: false

scale:
pluginId: scale
isActiveFullScreenEffect: false

maximize:
pluginId: maximize
isActiveFullScreenEffect: false

fullscreen:
pluginId: fullscreen
isActiveFullScreenEffect: false

frozenapp:
pluginId: frozenapp
isActiveFullScreenEffect: false

fadingpopups:
pluginId: fadingpopups
isActiveFullScreenEffect: false

dialogparent:
pluginId: dialogparent
isActiveFullScreenEffect: false

windowview:
activeView: 
delegate: 
animationDuration: 300
ignoreMinimized: false
mode: 
partialActivationFactor: 0
gestureInProgress: false
searchText: 
selectedIds: 

tileseditor:
activeView: 
delegate: 
animationDuration: 200

overview:
activeView: 
delegate: 
animationDuration: 300
ignoreMinimized: false
filterWindows: true
organizedGrid: true
overviewPartialActivationFactor: 0
overviewGestureInProgress: false
transitionPartialActivationFactor: 0
transitionGestureInProgress: false
gridPartialActivationFactor: 0
gridGestureInProgress: false
desktopOffset: 
searchText: 

highlightwindow:

blendchanges:

startupfeedback:
type: 1

systembell:

kscreen:


Loaded Plugins:
---------------
krunnerintegration
nightlight

Available Plugins:
------------------
BounceKeysPlugin
KeyNotificationPlugin
StickyKeysPlugin
buttonsrebind
eis
krunnerintegration
nightlight
screencast

Offline

#6 2025-04-15 13:56:39

seth
Member
Registered: 2012-09-03
Posts: 63,054

Re: how to stop background processes like csd, qrect, evolution etc.,.

You're not using plasma but apparently this deepin frankensteinvironment.
The csd processes are from the cinnamon settings daemon.

IDK where that support information comes from, there's no kwin process in your list - nor plasma

Offline

#7 2025-04-15 14:19:01

rupeshforu3
Member
Registered: 2023-01-06
Posts: 104

Re: how to stop background processes like csd, qrect, evolution etc.,.

Different types of desktop environments are using different processes background.

Cinnamon is using upto five csd related background processes.

After logging out from cinnamon and starting kde plasma I am getting troubled with QRECT.

So I have posted the output which is troubling me.

I want to disable csd while running cinnamon and if possible system wide. I want to disable QRECT while running kde plasma desktop environment and if possible system wide.

Evolution and kalender are being used all the time.

Last edited by rupeshforu3 (2025-04-15 14:19:59)

Offline

#8 2025-04-15 14:37:23

seth
Member
Registered: 2012-09-03
Posts: 63,054

Re: how to stop background processes like csd, qrect, evolution etc.,.

Cinnamon is using upto five csd related background processes.

So? You're not running out of PIDs anytime soon.
https://archlinux.org/packages/extra/x8 … gs-daemon/ - see below but masking those is probably not a good idea when runnin cinnamon.

I want to disable QRECT while running kde plasma desktop environment

I highly doubt that's any kind of process, but some synthetic element in the window list to show some vitual desktop/activity whatever.

Evolution and kalender are being used all the time.

You're currently running https://archlinux.org/packages/extra/x8 … ta-server/ and https://archlinux.org/packages/extra/x8 … -calendar/ which come with https://wiki.archlinux.org/title/XDG_Autostart entries

Offline

#9 2025-04-15 15:29:53

rupeshforu3
Member
Registered: 2023-01-06
Posts: 104

Re: how to stop background processes like csd, qrect, evolution etc.,.

Thanks for your suggestions and I will read those tutorials before doing anything.

My small request is as follows

Is there any single book or PDF which describes how desktop environments and window managers work and about XDG etc.,.

You have some knowledge on how desktop environments and window managers work.

I want to know in detail how those work including configuration.

My requirement is I want to know what happens after entering username and password and selecting an entry in display manager.

I have basic knowledge on x window system and it's components but I want to know more deeply.

Last edited by rupeshforu3 (2025-04-15 15:34:49)

Offline

#10 2025-04-15 15:46:40

rupeshforu3
Member
Registered: 2023-01-06
Posts: 104

Re: how to stop background processes like csd, qrect, evolution etc.,.

Upto now I learnt how the grub starts and after that how kernel loads, after that how init like systemd starts but I want to know

How X Window System starts
Where configuration files are stored
How technologies like XDG, OpenGL etc works with windowing system.

Offline

#11 2025-04-15 19:45:13

seth
Member
Registered: 2012-09-03
Posts: 63,054

Re: how to stop background processes like csd, qrect, evolution etc.,.

My requirement is I want to know what happens after entering username and password and selecting an entry in display manager.

You're credentials are checked with PAM, various PAM plugins are executed, logind will start a user session and then the matching desktop service in /usr/share/xsessions gets parsed to run whatever is its Exec value - either a script or binary that will then typically launch other processes.

This isn't how this works - you cannot memorize a book and then know Kung Fu.
By the time you're done reading, serveral parts of the book will have been re-written, especially if you wanted to know every possible approach to this.

https://bbs.archlinux.org/viewtopic.php … 6#p2216926

Offline

#12 2025-04-15 22:21:05

gxt25
Member
Registered: 2017-07-05
Posts: 61

Re: how to stop background processes like csd, qrect, evolution etc.,.

By the time you're done reading, serveral parts of the book will have been re-written, especially if you wanted to know every possible approach to this.

This. Nothing in the world of Linux is stable enough to be bothered studying in books.


a man a plan a canal panama

Offline

#13 2025-04-16 06:41:30

seth
Member
Registered: 2012-09-03
Posts: 63,054

Re: how to stop background processes like csd, qrect, evolution etc.,.

There're some very long standing RFCs, POSIX itself, C development and bash syntax are fairly stable next to the X11 protocol and ICCCM … that's just not anything the OP is interested in.

Offline

#14 2025-04-16 07:29:52

gxt25
Member
Registered: 2017-07-05
Posts: 61

Re: how to stop background processes like csd, qrect, evolution etc.,.

True true. Excellent points.


a man a plan a canal panama

Offline

Board footer

Powered by FluxBB