MichalHecko

Results 6 comments of MichalHecko

You can implement method "supports" which rely on plugin name field in your base plugin abstract class. I use this method to pick correct plugin by several criterias

Hi @LarsJaeger, it might be not presented in mutter 46.2 or Ubuntu 24.04 LTS. Source: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2038801

See https://github.com/corretto/corretto-docker/issues/224#issuecomment-2618046775

Thank you a lot. I will do a review and merge your changes later. My old code needs a little polish

On newer version of Debian is important to place corretto-keyring.gpg to **/etc/apt/trusted.gpg.d/** So: `sudo rm /usr/share/keyrings/corretto-keyring.gpg && wget -O - https://apt.corretto.aws/corretto.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/corretto-keyring.gpg && sudo apt...