-
Notifications
You must be signed in to change notification settings - Fork 5
Unable to run app image on Fedora 42 KDE #64
Copy link
Copy link
Open
Labels
Solved in PracticeSolved in the practical sense, but the original core issue is still true; not a closed issue.Solved in the practical sense, but the original core issue is still true; not a closed issue.bugSomething isn't workingSomething isn't working
Description
Version: v2025.8.10.0
When i run the app image I get this stack trace:
./OSCR-x86_64.AppImage
Traceback (most recent call last):
File "/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/bin/oscr", line 8, in <module>
sys.exit(Launcher.launch())
~~~~~~~~~~~~~~~^^
File "/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/lib/python3.13/site-packages/main.py", line 830, in launch
exit_code = OSCRUI(
~~~~~~^
theme=Launcher.theme, args=args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
path=Launcher.base_path(), config=Launcher.app_config(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
versions=(Launcher.__version__, Launcher.version)).run()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/lib/python3.13/site-packages/OSCRUI/app.py", line 93, in __init__
self.init_parser()
~~~~~~~~~~~~~~~~^^
File "/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/lib/python3.13/site-packages/OSCRUI/app.py", line 186, in init_parser
self.parser = OSCR(settings=self.parser_settings)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/lib/python3.13/site-packages/OSCR/main.py", line 50, in __init__
reset_temp_folder(self._settings['templog_folder_path'])
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/lib/python3.13/site-packages/OSCR/iofunc.py", line 119, in reset_temp_folder
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 30] Read-only file system: '/tmp/.mount_OSCR-xgjhGCb/opt/python3.13/lib/python3.13/site-packages/~temp_log_files'It was run from my home directory in Fedora.
I have checked the SHA and it matches.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Solved in PracticeSolved in the practical sense, but the original core issue is still true; not a closed issue.Solved in the practical sense, but the original core issue is still true; not a closed issue.bugSomething isn't workingSomething isn't working