-
-
Notifications
You must be signed in to change notification settings - Fork 307
Description
Describe the bug
idle_add() got an unexpected keyword argument 'plain' 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/views/bottle_dependencies.py", line 141, in process_dependencies
GLib.idle_add(new_dependency, dep, plain=True)
To Reproduce
idle_add() got an unexpected keyword argument 'plain' 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/views/bottle_dependencies.py", line 141, in process_dependencies
GLib.idle_add(new_dependency, dep, plain=True)
Package
Flatpak from Flathub
Distribution
nobara os
Debugging Information
idle_add() got an unexpected keyword argument 'plain' 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/views/bottle_dependencies.py", line 141, in process_dependencies
GLib.idle_add(new_dependency, dep, plain=True)
Troubleshooting Logs
Additional context
idle_add() got an unexpected keyword argument 'plain' 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/views/bottle_dependencies.py", line 141, in process_dependencies
GLib.idle_add(new_dependency, dep, plain=True)