Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lxqt-wayland-session for 
openSUSE:Factory checked in at 2025-03-31 11:42:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-wayland-session (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-wayland-session.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-wayland-session"

Mon Mar 31 11:42:53 2025 rev:7 rq:1265431 version:0.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/lxqt-wayland-session/lxqt-wayland-session.changes    
    2025-03-13 22:04:58.947476819 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-wayland-session.new.2696/lxqt-wayland-session.changes
      2025-03-31 11:44:12.818732450 +0200
@@ -1,0 +2,5 @@
+Sat Mar 29 19:06:36 UTC 2025 - Shawn Dunn <sfal...@opensuse.org>
+
+- Updated labwc config patch to include LABWC_CONFIG_DIR
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 0001-configuration-changes-for-default-labwc-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:14.486801668 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:14.530803494 +0200
@@ -1,4 +1,4 @@
-From 3b8fd3c03145898a409a0965d0bb4b0c5bcb9f0d Mon Sep 17 00:00:00 2001
+From e5727489a86e277978c8d34fc930a67bfb81167f Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Wed, 8 Jan 2025 09:24:02 -0800
 Subject: [PATCH 1/7] configuration changes for default labwc session
@@ -9,11 +9,12 @@
 - Adjusts the pointerspeed to make the default mouse pointer less twitchy
 - Moves user configs from default labwc locations, to avoid config
   conflicts
+- Add LABWC_CONFIG_DIR env variable for labwc-tweaks compatibility
 ---
- configurations/labwc/autostart | 2 +-
- configurations/labwc/rc.xml    | 2 +-
- startlxqtwayland.in            | 8 ++++----
- 3 files changed, 6 insertions(+), 6 deletions(-)
+ configurations/labwc/autostart |  2 +-
+ configurations/labwc/rc.xml    |  2 +-
+ startlxqtwayland.in            | 10 ++++++----
+ 3 files changed, 8 insertions(+), 6 deletions(-)
 
 diff --git a/configurations/labwc/autostart b/configurations/labwc/autostart
 index fa49741..a756d24 100644
@@ -42,7 +43,7 @@
        <tap>yes</tap>
        <tapButtonMap></tapButtonMap>
 diff --git a/startlxqtwayland.in b/startlxqtwayland.in
-index 64a2986..d46c317 100644
+index 64a2986..a1e0d1b 100644
 --- a/startlxqtwayland.in
 +++ b/startlxqtwayland.in
 @@ -96,10 +96,10 @@ if  [ -z "$COMPOSITOR" ]; then
@@ -59,16 +60,18 @@
         fi
      fi
  
-@@ -109,7 +109,7 @@ elif [ "$COMPOSITOR" = "labwc" ]; then
+@@ -109,7 +109,9 @@ elif [ "$COMPOSITOR" = "labwc" ]; then
          echo "Running on virtualized hardware"
      fi
  
 -    exec $COMPOSITOR -C $XDG_CONFIG_HOME/labwc -S lxqt-session
++    # Set LABWC_CONFIG_DIR for labwc-tweaks compatibility
++    export LABWC_CONFIG_DIR=$XDG_CONFIG_HOME/lxqt/labwc
 +    exec $COMPOSITOR -C $XDG_CONFIG_HOME/lxqt/labwc -S lxqt-session
  
  elif [ "$COMPOSITOR" = "niri" ]; then
      if [ ! -f "$XDG_CONFIG_HOME/lxqt/wayland/lxqt-niri.kdl" ]; then
 -- 
-2.48.1
+2.49.0
 
 

++++++ 0002-configuration-changes-for-default-wayfire-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:14.666809137 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:14.702810631 +0200
@@ -1,4 +1,4 @@
-From 78039be49490f3b98e9869604626454a5a12d163 Mon Sep 17 00:00:00 2001
+From 08847ebc3937ac11f491d319dd33391c81b05700 Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Wed, 8 Jan 2025 10:47:45 -0800
 Subject: [PATCH 2/7] configuration changes for default wayfire session
@@ -22,6 +22,6 @@
  
  # Output configuration
 -- 
-2.48.1
+2.49.0
 
 

++++++ 0003-configuration-changes-for-default-niri-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:14.814815279 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:14.850816773 +0200
@@ -1,4 +1,4 @@
-From 291ef008855e16e6e159cf7cb1c25d3c712c5c4c Mon Sep 17 00:00:00 2001
+From 388430715c975de79b809763a3dbcc7573ae2f96 Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Wed, 8 Jan 2025 10:51:06 -0800
 Subject: [PATCH 3/7] configuration changes for default niri session
@@ -22,6 +22,6 @@
          // accel-profile "flat"
          // scroll-method "two-finger"
 -- 
-2.48.1
+2.49.0
 
 

++++++ 0004-configuration-adds-miriway-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:14.958821255 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:14.986822416 +0200
@@ -1,4 +1,4 @@
-From 229825cedb4a5f514fe2c67a15992306981e52e3 Mon Sep 17 00:00:00 2001
+From ddf7dbe4e2f952c65f5b9a240ea40531672373ef Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Thu, 16 Jan 2025 16:12:51 -0800
 Subject: [PATCH 4/7] configuration adds miriway session
@@ -134,10 +134,10 @@
 +ctrl-alt=BackSpace:@exit
 +
 diff --git a/startlxqtwayland.in b/startlxqtwayland.in
-index d46c317..e3df50b 100644
+index a1e0d1b..3da48d6 100644
 --- a/startlxqtwayland.in
 +++ b/startlxqtwayland.in
-@@ -140,6 +140,16 @@ elif [ "$COMPOSITOR" = "kwin_wayland" ]; then
+@@ -142,6 +142,16 @@ elif [ "$COMPOSITOR" = "kwin_wayland" ]; then
      # WARNING: Option '--no-kactivities' can result in crashes with 
animations and corner actions.
      exec ${COMPOSITOR}_wrapper --exit-with-session lxqt-session --xwayland
  
@@ -155,6 +155,6 @@
      if [ ! -f "$XDG_CONFIG_HOME/lxqt/wayland/lxqt-wayfire.ini" ]; then
          cp "$share_dir"/lxqt/wayland/lxqt-wayfire.ini 
"$XDG_CONFIG_HOME"/lxqt/wayland/
 -- 
-2.48.1
+2.49.0
 
 

++++++ 0005-configuration-changes-for-default-hyprland-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:15.150829222 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:15.202831380 +0200
@@ -1,4 +1,4 @@
-From 62d130cb2fae506d63c13fa92d265cccd5711e0a Mon Sep 17 00:00:00 2001
+From c6b2cd27f5c54b082106fd2cb8f8b6690e2db264 Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Tue, 21 Jan 2025 15:56:25 -0800
 Subject: [PATCH 5/7] configuration changes for default hyprland session
@@ -22,6 +22,6 @@
  
  # If not using lxqt-session uncomment components to autostart
 -- 
-2.48.1
+2.49.0
 
 

++++++ 0006-configuration-changes-for-default-river-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:15.310835862 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:15.354837688 +0200
@@ -1,4 +1,4 @@
-From 43b96dbf42c80aba828d0bf3192e7d26a6acad5f Mon Sep 17 00:00:00 2001
+From 3c128d3d6e12ccca332ad66ecbec4f061f4c1ca3 Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Tue, 21 Jan 2025 16:21:14 -0800
 Subject: [PATCH 6/7] configuration changes for default river session
@@ -21,6 +21,6 @@
  # Set keyboard repeat rate
  riverctl set-repeat 50 300
 -- 
-2.48.1
+2.49.0
 
 

++++++ 0007-configuration-changes-for-default-sway-session.patch ++++++
--- /var/tmp/diff_new_pack.3eEaPI/_old  2025-03-31 11:44:15.546845655 +0200
+++ /var/tmp/diff_new_pack.3eEaPI/_new  2025-03-31 11:44:15.594847647 +0200
@@ -1,4 +1,4 @@
-From b9fd498a5facc8fc1c34b9567aebf74d2196655e Mon Sep 17 00:00:00 2001
+From 155ef94ec514d97f6c46ddca71f89d92340ec6de Mon Sep 17 00:00:00 2001
 From: "Shawn W. Dunn" <sfal...@cloverleaf-linux.org>
 Date: Tue, 21 Jan 2025 17:23:47 -0800
 Subject: [PATCH 7/7] configuration changes for default sway session
@@ -31,6 +31,6 @@
 -include /etc/sway/config.d/*
 +# include /etc/sway/config.d/*
 -- 
-2.48.1
+2.49.0
 
 

Reply via email to