error launching Qt6 applications: Cannot mix incompatible Qt library (6.5.2) with this library (6.5.3)

> qt6ct Cannot mix incompatible Qt library (6.5.2) with this library (6.5.3) [1] 26923 IOT instruction (core dumped) qt6ct In order to determine the problematic library, use the strace command: > sudo strace qt6ct mmap(NULL, 24912, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f90a0382000 mmap(0x7f90a0385000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3000) = 0x7f90a0385000 mmap(0x7f90a0386000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9,Continue reading error launching Qt6 applications: Cannot mix incompatible Qt library (6.5.2) with this library (6.5.3)

Organizing freedesktop Desktop Entries in Linux

This took me a while to get down — given the complexity introduced here in the number of possible locations for things to be configured at a user and global level — but I have been able to create desktop directory entries and have them appear in whiskermenu properly. I highly recommend not to useContinue reading Organizing freedesktop Desktop Entries in Linux