As a workaround, you should be able to disable this feature (and have the fix persist after a package update) with something like:

mkdir -p /usr/local/share/applications
cp /usr/share/applications/mono-runtime-*.desktop /usr/local/share/applications sed -i 's/^Exec=.*/Exec=false/' /usr/local/share/applications/mono-runtime-*.desktop

Regards,

Gabriel

Reply via email to