Description
Describe the bug
[Errno 1] Operación no permitida: '/run/user/1000/doc/42eb67f0/Botellas' File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
result = self.task_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/frontend/windows/window.py", line 288, in get_manager
mng = Manager(
^^^^^^^^
File "/app/share/bottles/bottles/backend/utils/singleton.py", line 6, in call
cls._instances[cls] = super(Singleton, cls).call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 157, in init
times.update(self.checks(install_latest=False, first_run=True).data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 211, in checks
self.check_bottles()
File "/app/share/bottles/bottles/backend/managers/manager.py", line 950, in check_bottles
process_bottle(b)
File "/app/share/bottles/bottles/backend/managers/manager.py", line 910, in process_bottle
os.makedirs(p)
File "", line 215, in makedirs
File "", line 215, in makedirs
File "", line 215, in makedirs
File "", line 225, in makedirs
To Reproduce
[Errno 1] Operación no permitida: '/run/user/1000/doc/42eb67f0/Botellas' File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
result = self.task_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/frontend/windows/window.py", line 288, in get_manager
mng = Manager(
^^^^^^^^
File "/app/share/bottles/bottles/backend/utils/singleton.py", line 6, in call
cls._instances[cls] = super(Singleton, cls).call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 157, in init
times.update(self.checks(install_latest=False, first_run=True).data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 211, in checks
self.check_bottles()
File "/app/share/bottles/bottles/backend/managers/manager.py", line 950, in check_bottles
process_bottle(b)
File "/app/share/bottles/bottles/backend/managers/manager.py", line 910, in process_bottle
os.makedirs(p)
File "", line 215, in makedirs
File "", line 215, in makedirs
File "", line 215, in makedirs
File "", line 225, in makedirs
Package
Flatpak from Flathub
Distribution
Debian 12
Debugging Information
[Errno 1] Operación no permitida: '/run/user/1000/doc/42eb67f0/Botellas' File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
result = self.task_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/frontend/windows/window.py", line 288, in get_manager
mng = Manager(
^^^^^^^^
File "/app/share/bottles/bottles/backend/utils/singleton.py", line 6, in __call__
cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 157, in __init__
times.update(self.checks(install_latest=False, first_run=True).data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 211, in checks
self.check_bottles()
File "/app/share/bottles/bottles/backend/managers/manager.py", line 950, in check_bottles
process_bottle(b)
File "/app/share/bottles/bottles/backend/managers/manager.py", line 910, in process_bottle
os.makedirs(p)
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 225, in makedirs
Troubleshooting Logs
Additional context
No response