-
Notifications
You must be signed in to change notification settings - Fork 31
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
Contributing.md doesn't have latest instructions #868
Comments
We'll need to know some more details of the system you are attempting to run the installer snap on to be able to help. The error you are seeing around glibc not being found sounds like you may be running on an old version of ubuntu that is incompatible with the installer? (The same applies for the warning about no GL implementation being available). |
I suspect you're trying to build the snap from |
It worked thank you very much |
How to contribute and how to create snap are not well documented.
I installed all dependencies from this instaruction https://github.com/canonical/ubuntu-desktop-provision/blob/main/docs/CONTRIBUTING.md#required-dependencies
my branch was ubunt/24.04
melos boostrap
workedafter that
git checkout smap/ubuntu-desktop-bootstrap
snapcraft
it builds a snap file.
if I install this snap and execute
ubuntu-desktop-bootstrap --try-or-install
I get white windows and this error
`# ubuntu-desktop-bootstrap --try-or-install
Failed to start udisks2-inhibit.service: Unit udisks2-inhibit.service not found.
Gtk-Message: 18:00:19.478: Failed to load module "canberra-gtk-module"
Gtk-Message: 18:00:19.485: Failed to load module "canberra-gtk-module"
(ubuntu_bootstrap:3854): Gtk-WARNING **: 18:00:19.688: /snap/core22/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libibus-1.0.so.5)
(ubuntu_bootstrap:3854): Gtk-WARNING **: 18:00:19.688: Loading IM context type 'ibus' failed
** (ubuntu_bootstrap:3854): WARNING **: 18:00:19.689: Failed to start Flutter renderer: No GL implementation is available`
Can someone help how to build a working snap from source code? if I install it from snap store it works. I need to modify source code
Thanks in advance
The text was updated successfully, but these errors were encountered: