[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][debian/latest] 2 commits: osk-manager: Sync initial state
Guido Günther (@agx)
gitlab at salsa.debian.org
Sun Dec 10 18:08:09 GMT 2023
Guido Günther pushed to branch debian/latest at Debian On Mobile / phosh
Commits:
de6aa7ac by Guido Günther at 2023-12-08T17:20:08+01:00
osk-manager: Sync initial state
Closes: #1057766
Thanks: Jarrah Gosbell for testing
- - - - -
3dcd96e6 by Guido Günther at 2023-12-08T17:20:48+01:00
Document changes and release 0.34.0-2
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/osk-manager-Sync-initial-state.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+phosh (0.34.0-2) unstable; urgency=medium
+
+ * osk-manager: Sync initial state.
+ Thanks to Jarrah Gosbell for testing (Closes: #1057766)
+
+ -- Guido Günther <agx at sigxcpu.org> Fri, 08 Dec 2023 17:20:43 +0100
+
phosh (0.34.0-1) unstable; urgency=medium
* New upstream release
=====================================
debian/patches/osk-manager-Sync-initial-state.patch
=====================================
@@ -0,0 +1,40 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Fri, 8 Dec 2023 10:19:57 +0100
+Subject: osk-manager: Sync initial state
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+Fixes 43d801d9da2dfe2b90f6b38068c3517d3e658d39
+
+Tested-by: Jarrah Gosbell <debian at undef.tools>
+Signed-off-by: Guido Günther <agx at sigxcpu.org>
+Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1332>
+(cherry picked from commit f8b1aded6ab56b2200f068ab6f9fc11a421ee4ec)
+
+Closes: #1057766
+---
+ src/osk-manager.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/osk-manager.c b/src/osk-manager.c
+index 9c0573a..73ec150 100644
+--- a/src/osk-manager.c
++++ b/src/osk-manager.c
+@@ -127,7 +127,7 @@ dbus_name_owner_changed_cb (PhoshOskManager *self, gpointer data)
+
+
+ static void
+-on_screen_keyboard_enabled_changed (PhoshOskManager *self, GParamSpec *pspec, gpointer unused)
++on_screen_keyboard_enabled_changed (PhoshOskManager *self)
+ {
+ gboolean enabled;
+
+@@ -281,6 +281,7 @@ phosh_osk_manager_init (PhoshOskManager *self)
+ "changed::screen-keyboard-enabled",
+ G_CALLBACK (on_screen_keyboard_enabled_changed),
+ self);
++ on_screen_keyboard_enabled_changed (self);
+ }
+
+
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+osk-manager-Sync-initial-state.patch
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/9673328e06249a4cbb34ce20984d3e3d7517fea9...3dcd96e6691a587c6c059332d1ab4340d89879e7
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/9673328e06249a4cbb34ce20984d3e3d7517fea9...3dcd96e6691a587c6c059332d1ab4340d89879e7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20231210/8c3c798e/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list