Fix Chrome titlebar color in Fedora

If you come across the issue of wanting Chrome to use dark mode but the title bar is still bright white, read on… Issue found in Fedora 36 I have not had experience with this problem in other versions. How to fix this issue Original solution found here. Run the following commands: sed -i 's/^Exec=\/usr\/bin\/google-chrome-stable$/& --enable-features=WebUIDarkMode --force-dark-mode/' /usr/share/applications/google-chrome.desktop sed -i 's/%U/--enable-features=WebUIDarkMode --force-dark-mode &/' /usr/share/applications/google-chrome.desktop It’s a fairly easy fix which basically just forces Chrome to use dark mode....

July 19, 2023

How to get wxPython running on Fedora 36/38

The instructions for installing wxPython on other platforms can be found here. I usually run Fedora as my desktop OS and the lack of an easy way to install all the dependencies and such is what spurred this post. I have run these steps on Fedora 36 and 38 successfully Clone wxPython repository This step is not neccessary unless you are building from source code (which is not happening here)....

July 8, 2023