reopen 958901 = Am Montag, 4. Mai 2020, 09:39:07 CEST schrieb Chow Loong Jin: > On Sun, Apr 26, 2020 at 02:53:21PM +0200, Rainer Dorsch wrote: > > Dear Maintainer, > > > > I installed qreator on my system (with a KDE desktop). > > > > I started qreator but did not see any response or window popping up: > > [...] > > Hi Rainer, > > I suspect that qreator might be hanging at startup while trying resolve > your current location to initialize the location QR Code generator > widget. > > Could you disable the location QR code type by removing > /usr/share/qreator/qreator/qrcodes/QRCodeLocation.py and then try > launching it again?
Hi Chow, I apologize for the late reply and thank you for your quick reply. Not sure if I am allowed to use the control server, so can you please check if the issue got reopened? I tried your suggestion, but no luck, I think there is no difference: root@h370:~# mv /usr/share/qreator/qreator/qrcodes/QRCodeLocation.py /usr/ share/qreator/qreator/qrcodes/QRCodeLocation.py.orig root@h370:~# Abgemeldet rd@h370:~$ qreator /usr/share/qreator/qreator_lib/Builder.py:21: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import GObject, Gtk # pylint: disable=E0611 /usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:18: PyGIWarning: GtkChamplain was imported without specifying a version first. Use gi.require_version('GtkChamplain', '0.12') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GtkChamplain, Clutter, Champlain /usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:20: PyGIWarning: GtkClutter was imported without specifying a version first. Use gi.require_version('GtkClutter', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GtkClutter /usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py:20: PyGIWarning: NM was imported without specifying a version first. Use gi.require_version('NM', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GLib, GdkPixbuf, NM No handlers could be found for logger "qreator_lib" ^C^C^C^C^C^C^Z [1]+ Angehalten qreator rd@h370:~$ kill %1 [1]+ Angehalten qreator rd@h370:~$ [1]+ Beendet qreator rd@h370:~$ su - Passwort: root@h370:~# mv /usr/share/qreator/qreator/qrcodes/QRCodeLocation.py.orig / usr/share/qreator/qreator/qrcodes/QRCodeLocation.py root@h370:~# Abgemeldet rd@h370:~$ qreator /usr/share/qreator/qreator_lib/Builder.py:21: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import GObject, Gtk # pylint: disable=E0611 /usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:18: PyGIWarning: GtkChamplain was imported without specifying a version first. Use gi.require_version('GtkChamplain', '0.12') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GtkChamplain, Clutter, Champlain /usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:20: PyGIWarning: GtkClutter was imported without specifying a version first. Use gi.require_version('GtkClutter', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GtkClutter /usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py:20: PyGIWarning: NM was imported without specifying a version first. Use gi.require_version('NM', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GLib, GdkPixbuf, NM No handlers could be found for logger "qreator_lib" ^C^C^C^C^C^Z [1]+ Angehalten qreator rd@h370:~$ kill %1 [1]+ Angehalten qreator rd@h370:~$ Also ^C does not kill the process, I have to do a ^Z and kill %1 to get rid of it. I should probably reopen the issue. Sorry again for the late response Rainer -- Rainer Dorsch http://bokomoko.de/