diff options
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/mate-notification-daemon.convert | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 32e1d94..27fcf62 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -19,8 +19,12 @@ service_DATA = org.freedesktop.mate.Notifications.service gsettings_SCHEMAS = org.mate.NotificationDaemon.gschema.xml @GSETTINGS_RULES@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-notification-daemon.convert + EXTRA_DIST = \ $(gsettings_SCHEMAS) \ + $(convert_DATA) \ $(service_DATA) \ $(icon16_DATA) \ $(icon22_DATA) \ diff --git a/data/mate-notification-daemon.convert b/data/mate-notification-daemon.convert new file mode 100644 index 0000000..6dba613 --- /dev/null +++ b/data/mate-notification-daemon.convert @@ -0,0 +1,5 @@ +[org.mate.NotificationDaemon] +popup-location = /apps/mate-notification-daemon/popup_location +theme = /apps/mate-notification-daemon/theme +sound-enabled = /apps/mate-notification-daemon/sound_enabled +default-sound = /apps/mate-notification-daemon/default_sound |