diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.3k stars 41 forks source link

Freeze after dragging text from entry #65

Closed mattk0stka closed 2 years ago

mattk0stka commented 2 years ago

Hi, first of all, thank you for your great work.

Issue: When I enter a text in Entry, select it and drag it somewhere in the window, the entire window freezes or does not respond anymore. I get the error message: 2022/09/20 00:08:19 Warning: GLib-GObject: ../gobject/gsignal.c:2731: instance '0x70fe1c0' has no handler with id '403'

After a few hours of googling, I still haven't come up with a solution. Is there any way to catch the error so that the window continues to respond.

Furthermore, how can be copy and paste implemented. Unfortunately I did not find anything in the documentation.