Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.38 KB

File metadata and controls

52 lines (32 loc) · 1.38 KB

License

xfce4-settings

The xfce4-settings component provides a daemon, manager, and editor to centralize the configuration management of the Xfce system.


Homepage

xfce4-settings documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

xfce4-settings source code

Download A Release Tarball

xfce4-settings archive or xfce4-settings tags

Installation

From source:

% cd xfce4-settings
% meson setup build
% meson compile -C build
% meson install -C build

From release tarball:

% tar xf xfce4-settings-<version>.tar.xz
% cd xfce4-settings-<version>
% meson setup build
% meson compile -C build
% meson install -C build

Uninstallation

% ninja uninstall -C build

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.