How To Install xsettingsd on Fedora 36
Introduction
In this tutorial we learn how to install xsettingsd
on Fedora 36.
What is xsettingsd
xsettingsd is a daemon that implements the XSETTINGS specification. It is intended to be small, fast, and minimally dependent on other libraries. It can serve as an alternative to gnome-settings-daemon for users who are not using the GNOME desktop environment but who still run GTK+ applications and want to configure things such as themes, font anti-aliasing/hinting, and UI sound effects.
We can use yum
or dnf
to install xsettingsd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xsettingsd.
Install xsettingsd on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install xsettingsd
using dnf
by running the following command:
sudo dnf -y install xsettingsd
Install xsettingsd on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install xsettingsd
using yum
by running the following command:
sudo yum -y install xsettingsd
How To Uninstall xsettingsd on Fedora 36
To uninstall only the xsettingsd
package we can use the following command:
sudo dnf remove xsettingsd
xsettingsd Package Contents on Fedora 36
/usr/bin/dump_xsettings
/usr/bin/xsettingsd
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/ad35767c89a1bbac1e2bfc6e82a5b99e7bd226
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/29d3b1002be4ee3bf4c653bfd3e528b2557d63
/usr/lib/systemd/user/xsettingsd.service
/usr/share/doc/xsettingsd
/usr/share/doc/xsettingsd/README.md
/usr/share/licenses/xsettingsd
/usr/share/licenses/xsettingsd/COPYING
/usr/share/man/man1/dump_xsettings.1.gz
/usr/share/man/man1/xsettingsd.1.gz
References
Summary
In this tutorial we learn how to install xsettingsd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).