[totem/wip/hadess/remove-media-keys: 21/21] media-player-keys: Remove plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/remove-media-keys: 21/21] media-player-keys: Remove plugin
- Date: Wed, 26 Jan 2022 11:15:55 +0000 (UTC)
commit 039da7f842cb67f5f512c4217e41da1828b7d5df
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 18 17:14:18 2021 +0200
media-player-keys: Remove plugin
The server side has been obsoleted by MPRIS.
See https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/268
flatpak/org.gnome.Totem.Devel.json | 2 -
po/POTFILES.in | 1 -
.../media-player-keys.plugin.desktop.in | 9 -
src/plugins/media-player-keys/meson.build | 26 --
.../media-player-keys/totem-media-player-keys.c | 288 ---------------------
src/plugins/meson.build | 2 -
6 files changed, 328 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 606feaa86..a827e8aa6 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -36,8 +36,6 @@
"--talk-name=org.gnome.Shell",
/* save-file plugin */
"--talk-name=org.gnome.Nautilus",
- /* media-player-keys plugin */
- "--talk-name=org.gnome.SettingsDaemon.MediaKeys",
/* MPRIS plugin */
"--own-name=org.mpris.MediaPlayer2.totem",
/* im-status plugin */
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d83bc3ab5..9e9db2058 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -36,7 +36,6 @@ src/plugins/dbusservice/dbusservice.plugin.desktop.in
src/plugins/dbusservice/dbusservice.py
src/plugins/im-status/totem-im-status.c
src/plugins/im-status/totem-im-status.plugin.desktop.in
-src/plugins/media-player-keys/media-player-keys.plugin.desktop.in
src/plugins/open-directory/open-directory.plugin.desktop.in
src/plugins/open-directory/totem-open-directory.c
src/plugins/opensubtitles/opensubtitles.plugin.desktop.in
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 22bfc8f4a..268ac5ab5 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -17,7 +17,6 @@ allowed_plugins = [
'autoload-subtitles',
'dbusservice',
'im-status',
- 'media-player-keys',
'open-directory',
'opensubtitles',
'properties',
@@ -41,7 +40,6 @@ if plugins_option != 'none'
'apple-trailers',
'autoload-subtitles',
'im-status',
- 'media-player-keys',
'open-directory',
'properties',
'recent',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]