flathub / io.github.spacingbat3.webcord

https://flathub.org/apps/details/io.github.spacingbat3.webcord
11 stars 11 forks source link

Release 4.3.0 #51

Closed bbhtt closed 1 year ago

bbhtt commented 1 year ago

Closes https://github.com/flathub/io.github.spacingbat3.webcord/issues/50

--socket=x11 and --socket=wayland at the same time isn't allowed at the same time by the linter.

flathubbot commented 1 year ago

Started test build 49196

flathubbot commented 1 year ago

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

flatpak install --user https://dl.flathub.org/build-repo/31795/io.github.spacingbat3.webcord.flatpakref
bbhtt commented 1 year ago

Crashes immediately due to sandbox issues

[68:0623/080243.784408:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /app/bin/webcord/usr/lib/webcord/chrome-sandbox is owned by root and has mode 4755.
xargs: /app/bin/webcord/usr/lib/webcord/webcord: terminated by signal 5
axtloss commented 1 year ago

Crashes immediately due to sandbox issues

[68:0623/080243.784408:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /app/bin/webcord/usr/lib/webcord/chrome-sandbox is owned by root and has mode 4755.
xargs: /app/bin/webcord/usr/lib/webcord/webcord: terminated by signal 5

zypak has changed it's way of launching the binaries, causing it to break when calling scripts sed 's|exec xargs|exec xargs zypak-wrapper|g' -i /app/bin/webcord/usr/bin/webcord will have to be added to the build commands so that it works again.

bbhtt commented 1 year ago

Crashes immediately due to sandbox issues

[68:0623/080243.784408:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /app/bin/webcord/usr/lib/webcord/chrome-sandbox is owned by root and has mode 4755.
xargs: /app/bin/webcord/usr/lib/webcord/webcord: terminated by signal 5

zypak has changed it's way of launching the binaries, causing it to break when calling scripts sed 's|exec xargs|exec xargs zypak-wrapper|g' -i /app/bin/webcord/usr/bin/webcord will have to be added to the build commands so that it works again.

Thanks, checking

flathubbot commented 1 year ago

Started test build 49390

flathubbot commented 1 year ago

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

flatpak install --user https://dl.flathub.org/build-repo/31988/io.github.spacingbat3.webcord.flatpakref