-
Notifications
You must be signed in to change notification settings - Fork 21
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
Panic trying to run on wayland + gnome + manjaro #27
Comments
That're the lines where it sets up. Do you like to work on this? If so feel free to ask any related question right there, I'll try to answer them asap. |
I will follow your comments and will create a PR for this later today :) |
How can I create a PR for this ? I don't have push access. I have some draft code that I want to run through you. |
Trying to follow the example -
now reading the - https://smithay.github.io/book/ to understand what I am trying to do :) |
You need to make a fork, here some (random) note that describes the common worflow for github: https://gist.github.com/Chaser324/ce0505fbed06b947d962 As I may guess, |
Hi @l4l , It is taking me long, as I have never before worked with compositor :), I am reading some docs and have some general question.
What does a DoubleMemoryPool do ? What is the difference between a surface and layer_surface ? Any documentation I read to make better sense of what I am trying to do ? |
Surface is (surprise) a screen surface, where you may receive some events and attach a buffer with a final image. Layer surface extends the surface with Z-coordinate (i.e. depth), quite handy if you want to make a lock screen (which should always be on top of everything), or menu app like yofi so it is never hidden by other apps. The last one is wlr extension as I noted before. As for doc, protocol sources comments are very comprehensive imo: wayland-protocol & wlr-extensions. Besides I found the wayland book very useful. |
Hi,
first of all thank you for this initiative / project 👍🏾 :). I can read rust and can try fix simple problems.
I tried to follow the instructions on README. I get this error
Googling this
zwlr_layer_shell_v1
- seems to have some issue with gnome. emersion/slurp#38 (comment)Any ideas how to slove this ?
The text was updated successfully, but these errors were encountered: