-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Wayland support #218
Comments
Should probably use GTK on GNOME and Wayland directly on KDE with serverside decorations extension. |
Та зачем метаться со стороны в сторону? Возми просто GTK и он сам подхватит тему Qt на Кедах! |
Хотя я бы был не против верстать заголовок отдельно от GTK на AUI |
И дополнительные кедовские кнопочки |
И как это будет смотреться, если снизу будет AUI? |
Да нормально, даже гтк прилично смотрится |
Психани и нарисуй заголовок в AUI.. С полным блюром, самым красивым в Linux. И на винде тоже. Иконки и кнопки можно от системы взять |
Я на психа похож? |
Ну ты.. AUI написал так что да |
А AUI поддерживает прозрачность окон? На всех системах.. Если да, то можно свои красивейшие окна делать без всяких там Qt/KDE/GTK |
Поддерживает. Но блюр рисовать силами aui не хочу, пусть композитор рисует |
Композитор не сможет красиво совместить с остальным контентом окна. В общем я за консистентность AUI. Похуй на остальное, надо GTK - нарисую на AUI (как это делают Qt) |
So, what's the point of supporting Wayland, if XWayland does it's job so well?.. |
А как же через раз работающие клавыши F1-12? Зажатие клавиши удаления удаляет один символ и больше не повторяется. То же самое с другими клавишами. |
Разве вейланд уже поддерживает дропный скейлинг без мыла? |
Нафиг оно вообще надо, других задач нет шоли? Вот бы кто пулл реквест кинул с этим вейландом, а там страшно, абсракцию плодить надо |
Как раз только он и поддерживает |
Дай луа биндинг, цены не будет твоему фреймворку |
Wayland is a mess... I've tried to use egl example found on the internet:
And it crashes! You guess why?? Because I'm running KDE! |
KDE implements |
Initially I thought is a rather bad option but we already depend on gtk to make system dialogs look native. Also, we won't need to implement ugly AUI-based decorations just for GNOME. As was suggested, it's a good idea to get rid of X11 entirely and use dependencies that we are already depend on. Let those red-eyed linux shenanigans do their job under gtk and wayland, I don't want to bother with their questionable design decisions like the one with client side decorations. Okay, there's |
Currently, AUI uses X11 windowing system on Linux platform.
Wayland windowing system is raising in popularity, also, major Linux distributions like Ubuntu and Fedora abandoning X11 session support, thus AUI works on recent desktop Linux OSes as "legacy" application, through compatibility layer, Xwayland.
Showstoppers
NVIDIA still has issues under Waylandfixed in nvidia gpu drivers 550 for linuxThe text was updated successfully, but these errors were encountered: