36 lines
916 B
Diff
36 lines
916 B
Diff
From 37b18f20abc044689b8a493da859b3fcf174c407 Mon Sep 17 00:00:00 2001
|
|
From: Bastien Nocera <hadess@hadess.net>
|
|
Date: Tue, 28 Feb 2017 16:12:29 +0100
|
|
Subject: [PATCH] data: Add "Night Light" functionality to the whitelist
|
|
|
|
The gnome-settings-daemon color plugin uses Geoclue to guess the current
|
|
location and deduce the sunset and sunrise times. Make sure that the
|
|
functionality does not require a dialogue on startup when enabled.
|
|
|
|
See https://bugzilla.gnome.org/show_bug.cgi?id=779343
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=100008
|
|
---
|
|
data/geoclue.conf.in | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/data/geoclue.conf.in b/data/geoclue.conf.in
|
|
index 5009ebf..7ee15c0 100644
|
|
--- a/data/geoclue.conf.in
|
|
+++ b/data/geoclue.conf.in
|
|
@@ -68,6 +68,11 @@ allowed=true
|
|
system=true
|
|
users=
|
|
|
|
+[gnome-color-panel]
|
|
+allowed=true
|
|
+system=true
|
|
+users=
|
|
+
|
|
[epiphany]
|
|
allowed=true
|
|
system=false
|
|
--
|
|
2.12.0
|
|
|