Ctrl+. (Dot) makes “e” appear instead of showing suggestions in VSCode on Gnome

This is not related to VSCode, as the same thing happens in any text input field across all apps (both on Wayland and Xorg, Fedora). The issue appeared on my pc when I upgraded to Gnome 42, and I still can’t find a way to fix it (keyboard shortcuts don’t have any entry for Ctrl+.). … Read more

ImportError: libtk8.6.so: cannot open shared object file: No such file or directory [duplicate]

All you need to do is to install the tkinter package. Now universal precompiled packages such as ActivePython will not work, well at least it didn’t work for me. I don’t know if this problem occurs in other OSes but I know the solution for Linux: install the Tk package from a repository. In Arch, … Read more

Can’t start my virtual Box machine after installing Docker on Windows

VirtualBox can’t run anymore because Docker for Windows activates Hyper-V during its installation (with your permission). So you have to disable this feature again. You have to uncheck Hyper-V in Control Panel -> Programs -> Programs and Features -> Turn Windows features on or off. After a reboot, VirtualBox should be able to run again.

tech