Lorenzo Mauro
Lorenzo Mauro
This worked for me on Ubuntu 24.04 ``` sudo add-apt-repository -r ppa:thopiekar/sierrabreeze sudo add-apt-repository "deb https://ppa.launchpadcontent.net/thopiekar/sierrabreeze/ubuntu jammy main" sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D51DB14E9FFECCF3 sudo apt-get update sudo apt...
I think I have found a solution that doesn't require editing Application.cpp using Walnut::Application::GetCommandBuffer(true) and Walnut::Application::FlushCommandBuffer() In my situation I have created a function 'AddIcons' in a namespace Utils to...