You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically yes: I think all what has to happen is that the package.json is amended with that line.
So I guess some jq magic in build-commands should do the trick. But I have no idea where that package.json is found...
Hmmm... that documentation also mentions some patch-desktop-filename helper which should probably called after that desktop-file-edit command. I digged around a bit and I think it should be as simple as calling
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: