Skip to content

Instantly share code, notes, and snippets.

@curioswati
Last active June 2, 2026 21:29
Show Gist options
  • Select an option

  • Save curioswati/668e9e120ddd4b6f8d07dc28b5780d22 to your computer and use it in GitHub Desktop.

Select an option

Save curioswati/668e9e120ddd4b6f8d07dc28b5780d22 to your computer and use it in GitHub Desktop.
To run flatpak installed apps from dmenu.

To run a flatpak app from dmenu, you can create a symlink for the app in /usr/bin. You can find the flatpak apps binary link in /var/lib/flatpak/exports/bin/ on ubuntu. E.g. to run Rocket Chat (installed from flatpak via software center), you can do something like this:

sudo ln -s /var/lib/flatpak/exports/bin/chat.rocket.RocketChat /usr/bin/rocket-chat

This way you will be able to find it in the dmenu.

Resources:

@jsacob
Copy link
Copy Markdown

jsacob commented Jul 8, 2025

Love this, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment