[gnome-music/wip/mschraal/gtk4-v2: 2/53] (TEMPORARY HACK) Disable MediaKeys
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4-v2: 2/53] (TEMPORARY HACK) Disable MediaKeys
- Date: Sat, 15 May 2021 14:35:23 +0000 (UTC)
commit 3ab50d34c37458b2acd9937e1597fc946614b04b
Author: Marinus Schraal <mschraal gnome org>
Date: Sun Apr 11 23:35:25 2021 +0200
(TEMPORARY HACK) Disable MediaKeys
gnomemusic/window.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 20d10ae47..65579633c 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -26,7 +26,7 @@ from gi.repository import Gtk, Gdk, Gio, GLib, GObject
from gettext import gettext as _
from gnomemusic.gstplayer import Playback
-from gnomemusic.mediakeys import MediaKeys
+# from gnomemusic.mediakeys import MediaKeys
from gnomemusic.player import RepeatMode
from gnomemusic.search import Search
from gnomemusic.trackerwrapper import TrackerState
@@ -97,7 +97,7 @@ class Window(Gtk.ApplicationWindow):
self._startup_timeout_id = 0
self._setup_view()
- MediaKeys(self._player, self)
+ # MediaKeys(self._player, self)
def _setup_view(self):
self._headerbar = HeaderBar(self._app)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]