Skip to content
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

Update epiphany snap to 44 #6

Open
jbicha opened this issue Apr 11, 2023 · 5 comments
Open

Update epiphany snap to 44 #6

jbicha opened this issue Apr 11, 2023 · 5 comments

Comments

@jbicha
Copy link
Collaborator

jbicha commented Apr 11, 2023

Epiphany 44 switched to webkitgtk-6.0 which is a GTK4 build of webkit2gtk. As of April 11, 2023, Ubuntu 22.04 LTS does not include a GTK4 build for webkit2gtk so either that will need to be done or we need to have the Epiphany snap build webkitgtk itself. That would significantly increase the build time (although we would only need to build the gtk4 version instead of the two gtk3 versions that the Ubuntu .deb also needs to build).

@sergio-costas
Copy link
Contributor

Gnome-42-2204 has only webkit2gtk-4.0 and 4.1. But we should be able to compile 6.0.

@jbicha
Copy link
Collaborator Author

jbicha commented Jun 14, 2023

We would need webkit2gtk 2.40 which we haven't made available in Ubuntu 22.04 LTS yet. But if we could build webkitgtk as a part, it would free us up to be able to package new Epiphany releases sooner.

@sergio-costas
Copy link
Contributor

I mean: to compile it inside the epiphany snap. I'll check it.

@jbicha
Copy link
Collaborator Author

jbicha commented Aug 4, 2023

@sergio-costas and @hellsworth Ubuntu 22.04 LTS now has webkit2gtk 2.40 with webkitgtk 6.0 (for gtk4) which was needed for Epiphany 44.

@sergio-costas
Copy link
Contributor

It seems to need gcr-4, but it's not available in ubuntu 22.04. I'll check if I can compile it directly.

sergio-costas added a commit to sergio-costas/epiphany that referenced this issue Aug 29, 2023
This is still a work-in-progress:

- to build it, a manual "apt update" must be done inside the
  build environment
- the audio still doesn't work

Fix ubuntu#6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants