A typical use case is when an editor is setting its window title to the full long path name such that the actual important part, the file name, falls off the edge on the right and becomes invisible. Unfortunately the X11 window title is normally set internally by the application and its format is hard coded. A solution is to monitor the editor window title and modify it if its becomes too long.
Continue reading Change X11 window titleTag Archives: Python
Arduino IDE Linux installation
Download latest IDE tarball from the Arduino store, unpack the tar file and install bin symlink, desktop files and add menu entries.
Continue reading Arduino IDE Linux installationInstall pyUSB 1.x latest version
pyUSB is an excellent Python package that can significantly simplify USB programming. For most Linux distributions there are packages only for older versions of pyUSB, but since it is actively developed you probably want to have the latest version on your system.
Continue reading Install pyUSB 1.x latest version