You are not logged in.

#1 2021-02-27 07:57:43

Avg-Joe
Member
Registered: 2021-02-27
Posts: 6

How do I remove "gsettings-helper" process

It only takes 7MB of my RAM, but I would like to disable it/may be remove it, if its not really of much use to me.

When I was in Ubuntu with open-box WM, I didn't have that process running. Now too I'm on open-box WM.

The man page tells me it's related to gnome. I have no Idea how to remove it. 

"sudo pacman -Q |grep settings" returns nothing.

Can you help me?

Last edited by Avg-Joe (2021-02-27 07:58:31)

Offline

#2 2021-02-27 08:32:01

seth
Member
Registered: 2012-09-03
Posts: 51,017

Re: How do I remove "gsettings-helper" process

% pacman -F gsettings-helper
extra/pulseaudio
    usr/lib/pulse/gsettings-helper

Offline

#3 2021-02-27 10:42:25

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: How do I remove "gsettings-helper" process

And in that relevant line see /etc/pulse/default.pa where you could remove/comment

### Load additional modules from GSettings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gsettings.so
.nofail
load-module module-gsettings
.fail
.endif

FWIW it takes barely 1MB of RAM here, the bulk of the 7 are shared libraries like libc and glib that you're likely to have loaded in other capacity.

Offline

Board footer

Powered by FluxBB