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]: Detach Console button broken #63

Open
Sowgro opened this issue Sep 29, 2023 · 1 comment
Open

[Bug]: Detach Console button broken #63

Sowgro opened this issue Sep 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Sowgro
Copy link

Sowgro commented Sep 29, 2023

Describe the bug

Traceback (most recent call last):
  File "/app/share/atoms/atoms/views/dashboard.py", line 131, in __on_detach_clicked
    attach() if self.__detach_status else detach()
  File "/app/share/atoms/atoms/views/dashboard.py", line 125, in detach
    self.__detached_window = AtomsDetachedWindow(self.console, "#000000", title=self.atom.name)
  File "/app/share/atoms/atoms/windows/detached_window.py", line 35, in __init__
    self.__build_ui()
  File "/app/share/atoms/atoms/windows/detached_window.py", line 41, in __build_ui
    css_provider.load_from_data(str.encode(style))
TypeError: Gtk.CssProvider.load_from_data() takes exactly 3 arguments (2 given)

To Reproduce

Click the Detach Console button, the button will change to Attach Console, but no console will appear
Click Attach Console and nothing will happen

Package

Flatpak from Flathub

Distribution

Fedora 38

Display Protocol

Wayland

Additional context

No response

@Sowgro Sowgro added the bug Something isn't working label Sep 29, 2023
@mirkobrombin
Copy link
Member

Thanks for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants