- 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:
parent
0bbe7ec270
commit
29b6e5fbfd
9
lxqt-session-default_wm.patch
Normal file
9
lxqt-session-default_wm.patch
Normal 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]
|
@ -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>
|
||||
|
||||
|
@ -30,6 +30,8 @@ Source2: %{name}.keyring
|
||||
Patch0: lxqt-0.13.0-xdg-config-dir.patch
|
||||
# mvetter@suse.com bsc#1112961 - Nicer icons - paper gets required by patterns-lxqt
|
||||
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: fdupes
|
||||
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
|
||||
%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/' {} +
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user