lxqt-common: remove

It is no more used [1]

[1] http://lxqt.org/release/2017/10/21/lxqt-0120/

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2017-11-14 14:50:04 +01:00
parent 3dead073a2
commit 1c00372f91
3 changed files with 0 additions and 91 deletions

View File

@@ -1,35 +0,0 @@
From e83caa529f812a4b10dea34b1c854d02fed83d8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Wed, 6 May 2015 16:38:17 +0200
Subject: [PATCH] startlxqt: enable starting from console
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
startlxqt.in | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/startlxqt.in b/startlxqt.in
index 2dc30bf..bb98fce 100755
--- a/startlxqt.in
+++ b/startlxqt.in
@@ -42,5 +42,12 @@ export XDG_MENU_PREFIX="lxqt-"
export XDG_CURRENT_DESKTOP="LXQt"
-# Start the LXQt session
-exec lxqt-session
+# xserver needs start?
+if test "x$DISPLAY" = "x"; then
+ echo "Starting X server..."
+ prog=`which lxqt-session`
+ exec xinit $prog
+else
+ # Start the LXQt session
+ exec lxqt-session
+fi
--
1.9.3

View File

@@ -1,32 +0,0 @@
From 12976fcbcc5b68e7e9e7c6deba3983a7355f8f2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Sat, 25 Jul 2015 22:29:29 +0200
Subject: [PATCH] slightly change theme defaults
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
config/lxqt.conf | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/config/lxqt.conf b/config/lxqt.conf
index 1d48e56..5018618 100644
--- a/config/lxqt.conf
+++ b/config/lxqt.conf
@@ -7,5 +7,8 @@ tool_button_style=ToolButtonTextBesideIcon
[Qt]
font="Sans,11,-1,5,50,0,0,0,0,0"
doubleClickInterval=400
-style=Fusion
+style=Oxygen
wheelScrollLines=3
+
+[Mouse]
+cursor_theme=Oxygen_Zion
--
1.9.3

View File

@@ -1,24 +0,0 @@
SUMMARY = "Common files for LXQt"
LICENSE = "CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://README.md;beginline=9;endline=9;md5=1468be559d088410c64a6db10364f77c"
inherit lxqt gtk-icon-cache
DEPENDS += "liblxqt"
SRC_URI += " \
file://0001-startlxqt-enable-starting-from-console.patch \
file://0002-slightly-change-theme-defaults.patch \
"
SRCREV = "e6e6a97d01482497d4fd45c68e1eee0aaed458a4"
PV = "0.11.2"
FILES_${PN} += " \
${datadir}/kdm \
${datadir}/xsessions \
${datadir}/desktop-directories \
${datadir}/lxqt \
"
RDEPENDS_${PN} += "xinit"
RRECOMMENDS_${PN} += "oxygen qtsvg-plugins"