Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fix open_filemanager method for Proton runners #675

Closed
mirkobrombin opened this issue Oct 29, 2021 · 0 comments
Closed

[BUG] Fix open_filemanager method for Proton runners #675

mirkobrombin opened this issue Oct 29, 2021 · 0 comments
Assignees
Labels

Comments

@mirkobrombin
Copy link
Member

mirkobrombin commented Oct 29, 2021

The open_filemanager method does not handle the new runner:proton component type:

Traceback (most recent call last):
  File "/usr/local/share/bottles/bottles/widgets/component.py", line 82, in run_browse
    Runner().open_filemanager(
  File "/usr/local/share/bottles/bottles/backend/runner.py", line 51, in open_filemanager
    command = f"xdg-open '{path}'"
UnboundLocalError: local variable 'path' referenced before assignment
@mirkobrombin mirkobrombin changed the title Fix open_filemanager method for Proton runners [BUG] Fix open_filemanager method for Proton runners Oct 29, 2021
@mirkobrombin mirkobrombin self-assigned this Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant