lxqt-notificationd-0.9.0

Introduction to lxqt-notificationd

The lxqt-notificationd package is the LXQt notification daemon.

This package is known to build and work properly using an LFS-7.8 platform.

Package Information

lxqt-notificationd Dependencies

Required

liblxqt-0.9.0 and lxqt-common-0.9.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxqt-notificationd

Installation of lxqt-notificationd

Install lxqt-notificationd by running the following commands:

sed -e '/QDebug/ i #include <QObject>' \
    -e 's:<KF5/KWindowSystem/:<:'      \
    -i src/notification.cpp     &&

sed -e '/LXQt\/Notification/ i  #include <QObject>' \
    -i config/basicsettings.cpp &&

mkdir -v build &&
cd       build &&

cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      ..       &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

sed -e ... src/notification.cpp: Fixes the headers for KF5.

sed -e ... config/basicsettings.cpp: Fixes the headers for Qt5-5.5.

Contents

Installed Programs: lxqt-config-notificationd and lxqt-notificationd
Installed Libraries: None
Installed Directories: $LXQT_PREFIX/share/lxqt/translations/lxqt-{config-,}notificationd

Short Descriptions

lxqt-config-notificationd

is the lxqt-notificationd GUI configuration tool.

lxqt-notificationd

is the LXQt notification daemon.

Last updated on 2015-09-29 11:17:21 -0700