Hello community, here is the log from the commit of package lxqt-session for openSUSE:Factory checked in at 2019-02-27 15:10:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-session (Old) and /work/SRC/openSUSE:Factory/.lxqt-session.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-session" Wed Feb 27 15:10:33 2019 rev:16 rq:679782 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-session/lxqt-session.changes 2019-02-25 17:49:43.530799865 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-session.new.28833/lxqt-session.changes 2019-02-27 15:10:36.746364697 +0100 @@ -1,0 +2,10 @@ +Wed Feb 27 10:20:55 UTC 2019 - [email protected] + +- bsc#1127043: Use Openbox as default WM + 0.14.0 removed Openbox as default WM from session config. + At the same time if more than one WM is present at first start, + a WM chooser dialog is shown. We want Openbox to stay the default + WM even though we have it only as Recommends. +- Add lxqt-session-default_wm.patch + +------------------------------------------------------------------- New: ---- lxqt-session-default_wm.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-session.spec ++++++ --- /var/tmp/diff_new_pack.9GgGrq/_old 2019-02-27 15:10:37.358364498 +0100 +++ /var/tmp/diff_new_pack.9GgGrq/_new 2019-02-27 15:10:37.362364498 +0100 @@ -30,6 +30,8 @@ Patch0: lxqt-0.13.0-xdg-config-dir.patch # [email protected] bsc#1112961 - Nicer icons - paper gets required by patterns-lxqt Patch1: lxqt-session-papericontheme.patch +# [email protected] bsc#1127043 - Use Openbox as default WM +Patch2: lxqt-session-default_wm.patch BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -61,6 +63,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 # Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} + ++++++ lxqt-session-default_wm.patch ++++++ diff -urEbwB lxqt-session-0.14.0/config/session.conf lxqt-session-0.14.0.new/config/session.conf --- lxqt-session-0.14.0/config/session.conf 2019-01-24 23:05:42.000000000 +0100 +++ lxqt-session-0.14.0.new/config/session.conf 2019-02-27 11:29:12.615726091 +0100 @@ -1,4 +1,5 @@ [General] +window_manager=openbox leave_confirmation=true [Environment]
