summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman-gtk/0001-update-schema.patch
blob: 601c68f2d9a6f84e64f5fc562661afda04ce41fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From fbfb0c3fe69586bd661b630874215a70cb3511d2 Mon Sep 17 00:00:00 2001
From: "Maxin B. John" <maxin.john@intel.com>
Date: Wed, 20 Jun 2018 11:25:42 +0300
Subject: [PATCH] net.connman.gtk.gschema: display icon in the system tray

Show icon in the system tray by default.

Upstream-Status: Inappropriate [OE specific]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 data/net.connman.gtk.gschema.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/net.connman.gtk.gschema.xml b/data/net.connman.gtk.gschema.xml
index d9e67a2..04a4af1 100644
--- a/data/net.connman.gtk.gschema.xml
+++ b/data/net.connman.gtk.gschema.xml
@@ -1,10 +1,10 @@
 <schemalist>
 	<schema path="/net/connman/gtk/" id="net.connman.gtk">
 		<key name="status-icon-enabled" type="b">
-			<default>false</default>
+			<default>true</default>
 		</key>
 		<key name="launch-to-tray" type="b">
-			<default>false</default>
+			<default>true</default>
 		</key>
 		<key name="openconnect-use-fsid-by-default" type="b">
 			<default>false</default>
-- 
2.4.0