[pitivi] application: Fix dbus app_id to match flatpak expectations
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] application: Fix dbus app_id to match flatpak expectations
- Date: Thu, 12 Oct 2017 08:11:00 +0000 (UTC)
commit ddaf74999b40b450255bca89e19da32affa9f374
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 2b19dd1..05379da 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 48f7062..b855be0 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -69,7 +69,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]