flathub / dev.goats.xivlauncher

https://flathub.org/apps/details/dev.goats.xivlauncher
3 stars 8 forks source link

Wayland Issues #1

Closed rowbawts closed 2 years ago

rowbawts commented 2 years ago

With the Wayland permission (as per default) I get no window decorations and I can't type into the login/password fields removing this permission and using Xwayland resolves both of these.

If anymore information is required to help troubleshoot please ask and I can deliver.

image

hfiguiere commented 2 years ago

tbd I asked the question in the review:

https://github.com/flathub/flathub/pull/3101#discussion_r864398838

My take? wayland should be disabled if it doesn't work.

rowbawts commented 2 years ago

tbd I asked the question in the review:

flathub/flathub#3101 (comment)

My take? wayland should be disabled if it doesn't work.

I was watching the review I saw your comment.

goaaats commented 2 years ago

Thanks for the heads up, seems like the info I had was incorrect. Probably best to disable it altogether for now.

SDL apparently needs to be compiled with libdecor support enabled to draw window title bars on Wayland, so there's some work to be done here.

(I'm rather new to the distribution of Linux apps, sorry for blunders like this)

rowbawts commented 2 years ago

Thanks for the heads up, seems like the info I had was incorrect. Probably best to disable it altogether for now.

SDL apparently needs to be compiled with libdecor support enabled to draw window title bars on Wayland, so there's some work to be done here.

(I'm rather new to the distribution of Linux apps, sorry for blunders like this)

No problem that's what this community is for, I'm glad to see you guys going out of your way to publish on Flathub. I went ahead an created a pull request for you with the change.