diff --git a/lxqt-session-papericontheme.patch b/lxqt-session-papericontheme.patch new file mode 100644 index 0000000..6e0d3ca --- /dev/null +++ b/lxqt-session-papericontheme.patch @@ -0,0 +1,11 @@ +diff -urEbwB lxqt-session-0.13.0/config/lxqt.conf lxqt-session-0.13.0.new/config/lxqt.conf +--- lxqt-session-0.13.0/config/lxqt.conf 2018-05-21 20:58:27.000000000 +0200 ++++ lxqt-session-0.13.0.new/config/lxqt.conf 2018-10-23 18:02:30.429217422 +0200 +@@ -1,6 +1,6 @@ + [General] + theme=frost +-icon_theme=oxygen ++icon_theme=Paper + single_click_activate=false + tool_button_style=ToolButtonTextBesideIcon + diff --git a/lxqt-session.changes b/lxqt-session.changes index e15380f..c91c16c 100644 --- a/lxqt-session.changes +++ b/lxqt-session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 23 16:06:39 UTC 2018 - mvetter@suse.com + +- bsc#1112961: Use Paper icon theme + It gets installed through a Requires in patterns-lxqt +- Add lxqt-session-papericontheme.patch + ------------------------------------------------------------------- Tue Jul 24 08:52:28 UTC 2018 - mvetter@suse.com diff --git a/lxqt-session.spec b/lxqt-session.spec index ce38c2f..3415d93 100644 --- a/lxqt-session.spec +++ b/lxqt-session.spec @@ -28,6 +28,8 @@ Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{n Source2: %{name}.keyring # FIX-OPENSUSE mvetter@suse.com bsc#1099800 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 BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -56,6 +58,7 @@ use when a user logs out and to restart them the next time the user logs in. %prep %setup -q %patch0 -p1 +%patch1 -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/' {} +