Tutorials

Use GNOME Looking Glass for debugging

Looking Glass is GNOME Shell's integrated inspector tool and JavaScript console useful for debugging.

method/1497/shortcuts-looking-glass.png

Open the run prompt by pressing Alt+F2

Enter lg to start Looking Glass

Commands can be entered directly at the prompt e.g. global.get_window_actors()

step/7348/Screenshot at 2012-05-03 20:15:22.png

Exit at any time by pressing Esc

Create GUI Applications with Python & Qt6 by Martin Fitzpatrick

(PyQt6 Edition) The hands-on guide to making apps with Python — Over 15,000 copies sold!

More info Get the book

Elsewhere

Control memcached from the command line
Find all files containing a given string
Kill unresponsive applications on Linux
Build a Desktop Sticky Notes Application with PySide6 & SQLAlchemy