Search found 3 matches

by bytecodeutilize
Sun Jul 07, 2019 6:13 pm
Forum: Support
Topic: GTK errors running 2.0.3
Replies: 2
Views: 2059

Re: GTK errors running 2.0.3

Removing "or Clipboard.get().wait_for_text()" fixes the one issue. Why in the world is that there?
by bytecodeutilize
Sun Jul 07, 2019 6:03 pm
Forum: Support
Topic: GTK errors running 2.0.3
Replies: 2
Views: 2059

Re: GTK errors running 2.0.3

Looks like it's a gtk3 porting issue. How is no one else reporting this issue? https://stackoverflow.com/questions/13207897/how-to-get-clipboard-content-in-gtk3-gi-and-python-3-on-ubuntu In deluge\ui\gtk3\common.py def get_clipboard_text(): text = ( Clipboard.get(selection=SELECTION_CLIPBOARD).wait_...
by bytecodeutilize
Sat Jul 06, 2019 3:14 am
Forum: Support
Topic: GTK errors running 2.0.3
Replies: 2
Views: 2059

GTK errors running 2.0.3

OS: Arch Linux Version: 2.0.3 https://www.archlinux.org/packages/extra/any/deluge/ Deluge hasn't been working since installed updates on my computer yesterday. The program will load but isn't functioning correctly. Anyone know what's going on or how to fix this? When I launch the program I get this:...