Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.33 KB

File metadata and controls

41 lines (23 loc) · 1.33 KB

License

xfce4-sample-plugin

Xfce4-sample-plugin is a sample plugin for the Xfce panel, version 4.16 or higher. It demonstrates the basic usage of the plugin framework and provides a good layout for initial imports.

Note that there is as well an experimental python sample plugin, in case you prefer to write a plugin in python.


Homepage

Xfce4-sample-plugin documentation

Changelog

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

Source Code Repository

Xfce4-sample-plugin source code

Installation

From source code repository:

% cd xfce4-sample-plugin
% 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.