Fix application having generic X11/Wayland icon in title bar

From Pengwings
Revision as of 15:34, 14 February 2026 by Theleruby (talk | contribs) (Created page with "Sometimes an application can have a generic X11 or Wayland icon in the title bar. On Linux the title bar icon normally comes from the .desktop file, and if the program cannot be matched with a .desktop file then it falls back to the generic placeholder icon. To fix this, first open special application settings: * Right click title bar * More Actions * Configure Special Application Settings Now add property "Desktop file name" and put the name of the .desktop file that'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sometimes an application can have a generic X11 or Wayland icon in the title bar. On Linux the title bar icon normally comes from the .desktop file, and if the program cannot be matched with a .desktop file then it falls back to the generic placeholder icon.

To fix this, first open special application settings:

  • Right click title bar
  • More Actions
  • Configure Special Application Settings

Now add property "Desktop file name" and put the name of the .desktop file that's located in ~/.local/share/applications/

Should be all fixed