{{{
(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/mainwindow.py",
line 367, in is_on_active_workspace
self.screen.force_update()
builtins.AttributeError: 'NoneType' object has no attribute 'force_update'
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3265>
Deluge <http://deluge-torrent.org/>
Deluge Project
Old description:
> 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/mainwindow.py",
> line 367, in is_on_active_workspace
> self.screen.force_update()
> builtins.AttributeError: 'NoneType' object has no attribute
> 'force_update'
> }}}
New description:
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'
}}}
--
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3265#comment:1>
* status: new => closed
* resolution: => Fixed
Comment:
Fixed: [03e7952d2] [a2dee7943]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3265#comment:2>