Hi,
I’m having trouble getting an application to show in rofi.
I have an appimage file that I would like to launch from the rofi menu, for which I have made a .desktop file (included below). The .desktop file is located in /usr/share/applications and executes the appimage when double-clicked but no entry shows in the rofi menu.
The content of the .desktop file is as follows:
[Desktop Entry]
Type=Application
# The version of the desktop entry specification to which this file complies
Version=1.0
# The name of the application
Name=RuneLite
GenericName=RuneLite
# Icon
Icon=/usr/share/icons/ArchLabs-Dark/64x64/devices/joystick.svg
# A comment which can/will be used as a tooltip
Comment=Lightweight OSRS Client
# The executable of the application, possibly with arguments.
Exec=/home/tom/Desktop/RuneLite.AppImage %F
# Describes whether this application needs to be run in a terminal or not
Terminal=false
# Describes the categories in which this entry should be shown
Categories=Games;
I’ve been through all the help articles I can find on this topic and haven’t found a solution. Any help at all would be greatly appreciated, and please let me know if there is any other information I should include.