guys, quick heads up... I could not progress on this topic due to lack of experience on GTK anyone willing to help? https://git.launchpad.net/wicd/log/?h=gtk_Debian_Bug%23947589 best,GMS Il giorno mar, 31/03/2020 alle 23.01 +0200, Guido Maria Serra ha scritto: > Hi Moritz,I followed your recommendation and I got up to here > https://git.launchpad.net/wicd/commit/?h=gtk_Debian_Bug%23947589&id=358f5f11c64ed09838c607bf5c64d35b74c0ca75 > Though I do now have a problem of testing now, as there are neither > gtk based tests, neither a way to test without involving my os...I've > tried some symlinking inside /usr/share/wicd/gtk/ as wicd.ui gets > copied from the data/ folder within the source code there. > Now, if anybody has an idea or a system that he/she is fine to break > for testing... get in contact with me > Stacktrace follows... I already did substitute GtkProgressBar > with GtkProgressBarWindow > best,GMS > $ python gtk/wicd-client.py py Importing pynotify failed, > notifications disabled.('Has notifications support', > False)Loading...Connecting to daemon...Connected.gtk/wicd- > client.py:535: DeprecationWarning: Gtk.UIManager.get_widget is > deprecated self.menu = > (self.manager.get_widget('/Menubar/Menu/Quit').gtk/wicd- > client.py:944: DeprecationWarning: Gtk.StatusIcon.set_visible is > deprecated self.set_visible(True)gtk/wicd-client.py:960: > DeprecationWarning: Gtk.StatusIcon.set_from_icon_name is deprecated > gtk.StatusIcon.set_from_icon_name(self, name)gtk/wicd-client.py:948: > DeprecationWarning: Gtk.StatusIcon.set_tooltip_text is deprecated > self.set_tooltip_text("Initializing wicd...")Traceback (most recent > call last): File "gtk/wicd-client.py", line 1204, in > <module> main(sys.argv) File "gtk/wicd-client.py", line 103, in > wrapper return func(*args, **kwargs) File "gtk/wicd-client.py", > line 1172, in main tray_icon = TrayIcon(animate, > displaytray=use_tray, displayapp=display_app) File "gtk/wicd- > client.py", line 162, in __init__ self.tr.toggle_wicd_gui() File > "gtk/wicd-client.py", line 864, in toggle_wicd_gui self.gui_win = > gui.appGui(tray=self) File "/home/gms/tmp/wicd/gtk/gui.py", line > 193, in > __init__ self.wTree.add_from_file(gladefile)gi.repository.GLib.Err > or: gtk-builder-error-quark: /usr/share/wicd/gtk/wicd.ui:224:49 > Invalid property: GtkProgressBar.activity_mode (11) >