mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-30 05:20:17 +00:00
Fix generic Wayland icon on Flatpak
On a desktop with KDE Plasma, it was being shown a generic Wayland icon for GPT4All (Flatpak) because it couldn't match the running window to the desktop entry. This was due to the missing StartupWMClass field in the .desktop file. By adding "StartupWMClass=io.gpt4all.chat" the window-class mismatch was fixed and allowed KDE to display the correct icon. Signed-off-by: Diogo Caveiro <50335724+diogocaveiro@users.noreply.github.com>
This commit is contained in:
parent
cd70db29ed
commit
67af47cfdd
@ -7,3 +7,4 @@ Icon=io.gpt4all.gpt4all
|
||||
Type=Application
|
||||
Categories=Utility;Office;
|
||||
Keywords=GPT,Chat;AI
|
||||
StartupWMClass=io.gpt4all.chat
|
||||
|
Loading…
Reference in New Issue
Block a user