gnome

Place a Window behind desktop icons using PyQt on Ubuntu/GNOME

Place a Window behind desktop icons using PyQt on Ubuntu/GNOME Question: I’m trying to develop a simple cross-platform Wallpaper manager, but I am not able to find any method to place my PyQt Window between the current wallpaper and the desktop icons using XLib (on windows and macOS it’s way easier and works perfectly). This …

Total answers: 1

How do I get the active window on Gnome Wayland?

How do I get the active window on Gnome Wayland? Question: Background: I’m working on a piece of software called ActivityWatch that logs what you do on your computer. Basically an attempt at addressing some of the issues with: RescueTime, selfspy, arbtt, etc. One of the core things we do is log information about the …

Total answers: 4

How to make python window run as "Always On Top"?

How to make python window run as "Always On Top"? Question: I am running a little program in python that launches a small window that needs to stay on top of all the other windows. I believe this is OS specific, how is it done in GNU-Linux with GNOME? [Update – Solution for Windows] Lovely, …

Total answers: 3