Package Details: ms-office-online 1:2.1.2-1

Git Clone URL: https://aur.archlinux.org/ms-office-online.git (read-only, click to copy)
Package Base: ms-office-online
Description: Microsoft Office Suite Online as a native application
Upstream URL: https://www.office.com/
Keywords: excel jak manjaro microsoft ms-office powerpoint skype word
Licenses: GPL3, CC
Conflicts: microsoft-office-online-jak
Replaces: microsoft-office-online-jak
Submitter: prasadkumar013
Maintainer: AlieZ
Last Packager: AlieZ
Votes: 15
Popularity: 0.009259
First Submitted: 2018-04-18 18:44 (UTC)
Last Updated: 2023-04-14 16:44 (UTC)

Pinned Comments

ydallilar commented on 2020-06-29 15:17 (UTC)

Yeah, since I am grabbing the files from git repo, shasums change from time to time. We need to do it in a more clever way.

I also realized the issue with jade-application-kit after pushing the latest version.

Unfortunately, I really don't have time to follow this up right now. If there are any volunteers, I can give co-maintainer.

Latest Comments

1 2 3 4 5 Next › Last »

ydallilar commented on 2020-12-13 14:20 (UTC)

@johanLo 'python-jade-application-kit' is a Manjaro package not available for ArchLinux users unfortunately...

JohanLo commented on 2020-12-13 14:15 (UTC)

depends = ('python-jade-application-kit') works better for me than depends = ('jade-application-kit> = 3.0.0')

This I enable the appmenu the gnome and the equivalent in kde plasma

ydallilar commented on 2020-11-22 20:54 (UTC) (edited on 2020-11-22 20:57 (UTC) by ydallilar)

Sorry for the delay. python-pyqtwebengine should be a dependency of jade-application-kit. I updated jade-application-kit as such.

@Ataraxy https://raw.githubusercontent.com/manjaro/packages-community/master/ms-office-online/PKGBUILD. This repo is obsolete. Manjaro moved everything to gitlab.

Ataraxy commented on 2020-11-22 07:21 (UTC)

For anyone taking this on, I'd suggest you use the "upstream" PKGBUILD:

https://raw.githubusercontent.com/manjaro/packages-community/master/ms-office-online/PKGBUILD

Ataraxy commented on 2020-11-22 07:21 (UTC)

For anyone taking this on, I'd suggest you use the "upstream" PKGBUILD:

https://raw.githubusercontent.com/manjaro/packages-community/master/ms-office-online/PKGBUILD

spsf64 commented on 2020-11-19 17:11 (UTC)

@WyekS Thanks, it works 100% with these packages! @ydallilar, can you add such dependencies to pkgbuild? TIA

WyekS commented on 2020-10-28 10:53 (UTC)

I had to add this dependency to start it: python-pyqtwebengine

forcegk commented on 2020-10-25 23:43 (UTC) (edited on 2020-10-25 23:43 (UTC) by forcegk)

@ydallilar To fix the error users are giving, add python-pyqtwebengine as a dependency.

Cheers

Ataraxy commented on 2020-10-08 11:54 (UTC) (edited on 2020-10-08 11:54 (UTC) by Ataraxy)

Any workaround for this error?

% ms-office-online
JAK v3.5.3
'bindings'
Traceback (most recent call last):
  File "/usr/bin/ms-office-online", line 4, in <module>
  File "/usr/lib/python3.8/site-packages/JAK/Application.py", line 9, in <module>
  File "/usr/lib/python3.8/site-packages/JAK/Settings.py", line 10, in <module>
ImportError: /usr/lib/python3.8/site-packages/PySide2/QtCore.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN23QOperatingSystemVersion11MacOSBigSurE, version Qt_5

timofonic commented on 2020-09-10 14:16 (UTC)

$ ms-office-online JAK v3.5.3 Traceback (most recent call last): File "/usr/bin/ms-office-online", line 4, in <module> from JAK.Application import JWebApp File "/usr/lib/python3.8/site-packages/JAK/Application.py", line 8, in <module> from JAK.Utils import Instance, bindings, getScreenGeometry File "/usr/lib/python3.8/site-packages/JAK/Utils.py", line 10, in <module> from PyQt5.QtWidgets import QApplication ModuleNotFoundError: No module named 'PyQt5'