do-nat
do-nat
It only happens with the launcher (Press `Super`, then type `deezer`), but not in the dock: I have already updated and reinstalled the app 😇
@josselinonduty It does work if I change the Icon to an absolute path, but not with a relative one and also not with `~/.local/...`. Working config: ``` Icon=/home/do-nat/.local/share/flatpak/exports/share/icons/hicolor/scalable/apps/dev.aunetx.deezer.svg ``` It...
I have e.g. Discord installed via flatpak, but it also does not have a full path for the icon, just the app id. I thought it might be because you...
Ahhh, I got it! You can't postfix `.svg`, this breaks it. Just the application id: `dev.aunetx.deezer`. I created a PR for that: https://github.com/aunetx/deezer-linux/pull/188