OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
155 stars 87 forks source link

/usr/share/system-config-printer/scp-dbus-service.py:602: DeprecationWarning: Gdk.threads_enter is deprecated #363

Closed istenburg closed 1 month ago

istenburg commented 1 month ago

When I start the printer, I get the following error message.


09:08:18 scp-dbus-servic: /usr/share/system-config-printer/scp-dbus-service.py:602: DeprecationWarning: Gdk.threads_enter is deprecated`
zdohnal commented 1 month ago

It is the same as #126 . s-c-p contains bunch of old GTK stuff, which can be updated before they are removed from gtk - but it is only warning at the moment.

There is PR #129 attempting to get rid of the warnings, but threading is sensitive part of any application and I haven't had time to test the PR thoroughly.