I\'m writing a window manager and I\'m stuck with a problem on Qt4 menu bar elements. When I first click on the menu item, it shows correctly, then I close it and try to open it again but it does not
How can I check if a window is minimized or not using the C interface of xlib? Edit: Should this code work?
I\'m looking at some X11 code that uses XmbTextListToTextProperty to set the WM_NAME property, with encoding style XTextStyl开发者_如何转开发e.
I\'m working on a small self-开发者_如何学运维written window manager, the project is at the very beginning and there are just a few lines of code communicating with the X server. The problem comes at
I rewrote Lode\'s raycasting tutorial code to make it process events in a separate thread. I found out that any SDL calls that call xlib functions need to be the main thread, so in this code all funct
I\'d like to hear the best means for displaying graphics that move on-screen as an overlay with Python.The intended initial platform is Linux.I\'ve 开发者_运维技巧worked up some small demos using PyQt
My project has simple requirements: Grab the contents of an existing xorg app\'s window (do some ocr) Draw something over the existing app\'s window (to an overlay)
My application is an OS lock screen开发者_Python百科 (like GDM\'s lock screen or KDE\'s), so I\'m trying to make it function like one.
I\'ve been looking around for a nice locks开发者_运维技巧creen to use with my XFCE system, but it seems like there are any slim lock screens around. I\'m currently using slock, but it\'s just a blank
I\'m trying to implement clickable areas on the root window, using python xlib\'s RECORD extension. this is what i\'ve got so far: