Opened 5 years ago
Closed 5 years ago
#3265 closed bug (Fixed)
Errors with GTK on Wayland
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.3 |
Component: | Unknown | Version: | 2.0.0 |
Keywords: | Cc: |
Description (last modified by )
From Patreon user, a few issues with running Wayland:
(deluge:4867): Wnck-WARNING **: 12:06:56.695: libwnck is designed to work in X11 only, no valid display found
File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/addtorrentdialog.py", line 199, in _on_config_values self._show(focus) File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/addtorrentdialog.py", line 168, in _show if main_window.is_on_active_workspace(): File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/mainwindow.py", line 367, in is_on_active_workspace self.screen.force_update() builtins.AttributeError: 'NoneType' object has no attribute 'force_update'
Change History (2)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed: [03e7952d2] [a2dee7943]