pop-os / xdg-shell-wrapper

WIP xdg-shell wrapper
Mozilla Public License 2.0
9 stars 3 forks source link

Fails to compile when attempting to install pre-alpha cosmic-epoch #14

Open RachaelAva1024 opened 1 year ago

RachaelAva1024 commented 1 year ago

When trying out the pre-alpha COSMIC desktop by following the just sysext command here, and after installing all prerequisite packages here, (both required and optional) an error message appears from Cargo displayed in the screenshot attached here:

Screenshot_pop-os-cosmic-testing_2023-07-10_17:55:51

It mentions that a similar name exists to replace "wrap_egl_call_ptr" with "wrap_egl_call" (without the trailing "_ptr") in the "./src/space/egl_surface.rs" file. Replacing the only two instances of "wrap_egl_call_ptr" with "wrap_egl_call" compiles successfully.

I am using Virt-Manager to test out the new COSMIC desktop environment with a freshly installed Pop!_OS 22.04 LTS guest OS if that helps, but I suspect that the name for the crate/module was changed and hadn't been updated here yet.

I am not experienced in bug reporting, so if there's any additional info you need, then I'm happy to provide additional info if asked.

wash2 commented 1 year ago

Thanks! I'll update the version of the applications in cosmic-epoch, and that ought to fix the error.