Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about mediakeys #49

Open
bbhtt opened this issue Aug 13, 2022 · 0 comments
Open

Warning about mediakeys #49

bbhtt opened this issue Aug 13, 2022 · 0 comments

Comments

@bbhtt
Copy link

bbhtt commented Aug 13, 2022

Upon launching the flatpak the following warning can be seen:

** (com.github.artemanufrij.playmyvideos:2): WARNING **: 06:24:06.216: MediaKeys.vala:56: Could not grab media player keys: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown

This indicates there is an issue with grabbing mediakeys. I think this is coming from

media_keys = Bus.get_proxy_sync (BusType.SESSION, "org.gnome.SettingsDaemon", "/org/gnome/SettingsDaemon/MediaKeys");

It should be

- media_keys = Bus.get_proxy_sync (BusType.SESSION, "org.gnome.SettingsDaemon", "/org/gnome/SettingsDaemon/MediaKeys");
+ media_keys = Bus.get_proxy_sync (BusType.SESSION, "org.gnome.SettingsDaemon.MediaKeys", "/org/gnome/SettingsDaemon/MediaKeys");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant