diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/configure.ac unity-settings-daemon-15.04.1+20.04.20200325/configure.ac --- unity-settings-daemon-15.04.1+20.04.20200325/configure.ac 2021-06-29 23:46:33.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/configure.ac 2021-07-13 08:16:45.000000000 +0000 @@ -57,6 +57,7 @@ UPOWER_REQUIRED_VERSION=0.9.11 IBUS_REQUIRED_VERSION=1.4.99 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION=3.7.2.1 +GSETTINGS_UNITY_SCHEMAS_REQUIRED_VERSION=0.0.1 XRANDR_REQUIRED_VERSION=1.3 XEXT_REQUIRED_VERSION=1.1 NM_REQUIRED_VERSION=1.0 @@ -69,6 +70,7 @@ gmodule-2.0 gthread-2.0 gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION + gsettings-unity-schemas >= $GSETTINGS_UNITY_SCHEMAS_REQUIRED_VERSION ) PKG_CHECK_MODULES(SETTINGS_PLUGIN, @@ -76,6 +78,7 @@ gio-2.0 >= $GIO_REQUIRED_VERSION libnotify >= $LIBNOTIFY_REQUIRED_VERSION gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION + gsettings-unity-schemas >= $GSETTINGS_UNITY_SCHEMAS_REQUIRED_VERSION x11 ) @@ -154,6 +157,7 @@ gio-2.0 >= $GIO_REQUIRED_VERSION gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION + gsettings-unity-schemas >= $GSETTINGS_UNITY_SCHEMAS_REQUIRED_VERSION gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION xrandr >= $XRANDR_REQUIRED_VERSION xext >= $XEXT_REQUIRED_VERSION diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/data/com.canonical.unity.desktop.gschema.xml.in.in unity-settings-daemon-15.04.1+20.04.20200325/data/com.canonical.unity.desktop.gschema.xml.in.in --- unity-settings-daemon-15.04.1+20.04.20200325/data/com.canonical.unity.desktop.gschema.xml.in.in 2021-06-29 23:46:33.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/data/com.canonical.unity.desktop.gschema.xml.in.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,78 +0,0 @@ - - - - - false - Show notifications in the lock screen - - Whether notifications are shown in the lock screen or not. This only affects the standard experience. - - DEPRECATED: This key is deprecated and ignored. - It has been superseded by com.canonical.unity.desktop.notifications show-in-lock-screen. - - - - - - false - Menus Have Icons - - Whether menus may display an icon next to a menu entry. - - - - false - Buttons Have Icons - - Whether buttons may display an icon in addition to the button text. - - - - true - Show the 'Input Methods' menu - - Whether the context menus of entries and text views should offer to - change the input method. - - - - true - Show the 'Unicode Control Character' menu - - Whether the context menus of entries and text views should offer to - insert control characters. - - - - true - Only show mnemonics on when the Alt key is pressed - - Whether mnemonics should be automatically shown and hidden when the user - presses the Alt key. - - - - - - true - Draw Desktop Background - - Have GNOME draw the desktop background. - - - - - - ["", "", ""] - Deprecated touchscreen output mapping - This key is deprecated. Use "com.canonical.unity.desktop.peripherals.touchscreen output" instead - - - - - ["", "", ""] - Deprecated tablet output mapping - This key is deprecated. Use "com.canonical.unity.desktop.peripherals.tablet output" instead - - - diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/data/Makefile.am unity-settings-daemon-15.04.1+20.04.20200325/data/Makefile.am --- unity-settings-daemon-15.04.1+20.04.20200325/data/Makefile.am 2021-06-29 23:46:33.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/data/Makefile.am 2021-07-13 08:16:45.000000000 +0000 @@ -21,8 +21,7 @@ com.canonical.unity.settings-daemon.plugins.print-notifications.gschema.xml.in.in \ com.canonical.unity.settings-daemon.plugins.sharing.gschema.xml.in.in \ com.canonical.unity.settings-daemon.plugins.xrandr.gschema.xml.in.in \ - com.canonical.unity.settings-daemon.plugins.xsettings.gschema.xml.in.in \ - com.canonical.unity.desktop.gschema.xml.in.in + com.canonical.unity.settings-daemon.plugins.xsettings.gschema.xml.in.in gsettings_SCHEMAS = $(gschema_in_files:.xml.in.in=.xml) diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/debian/bzr-builder.manifest unity-settings-daemon-15.04.1+20.04.20200325/debian/bzr-builder.manifest --- unity-settings-daemon-15.04.1+20.04.20200325/debian/bzr-builder.manifest 2021-06-29 23:46:34.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/debian/bzr-builder.manifest 2021-07-13 08:16:47.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debversion}+202106292346 -lp:~khurshid-alam/unity-settings-daemon/gds-to-usd-impish revid:khurshid.alam@linuxmail.org-20210628234209-ialdd9db6x192x67 +# bzr-builder format 0.3 deb-version {debversion}+202107130816 +lp:~khurshid-alam/unity-settings-daemon/gds-to-gus-impish revid:khurshid.alam@linuxmail.org-20210713081155-3yfwmsasrxnhm98v diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/debian/changelog unity-settings-daemon-15.04.1+20.04.20200325/debian/changelog --- unity-settings-daemon-15.04.1+20.04.20200325/debian/changelog 2021-06-29 23:46:34.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/debian/changelog 2021-07-13 08:16:47.000000000 +0000 @@ -1,8 +1,8 @@ -unity-settings-daemon (15.04.1+20.04.20200325-0ubuntu2+202106292346~ubuntu21.10.1) impish; urgency=low +unity-settings-daemon (15.04.1+20.04.20200325-0ubuntu2+202107130816~ubuntu21.10.1) impish; urgency=low * Auto build. - -- Khurshid Alam Tue, 29 Jun 2021 23:46:34 +0000 + -- Khurshid Alam Tue, 13 Jul 2021 08:16:47 +0000 unity-settings-daemon (15.04.1+20.04.20200325-0ubuntu2) hirsute; urgency=medium diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/debian/control unity-settings-daemon-15.04.1+20.04.20200325/debian/control --- unity-settings-daemon-15.04.1+20.04.20200325/debian/control 2021-06-29 23:46:33.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/debian/control 2021-07-13 08:16:45.000000000 +0000 @@ -23,6 +23,7 @@ libx11-dev, libxtst-dev, gsettings-desktop-schemas-dev (>= 3.15.4), + gsettings-unity-schemas-dev (>= 0.0.7+21.10.20210712-0ubuntu1), libgnome-desktop-3-dev (>= 3.7.90), libpulse-dev (>= 1:2.0), libasound2-dev, @@ -58,9 +59,9 @@ ${misc:Depends}, accountsservice (>= 0.6.34), gsettings-desktop-schemas (>= 3.15.4), + gsettings-ubuntu-schemas (>= 0.0.7+21.10.20210712-0ubuntu1), nautilus-data (>= 2.91.3-1), unity-settings-daemon-schemas (>= ${source:Version}), - gsettings-ubuntu-schemas (>= 0.0.7+17.10.20170922), Recommends: ibus (>= 1.5.0), pulseaudio, systemd-services diff -Nru unity-settings-daemon-15.04.1+20.04.20200325/plugins/xsettings/gsd-xsettings-manager.c unity-settings-daemon-15.04.1+20.04.20200325/plugins/xsettings/gsd-xsettings-manager.c --- unity-settings-daemon-15.04.1+20.04.20200325/plugins/xsettings/gsd-xsettings-manager.c 2021-06-29 23:46:33.000000000 +0000 +++ unity-settings-daemon-15.04.1+20.04.20200325/plugins/xsettings/gsd-xsettings-manager.c 2021-07-13 08:16:45.000000000 +0000 @@ -398,15 +398,7 @@ { "org.gnome.desktop.privacy", "recent-files-max-age", "Gtk/RecentFilesMaxAge", translate_int_int }, { "org.gnome.desktop.privacy", "remember-recent-files", "Gtk/RecentFilesEnabled", translate_bool_int }, - { "org.gnome.desktop.wm.preferences", "button-layout", "Gtk/DecorationLayout", translate_button_layout }, - - /* Moved from gsettings-desktop-schemas */ - { "com.canonical.unity.desktop.interface", "menus-have-icons", "Gtk/MenuImages", translate_bool_int }, - { "com.canonical.unity.desktop.interface", "buttons-have-icons", "Gtk/ButtonImages", translate_bool_int }, - - { "com.canonical.unity.desktop.interface", "show-input-method-menu", "Gtk/ShowInputMethodMenu", translate_bool_int }, - { "com.canonical.unity.desktop.interface", "show-unicode-menu", "Gtk/ShowUnicodeMenu", translate_bool_int }, - { "com.canonical.unity.desktop.interface", "automatic-mnemonics", "Gtk/AutoMnemonics", translate_bool_int } + { "org.gnome.desktop.wm.preferences", "button-layout", "Gtk/DecorationLayout", translate_button_layout } }; static gboolean