Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2025-08-27 21:35:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-session (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-session.new.30751 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-session"

Wed Aug 27 21:35:41 2025 rev:98 rq:1301581 version:4.20.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes      
2025-08-15 21:53:24.683490449 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new.30751/xfce4-session.changes   
2025-08-27 21:36:40.475680702 +0200
@@ -1,0 +2,10 @@
+Wed Aug 27 13:02:03 UTC 2025 - Takashi Iwai <ti...@suse.com>
+
+- Add more default key bindings for Wayland with labwc (bsc#1248802):
+  xfce4-session-more-labwc-keybindings.patch
+- Drop the previous workaround patch for wayland startup
+  (bsc#1247542):
+  xfce4-session-reduce-wayland-autostart-timeout.patch
+  The fix is now found in xfce4-branding-openSUSE instead
+
+-------------------------------------------------------------------

Old:
----
  xfce4-session-reduce-wayland-autostart-timeout.patch

New:
----
  xfce4-session-more-labwc-keybindings.patch

----------(Old B)----------
  Old:  (bsc#1247542):
  xfce4-session-reduce-wayland-autostart-timeout.patch
  The fix is now found in xfce4-branding-openSUSE instead
----------(Old E)----------

----------(New B)----------
  New:- Add more default key bindings for Wayland with labwc (bsc#1248802):
  xfce4-session-more-labwc-keybindings.patch
- Drop the previous workaround patch for wayland startup
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-session.spec ++++++
--- /var/tmp/diff_new_pack.00ky5b/_old  2025-08-27 21:36:41.187710429 +0200
+++ /var/tmp/diff_new_pack.00ky5b/_new  2025-08-27 21:36:41.191710596 +0200
@@ -38,8 +38,8 @@
 Patch2:         0002-relax-x11-version.patch
 # PATCH-FIX-OPENSUSE xfce4-session-drop-amixer-D-pulse-option.patch -- Fix 
audio mixer invocation on Wayland
 Patch3:         xfce4-session-drop-amixer-D-pulse-option.patch
-# PATCH-FIX-OPENSUSE xfce4-session-reduce-wayland-autostart-timeout.patch -- 
Fix the too slow start-up on Wayland
-Patch4:         xfce4-session-reduce-wayland-autostart-timeout.patch
+# PATCH-FIX-OPENSUSE xfce4-session-more-labwc-keybindings.patch -- Add more 
default labwc key bindings
+Patch5:         xfce4-session-more-labwc-keybindings.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext >= 0.19.8
 BuildRequires:  iceauth

++++++ xfce4-session-more-labwc-keybindings.patch ++++++
Add more default key bindings for labwc

- Display (VideoModeSwitch) or Super-P: display setup dialog
- PrintScreen: screen-shooter

---
 labwc/labwc-rc.xml |    9 +++++++++
 1 file changed, 9 insertions(+)

--- a/labwc/labwc-rc.xml
+++ b/labwc/labwc-rc.xml
@@ -66,6 +66,15 @@
     <keybind key="W-4">
       <action name="GoToDesktop" to="4" />
     </keybind>
+    <keybind key="XF86_Display">
+      <action name="Execute" command="xfce4-display-settings --minimal" />
+    </keybind>
+    <keybind key="W-P">
+      <action name="Execute" command="xfce4-display-settings --minimal" />
+    </keybind>
+    <keybind key="Print">
+      <action name="Execute" command="xfce4-screenshooter -f" />
+    </keybind>
   </keyboard>
 
   <snapping>

Reply via email to