debian: Switch to using org.mate.NotificationDaemon by default to eliminate popups not closing

- uses 'slider' theme
This commit is contained in:
Jason Mehring 2015-08-04 12:02:19 -04:00
parent 0c62c58d75
commit c4718c1675
3 changed files with 4 additions and 5 deletions

2
debian/control vendored
View File

@ -45,9 +45,9 @@ Recommends:
gnome-themes-standard, gnome-themes-standard,
haveged, haveged,
libnotify-bin, libnotify-bin,
mate-notification-daemon,
network-manager (>= 0.8.1-1), network-manager (>= 0.8.1-1),
network-manager-gnome, network-manager-gnome,
notify-osd,
ntpdate, ntpdate,
python-nautilus, python-nautilus,
python-xdg, python-xdg,

View File

@ -0,0 +1,2 @@
[org.mate.NotificationDaemon]
theme='slider'

View File

@ -62,6 +62,7 @@ FILES=(
'gnome-sound-applet' 'gnome-sound-applet'
'gnome-screensaver' 'gnome-screensaver'
'orca-autostart' 'orca-autostart'
'notify-osd'
); install --remove-show-in --add-not-show-in X-QUBES ); install --remove-show-in --add-not-show-in X-QUBES
# Desktop Entry Modification - NotShowIn=DisposableVM # Desktop Entry Modification - NotShowIn=DisposableVM
@ -91,7 +92,3 @@ FILES=('nm-applet')
FILES=( FILES=(
'abrt-applet' 'abrt-applet'
); install --remove-show-in ); install --remove-show-in
# Desktop Entry Modification - Misc
# notify-osd
$INSTALL_CMD --remove-show-in --remove-key X-GNOME-Autostart-enabled "$(generatePath notify-osd)"