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: None
Last Packager: AlieZ
Votes: 15
Popularity: 0.000112
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

« First ‹ Previous 1 2 3 4 5 Next › Last »

gmparker2000 commented on 2020-06-17 20:32 (UTC) (edited on 2020-06-17 20:35 (UTC) by gmparker2000)

I ran makepkg and got the following error:

makepkg -o
==> Making package: ms-office-online 19.06.2-6 (Wed 17 Jun 2020 05:26:23 PM
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ms-office-online-launcher-19.06.2.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Cur
                                 Dload  Upload   Total   Spent    Left  Spe
100 96280  100 96280    0     0  77333      0  0:00:01  0:00:01 --:--:-- 77
  -> Downloading add-mslogin.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Cur
                                 Dload  Upload   Total   Spent    Left  Spe
100  1085  100  1085    0     0   1359      0 --:--:-- --:--:-- --:--:--  1
  -> Downloading sharepoint.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Cur
                                 Dload  Upload   Total   Spent    Left  Spe
100  1081  100  1081    0     0   1356      0 --:--:-- --:--:-- --:--:--  1
==> Validating source files with sha256sums...
    ms-office-online-launcher-19.06.2.tar.gz ... Passed
    add-mslogin.patch ... FAILED
    sharepoint.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!

yenlegion commented on 2020-02-02 04:55 (UTC)

Is this at all related to what the Manjaro guys are building, or just similiar? https://gitlab.manjaro.org/packages/community/microsoft-office-online-jak

ydallilar commented on 2020-01-20 15:01 (UTC)

With version 19.06.2-6, checksums seem to be up to date. If you claim that they are not correct, reproduce the result with makepkg -o and post here. DO NOT FLAG the package out of date.

yankees5963 commented on 2020-01-11 20:49 (UTC) (edited on 2020-01-11 20:50 (UTC) by yankees5963)

add-mslogin.patch and sharepoint.patch did not pass sha512sums

==> Validating source files with sha256sums... ms-office-online-launcher-19.06.2.tar.gz ... Passed add-mslogin.patch ... FAILED sharepoint.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!

ydallilar commented on 2019-12-25 16:31 (UTC)

@MattKRoss I patched jade-application-kit with the change you suggested and ms-office-online seems to be working now.

Please do not edit your python installation files manually and do not install packages with pip. You will break your python installation. pyside2 5.14.0 provided in archlinux repos 6 days ago is now compatible with python3.8.

MattKRoss commented on 2019-12-23 02:03 (UTC)

I believe the package is up-to-date since I just fixed a typo and it worked. Just edit the file /usr/lib/python3.8/site-packages/JAK/WebEngine.py to change all "Pyside2" entries for "PySide2" (with uppercase "S"). If it still doesn't work, pip install pyside2 module and there ya go.

demux commented on 2019-12-15 01:25 (UTC)

When I ran microsoft-office-online-jak 19.06.2-3, I got no JAK found first; after pip-installing I got the following:

$ ms-office-online 
JAK v2.1.3
PyQt5 Bindings
Traceback (most recent call last):
  File "/usr/bin/ms-office-online", line 2, in <module>
    from JAK.Application import JWebApp
  File "/home/gov/anaconda3/lib/python3.7/site-packages/JAK/Application.py", line 20, in <module>
    from JAK.WebEngine import JWebView
  File "/home/gov/anaconda3/lib/python3.7/site-packages/JAK/WebEngine.py", line 9, in <module>
    from JAK.RequestInterceptor import Interceptor
  File "/home/gov/anaconda3/lib/python3.7/site-packages/JAK/RequestInterceptor.py", line 8, in <module>
    from PyQt5.QtWebEngineCore import QWebEngineUrlRequestInterceptor, QWebEngineUrlRequestInfo
ImportError: /home/gov/anaconda3/lib/python3.7/site-packages/PyQt5/../../../libQt5Quick.so.5: undefined symbol: _ZN14QDistanceFieldC1ERKS_, version Qt_5_PRIVATE_API

Was working perfectly before this. Anyone know what this is about?

ydallilar commented on 2019-12-10 11:43 (UTC)

JAK v2.1.1 PySide2 Bindings, JAK_PREFERRED_BINDING environment variable not set. TypeError: 'Shiboken.ObjectType' object is not iterable.

is a pyside2 issue. We have to wait for them to port pyside2 to python3.8.

spsf64 commented on 2019-11-16 14:23 (UTC)

@ydallilar Thanks for replying!

I tested the updated packages but it errors out with the message you linked at github (TypeError: 'Shiboken.ObjectType' object is not iterable).

Lets wait for upstream updates...

ydallilar commented on 2019-11-15 13:04 (UTC)

@spsf64 Thanks for reminding me. I have bumped both packages for python3.8. However, there is still the issue should be addressed by jade developer... https://github.com/codesardine/Jade-Application-Kit/issues/67