linuxmint / linuxmint/cinnamon

Applications not showing custom icons in the Grouped Window List or Alt-Tab app switcher in Mint 20.3

Open
#11,507 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

New
Dominant language
JavaScript
Stars
5.6k
Forks
915
Avg merge
5d 22h
Merged PRs (30d)
3

Description

 * Cinnamon version: Cinnamon 5.6.7
 * Distribution: Linux Mint 21.1 x86_64 
 * Graphics hardware *and* driver used: AMD ATI Radeon RX 6700/6700 XT / 6800M, driver=amdgpu
 * 32 or 64 bit: 64 bit
Issue

Some applications added in the Cinnamon Menu Editor do not display the expected icons in the Panel (grouped window list applet) nor in the Alt-Tab application switcher.

Steps to reproduce

Create a new menu shortcut with the Menu Editor tool (cinnamon-menu-editor), or write a .desktop file manually and place it in ~/.local/share/applications. For my example, the icon is a .png located in ~/.icons, without a subfolder.
The relevant line from my application's .desktop file is:
Icon=alephone.png

Expected behaviour

When the application launches, the icon specified in the .desktop file should be shown not only in the Cinnamon menu applet, but also on the Cinnamon Panel and in the Alt-Tab app-switcher menu.

Other information

The full contents of the file ~/.local/share/applications/alephone.desktop:

#!/usr/bin/env xdg-open

[Desktop Entry]
Name=Aleph One
Exec=/usr/local/bin/alephone
Comment=
Terminal=false
Icon=alephone.png
Type=Application
Name[en_US]=alephone.desktop
Hidden=true
Configuration info, if applicable

I have uploaded the settings for grouped-window-list@cinnamon.org:

Screenshot of all relevant information:
Screenshot from 2023-02-14 13-24-00

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with the provided .desktop file and compare the grouped window list applet with the Alt-Tab app switcher. Trace how each component resolves the Icon value for applications. Done means custom application icons appear consistently in both the Panel and Alt-Tab switcher.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, linux
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.