Mercurial > libervia-backend
comparison sat/plugins/plugin_adhoc_dbus.py @ 3480:7550ae9cfbac
Renamed the project from "Salut à Toi" to "Libervia":
This renaming follows the decision taken at the General Assemblee of January 27th 2021 (cf.
https://repos.goffi.org/sat_docs/raw-file/tip/association/2021-01-27%20-%20compte%20rendu%20de%20l%27AG%20extraordinaire.pdf)
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 20:42:04 +0100 |
parents | be6d91572633 |
children | 524856bd7b19 |
comparison
equal
deleted
inserted
replaced
3479:be6d91572633 | 3480:7550ae9cfbac |
---|---|
44 "auto D-Bus discovery will be disabled") | 44 "auto D-Bus discovery will be disabled") |
45 | 45 |
46 else: | 46 else: |
47 DBusGMainLoop(set_as_default=True) | 47 DBusGMainLoop(set_as_default=True) |
48 | 48 |
49 NS_MEDIA_PLAYER = "org.salutatoi.mediaplayer" | 49 NS_MEDIA_PLAYER = "org.libervia.mediaplayer" |
50 FD_NAME = "org.freedesktop.DBus" | 50 FD_NAME = "org.freedesktop.DBus" |
51 FD_PATH = "/org/freedekstop/DBus" | 51 FD_PATH = "/org/freedekstop/DBus" |
52 INTROSPECT_IFACE = "org.freedesktop.DBus.Introspectable" | 52 INTROSPECT_IFACE = "org.freedesktop.DBus.Introspectable" |
53 MPRIS_PREFIX = "org.mpris.MediaPlayer2" | 53 MPRIS_PREFIX = "org.mpris.MediaPlayer2" |
54 CMD_GO_BACK = "GoBack" | 54 CMD_GO_BACK = "GoBack" |