Similar to #4
On fedora 42, running the appimage spits out a tkinter error
./Linux_CRU-x86_64.AppImage
Traceback (most recent call last):
File "/tmp/.mount_Linux_VLxA93/usr/bin/linux_cru", line 2, in <module>
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
Installing the fedora package for that and run it again yield another error for libXScrnSaver and then after that, tcl. At that point I decided to do what I need manually again.
Similar to #4
On fedora 42, running the appimage spits out a tkinter error
Installing the fedora package for that and run it again yield another error for
libXScrnSaverand then after that,tcl. At that point I decided to do what I need manually again.