I run the mono version of Smath Studio on KDE Linux.
I take you are using KDE Neon, which is debian based.
Debian based distros have a mono bug, caused by glibc.
Not only SMath, some mono programs don't work also without sudo.
So far only debian or ubuntu based distro I could
make all mono programs run without sudo is MXLinux (ahs).
It has a linux kernel v6+ and an updated glibc also.
Maybe this is the reason why it works and LTS versions are not.
I will download your OS and check in a VM if this is the reason.
And for desktop file issue, file/script below is what I use.
I use a dark theme but SMath doesn't look good with it.
Script also change theme to a light one just for SMath.
Regards
smathstudio_desktop_mono.tar.gz (285 B) downloaded 17 time(s).#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}"
"
"
cd "${HERE}"
GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc exec mono "${HERE}//SMathStudio_Desktop.exe" "$@"