Skip to content

Unable to run app image on Fedora 42 KDE #64

@johangwbasson

Description

@johangwbasson

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.

Metadata

Metadata

Labels

Solved in PracticeSolved in the practical sense, but the original core issue is still true; not a closed issue.bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions