- 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.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-session?expand=0&rev=19
This commit is contained in:
Michael Vetter 2019-02-27 10:29:57 +00:00 committed by Git OBS Bridge
parent 0bbe7ec270
commit 29b6e5fbfd
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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]

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 27 10:20:55 UTC 2019 - mvetter@suse.com
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 31 10:26:27 UTC 2019 - Michael Vetter <mvetter@suse.com> Thu Jan 31 10:26:27 UTC 2019 - Michael Vetter <mvetter@suse.com>

View File

@ -30,6 +30,8 @@ Source2: %{name}.keyring
Patch0: lxqt-0.13.0-xdg-config-dir.patch Patch0: lxqt-0.13.0-xdg-config-dir.patch
# mvetter@suse.com bsc#1112961 - Nicer icons - paper gets required by patterns-lxqt # mvetter@suse.com bsc#1112961 - Nicer icons - paper gets required by patterns-lxqt
Patch1: lxqt-session-papericontheme.patch Patch1: lxqt-session-papericontheme.patch
# mvetter@suse.com bsc#1127043 - Use Openbox as default WM
Patch2: lxqt-session-default_wm.patch
BuildRequires: cmake >= 3.0.2 BuildRequires: cmake >= 3.0.2
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -61,6 +63,7 @@ use when a user logs out and to restart them the next time the user logs in.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings # 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/' {} + #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +