@bobi sed -i -E "s|Exec=/usr/bin/onlyoffice-desktopeditors %U|Exec=/usr/bin/onlyoffice-desktopeditors %F|g" onlyoffice-desktopeditors.desktop
Search Criteria
Package Details: onlyoffice-bin 8.3.3-2
Package Actions
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: | 255 |
Popularity: | 9.30 |
First Submitted: | 2016-11-17 12:33 (UTC) |
Last Updated: | 2025-05-16 16:38 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libxss
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- ttf-carlito (ttf-google-fonts-gitAUR)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR)
- ttf-liberation (ttf-defenestrationAUR)
- gst-libav (gst-libav-gitAUR) (optional) – for playing embedded video files
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – for playing embedded video files
- libreoffice (libreoffice-dev-binAUR, libreoffice-fresh, libreoffice-still) (optional) – for OpenSymbol fonts
- otf-takaoAUR (optional) – for japanese Takao fonts
- ttf-ms-fontsAUR (ttf-win7-fontsAUR, ttf-ms-win8AUR, ttf-ms-win8-arabicAUR, ttf-ms-win8-hebrewAUR, ttf-ms-win8-seaAUR, ttf-ms-win8-indicAUR, ttf-ms-win8-japaneseAUR, ttf-ms-win8-koreanAUR, ttf-ms-win8-zh_cnAUR, ttf-ms-win8-zh_twAUR, ttf-ms-win8-thaiAUR, ttf-ms-win8-otherAUR, ttf-ms-win10AUR, fake-ms-fontsAUR, ttf-ms-win10-autoAUR, ttf-ms-win10-cdnAUR, ttf-ms-win11AUR, ttf-ms-win11-autoAUR) (optional) – for Microsoft fonts
Required by (0)
Sources (2)
begin-theadventu commented on 2024-02-17 00:30 (UTC)
bobi commented on 2024-02-16 14:47 (UTC) (edited on 2024-02-17 08:45 (UTC) by bobi)
Alternatively a decent way around would be to patch the .desktop file.
Basically:
9c9
< Exec=/usr/bin/onlyoffice-desktopeditors %U
---
> Exec=/usr/bin/onlyoffice-desktopeditors %F
Confirmed working there: https://forum.endeavouros.com/t/pcmanfm-open-and-save-files-with-onlyoffice/36490
Edit: realized this was also already addressed by @Freed below. This patch is definitely possible here, since desktop files are part of the post-compile files.
dbermond commented on 2023-11-26 01:12 (UTC)
@Freed We cannot patch anything from https://github.com/ONLYOFFICE/desktop-apps/ since this is a pre-compiled (-bin) package. This should be fixed by upstream.
Freed commented on 2023-11-25 08:23 (UTC) (edited on 2023-11-25 08:28 (UTC) by Freed)
How about add a patch like https://github.com/ONLYOFFICE/DesktopEditors/issues/872#issuecomment-1826252473 to fix #872?
And
diff --git a/onlyoffice-desktopeditors.desktop b/onlyoffice-desktopeditors.desktop
index cd71aad..96c6d4a 100644
--- a/onlyoffice-desktopeditors.desktop
+++ b/onlyoffice-desktopeditors.desktop
@@ -6,7 +6,7 @@ GenericName[ru]=Редактор документов
Comment=Edit office documents
Comment[ru]=Редактировать офисные документы
Type=Application
-Exec=/usr/bin/onlyoffice-desktopeditors %U
+Exec=/usr/bin/onlyoffice-desktopeditors %F
Terminal=false
Icon=onlyoffice-desktopeditors
Keywords=Text;Document;OpenDocument Text;Microsoft Word;Microsoft Works;odt;doc;docx;rtf;
Because onlyoffice-desktopeditores only support full path.
Antiz commented on 2023-11-01 10:50 (UTC)
The latest 7.5.1 upstream release does not contain any other assets than the macos' dmg
files at the moment, meaning that the deb
file/archive used as a source for the onlyoffice AUR package is not (yet) available.
I opened an upstream issue here. The version 7.5.1 can only be packaged and released once upstream adds the deb
artifact to the release.
Thanks for your patience! :)
dbermond commented on 2023-10-19 18:11 (UTC)
@Krator The new upstream version was released just a few hours, so there is no need for all this rush. The package is updated when the maintainer have time to do so. Please notice that package maintainers also have a life, a work, a family and a lot of other tasks in real life, so please be patient while the maintainer takes the time for updating. That being said, I'm pushing the update now.
Krator commented on 2023-10-19 15:17 (UTC)
Please update the package to the latest version! Is the process already underway?
Gobidev commented on 2023-03-17 09:58 (UTC)
diff for 7.3.3:
diff --git a/.SRCINFO b/.SRCINFO
index 51986c1..9767f2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onlyoffice-bin
pkgdesc = An office suite that combines text, spreadsheet and presentation editors
- pkgver = 7.3.0
+ pkgver = 7.3.3
pkgrel = 1
url = https://www.onlyoffice.com/
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = onlyoffice-bin
optdepends = ttf-ms-fonts: for Microsoft fonts
provides = onlyoffice
conflicts = onlyoffice
- noextract = onlyoffice-desktopeditors-x86_64-7.3.0.deb
+ noextract = onlyoffice-desktopeditors-x86_64-7.3.3.deb
options = !strip
options = !emptydirs
- source = onlyoffice-desktopeditors-x86_64-7.3.0.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.0/onlyoffice-desktopeditors_amd64.deb
- sha256sums = 91762fbca4541b09907e0b8629a3a079d38ceeb2ec0085eb0d396172c876ecaf
+ source = onlyoffice-desktopeditors-x86_64-7.3.3.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.3/onlyoffice-desktopeditors_amd64.deb
+ sha256sums = e8083e510d1a700b958f6c8b1975ccf55b080c8efcb9c27595a7578c5bfe682a
pkgname = onlyoffice-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8d2247..e6771e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mikalai Ramanovich < narod.ru: nikolay.romanovich >
pkgname=onlyoffice-bin
-pkgver=7.3.0
+pkgver=7.3.3
pkgrel=1
pkgdesc='An office suite that combines text, spreadsheet and presentation editors'
arch=('x86_64')
@@ -19,7 +19,7 @@ conflicts=('onlyoffice')
options=('!strip' '!emptydirs')
source=("onlyoffice-desktopeditors-${CARCH}-${pkgver}.deb"::"https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb")
noextract=("onlyoffice-desktopeditors-${CARCH}-${pkgver}.deb")
-sha256sums=('91762fbca4541b09907e0b8629a3a079d38ceeb2ec0085eb0d396172c876ecaf')
+sha256sums=('e8083e510d1a700b958f6c8b1975ccf55b080c8efcb9c27595a7578c5bfe682a')
prepare() {
mkdir -p "onlyoffice-${pkgver}
karcher commented on 2022-09-24 16:53 (UTC)
@dbermond Thanks for the quick response! It worked!
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 :)