

Evolution is a Gnome software so you’ll probably need to install gnome-keyring.
I use session restore with my KDE and most windows end up back to the workspace they were. It’s somewhat annoying that not all go back to where they were but I’ve learned to live with it. May or may not have anything to do with kwin rules as I’ve not manually set anything.




Based on the readme this basically brings some Kotlin null handling and immutability as an add-on to Java projects. For a fresh project I recommend Kotlin. For an existing project this might add some value.
As for immutability Java already has options for that like the
finalkeyword or immutable collections.Overall an interesting idea. NPEs are way too common in Java code. Even the original creator of
nullfeels it was a mistake to begin with.