Open budde25 opened 2 years ago
Could you please share this file /home/budd/code/switcheroo/AppDir/io.ebudd.Switcheroo.desktop
for inspection?
Hi, I get the same error. It happens when there is an argument in Exec:
OK : "Exec=linphone" NotOk: "Exec=linphone %u"
Desktop file example:
[Desktop Entry]
Name=Linphone
GenericName=SIP Phone
Comment=A libre SIP client
Type=Application
Exec=linphone %u
Icon=linphone
Terminal=false
Categories=Network;Telephony;
MimeType=x-scheme-handler/sip-linphone;x-scheme-handler/sip;x-scheme-handler/sips-linphone;x-scheme-handler/sips;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/linphone-config;
X-PulseAudio-Properties=media.role=phone
X-AppImage-Version=3fde215e
I guess the parser at https://github.com/AppImageCrafters/appimage-builder/blob/main/appimagebuilder/modules/generate/desktop_entry_parser.py should be check.
Using the latest CI pre-release version fixed this issue for me. (What version are you using?)
Ok, after rechecking, I know what was "wrong". The documentation is not updated at https://appimage-builder.readthedocs.io/en/latest/intro/install.html
It uses : wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.0.0-beta.1/appimage-builder-1.0.0-677acbd-x86_64.AppImage
I didn't change the version to the last
And I confirm that it doesn't crash on the latest version.