markjfine / nrsc5-dui

An enhanced, user-friendly version of nrsc5-gui that is not heavily dependent upon Python processing for audio generation.
GNU General Public License v3.0
139 stars 9 forks source link

Deprecation Errors #4

Closed secludedhusky closed 3 years ago

secludedhusky commented 3 years ago

image

Something I'd like to see fixed or suppressed is the constant console spam from the Gtk libraries.

I usually leave the console open in the background in order to see and determine if there's any errors, but when this is constantly spamming me it would be nice to fix it.

markjfine commented 3 years ago

I can appreciate that, and I'll make a note of it in the TODOs. I've tried to eliminate most where I've seen them, but Gnome's (Gtk/Gdk) recommendation is to just do all graphics from the main thread. So I need to look at that as well as the stock missing icon.

markjfine commented 3 years ago

Actually they annoyed the crap out of me too, so I killed most of them. Only one left is the GtkSettings warning regarding the Cursor Theme, and that has to do with the GtkBuilder reading the glade file. When I do the code cleanup, I plan on dragging it into Glade to clean that up as well.

Am posting an updated new nrsc5-dui.py now.

andrewfer000 commented 3 years ago

Last time I checked this was fixed and this should be closed.