Alik Aslanyan

Results 74 comments of Alik Aslanyan

Hey! I use this to build my metamod/amxmodx modules, but Windows CBASE_DLLEXPORT is wrong. I guess you will merge this forever long, so I'm forced to use my own fork...

This seems to be KWin bug, as it happens more frequently on 6.1 KDE release. Basically `window.output` contains wrong screen. It's happening reliably on my system with one 1080p screen...

I created a ticket for KWin https://bugs.kde.org/show_bug.cgi?id=488898

Well, I debugged and fixed the issue https://invent.kde.org/plasma/kwin/-/merge_requests/5960 Hopefully it should fix all Windows jumping around between monitors. You can pretty much compile than replace your kwin_wayland executable. It should...

Window Maximization is another KWin issue. Original change author just deleted unit test that would have prevented it :) https://bugs.kde.org/show_bug.cgi?id=489463

https://invent.kde.org/plasma/kwin/-/merge_requests/6023 I created MR to restore old behavior. I'm trying to convince KWin devs that breaking backward compatibility is bad idea

I already fixed incorrect display output in https://invent.kde.org/plasma/kwin/-/commit/7578f70b404acbceb53b057e8c483926badf7e21 released in 6.1.1 I will try to contribute more unit tests specific to Polonium in the future. I'm fan of your plugin,...

It would be helpful if you go on and comment in KWin MR and bug to prove the point

XFX merc 310 7900XTX ArchLinux 6.7.6-zen-1-2 Any change to FAN settings results in Input/Output error and failure to change settings again, but the following manual script works. Although I would...

After some debugging problematic line of code is this, ignoring error here fixes the issue on 7900 XTX. I would try to prepare some patch or workaround, but I'm not...