]> git.pld-linux.org Git - packages/lxqt-common.git/commitdiff
- show all applications in menu, not only these with the lxde- prefix
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 14 May 2014 06:42:52 +0000 (08:42 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 14 May 2014 06:42:52 +0000 (08:42 +0200)
lxqt-common.spec
startlxqt.patch [new file with mode: 0644]

index 91c5cdcc87449168edad1ba641286bba08f7c3c2..b79999174eb507de435cceaa213233e94f10e61d 100644 (file)
@@ -6,11 +6,12 @@
 Summary:       lxqt-common
 Name:          lxqt-common
 Version:       0.7.0
-Release:       0.1
+Release:       0.2
 License:       GPLv2 and LGPL-2.1+
 Group:         X11/Applications
 Source0:       http://lxqt.org/downloads/lxqt/0.7.0/%{name}-%{version}.tar.xz
 # Source0-md5: f1a64db07d04f686b584cc8952479910
+Patch0:                startlxqt.patch
 URL:           http://www.lxqt.org/
 BuildRequires: cmake >= 2.8.3
 BuildRequires: xz-devel
@@ -23,6 +24,7 @@ lxqt-common.
 
 %prep
 %setup -q -c %{name}-%{version}
+%patch0 -p1
 
 %build
 install -d build
diff --git a/startlxqt.patch b/startlxqt.patch
new file mode 100644 (file)
index 0000000..430e361
--- /dev/null
@@ -0,0 +1,11 @@
+--- lxqt-common-0.7.0/startlxqt.in.orig        2014-05-14 08:38:59.553023365 +0200
++++ lxqt-common-0.7.0/startlxqt.in     2014-05-14 08:39:14.589614229 +0200
+@@ -27,7 +27,7 @@ fi
+ # FIXME: the plugin is not yet ready
+ export QT_PLATFORM_PLUGIN=lxqt
+-export XDG_MENU_PREFIX="lxde-"
++###export XDG_MENU_PREFIX="lxde-"
+ export XDG_CURRENT_DESKTOP="LXQt"
This page took 0.137704 seconds and 4 git commands to generate.