From b9e24822729907c1ebb767ebc641afc9f2f277ff Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:45:31 -0300 Subject: [PATCH] manifest: add StartupNotify/StartupWMClass to the desktop file Fixes window association issue. https://specifications.freedesktop.org/desktop-entry-spec/1.5/ar01s06.html --- es.estoes.wallpaperDownloader.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/es.estoes.wallpaperDownloader.yaml b/es.estoes.wallpaperDownloader.yaml index d6524b4..ea69842 100644 --- a/es.estoes.wallpaperDownloader.yaml +++ b/es.estoes.wallpaperDownloader.yaml @@ -36,6 +36,9 @@ modules: - install -Dm644 -t /app/share/metainfo $FLATPAK_ID.metainfo.xml - desktop-file-edit --set-icon=$FLATPAK_ID /app/share/applications/$FLATPAK_ID.desktop - desktop-file-edit --set-key=Exec --set-value=wallpaperdownloader /app/share/applications/$FLATPAK_ID.desktop + - desktop-file-edit --set-key=StartupNotify --set-value=true /app/share/applications/$FLATPAK_ID.desktop + - desktop-file-edit --set-key=StartupWMClass --set-value=es-estoes-wallpaperDownloader-Main + /app/share/applications/$FLATPAK_ID.desktop sources: - type: archive url: https://bitbucket.org/eloy_garcia_pca/wallpaperdownloader/get/v4.3.tar.gz