Package Details: onlyoffice-bin 8.2.2-1

Git Clone URL: https://aur.archlinux.org/onlyoffice-bin.git (read-only, click to copy)
Package Base: onlyoffice-bin
Description: An office suite that combines text, spreadsheet and presentation editors
Upstream URL: https://www.onlyoffice.com/
Licenses: AGPL-3.0-only
Conflicts: onlyoffice
Provides: onlyoffice
Submitter: mikalair
Maintainer: dbermond (Antiz)
Last Packager: Antiz
Votes: 228
Popularity: 5.19
First Submitted: 2016-11-17 12:33 (UTC)
Last Updated: 2024-11-29 16:48 (UTC)

Pinned Comments

Antiz commented on 2024-10-17 18:28 (UTC)

This package ships the OnlyOffice Desktop Editor, not the OnlyOffice Document Server.

Please, make sure that you are referring to the correct software when flagging this package out of date :)

Latest Comments

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

Antiz commented on 2024-10-17 18:28 (UTC)

This package ships the OnlyOffice Desktop Editor, not the OnlyOffice Document Server.

Please, make sure that you are referring to the correct software when flagging this package out of date :)

Antiz commented on 2024-09-09 22:23 (UTC)

@dreieck I'll add that at next upstream release (unless you need it now?).

Antiz commented on 2024-09-09 22:20 (UTC)

@XcroatoanX This package is about the Desktop Editor, not the Document Server.

dreieck commented on 2024-09-03 12:39 (UTC)

Ahoj,

can you add =${pkgver} to the provide entry, please? That allows versioned dependenca and versioned conflict declarations.

Regards and thanks for the package!

sga11 commented on 2024-04-13 06:26 (UTC)

video playback is not working for me, i only see a gray-black playback, and i am not sure of if it is an upstream thing, because there are no issues in recent time (2 years, there is an older issue now closed), there is a page in onlyoffice docs for video section (for cent os) https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/Editors-User-Guides/PresentationEditor/Video-support.aspx

the video itself is in H.264 format, i have all the gstreamer packages from main repos installed

sudo pacman -Ss gst plugin | rg installed
extra/gst-libav 1.24.1-2 [installed]
extra/gst-plugin-pipewire 1:1.0.4-4 [installed]
extra/gst-plugin-va 1.24.1-2 [installed]
extra/gst-plugins-bad 1.24.1-2 [installed]
extra/gst-plugins-bad-libs 1.24.1-2 [installed]
extra/gst-plugins-base 1.24.1-2 [installed]
extra/gst-plugins-base-libs 1.24.1-2 [installed]
extra/gst-plugins-good 1.24.1-2 [installed]
extra/gst-plugins-ugly 1.24.1-2 [installed]
extra/gstreamer-vaapi 1.24.1-2 [installed]

video plays

screen recording of broken playback, and playing in mpv (so the video itself is not broken), if it is required, i can send the presentation and video also

http://0.vern.cc/s/BYmM26y0IdWuoWkTAiYhJA/ZW.mkv

sirocco commented on 2024-03-07 04:25 (UTC)

@George528
Maybe it makes sense to reduce the compression ratio in makepkg.conf
from COMPRESSZST=(zstd -c -T0 --ultra -20 -) to COMPRESSZST=(zstd -c -T0 -5 -)

dbermond commented on 2024-03-06 01:29 (UTC)

@George528 Your log shows that you are using an AUR helper, and this is not supported. Please use makepkg.

georgerabus commented on 2024-03-05 21:24 (UTC) (edited on 2024-03-05 21:24 (UTC) by georgerabus)

(1/1) reinstalling onlyoffice-bin                  [######################] 100%
error: could not extract /opt/onlyoffice/desktopeditors/dictionaries/ro_RO/ro_RO.dic (Truncated zstd input)
error: problem occurred while upgrading onlyoffice-bin
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
 -> error installing: [/home/george/.cache/yay/onlyoffice-bin/onlyoffice-bin-8.0.1-1-x86_64.pkg.tar.zst] - exit status 1

Antiz commented on 2024-02-17 15:37 (UTC) (edited on 2024-02-17 15:50 (UTC) by Antiz)

It was initially done this way to avoid the need of extracting the archive in a buffer directory first and then move the content in $pkgdir when we could just extract it directly in $pkgdir.
Anyway, the package was reworked to allow the patching of the desktop file ;)

However, I'd still like to say that this is an upstream issue that is not specific to this particular AUR package but common to every only-office packages there is (including the official Flatpak one).
The proper way to have this issue fixed once and for all would be to have it addressed on upstream side, which would be beneficial to every only-office downstream packages there is (not only this particular AUR one).

So regardless of this AUR package being now patched, I'd still encourage one to submit this patch to upstream in a pull request or through the upstream issue currently opened on that matter. That would be a helpful step toward a proper fix for that issue :)