Add programs in launcher #686
-
|
How i can add program (.AppImage) to launcher. I need to add the program to the launcher because I want to find it quickly instead of launching the file manager and searching for it in the folder every time. Please help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You should create a so-called desktop entry. You do it by creating a new file in The contents of After that, you need to restart your hyprland session (reloading caelestia-shell didn't work for me). You can also try running |
Beta Was this translation helpful? Give feedback.
You should create a so-called desktop entry. You do it by creating a new file in
~/.local/share/applications:~/.local/share/applications/<your_app_name>.desktopThe contents of
<your_app_name>.desktopshould contain something like this:After that, you need to restart your hyprland session (reloading caelestia-shell didn't work for me). You can also try running
update-desktop-database ~/.local/share/applications