Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2023-06-26 18:16:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-session-manager (Old)
 and      /work/SRC/openSUSE:Factory/.mate-session-manager.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-session-manager"

Mon Jun 26 18:16:07 2023 rev:36 rq:1095294 version:1.26.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes    
    2023-05-16 14:27:59.511935981 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new.15902/mate-session-manager.changes
     2023-06-26 18:16:22.882547001 +0200
@@ -1,0 +2,7 @@
+Tue Jun 20 07:43:10 UTC 2023 - Mike Gabriel <[email protected]>
+
+- 99mate-environment.sh: Assure that this file gets sourced during
+  xinit-based startup.
+- 99mate-environment.sh: Set CLUTTER_BACKEND to "x11,*" instead of just "x11".
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 99mate-environment.sh ++++++
--- /var/tmp/diff_new_pack.rm33yR/_old  2023-06-26 18:16:23.562550022 +0200
+++ /var/tmp/diff_new_pack.rm33yR/_new  2023-06-26 18:16:23.562550022 +0200
@@ -1,5 +1,7 @@
 # This file is sourced by Xsession(5), not executed.
 
+# to be sourced
+
 # Copyright (C) 2014-2015, Martin Wimpress <[email protected]>
 # Copyright (C) 2015, Mike Gabriel <[email protected]>
 #
@@ -16,7 +18,6 @@
 # On Debian systems, the complete text of the GNU General Public
 # License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
-
 if [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" = "xmate" ]; 
then
     if [ -z "$GTK_MODULES" ] ; then
         GTK_MODULES="canberra-gtk-module"
@@ -33,8 +34,8 @@
     #  - Telegram doesn't work with QT_STYLE_OVERRIDE=gtk
     # export QT_STYLE_OVERRIDE=gtk
 
-    # Workaround clutter issue (LP: #1462445)
-    export CLUTTER_BACKEND=x11
+    # Workaround clutter issue (LP: #1462445, Debian #954783)
+    export CLUTTER_BACKEND="x11,*"
 fi
 
 

Reply via email to