X2Go compositing issues

Posted on Mon 13 February 2023 in Blog • Tagged with Today I Learned

I use X2Go to login to some of my systems when I need to access a graphical desktop. To keep the load on the system low I use XFCE as the desktop environment. Recently I found that when I logged into one of my systems running Ubuntu 22.04 that …


Continue reading

GitHub pull requests and issues

Posted on Fri 10 February 2023 in Blog • Tagged with GitHub, Today I Learned

I have resisted using pull requests on GitHub for my own repositories because it seemed like I need to have have both an Issue and a Pull Request for each branch. I create Issues for fixes and features that I want to implement. During development I create a branch for …


Continue reading