Szczepan Szpilczyński
Szczepan Szpilczyński
Yes, it is still happening. My guess is Firefox handles `PRIMARY` and `CLIPBOARD` clipboards in different manner. `PRIMARY` is used when pasting with mouse middle button on Linux X11. It...
Here are all the settings I could've found.   
https://www.youtube.com/watch?v=JivuXdrIHK0
I think that we shouldn't block entire Krita if we can't connect to discord :sweat_smile: I'll fix it in the meantime and notify you.
Any progress here? Gnome can do it as shown above, and wlroots with `wlr-foreign-toplevel-management-unstable` protocol also can.
After some research, it seems that Kotlin is the problem, as stated in https://github.com/JetBrains/kotlin-native/issues/3037. libdecsync source code does not use any function from libxcrypt or libraries related with it, as...
The only place where kotlin(-native) has mentions to libcrypt is in [posix.def file](https://github.com/JetBrains/kotlin/blob/master/kotlin-native/platformLibs/src/platform/linux/posix.def), so maybe using kotlin provided by the distribution to build the code would solve the problem as...
After some research, I found that the panel always has at least 46 height forced by some GTK elements in it. There is not much I can do, code I...
Moved to 1.0 because current implementation randomly broke.
Never mind, it works again. Please don't break again.