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

system-config-printer.py: DeprecationWarning: Gdk.threads_enter is deprecated #126

Open
bit opened this issue Jan 2, 2019 · 2 comments
Open

Comments

@bit
Copy link

bit commented Jan 2, 2019

system-config-printer.py uses many deprecated functions

@zdohnal
Copy link
Member

zdohnal commented Jan 2, 2019

Hi,
thanks for reporting the issue! It seems Gtk/Gdk started to deprecate another set of functions. I got rid some of them in the past, but they still keeps coming...

@hadess
Copy link
Contributor

hadess commented Sep 24, 2019

thanks for reporting the issue! It seems Gtk/Gdk started to deprecate another set of functions. I got rid some of them in the past, but they still keeps coming...

Those were deprecated in GTK+ 3.6, released in 2012.

Just remove those calls, they don't do anything, and you shouldn't use GTK from multiple threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants