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:
parent
97ee7491ce
commit
0d549706bf
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user