openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 359 forks source link

Linux app locks up system when opening it on KDE #1467

Open Penncilk opened 3 years ago

Penncilk commented 3 years ago

After I run an application, all the other apps on my screen cut to black, and the system animations become stiff until I close it, I love this tool, this problem is the only thing keeping me from loving it fully, I hope this message was helpful ^^

Here's my Neo-fetch if it helps

OS: KDE neon User Edition 5.22 x86_64 Host: 81EM Lenovo ideapad FLEX 6-14IKB Kernel: 5.4.0-74-generic Uptime: 17 hours, 13 mins Packages: 2299 (dpkg), 11 (flatpak) Shell: bash 5.0.17 Resolution: 1920x1080, 1920x1080 DE: Plasma WM: KWin Theme: Breeze Dark [Plasma], Breeze [GTK2/3] Icons: [Plasma], breeze-dark [GTK2/3] Terminal: konsole CPU: Intel i5-8250U (8) @ 3.400GHz GPU: Intel UHD Graphics 620 Memory: 7358MiB / 15795MiB

BNTFryingPan commented 1 year ago

(this is very late) applications can disable the compositor when they start to increase performance which is very useful for intense games. you wouldnt want your desktop effects that your not even going to see to be taking up a lot of resources that your game could be using instead. lime (sdl actually) does this by default on linux because a lot of projects (not all) using it are games. it might make sense for there to be a way to prevent this behavior in lime though for non-game applications