Firstbober

Results 12 comments of Firstbober

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. ![image](https://user-images.githubusercontent.com/22197465/186159374-aec7a9c0-5876-4dc4-af02-392565735499.png) ![image](https://user-images.githubusercontent.com/22197465/186159452-2502cab9-f41d-443c-98dd-7ddc989b241f.png) ![image](https://user-images.githubusercontent.com/22197465/186159468-0dcaffc0-4707-4225-9004-64b2128b9224.png)

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.