Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline RAMDass  
#1 Posted : 16 February 2023 02:31:19(UTC)
RAMDass

Rank: Newbie

Groups: Registered
Joined: 16/02/2023(UTC)
Posts: 1
United States
Location: Virginia

I run the mono version of Smath Studio on KDE Linux. I attempted to update version 0.99.7822 but all more recent mono versions will not launch from the desktop file (but I can run them from the terminal line using 'sudo mono SMathStudio_Desktop.exe'.) My desktop file is set to run SMathStudio_Desktop.exe as root; this works fine for version 0.99.7822.

Also, it appears that recent versions require a version of .NETFramework that Mono does not provide.
So far, the 2021-era version is sufficient for me; I just wanted to register these problems. And thanks! I am keeping calm and calculating.Good

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline overlord  
#2 Posted : 16 February 2023 04:01:47(UTC)
overlord


Rank: Advanced Member

Groups: Registered
Joined: 23/07/2013(UTC)
Posts: 1,125
Turkey

Was thanked: 506 time(s) in 337 post(s)
Originally Posted by: RAMDass Go to Quoted Post
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 (1kb) downloaded 3 time(s).

Code:
#!/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" "$@"
Offline overlord  
#3 Posted : 17 February 2023 23:11:37(UTC)
overlord


Rank: Advanced Member

Groups: Registered
Joined: 23/07/2013(UTC)
Posts: 1,125
Turkey

Was thanked: 506 time(s) in 337 post(s)
I tried SMath official appimage with latest stable KDE Neon under Qemu.
It worked flawlessly. No issues with starting, installing plugins, etc.

SMathStudioDesktop.1_0_8348.x86_64.ubuntu-22_04.glibc2.35.AppImage

Regards

2023-02-17_23-07.png
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.