mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 11:41:30 +00:00
878 B
878 B
libxpsystray-plugin
This directory contains the source code for the Notification Area XFCE panel plugin.
Installation
See the README.MD under /packaging/deb/panel for packaging and installation.
Building
Standard CMake build for the plugin:
mkdir buildcd buildcmake ..- (if you're missing libraries they will be mentioned here)
make
Then you must put the files in the right places in the filesystem:
- Put the compiled
libxpsystray-plugin.soin/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins(adjust for your architecture) - Put
xpsystray.desktopin/usr/share/xfce4/panel/plugins
Of course, with subsequent builds you will need to replace libxpsystray-plugin.so in the directory specified above, if you're developing.
