[pitivi/1.0] application: Fix dbus app_id to match flatpak expectations
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] application: Fix dbus app_id to match flatpak expectations
- Date: Wed, 11 Oct 2017 15:38:24 +0000 (UTC)
commit fa0b5d673e1f44636a44ee03491b9bedd314783e
Author: Thibault Saunier <tsaunier gnome org>
Date: Tue Sep 26 09:07:17 2017 -0300
application: Fix dbus app_id to match flatpak expectations
build/flatpak/pitivi.template.json | 1 -
pitivi/application.py | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/build/flatpak/pitivi.template.json b/build/flatpak/pitivi.template.json
index b62b081..eb627ac 100644
--- a/build/flatpak/pitivi.template.json
+++ b/build/flatpak/pitivi.template.json
@@ -7,7 +7,6 @@
"--socket=x11",
"--socket=pulseaudio",
"--socket=wayland",
- "--socket=session-bus",
"--talk-name=ca.desrt.dconf",
"--talk-name=org.freedesktop.Notifications",
"--filesystem=host", "--device=dri"],
diff --git a/pitivi/application.py b/pitivi/application.py
index f3309c8..fcae903 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -68,7 +68,7 @@ class Pitivi(Gtk.Application, Loggable):
def __init__(self):
Gtk.Application.__init__(self,
- application_id="org.pitivi",
+ application_id="org.pitivi.Pitivi",
flags=Gio.ApplicationFlags.HANDLES_OPEN)
Loggable.__init__(self)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]