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

Ability to change DesktopEntry #83

Open
muffinmad opened this issue Nov 30, 2016 · 2 comments
Open

Ability to change DesktopEntry #83

muffinmad opened this issue Nov 30, 2016 · 2 comments

Comments

@muffinmad
Copy link

It looks like DesktopEntry is used by clients to launch proper application. For example, your awesome GS extension does that. So there must be the option to specify DesktopEntry, not just mpdris2 which leads to launch of another instance of mpdris2.

@grawity
Copy link
Collaborator

grawity commented Nov 30, 2016

DesktopEntry is also used for other things, such as selecting the displayed name & icon. Changing it would mean you'd end up with two entries for the same app (with one of them being mpdris2 in disguise).

@muffinmad
Copy link
Author

@grawity I have the following in my /usr/bin/mpDris2:

    __root_props = {
...
        "DesktopEntry": ("ncmpcpp", None),
...
    }

Clicking on mediaplayer extension and on GS media notification works fine. Where can I see two entries for the same app?

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

2 participants