diff --git a/lxqt-common-0.9.1-tryexec.patch b/lxqt-common-0.9.1-tryexec.patch new file mode 100644 index 0000000..fe6940a --- /dev/null +++ b/lxqt-common-0.9.1-tryexec.patch @@ -0,0 +1,10 @@ +--- lxqt-common/xsession/lxqt.desktop.in.orig 2015-06-12 15:32:52.144690793 -0300 ++++ lxqt-common/xsession/lxqt.desktop.in 2015-06-12 15:33:05.537775690 -0300 +@@ -1,6 +1,7 @@ + [Desktop Entry] + Type=Application + Exec=startlxqt ++TryExec=lxqt-session + Name=LXQt Desktop + Comment=Lightweight Qt Desktop + diff --git a/lxqt-common.spec b/lxqt-common.spec index 92cae0d..523e417 100644 --- a/lxqt-common.spec +++ b/lxqt-common.spec @@ -1,12 +1,13 @@ Name: lxqt-common Summary: Common resources for LXQt desktop suite Version: 0.9.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: http://lxqt.org/ Source0: http://downloads.lxqt.org/lxqt/0.9.0/lxqt-common-%{version}.tar.xz Source1: lxqt-theme-fedora.tar.xz Patch0: lxqt-common-0.9.1-fedora-defaults.patch +Patch1: lxqt-common-0.9.1-tryexec.patch BuildArch: noarch Requires: oxygen-cursor-themes @@ -36,6 +37,7 @@ Provides: lxqt-theme = %{version} %prep %setup -q %patch0 -p1 -b .fedora_defaults +%patch1 -p1 -b .tryexec %build mkdir -p %{_target_platform} @@ -92,6 +94,9 @@ fi %{_datadir}/lxqt/themes/Fedora/* %changelog +* Fri Jun 12 2015 Helio Chissini de Castro - 0.9.1-4 +- Avoid show in DM if no lxqt-session is available. Thanks to Rex Dieter + * Sat Feb 28 2015 Helio Chissini de Castro - 0.9.1-3 - Fixed xdg entriy preventing session to load proper lxqt resources - Added Fedora theme and make it default