mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 13:28:19 +00:00
make message about notify-send package cross-distro compatible
PR: !144 References: https://bugzilla.opensuse.org/show_bug.cgi?id=1100779 (cherry picked from commit 44ee1d50902bf9b934798fd3a2f3bb9d23bde7b5) Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
7473044d41
commit
acb40969b5
@ -157,7 +157,8 @@ if (-s $conf) {
|
||||
}
|
||||
|
||||
if ($opt_p) {
|
||||
-x "$notify_exe" or _error("Could not find '$notify_exe'. Please install libnotify-bin. Aborting");
|
||||
# notify-send is packaged in libnotify-bin on Debian/Ubuntu, libnotify-tools on openSUSE
|
||||
-x "$notify_exe" or _error("Could not find '$notify_exe'. Please install it (package libnotify-bin or libnotify-tools). Aborting");
|
||||
|
||||
# we need correct values for $HOME and $DISPLAY environment variables,
|
||||
# otherwise $notify_exe won't be able to connect to DBUS to display the
|
||||
|
Loading…
x
Reference in New Issue
Block a user