On Wed, Dec 17, 2025 at 6:23 PM Joseph Hayden <[email protected]> wrote: > I understand there are other issues to address, certainly, but as this is > accessible in the GNOME software store, I figured it should be addressed. You > can find the adwaita demo in the store, and it is helpful for people needing > reference implimentations of adwaita, such as for making custom libadwaita > themes. However, it seems like an oversight that there is not included with > the > package a simple way to open it via a .desktop file.
There is an installed .desktop file but the upstream developers have hidden it by default. mkdir -p ~/.local/share/applications cp /usr/share/applications/org.gnome.Adwaita1.Demo.desktop ~/.local/share/applications/ Then edit ~/.local/share/applications/org.gnome.Adwaita1.Demo.desktop to remove the NoDisplay=true line. Thank you, Jeremy Bícha

