Package Base Details: sozi

Git Clone URL: https://aur.archlinux.org/sozi.git (read-only, click to copy)
Submitter: linkmauve
Maintainer: sbmomeni
Last Packager: sbmomeni
Votes: 73
Popularity: 0.000000
First Submitted: 2010-10-28 11:53 (UTC)
Last Updated: 2023-08-03 18:39 (UTC)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

zeroconf commented on 2022-03-28 20:00 (UTC)

New, fixed version of Sozi has been published on 25th March 2022 - https://github.com/sozi-projects/Sozi/releases

zeroconf commented on 2022-02-25 21:05 (UTC)

Yes, this parameter works - thank you! Sounds like Chromium CLI parameter https://peter.sh/experiments/chromium-command-line-switches/

Just wondering, why such issue appeared and how this GPU sandbox disabling affects sozi work - https://www.electronjs.org/docs/latest/tutorial/sandbox/

sbmomeni commented on 2022-02-24 12:47 (UTC)

@zeroconf Yes, this package compiles sozi sources with Electron v9.4.4 (bundled as a single binary executable).

I'll update this package when upstream settles on a non-beta release. By the way, the https://github.com/sozi-projects/Sozi/commit/8c32c2214dce4f07398497143b07ccf0334fb310 shows that the current "beta" fix is to disable the GPU sandbox. You can achieve/test the same effect with v21.12.06 using the same command line option:

sozi --disable-gpu-sandbox

zeroconf commented on 2022-02-22 22:00 (UTC) (edited on 2022-02-22 22:26 (UTC) by zeroconf)

Sozi developer says, that Sozi uses Electron and it comes as bundled with Sozi. Does Sozi in AUR have also bundled version of electron? If not, then this may the issue. There in discussion at https://github.com/sozi-projects/Sozi/issues/603#issuecomment-1048182509 is also listed electron versions used by Sozi versions.

zeroconf commented on 2022-02-21 18:05 (UTC)

Sounds like last issue is Sozi bug - https://github.com/sozi-projects/Sozi/issues/603

zeroconf commented on 2022-02-20 16:52 (UTC)

Hopefully works newer version better - https://github.com/sozi-projects/Sozi/releases

zeroconf commented on 2022-02-20 16:51 (UTC)

Currently cannot start Sozi 21.12.06-1.

If to start from CLI, then:

[39174:0220/184355.421313:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

Running it via gdb for debugging purposes:

Starting program: /usr/bin/sozi 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff18a1640 (LWP 40091)]
[Detaching after fork from child process 40092]
[Detaching after fork from child process 40093]
[Detaching after fork from child process 40094]
[New Thread 0x7ffff10a0640 (LWP 40097)]
[New Thread 0x7ffff089f640 (LWP 40098)]
[New Thread 0x7ffff009e640 (LWP 40099)]
[New Thread 0x7fffef89d640 (LWP 40100)]
[New Thread 0x7fffef09c640 (LWP 40101)]
[New Thread 0x7fffee73c640 (LWP 40102)]
[New Thread 0x7fffedf3b640 (LWP 40103)]
[New Thread 0x7fffed73a640 (LWP 40104)]
[New Thread 0x7fffecf39640 (LWP 40105)]
[New Thread 0x7fffec738640 (LWP 40106)]
[New Thread 0x7fffec5a6640 (LWP 40107)]
[New Thread 0x7fffebda5640 (LWP 40108)]
[New Thread 0x7fffeb5a4640 (LWP 40109)]
[New Thread 0x7fffec62c640 (LWP 40110)]
[New Thread 0x7fffea876640 (LWP 40111)]
[New Thread 0x7fffea075640 (LWP 40112)]
[New Thread 0x7fffe9073640 (LWP 40114)]
[New Thread 0x7fffe9874640 (LWP 40113)]
[New Thread 0x7fffe8812640 (LWP 40115)]
[New Thread 0x7fffe7ef5640 (LWP 40116)]
[Thread 0x7fffebda5640 (LWP 40108) exited]
[New Thread 0x7fffebda5640 (LWP 40117)]
[New Thread 0x7fffe76c7640 (LWP 40118)]
[New Thread 0x7fffe6e99640 (LWP 40119)]
[New Thread 0x7fffe6698640 (LWP 40120)]
[New Thread 0x7fffe5e97640 (LWP 40123)]
[New Thread 0x7fffe5696640 (LWP 40124)]
[Detaching after fork from child process 40125]
[New Thread 0x7fffe4e95640 (LWP 40126)]
[New Thread 0x7fffe4616640 (LWP 40130)]
[New Thread 0x7fffe3e15640 (LWP 40131)]
[Detaching after fork from child process 40132]
[New Thread 0x7fffe35d3640 (LWP 40136)]
[40077:0220/184814.112577:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.

Thread 6 "Chrome_IOThread" received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0x7fffef89d640 (LWP 40100)]
0x000055555921bea4 in ?? ()

sbmomeni commented on 2021-12-24 18:07 (UTC)

@cmonty14 This error means that some of the source files were not downloaded correctly. You can find the offending file by this command:

makepkg 2>&1 | grep -v Erfolg

Remove the invalid files and retry.

cmonty14 commented on 2021-12-13 07:54 (UTC)

Build error...

    yauzl-2.10.0.tgz ... Erfolg
    yoctodelay-1.2.0.tgz ... Erfolg
    zip-stream-4.1.0.tgz ... Erfolg
==> FEHLER: Eine oder mehrere Dateien überstanden nicht die Gültigkeits-Prüfung!
:: Unable to build sozi - makepkg exited with code: 1

sbmomeni commented on 2021-10-27 07:04 (UTC)

@zeroconf It should be fixed now.