flathub / com.amazon.Workspaces

https://flathub.org/apps/details/com.amazon.Workspaces
4 stars 7 forks source link

The GNOME 42 runtime is no longer supported as of March 21, 2023 #32

Closed jianpan closed 1 year ago

jianpan commented 1 year ago

The GNOME 42 runtime is no longer supported as of March 21, 2023. Please ask your application developer to migrate to a supported platform. Info: applications using this runtime: com.amazon.Workspaces

bbhtt commented 1 year ago

See https://github.com/flathub/com.amazon.Workspaces/pull/27#issue-1396308485, not sure if it's going to work with >42. It'd be nice if you are able to confirm that it works using the latest build.

compuguy commented 1 year ago

FYI @bbhtt the build in the pull request from March is no longer accessible.

bbhtt commented 1 year ago

The logs in https://github.com/flathub/com.amazon.Workspaces/pull/27#issuecomment-1636125648 indicate that due to missing webkitgtk2-4.0 the program refuses to run:

/app/extra/bin/libwebkit2gtk-4.0.so.37.so: cannot open shared object file: No such file or directory
/app/extra/bin/liblibwebkit2gtk-4.0.so.37.so: cannot open shared object file: No such file or directory
/app/extra/bin/libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
/app/extra/bin/liblibwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

We unfortunately can't bundle it here.

webkit2gtk-4.0 (built with libsoup2 was removed from runtime 43 onwards).

Until Amazon updates that dependency by porting the client to webkit2gtk-4.1 (using libsoup3) I can't update the runtime to >=43.

I suggest using the feedback form in the program (Support > Feedback) to let Amazon know.

I'll close the PR.

Thanks!

AsciiWolf commented 1 year ago

@bbhtt See how I handled this in Xiphos: https://github.com/flathub/org.xiphos.Xiphos/pull/11/files#diff-1bf280b4e00cd6a99da872ca9c50d807034c22b1bb37fc285c48ceb2e480a84bR187

bbhtt commented 1 year ago

@bbhtt See how I handled this in Xiphos: https://github.com/flathub/org.xiphos.Xiphos/pull/11/files#diff-1bf280b4e00cd6a99da872ca9c50d807034c22b1bb37fc285c48ceb2e480a84bR187

I'll look into it. I didn't want to bundle webkit2gtk because the build is complicated and it attracts security issues.

bbhtt commented 1 year ago

Hello, @jianpan, @compuguy, please let me know if the build in https://github.com/flathub/com.amazon.Workspaces/pull/41#issuecomment-1652059033 works for you.

Then I'll merge and upgrade the runtime.

jianpan commented 1 year ago

Thanks! It works for me. But the clipboard integration still isn't working.

com.amazon.Workspaces 4.6.0.4187 org.gnome.Platform/x86_64/44

On Wed, Jul 26, 2023 at 11:43 AM bbhtt @.***> wrote:

Hello, @jianpan https://github.com/jianpan, @compuguy https://github.com/compuguy, please let me know if the build in #41 (comment) https://github.com/flathub/com.amazon.Workspaces/pull/41#issuecomment-1652059033 works for you.

Then I'll merge and upgrade the runtime.

— Reply to this email directly, view it on GitHub https://github.com/flathub/com.amazon.Workspaces/issues/32#issuecomment-1652075765, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO4IYR7NMVHXXMTDYSVJYTXSE3IPANCNFSM6AAAAAAWED3O3A . You are receiving this because you were mentioned.Message ID: <flathub/com .@.***>

bbhtt commented 1 year ago

But the clipboard integration still isn't working.

I'll need to investigate it more. If you can share the logs in the other issue we talked about, it'd be helpful.

The new build with runtime 44 will be published in 4–5 hours. You can remove the test build and do a flatpak update to update.