Daniel Lintott
Daniel Lintott
## Describe the bug After installing the package from HACS, I could see our 3 google devices (2 nest mini speakers and a chromecast). When I went back to setup...
The application should be ported from pyGTK to pyGI (GObject Introspection). https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
``` python Traceback (most recent call last): File "./src/OXM/window.py", line 1181, in on_tabbox_focus_tab self.update_tab_host_nics() File "./src/OXM/window_host.py", line 356, in update_tab_host_nics iter = listhostnics.get_iter((0, )) ValueError: invalid tree path ```
``` python Exception in thread Thread-11: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.__target(*self.__args, **self.__kwargs) File "./src/OXM/oxcSERVER.py", line 717,...
The following steps (described in terms of the java API, but you can choose whichever API binding you prefer) should enable an application to notify the user that relevent updates...
When changing between hosts/guests and clicking the Logs tab, a GtkWarning is emitted: ``` python /home/daniel/Development/openxenmanager/src/OXM/oxcSERVER.py:644: GtkWarning: IA__gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed gobject.idle_add(lambda: self.wine.builder.get_object("vmtablelog").remove(ch) and...
``` python Traceback (most recent call last): File "./src/OXM/window_vm.py", line 91, in vnc_button_release self.vnc.client_cut_text(data) TypeError: Vnc.Display.client_cut_text() argument 1 must be string, not gtk.gdk.Event ```
From: https://sourceforge.net/p/openxenmanager/bugs/8/ The Create VM wizard needs a bit of TLC. - Back functionality is broken. - Setting initial vCPU and memory values does not work. - The title never...
As reported in http://sourceforge.net/p/openxenmanager/bugs/3/ creating a VM result in a large list of errors This is critical bug and needs to be fixed before make a release