diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-11-09 09:41:07 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-11-09 09:42:44 +0200 |
commit | e5cbbc5defd3ffec03ca5854a7af11021c5b5117 (patch) | |
tree | 57c7358ab1d170dc0040451a19206d175b5537a8 /net-im | |
parent | sys-kernel/installkernel-systemd: drop 2-r1, 2-r3 (diff) | |
download | gentoo-e5cbbc5defd3ffec03ca5854a7af11021c5b5117.tar.gz gentoo-e5cbbc5defd3ffec03ca5854a7af11021c5b5117.tar.bz2 gentoo-e5cbbc5defd3ffec03ca5854a7af11021c5b5117.zip |
net-im/mattermost-desktop-bin: declare mime type
Fix launching from browser.
Closes: https://bugs.gentoo.org/916331
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1-r1.ebuild (renamed from net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1-r1.ebuild index 339810206271..75064aceabf4 100644 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1.ebuild +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1-r1.ebuild @@ -86,8 +86,10 @@ src_install() { dosym -r "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}" - make_desktop_entry "${MY_PN} --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto" \ - Mattermost "${MY_PN}" + make_desktop_entry \ + "${MY_PN} --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto %U" \ + Mattermost "${MY_PN}" "Network;InstantMessaging;" \ + "MimeType=x-scheme-handler/mattermost;" einstalldocs } |