-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Flatpak: Generic Wayland icon is shown in KDE task switcher #1491
Comments
Thanks for reporting. Do you know how to do this in flatpak? The manifest we use is in here: https://github.com/flathub/com.github.IsmaelMartinez.teams_for_linux/blob/master/com.github.IsmaelMartinez.teams_for_linux.yml |
Theoretically yes: I think all what has to happen is that the So I guess some Hmmm... that documentation also mentions some
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This was still a problem last time I checked, last week or so. I think the fix shouldn't be too complicated (cf. my previous comment) and I#d have a shot but I have no idea how to test a Flatpak build to verify it worked. |
Describe the bug
On KDE, when you use Alt+Tab to switch between applications in a Wayland session the generic Wayland icon is shown.
This is probably caused by some metadata missing in the
package.json
(see below).To Reproduce
Steps to reproduce the behavior:
Expected behavior
The same icon as in the task manager should be displayed.
Screenshots
Can't take a screenshot of the task switcher
Desktop (please complete the following information):
Additional context
According to https://docs.flatpak.org/en/latest/electron.html#using-correct-desktop-file-name should this be fixed by adding a line
to the file
package.json
. But only for the flatpak builds.The text was updated successfully, but these errors were encountered: