summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-12-13 12:25:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-09 19:49:53 +0100
commit888c731f3867e4f7bdcf851e6d81428295ac57eb (patch)
treec5ecd4946bb3ee3ac7828d1369d3128b58c9009d /recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch
parentd3f35dac21d275357fd9afd00042b131684b5200 (diff)
images: drop lxde-image, lxqt-image, qt5-x11-image
As no image uses firefox, stop touching the recipe. Thus this layer no longer depends on meta-browser. As no image uses lxde, stop touching the recipes. Thus this layer no longer depends on meta-lxde. Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch')
-rw-r--r--recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch76
1 files changed, 0 insertions, 76 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch b/recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch
deleted file mode 100644
index f93f9ee..0000000
--- a/recipes-lxde/lxde-common/lxde-common/0001-panel.in-add-to-panel-configuration.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From acbd5b137a53d8d5c947aab4d84b72adf71be2d4 Mon Sep 17 00:00:00 2001
-From: Max Krummenacher <max.krummenacher@toradex.com>
-Date: Sat, 18 Nov 2017 14:33:59 +0100
-Subject: [PATCH 1/2] panel.in: add to panel configuration
-
-fix the firefox.desktop file name
-add lxterminal
-add network stat plugin
-add temperature plugin
-add logout
-
-Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
----
- lxpanel/panel.in | 25 +++++++++++++++++++++----
- 1 file changed, 21 insertions(+), 4 deletions(-)
-
-diff --git a/lxpanel/panel.in b/lxpanel/panel.in
-index 865c432..8d51814 100644
---- a/lxpanel/panel.in
-+++ b/lxpanel/panel.in
-@@ -55,7 +55,10 @@ Plugin {
- id=pcmanfm.desktop
- }
- Button {
-- id=firefox.desktop
-+ id=mozilla-firefox.desktop
-+ }
-+ Button {
-+ id=lxterminal.desktop
- }
- }
- }
-@@ -112,6 +115,10 @@ Plugin {
- }
-
- Plugin {
-+ type = netstat
-+}
-+
-+Plugin {
- type = cpu
- }
-
-@@ -129,6 +136,19 @@ Plugin {
- }
-
- Plugin {
-+ type = thermal
-+ Config {
-+ NormalColor=#00ff00
-+ Warning1Color=#fff000
-+ Warning2Color=#ff0000
-+ AutomaticLevels=1
-+ Warning1Temp=75
-+ Warning2Temp=80
-+ AutomaticSensor=1
-+ }
-+}
-+
-+Plugin {
- type = dclock
- Config {
- ClockFmt=%R
-@@ -141,9 +161,6 @@ Plugin {
- type = launchbar
- Config {
- Button {
-- id=lxde-screenlock.desktop
-- }
-- Button {
- id=lxde-logout.desktop
- }
- }
---
-2.13.6
-