tce-load -i compiletc intltool libnotify-dev libxfce4ui-dev libcanberra-dev xfce4-dev-tools xfce4-panel-dev

wget https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.4.tar.bz2

cd xfce4-notifyd-0.9.4

CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --disable-debug --disable-systemd

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make [0m 17.35s]
sudo make install

notify-send -i info Information "Hi ${USER}, This is a Test"

Build Configuration:

* Installation prefix:       ${exec_prefix}/lib
* Debug Support:             no
* X11 Support:               yes
* Wayland Support:           no
* Sound support:             yes
* Startup methods:
  - D-Bus activation:        yes (${datarootdir}/dbus-1/services)
  - Systemd:                 no ()
  - XDG autostart:           yes (${prefix}/etc/xdg/autostart)
