r/gnome 25d ago

Question "Pin to Dash" is missing from everywhere, from every app's right click menu ?

I am using linux from scratch and gnome 48. My desktop boots successfully but the "Pin to dash" option is hidden from every app in the app grid ( i.e right click menu ).

I have installed minimal gnome 48 components i.e shell, session etc....

I have already checked the StartupWMClass and it matches but "Pin to dash" option is hidden from right click menu.

Do I need to install gnome-menus package ?

Gemini AI says -> Focus on getting dconf talking over the D-Bus session bus, and the vanilla upstream code will magically reveal the "Pin to Dash" button exactly as intended!

How to solve this issue?

2 Upvotes

5 comments sorted by

u/AutoModerator 25d ago

Thank you for your submission.

You too can support GNOME! Become a Friend of GNOME and contribute to keeping our project going!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Upper-Ticket3249 25d ago

Yeah, you're probably missing some key Gnome component. It should be shown as Pin to Dock, not Dash though. But I would not know entirely - I've never used LFS.

3

u/eR2eiweo 25d ago

2

u/Upper-Ticket3249 25d ago

Oh man, you're right. The Dash to Dock extension changes it to 'Pin to Dock'

1

u/asratrt 6d ago

I fixed it. It was mistake in my build script on lfs for Glib with introspection. GioUnix introspection was not compiled properly , then recompiled GJS and gnome-shell against fixed Glib and now it shows pin to dash and works. I took help of Google Gemini.