Score:0

How to make an appimage into a desktop executable and put into applicatio tray in Xubuntu Linux?

gf flag

I have an appimage for a game that I'd like to access via the application launcher in Xubuntu Linux and also create a desktop icon. How would I go about doing this? Any help would be much appreciated.

us flag
You will have to create a .desktop file and place it in `.local/share/applications` inside your home folder
Cranberry avatar
gf flag
Archisman and @mook765 yes that does answer my question, thank you!
karel avatar
sa flag
@Cranberry If the above link answered your question please click the "Yes" option to the right of "Does this answer your question?" in the light blue banner above your question.
Score:0
cn flag

Tools like Menulibre or Alacarte allow to create a menu entry using a GUI. However, you can also create a .desktop launcher yourself. If it is valid, i.e. contains all needed fields with reference to a valid executable, you place it in the folder ~/.local/share/applications and within seconds it is picked up in your application menu.

See man xdg-desktop-menuunder DESKTOP FILES to learn how a .desktop launcher is formatted. A .desktop launcher should contain at least:

[Desktop Entry]
Type=Application
Name=Application Name
Icon=Icon File
Exec=Command Line

Of course, substitute the values applicable for the appimage you want to run through that launcher.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.