I am on Lubuntu 22.04 LTS. I right clicked at home screen and clicked create new launcher for my Lunar Client AppImage. I inputted some stuff. If I right click it and open it in FeatherPad, here is what it shows:
[Desktop Entry]
Name=Lunar Client
GenericName=Lunar Client
Comment=Lunar Client
Exec=/home/tejas72/Lunar Client-3.2.0.AppImage
Type=Application
Icon=/home/tejas72/LunarClientLogo.jpeg
Terminal=false
but now I get the error message
Invalid desktop entry file: '/home/tejas72/Desktop/Lunar_Client.desktop'
when I double click it from home screen. what do I do? I have sudo privilege and anything. Pls say everything in detail as I might not understand some things.
EDIT: Both the appimage and the logo are in my /home/tejas72 folder
EDIT: I removed the space and it all worked, thanks to all for your help!
chmod +x '/home/tejas72/Lunar Client-3.2.0.AppImage'
Also, where is your.desktop
-file located? Does the.desktop
-file has execute permission? – mook765 Jan 14 '24 at 17:56\s
- see for example How to escape spaces in .desktop files Exec line – steeldriver Jan 14 '24 at 18:22