2

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!

1 Answers1

5

Since you have a space in the filename you'll need to change the line

Exec=/home/tejas72/Lunar Client-3.2.0.AppImage

to

Exec="/home/tejas72/Lunar Client-3.2.0.AppImage"
mook765
  • 15,925