sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
276 stars 14 forks source link

Flatpak version still uses default icon on Wayland #1978

Open MoralCode opened 2 weeks ago

MoralCode commented 2 weeks ago

Version info

Description

The flatpak app shows up in the KDE Plasma system tray with the default wayland icon

Steps to reproduce

Steps to reproduce the behavior:

  1. install app from flathub
  2. open it

Expected behavior

app icon is shown in system tray when the app is running

Screenshots Screenshot_20241106_001115

Potential solution

A post on the Fedora forums offers some solutions to this for different DE's. It seems like some people are having success by manually specifying the name of the app's .desktop file when it is different from the name of the installed binary, and suggesting that developers need to manually set this value if it is different from the binary name.

It seems like flatpak names apps (and their desktop files) with reverse domain notation, so i strongly suspect this as being the cause (see the flathub repo for sublime merge at https://github.com/flathub/com.sublimemerge.App/tree/master)

Maybe theres a way to allow the flatpak builds to set this name independently?