[Manjaro] Apparmor denials with wps-office-2019

Hello there!

I’m trying to get myself some decent office suite, and everything I’ve found so far really sucks. I wanted to use wps 2019, but the one from pamac store doesn’t seem to work properly, so I’ve decided to try snap version. For some reason app doesn’t even start. I’ve thought that debugging it is probably a good idea, but I’m honestly really new to snap (and Linux in general) so I didn’t understand much. Here’s my log output:

sudo journalctl --output=short --follow --all | sudo snappy-debug
kernel.printk_ratelimit = 0
= AppArmor =
Time: Jun 29 11:07:57
Log: apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=5951 comm="snap-confine" capability=12  capname="net_admin"
Capability: net_admin
Suggestions:
* adjust program to not require 'CAP_NET_ADMIN' (see 'man 7 capabilities')
* add one of 'bluetooth-control, firewall-control, netlink-audit, netlink-connector, network-control, qualcomm-ipc-router' to 'plugs'
* do nothing if using systemd utility (eg, timedatectl): https://forum.snapcraft.io/t/managing-time-date-and-timezone-in-ubuntu-core/408/44
* do nothing (https://launchpad.net/bugs/1465724)

= Seccomp =
Time: Jun 29 11:07:58
Log: auid=1000 uid=1000 gid=1000 ses=4 subj=snap.wps-2019-snap.pdf pid=6044 comm="wpspdf" exe="/snap/wps-2019-snap/2/opt/kingsoft/wps-office/office6/wpspdf" sig=0 arch=c000003e 41(socket) compat=0 ip=0x7fc8be013c57 code=0x50000
Syscall: socket
Suggestions:
* add account-control (if using NETLINK_AUDIT)
* add audio-playback (if using NETLINK_KOBJECT_UEVENT)
* add bluetooth-control (if using AF_{ALG,BLUETOOTH})
* add firewall-control (if using NETLINK_{FIREWALL,IP6_FW,NETFILTER,NF_LOG,ROUTE})
* add hardware-observe (if using NETLINK_{GENERIC,KOBJECT_UEVENT})
* add netlink-audit (if using NETLINK_AUDIT)
* add netlink-connector (if using NETLINK_CONNECTOR)
* add network (if using AF_INET{,6}, AF_CONN, NETLINK_ROUTE)
* add network-bind (if using AF_INET{,6}, NETLINK_ROUTE)
* add network-control (if using AF_{APPLETALK,BRIDGE,INET,INET6,IPX,PACKET,PPPOX,SNA}, NETLINK_{DNRTMSG,FIB_LOOKUP,GENERIC,INET_DIAG,ISCSI,KOBJECT_UEVENT,RDMA,ROUTE,XFRM})
* add network-observe (if using SOCK_RAW, AF_INET{,6}), NETLINK_{GENERIC,INET_DIAG,KOBJECT_UEVENT,ROUTE})
* add raw-usb (if using NETLINK_KOBJECT_UEVENT)
* add time-control (if using NETLINK_AUDIT)
* add unity7 (if using NETLINK_KOBJECT_UEVENT)
* add x11 (if using NETLINK_KOBJECT_UEVENT)

= AppArmor =
Time: Jun 29 11:07:58
Log: apparmor="DENIED" operation="open" profile="snap.wps-2019-snap.pdf" name="/etc/host.conf" pid=6044 comm="wpspdf" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
File: /etc/host.conf (read)
Suggestions:
* adjust program to read necessary files from $SNAP, $SNAP_DATA, $SNAP_COMMON, $SNAP_USER_DATA or $SNAP_USER_COMMON
* adjust snap to use snap layouts (https://forum.snapcraft.io/t/snap-layouts/7207)
* add 'system-files (see https://forum.snapcraft.io/t/the-system-files-interface for acceptance criteria)' to 'plugs'

= AppArmor =
Time: Jun 29 11:07:58
Log: apparmor="DENIED" operation="open" profile="snap.wps-2019-snap.pdf" name="/etc/resolv.conf" pid=6044 comm="wpspdf" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
File: /etc/resolv.conf (read)
Suggestions:
* adjust program to read necessary files from $SNAP, $SNAP_DATA, $SNAP_COMMON, $SNAP_USER_DATA or $SNAP_USER_COMMON
* adjust snap to use snap layouts (https://forum.snapcraft.io/t/snap-layouts/7207)
* add 'system-files (see https://forum.snapcraft.io/t/the-system-files-interface for acceptance criteria)' to 'plugs'

= AppArmor =
Time: Jun 29 11:07:58
Log: apparmor="DENIED" operation="open" profile="snap.wps-2019-snap.pdf" name="/etc/hosts" pid=6044 comm="wpspdf" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
File: /etc/hosts (read)
Suggestions:
* adjust program to read necessary files from $SNAP, $SNAP_DATA, $SNAP_COMMON, $SNAP_USER_DATA or $SNAP_USER_COMMON
* adjust snap to use snap layouts (https://forum.snapcraft.io/t/snap-layouts/7207)
* add 'system-files (see https://forum.snapcraft.io/t/the-system-files-interface for acceptance criteria)' to 'plugs'

I need some guidance here. Thanks.