maynard
maynard copied to clipboard
Desktop environment for Wayland
Is Maintenance still going on here? Is this project dead?
I'm building Maynard for the pc. I managed to build or install all the dependencies. There was the wayland protocols that was missing from your build instructions but I simply...
make[2]: Entering directory '/root/maynard/shell' CC shell-helper.lo shell-helper.c: In function ‘configure_surface’: shell-helper.c:82:40: error: ‘struct weston_surface’ has no member named ‘configure_private’; did you mean ‘committed_private’? struct weston_view *existing_view = es->configure_private; ^~ shell-helper.c:...
Compiling on latest Raspbian Jessie fails like so ``` CC shell-helper.lo shell-helper.c: In function 'configure_surface': shell-helper.c:74:40: error: 'struct weston_surface' has no member named 'committed_private' struct weston_view *existing_view = es->committed_private; ^...
When issue #4 is fixed we need to add support for preferences. I think it would be nice to display something like the app launcher with icons for the various...
Hi! This is some fine work :-) In your announcement post three days ago, you mention that LXDE does not support Wayland. I just wanted to bring up that we...
Is there a way I can start maynard immediately upon booting?
We should start a session bus when launching maynard, but then we also need to check that apps don't start spawning a billion services.
After we fix issue #3 and #12 we will have more icons in the panel. The default size of the panel should be the current one, but, when more icons...
Currently favourites are set in gsettings. I would like something similar to gnome shell, i.e. you long click and/or right click on a running app icon and you get a...