[simple-scan] flatpak: Use the host color manager
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan] flatpak: Use the host color manager
- Date: Fri, 26 Feb 2021 07:16:07 +0000 (UTC)
commit 542268db4286aa064c3b5fb8a9dc2c44a4675ad9
Author: vanadiae <vanadiae35 gmail com>
Date: Thu Feb 25 21:30:05 2021 +0100
flatpak: Use the host color manager
Otherwise color profiles aren't shared with the host so they are
basically inexistent.
build-aux/flatpak/org.gnome.SimpleScan.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.SimpleScan.json b/build-aux/flatpak/org.gnome.SimpleScan.json
index f3cd2c9c..f41d5e23 100644
--- a/build-aux/flatpak/org.gnome.SimpleScan.json
+++ b/build-aux/flatpak/org.gnome.SimpleScan.json
@@ -14,7 +14,8 @@
"--device=all",
"--share=network",
"--socket=fallback-x11",
- "--socket=wayland"
+ "--socket=wayland",
+ "--talk-name=org.freedesktop.ColorManager"
],
"cleanup" : [
"/include",
@@ -167,6 +168,7 @@
"name" : "colord",
"buildsystem" : "meson",
"config-opts" : [
+ "-Ddaemon=false",
"-Dargyllcms_sensor=false",
"-Dbash_completion=false",
"-Dman=false",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]