-
Notifications
You must be signed in to change notification settings - Fork 16
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
Surface being attached endlessly #108
Comments
If these don't help, post output of the clients ran with Manuals for plugins will be eventually written. Currently the config plugin for example is not quite finished. Especially input handling sucks still on Orbment (#105) |
Ok, with git wayland and weston it works, thanks. I have another issue. When this issue happen, everything freeze. I took log from orbment with enabled wlc debug and weston debug. Here is last few rows of the log: then everything freeze and restart of pc is necessary. I have taken log as orbment --log orbment.log > orbment-error 2>&1 and this is log from file orbment.log, so I can attach orbment-error, where seems to be very detailed messages from wayland. Can you look at it? |
Can you specify more closer what you did. Also full log would be preferred. |
I don't know exactly, what can cause this issue. I didn't do anything special. Just switching screens with LWIN+num, switching keyboard layout with LSHIFT+LALT, run application from bemenu with LWIN+P. Maybe also switching output with LWIN+L, I'm not sure if I done it this time. Here are links to files, which I mentioned before. here is the my script for set variables and run orbment: |
It seems to keep attaching buffer endlessly at the end, that probably ends up exhausting the event loop as well, keeping orbment from repainting or handling input.
I think this can be reproduced rather easily. |
Same problem here. It seems that it has a very... strange behavior when running without xorg installed. |
Is this bug still reproducable? |
Currently, I'm not able to reproduce this issue with newer versions of orbment. |
All right, I close it then. |
I need to ask for some questions.
What can I use, if I'm running orbment without xorg? (WLC_XWAYLAND=0)?
Bemenu or weston terminal (run by WIN+RETURN) doesn't work.
Is there some manual for plugins or for config file, which orbment asks during the start?
Thanks.
The text was updated successfully, but these errors were encountered: