FTBTeam / FTB-App

Electron, Vue2, and Tailwind based frontend system for the FTB App; a new Modpack launcher for FTB and Curse modpacks.
https://feed-the-beast.com/app
GNU Lesser General Public License v2.1
86 stars 22 forks source link

StartupWMClass incorrect on Debian #1098

Closed Did-Nikole closed 2 months ago

Did-Nikole commented 2 months ago

What Operating System

Linux (Debian)

Debug Code

FTB-DBGMOHOZUSORI

Describe the bug

ftb-app.desktop specifies the incorrect StartupWMClass for Debian 12-bookworm, have had to change this to show correct icon and link to current running app instance.

running ~/xprop WM_Class returns WM_CLASS(STRING) = "ftb electron app", "FTB Electron App"

in desktop file its listed as [Desktop Entry] . . . StartupWMClass=FTB App

when changed to the first one listed without the quotes it works correctly.

Steps to reproduce

1) install the deb file 2) execute 3) icon on launch bar is incorrect

Expected behaviour

Launching App should show correct icon

Screenshots

Current Screenshot from 2024-04-07 15-40-55

After Editing Screenshot from 2024-04-07 15-41-42

Additional information

No response

MichaelHillcox commented 2 months ago

Oh! Very interesting, thanks for pointing this out, I'll take a look into seeing if I can fix this <3