entodoays
(Entodo Ays)
March 24, 2026, 9:26am
1
I have an app called “Displays” without any icon in my Dash when I search for displays (the settings page).
If I right-click and choose App details, Gnome Software doesn’t recognise it. The one time I opened it by mistake, no window opened.
Does anyone know what this is or how I can discover what it is?
System: Fedora Workstation 43 (Gnome 49)
mjg
(Michael J Gruber)
March 24, 2026, 10:51am
3
Have you tried clicking on it? I know, adventurous
It’s Gnome Network Displays: GNOME / gnome-network-displays · GitLab
I’m using an alternative launcher which displays that name when I search for “displays” (rofi on sway).
entodoays
(Entodo Ays)
March 24, 2026, 2:15pm
4
I do have Gnome Network Displays installed (which btw doesn’t work) and it has a separate icon in Dash.
entodoays
(Entodo Ays)
March 24, 2026, 2:47pm
5
So Inuninstalled Gnome-Network displays from Gnome Software and the first app remained. Then I ran `sudo dnf remove gnome-network-displays` and it was still there. I guess there were two copies of the app installed.
I reinstalled it from using dnf and the app with the icon reappeared but not the other iconless one and it opens too. I’ll test it when I can to see if it works.
1 Like
cbravo
(Charlie Bravo)
March 24, 2026, 2:55pm
6
One of them might be a flatpak. Check with: flatpak list --app
gadget
(CYL)
March 24, 2026, 7:44pm
7
GNOME searches the local collection of .desktop files, so try the following command:
grep Displays /usr/share/applications/*.desktop ~/.local/share/applications/*.desktop
Within the .desktop file, there will be at least one “Name” parameter, e.g.:
Name=Displays
(There may also be multiple declarations for other languages.)
The Exec= line declares the command to execute.
(I don’t know why your system is showing a generic settings icon for GNOME’s display settings panel.)
1 Like