flathub / io.atom.Atom

https://flathub.org/apps/details/io.atom.Atom
6 stars 7 forks source link

Update to Freedesktop 22.08 #135

Closed darkdragon-001 closed 2 years ago

darkdragon-001 commented 2 years ago

bot, build

flathubbot commented 2 years ago

Queued test build for io.atom.Atom.

flathubbot commented 2 years ago

Started test build 112889

flathubbot commented 2 years ago

Build 112889 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/110494/io.atom.Atom.flatpakref
flathubbot commented 2 years ago

Started test build 112890

flathubbot commented 2 years ago

Build 112890 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/110495/io.atom.Atom.flatpakref
cpba commented 2 years ago

Thank you for the help.

This builds but it won't run because it's trying to run /app/bin/atom-real (which is a shell script, despite the name) through zypak-wrapper, and newer versions of zypak only support actual binaries (which is why we still had an old version).

flathubbot commented 2 years ago

Started test build 112907

flathubbot commented 2 years ago

Build 112907 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/110512/io.atom.Atom.flatpakref
cpba commented 2 years ago

Now this is the same as #134, except it builds zypak rather than using the already bundled one.

The problem is that now it crashes on start just like #134 does, with the same message: [2:0928/120703.675652:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.

darkdragon-001 commented 2 years ago

See #134