usbinstall.py: set application name to have X11 WM_CLASS property set (fixes problem with openbox hack for matchbox-keyboard which expects a window with no name to detect virtual keyboard)

This commit is contained in:
Silvan Calarco 2012-02-20 17:56:15 +01:00
parent 97ee7491ce
commit 0d549706bf

View File

@ -410,7 +410,7 @@ def end_forced(event):
event.ignore()
# Program start
app = QtGui.QApplication([])
app = QtGui.QApplication(['usbinstall'])
gettext.install('usbinstall', '/usr/share/locale', unicode=1)
window = create_window()
mainloop = gobject.MainLoop()