Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
istenburg opened this issue May 16, 2024 · 1 comment

Comments

@istenburg
Copy link

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
Copy link
Member

zdohnal commented May 17, 2024

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.

@zdohnal zdohnal closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants