Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tray Icon doesn't display on KDE, Gnome and XFCE #98

Open
thomas725 opened this issue Mar 21, 2021 · 46 comments
Open

Tray Icon doesn't display on KDE, Gnome and XFCE #98

thomas725 opened this issue Mar 21, 2021 · 46 comments
Labels
help wanted Extra attention is needed snap Related to snap package upstream Upstream issue

Comments

@thomas725
Copy link

Description
Tray Icon doesn't display on Manjaro KDE. I can seen an empty spot where the tray icon should be.

To Reproduce
Steps to reproduce the behavior:

  1. Have Manjaro KDE System.
  2. Install whatsapp-for-linux 1.1.2-0 from community repository.
  3. start the app
  4. See the error

Expected behavior
display a whatsapp icon instead of empty spot in tray icon bar.

Environment

  • Manjaro Linux, up to date @ 2021-03-21
  • whatsapp-for-linux 1.1.2-0 from community repository
  • KDE Plasma 5.21.3
  • KDE Frameworks 5.80.0
@thomas725 thomas725 added the bug Something isn't working label Mar 21, 2021
@ocpalo
Copy link
Contributor

ocpalo commented Mar 21, 2021

I have same issue too. I thought it is because i built with CMake. It seems like there is something wrong. Tray icon is clickable but it won't load png file.

Ubuntu 18.04

@xeco23 xeco23 added the good first issue Good for newcomers label Mar 22, 2021
@xeco23
Copy link
Owner

xeco23 commented Mar 28, 2021

Tray icons are a bit tricky across distros. I will try to find a solution. In the meantime, any help, investigation, and debugging are appreciated.

@xeco23 xeco23 added the help wanted Extra attention is needed label Mar 28, 2021
@lucasfrotam
Copy link

I have same issue too.
Ubuntu 20.04

@ericfernandesferreira
Copy link

Same issue here too.

Slackware64 Current
Cinnamon 4.8.6
compiled by source with Cmake

@xeco23
Copy link
Owner

xeco23 commented Apr 24, 2021

Well, we can use system theme whatsapp icons and use ours as fallback but not every theme has some custom whatsapp icons. What do you guys think?

@xeco23
Copy link
Owner

xeco23 commented Apr 24, 2021

The default extension for Gnome somehow doesn't work and I reported this here: ubuntu/gnome-shell-extension-appindicator#232 (comment). For now, a workaround for gnome is using TopIcons Plus Extension

@xeco23 xeco23 changed the title Tray Icon doesn't display on Manjaro KDE Tray Icon doesn't display on KDE and Gnome Apr 24, 2021
@xeco23
Copy link
Owner

xeco23 commented Apr 25, 2021

Well, I introduced a fallback mechanism with 3face99 for now. If anyone could try and let me know if it's well enough, would be nice so that we can make a new release.

@ocpalo
Copy link
Contributor

ocpalo commented Apr 25, 2021

The issue still remains on Ubuntu 18.04

Screenshot from 2021-04-25 19-22-59

@xeco23
Copy link
Owner

xeco23 commented Apr 25, 2021

The issue still remains on Ubuntu 18.04

Thanks a lot! What do you use as an icon theme, and extension to display tray icons?

@ocpalo
Copy link
Contributor

ocpalo commented Apr 25, 2021

I was using ubuntu-mono-dark(default one). Now i changed it to "kora". It works fine now.

Screenshot from 2021-04-25 20-07-01

@xeco23
Copy link
Owner

xeco23 commented Apr 25, 2021

Alright, let's live with it for now since I don't want to put a lot of effort into something which is not well supported by DEs or even extensions... Well, of course, please submit a PR if you see any improvement.

@xeco23 xeco23 changed the title Tray Icon doesn't display on KDE and Gnome Tray Icon doesn't display on KDE, Gnome and XFCE May 4, 2021
@d-packs
Copy link

d-packs commented May 14, 2021

Is there a workaround for this issue? Any file I can manually copy somewhere? Kora icons does not fix the issue for me. (using latest version of xfce on Manjaro). Anyway the current icon theme does have the whatsapp icon, as the app looks well in the window list and in the apps menu. It just shows a black rectangle in the system tray:
sc-210515-004203
.

@alansenairj
Copy link

same here. It is showing 3 dots. I'm using topicon plus and nothing. Ubuntu 21.04 here.
image

@ocpalo
Copy link
Contributor

ocpalo commented Jun 18, 2021

@d-packs @alansenairj can you tell me how did you install app? Via make or snap?

@alansenairj
Copy link

via ubuntu store, I think it uses snap to install this package.

@d-packs
Copy link

d-packs commented Jun 18, 2021 via email

@taffarel55
Copy link

Same issue here.

image

@ocpalo
Copy link
Contributor

ocpalo commented Jul 24, 2021

@taffarel55 how did you install app? Via snap store?

I think problem is at snap side. It probably does not register icon and find it. Need to look where icon resources in snap installation.

auto const trayPixbuf = Gdk::Pixbuf::create_from_resource("/main/image/tray/whatsapp-for-linux-tray.png");
auto const attentionPixbuf = Gdk::Pixbuf::create_from_resource("/main/image/tray/whatsapp-for-linux-tray-attention.png");

It should load default indicator-message package. Could you guys check if indicator-message package is installed?

Command is

apt search indicator-message

If this is not the case, we can insert few debug messages and update snap installation to see what causes this.

@taffarel55
Copy link

Hello @berkeyvx! I installed via community arch on Manjaro. I think I don't have this package installed, I looked for this package and I couldn't find it for arch. What can I do?

@ocpalo
Copy link
Contributor

ocpalo commented Jul 28, 2021

As soon as possible, I will install fresh copy of your OS and this app to solve this problem.

In this time, can you try to install via CMake? Clone the repository and follow the steps

1. mkdir -p build/debug && cd build/debug
2. cmake -DCMAKE_BUILD_TYPE=Debug ../..
3. make
4. make install

If last step fails, try sudo make install.

@taffarel55
Copy link

Yes, I can install via CMake! @berkeyvx

@lightinen
Copy link

on latest deb the same problem on debian 11 xfce

@filhocf
Copy link
Contributor

filhocf commented Aug 31, 2021

I confirm that in Debian Sid (unstable) your deb package works fine for tray icon system.

I has the snap version, so after read here that you have a deb package, I uninstalled snap package and installed deb package. Now I have a tray icon in my KDE.

The other question was that now I haven't the window bottons, at right-top side in the window. Anyway, is a "minor" problem.

@xeco23
Copy link
Owner

xeco23 commented Sep 19, 2021

Hi @berkeyvx. The path we use there are included in the application binary and should be visible from snap as well. However, the solution is not really that straightforward. We already do some extra checks to see what could be the existing tray icon in the system which I don't like very much already. The solution lies in understanding how indicator extensions for Ubuntu work as it already works in other systems.

@illegalmushroom
Copy link

Running Linux Mint 20.2 Cinnamon and installed the .deb package found under releases, I don't see a tray icon.
I tried uninstalling the .deb and compiling from source but the issue persists.

@xeco23 xeco23 added upstream Upstream issue and removed bug Something isn't working labels Nov 10, 2021
@d-packs
Copy link

d-packs commented Nov 30, 2021

@eneshecan on Manjaro (and I assume any arch-based distro) these are the files created by the package:

/usr/bin/whatsapp-for-linux
/usr/share/applications/whatsapp-for-linux.desktop
/usr/share/icons/hicolor/128x128/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/16x16/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/256x256/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/32x32/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/64x64/apps/whatsapp-for-linux.png

From @berkeyvx 's post above I can see the icons paths are hardcoded. Is this the case (or this is only in snap)? Can you make this variable? At least look in more locations? Also, there doesn't seem to be any file ending with -tray.png.

sc-211130-130317

@xeco23
Copy link
Owner

xeco23 commented Jan 7, 2022

Possibly fixed by 0fb38b9

@xeco23 xeco23 closed this as completed Jan 7, 2022
@ocpalo
Copy link
Contributor

ocpalo commented Jan 7, 2022

@eneshecan can you update snap version? I tried to install and test using snap, It installed the 1.3.2 version which is published on 2 January 2022

@xeco23
Copy link
Owner

xeco23 commented Jan 7, 2022

@eneshecan can you update snap version? I tried to install and test using snap, It installed the 1.3.2 version which is published on 2 January 2022

Yes, I'll update soon.

@xeco23
Copy link
Owner

xeco23 commented Jan 8, 2022

I just created a release and saw that the snap application properly displays the tray icon. Could you please confirm? @berkeyvx

@ocpalo
Copy link
Contributor

ocpalo commented Jan 8, 2022

Screenshot from 2022-01-08 17-18-10

It does not display, weird

Version: whatsapp-for-linux 1.4.0
OS : Ubuntu 21.04
Gnome 3.38.5

@xeco23
Copy link
Owner

xeco23 commented Jan 8, 2022

Screenshot from 2022-01-08 17-18-10

It does not display, weird

Version: whatsapp-for-linux 1.4.0 OS : Ubuntu 21.04 Gnome 3.38.5

What are you using as an extension for displaying tray icons? I use the default one that comes with ubuntu.

@ocpalo
Copy link
Contributor

ocpalo commented Jan 8, 2022

Screenshot from 2022-01-08 17-18-10
It does not display, weird
Version: whatsapp-for-linux 1.4.0 OS : Ubuntu 21.04 Gnome 3.38.5

What are you using as an extension for displaying tray icons? I use the default one that comes with ubuntu.

Me too, but i am not sure. How can i check?

@xeco23
Copy link
Owner

xeco23 commented Jan 8, 2022

Ah, I see the reason, you are right, it shouldn't work. It worked for me because I installed deb package first and that placed the tray icons into the system. When I remove those, I get the error;
com.github.whatsapp-for-linux.tray, Impossible to lookup icon for 'whatsapp-for-linux-tray-panel' in path /home/xeco/snap/whatsapp-for-linux/30/.local/share/icons Jan 08 15:32:37 ubuntu-dev [email protected][1660]: unable to update icon for com.github.whatsapp-for-linux.tray Jan 08 15:32:39 ubuntu-dev [email protected][1660]: com.github.whatsapp-for-linux.tray, Impossible to lookup icon for 'whatsapp-for-linux-tray-panel' in path /home/xeco/snap/whatsapp-for-linux/30/.local/share/icons Jan 08 15:32:39 ubuntu-dev [email protected][1660]: unable to update icon for com.github.whatsapp-for-linux.tray

@xeco23 xeco23 reopened this Jan 8, 2022
@xeco23
Copy link
Owner

xeco23 commented Jan 8, 2022

image

Did I mention before that I hate snaps? :(

Maybe related: ubuntu/gnome-shell-extension-appindicator#176
TopIcons Plus works fine btw...

@xeco23 xeco23 mentioned this issue Feb 2, 2022
@Sadi58
Copy link

Sadi58 commented Aug 25, 2022

No icon, no blank space, nothing in my system tray.
KDE neon 5.25
KDE Plasma 5.25.4
KDE Frameworks 5.97.0
Qt 5.15.5

@LorenzoMorelli
Copy link

Same issue here.
I don't have tray icon at all, I don't know if it is a problem of this app or my gnome extension for tray icon but as far as I know the extension I'm using always worked with other applications.

Installed from AUR.
ArchLinux Kernel 5.19.13-zen1-1-zen
Gnome 42.5
Whatsapp for linux version 1.4.7

@xeco23 xeco23 removed the good first issue Good for newcomers label Nov 7, 2022
@Sadi58
Copy link

Sadi58 commented Nov 24, 2022

Finally, system tray icon is back in KDE Plasma!
Installed from github deb file.
Operating System: SparkyLinux 7
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6

@christian179717
Copy link

On Mint 21 Cinnamon too:
grafik

@heximcz
Copy link

heximcz commented Mar 11, 2023

On Mint 21 Cinnamon too:
grafik

Same problem on LM 21 Cinnamon. Full log:

Mar 11 13:17:53 mypc systemd[1]: Mounting Mount unit for whatsapp-for-linux, revision 55...
Mar 11 13:17:53 mypc systemd[1]: Mounted Mount unit for whatsapp-for-linux, revision 55.
Mar 11 13:18:26 mypc systemd[1543]: Started snap.whatsapp-for-linux.whatsapp-for-linux.144535c4-0a3c-4763-82df-2662e895f529.scope.
Mar 11 13:18:26 mypc kernel: [   42.036466] audit: type=1400 audit(1678537106.488:64): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="snap-update-ns.whatsapp-for-linux" name="/boot/" pid=2836 comm="5" srcname="/var/lib/snapd/hostfs/boot/" flags="rw, bind"
Mar 11 13:18:27 mypc kernel: [   42.883649] audit: type=1326 audit(1678537107.336:65): auid=4294967295 uid=1000 gid=1000 ses=4294967295 subj=snap.whatsapp-for-linux.whatsapp-for-linux pid=2808 comm="whatsapp-for-li" exe="/snap/whatsapp-for-linux/55/usr/local/bin/whatsapp-for-linux" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fbf2f4fb73d code=0x50000
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: 
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: ** (whatsapp-for-linux:2808): WARNING **: 13:18:27.413: Could not open /sys/class/dmi/id/chassis_type: Failed to open file “/sys/class/dmi/id/chassis_type”: Permission denied
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: 
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: ** (whatsapp-for-linux:2808): WARNING **: 13:18:27.413: Could not open /sys/firmware/acpi/pm_profile: Failed to open file “/sys/firmware/acpi/pm_profile”: Permission denied
Mar 11 13:18:27 mypc kernel: [   42.955701] audit: type=1400 audit(1678537107.408:66): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/sys/devices/virtual/dmi/id/chassis_type" pid=2808 comm="whatsapp-for-li" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:27 mypc kernel: [   42.955706] audit: type=1400 audit(1678537107.408:67): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/sys/firmware/acpi/pm_profile" pid=2808 comm="whatsapp-for-li" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: SettingMap: Key file does not have key “min-font-size” in group “web”, returning default value: 0
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: SettingMap: Key file does not have key “zoom-level” in group “general”, returning default value: 1
Mar 11 13:18:27 mypc kernel: [   42.984209] audit: type=1326 audit(1678537107.436:68): auid=4294967295 uid=1000 gid=1000 ses=4294967295 subj=snap.whatsapp-for-linux.whatsapp-for-linux pid=3006 comm="WebKitNetworkPr" exe="/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitNetworkProcess" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f2b5a7e373d code=0x50000
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: Gtk-Message: 13:18:27.451: Failed to load module "xapp-gtk3-module"
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: Gtk-Message: 13:18:27.452: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: SettingMap: Key file does not have key “header-bar” in group “general”, returning default value: 1
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: SettingMap: Key file does not have group “appearance”, returning default value: 0
Mar 11 13:18:27 mypc kernel: [   43.270478] audit: type=1326 audit(1678537107.720:69): auid=4294967295 uid=1000 gid=1000 ses=4294967295 subj=snap.whatsapp-for-linux.whatsapp-for-linux pid=3007 comm="WebKitWebProces" exe="/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f76f639473d code=0x50000
Mar 11 13:18:27 mypc kernel: [   43.385227] audit: type=1107 audit(1678537107.836:70): pid=1010 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/DBus" interface="org.freedesktop.DBus" member="RequestName" mask="send" name="org.freedesktop.DBus" pid=3007 label="snap.whatsapp-for-linux.whatsapp-for-linux" peer_label="unconfined"
Mar 11 13:18:27 mypc kernel: [   43.385336] audit: type=1107 audit(1678537107.836:71): pid=1010 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/DBus" interface="org.freedesktop.DBus" member="ListNames" mask="send" name="org.freedesktop.DBus" pid=3007 label="snap.whatsapp-for-linux.whatsapp-for-linux" peer_label="unconfined"
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: 
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: ** (WebKitWebProcess:3007): WARNING **: 13:18:27.863: Could not open /sys/class/dmi/id/chassis_type: Failed to open file “/sys/class/dmi/id/chassis_type”: Permission denied
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: 
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: ** (WebKitWebProcess:3007): WARNING **: 13:18:27.863: Could not open /sys/firmware/acpi/pm_profile: Failed to open file “/sys/firmware/acpi/pm_profile”: Permission denied
Mar 11 13:18:27 mypc dbus-daemon: apparmor="DENIED" operation="dbus_method_call"  bus="accessibility" path="/org/a11y/atspi/registry" interface="org.a11y.atspi.Registry" member="GetRegisteredEvents" mask="send" name=":1.1" pid=3007 label="snap.whatsapp-for-linux.whatsapp-for-linux" peer_pid=1660 peer_label="unconfined"
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: 
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: ** (WebKitWebProcess:3007): WARNING **: 13:18:27.879: Failed to get atspi registered event listeners: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.39" (uid=1000 pid=3007 comm="/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWeb" label="snap.whatsapp-for-linux.whatsapp-for-linux (enforce)") interface="org.a11y.atspi.Registry" member="GetRegisteredEvents" error name="(unset)" requested_reply="0" destination=":1.1" (uid=1000 pid=1660 comm="/usr/libexec/at-spi2-registryd --use-gnome-session" label="unconfined")
Mar 11 13:18:27 mypc whatsapp-for-linux[2996]: 
Mar 11 13:18:32 mypc kernel: [   47.949328] audit: type=1400 audit(1678537112.400:82): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:32 mypc kernel: [   47.949636] audit: type=1400 audit(1678537112.400:83): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/app.slice/snap.whatsapp-for-linux.whatsapp-for-linux.144535c4-0a3c-4763-82df-2662e895f529.scope/memory.current" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Mar 11 13:18:32 mypc kernel: [   47.949650] audit: type=1400 audit(1678537112.400:84): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/app.slice/snap.whatsapp-for-linux.whatsapp-for-linux.144535c4-0a3c-4763-82df-2662e895f529.scope/memory.max" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Mar 11 13:18:32 mypc kernel: [   47.949659] audit: type=1400 audit(1678537112.400:85): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/app.slice/snap.whatsapp-for-linux.whatsapp-for-linux.144535c4-0a3c-4763-82df-2662e895f529.scope/memory.high" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Mar 11 13:18:37 mypc kernel: [   52.950659] audit: type=1400 audit(1678537117.404:86): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: Cannot connect to server socket err = No such file or directory
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: Cannot connect to server request channel
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: jack server is not running or cannot be started
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: Cannot connect to server socket err = No such file or directory
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: Cannot connect to server request channel
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: jack server is not running or cannot be started
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:18:42 mypc kernel: [   57.951054] audit: type=1400 audit(1678537122.404:87): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:39 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:18:47 mypc kernel: [   62.951509] audit: type=1400 audit(1678537127.404:88): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:52 mypc kernel: [   67.952739] audit: type=1400 audit(1678537132.404:89): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:18:57 mypc kernel: [   72.953950] audit: type=1400 audit(1678537137.404:90): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:02 mypc kernel: [   77.954551] audit: type=1400 audit(1678537142.408:91): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:07 mypc kernel: [   82.955792] audit: type=1400 audit(1678537147.412:92): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:12 mypc kernel: [   87.957072] audit: type=1400 audit(1678537152.411:93): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:17 mypc kernel: [   92.957631] audit: type=1400 audit(1678537157.411:94): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:22 mypc kernel: [   97.958151] audit: type=1400 audit(1678537162.411:95): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:27 mypc kernel: [  102.958802] audit: type=1400 audit(1678537167.411:96): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:32 mypc kernel: [  107.960260] audit: type=1400 audit(1678537172.415:97): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:37 mypc kernel: [  112.961664] audit: type=1400 audit(1678537177.415:98): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:42 mypc kernel: [  117.962063] audit: type=1400 audit(1678537182.415:99): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:47 mypc kernel: [  122.962535] audit: type=1400 audit(1678537187.415:100): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:52 mypc kernel: [  127.963551] audit: type=1400 audit(1678537192.419:101): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:19:57 mypc kernel: [  132.964023] audit: type=1400 audit(1678537197.419:102): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:02 mypc kernel: [  137.963969] audit: type=1400 audit(1678537202.420:103): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:07 mypc kernel: [  142.963876] audit: type=1400 audit(1678537207.416:104): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:12 mypc kernel: [  147.964186] audit: type=1400 audit(1678537212.417:105): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:17 mypc kernel: [  152.963947] audit: type=1400 audit(1678537217.418:106): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:22 mypc kernel: [  157.963836] audit: type=1400 audit(1678537222.418:107): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:27 mypc kernel: [  162.964641] audit: type=1400 audit(1678537227.423:108): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:32 mypc kernel: [  167.964818] audit: type=1400 audit(1678537232.423:109): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:37 mypc kernel: [  172.965783] audit: type=1400 audit(1678537237.423:110): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:42 mypc kernel: [  177.966881] audit: type=1400 audit(1678537242.424:111): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:47 mypc kernel: [  182.967846] audit: type=1400 audit(1678537247.424:112): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:52 mypc kernel: [  187.968820] audit: type=1400 audit(1678537252.424:113): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:20:57 mypc kernel: [  192.969837] audit: type=1400 audit(1678537257.425:114): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:02 mypc kernel: [  197.970782] audit: type=1400 audit(1678537262.429:115): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:07 mypc kernel: [  202.971062] audit: type=1400 audit(1678537267.429:116): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:12 mypc kernel: [  207.971508] audit: type=1400 audit(1678537272.429:117): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:17 mypc kernel: [  212.972519] audit: type=1400 audit(1678537277.429:118): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:22 mypc kernel: [  217.973169] audit: type=1400 audit(1678537282.433:119): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:27 mypc kernel: [  222.974204] audit: type=1400 audit(1678537287.434:120): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:32 mypc kernel: [  227.974571] audit: type=1400 audit(1678537292.434:121): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:37 mypc kernel: [  232.975747] audit: type=1400 audit(1678537297.434:122): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:42 mypc kernel: [  237.976182] audit: type=1400 audit(1678537302.434:123): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:47 mypc kernel: [  242.976580] audit: type=1400 audit(1678537307.438:124): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:52 mypc kernel: [  247.977122] audit: type=1400 audit(1678537312.438:125): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:21:57 mypc kernel: [  252.978421] audit: type=1400 audit(1678537317.438:126): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:02 mypc kernel: [  257.979123] audit: type=1400 audit(1678537322.439:127): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:07 mypc kernel: [  262.980495] audit: type=1400 audit(1678537327.443:128): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:12 mypc kernel: [  267.981802] audit: type=1400 audit(1678537332.443:129): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:17 mypc kernel: [  272.983035] audit: type=1400 audit(1678537337.443:130): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:22 mypc kernel: [  277.984381] audit: type=1400 audit(1678537342.447:131): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:27 mypc kernel: [  282.985604] audit: type=1400 audit(1678537347.447:132): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:32 mypc kernel: [  287.986865] audit: type=1400 audit(1678537352.447:133): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:37 mypc kernel: [  292.988121] audit: type=1400 audit(1678537357.451:134): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:42 mypc kernel: [  297.989025] audit: type=1400 audit(1678537362.451:135): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:47 mypc kernel: [  302.990379] audit: type=1400 audit(1678537367.451:136): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:52 mypc kernel: [  307.991407] audit: type=1400 audit(1678537372.456:137): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:22:54 mypc snapd[1034]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "blender", "core", "core18", "core20", "core22", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "telegram-desktop", "tradingview", "vlc", "whatsapp-for-linux"
Mar 11 13:22:57 mypc kernel: [  312.992464] audit: type=1400 audit(1678537377.456:138): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:02 mypc kernel: [  317.993705] audit: type=1400 audit(1678537382.452:139): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:07 mypc kernel: [  322.995234] audit: type=1400 audit(1678537387.456:140): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:12 mypc kernel: [  327.995813] audit: type=1400 audit(1678537392.456:141): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:17 mypc kernel: [  332.996131] audit: type=1400 audit(1678537397.456:142): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:22 mypc kernel: [  337.996641] audit: type=1400 audit(1678537402.456:143): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:27 mypc kernel: [  342.998314] audit: type=1400 audit(1678537407.460:144): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:32 mypc kernel: [  347.999003] audit: type=1400 audit(1678537412.460:145): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:37 mypc kernel: [  353.000085] audit: type=1400 audit(1678537417.460:146): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:42 mypc kernel: [  358.001120] audit: type=1400 audit(1678537422.461:147): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:47 mypc kernel: [  363.001554] audit: type=1400 audit(1678537427.461:148): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:52 mypc kernel: [  368.003050] audit: type=1400 audit(1678537432.465:149): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:23:57 mypc kernel: [  373.004738] audit: type=1400 audit(1678537437.465:150): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:02 mypc kernel: [  378.005884] audit: type=1400 audit(1678537442.469:151): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:07 mypc kernel: [  383.006940] audit: type=1400 audit(1678537447.469:152): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:12 mypc kernel: [  388.007478] audit: type=1400 audit(1678537452.469:153): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:17 mypc kernel: [  393.008718] audit: type=1400 audit(1678537457.469:154): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:22 mypc kernel: [  398.009935] audit: type=1400 audit(1678537462.473:155): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:27 mypc kernel: [  403.011313] audit: type=1400 audit(1678537467.473:156): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:32 mypc kernel: [  408.012068] audit: type=1400 audit(1678537472.473:157): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:37 mypc kernel: [  413.013518] audit: type=1400 audit(1678537477.478:158): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:42 mypc kernel: [  418.015251] audit: type=1400 audit(1678537482.478:159): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:47 mypc kernel: [  423.016606] audit: type=1400 audit(1678537487.478:160): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:52 mypc kernel: [  428.017775] audit: type=1400 audit(1678537492.482:161): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:24:57 mypc kernel: [  433.018924] audit: type=1400 audit(1678537497.482:162): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:02 mypc kernel: [  438.020088] audit: type=1400 audit(1678537502.482:163): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:07 mypc kernel: [  443.021168] audit: type=1400 audit(1678537507.486:164): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:12 mypc kernel: [  448.021716] audit: type=1400 audit(1678537512.486:165): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:17 mypc kernel: [  453.022778] audit: type=1400 audit(1678537517.486:166): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:22 mypc kernel: [  458.023247] audit: type=1400 audit(1678537522.486:167): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:27 mypc kernel: [  463.024371] audit: type=1400 audit(1678537527.491:168): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:32 mypc kernel: [  468.025426] audit: type=1400 audit(1678537532.491:169): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:37 mypc kernel: [  473.026476] audit: type=1400 audit(1678537537.491:170): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:42 mypc kernel: [  478.027642] audit: type=1400 audit(1678537542.495:171): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:47 mypc kernel: [  483.028797] audit: type=1400 audit(1678537547.495:172): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:52 mypc kernel: [  488.029927] audit: type=1400 audit(1678537552.495:173): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:25:57 mypc kernel: [  493.031059] audit: type=1400 audit(1678537557.495:174): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:02 mypc kernel: [  498.032245] audit: type=1400 audit(1678537562.499:177): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:07 mypc kernel: [  503.033416] audit: type=1400 audit(1678537567.499:178): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:12 mypc kernel: [  508.034569] audit: type=1400 audit(1678537572.499:179): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:17 mypc kernel: [  513.035760] audit: type=1400 audit(1678537577.504:180): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:22 mypc kernel: [  518.036879] audit: type=1400 audit(1678537582.504:181): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:27 mypc kernel: [  523.038271] audit: type=1400 audit(1678537587.503:182): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:32 mypc kernel: [  528.039651] audit: type=1400 audit(1678537592.507:183): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:37 mypc kernel: [  533.040311] audit: type=1400 audit(1678537597.507:184): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:42 mypc kernel: [  538.041755] audit: type=1400 audit(1678537602.507:185): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:47 mypc kernel: [  543.043037] audit: type=1400 audit(1678537607.507:186): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:52 mypc kernel: [  548.043736] audit: type=1400 audit(1678537612.507:187): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:26:57 mypc kernel: [  553.045236] audit: type=1400 audit(1678537617.510:188): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:02 mypc kernel: [  558.046597] audit: type=1400 audit(1678537622.510:189): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:07 mypc kernel: [  563.047889] audit: type=1400 audit(1678537627.510:190): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:12 mypc kernel: [  568.049327] audit: type=1400 audit(1678537632.514:191): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:17 mypc kernel: [  573.050965] audit: type=1400 audit(1678537637.514:192): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:22 mypc kernel: [  578.052721] audit: type=1400 audit(1678537642.518:193): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:27 mypc kernel: [  583.054067] audit: type=1400 audit(1678537647.518:194): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:32 mypc kernel: [  588.055440] audit: type=1400 audit(1678537652.518:195): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:37 mypc kernel: [  593.056714] audit: type=1400 audit(1678537657.517:196): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:42 mypc kernel: [  598.058040] audit: type=1400 audit(1678537662.521:197): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:47 mypc kernel: [  603.059069] audit: type=1400 audit(1678537667.521:198): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:52 mypc kernel: [  608.060412] audit: type=1400 audit(1678537672.521:199): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:27:57 mypc kernel: [  613.061673] audit: type=1400 audit(1678537677.525:200): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:02 mypc kernel: [  618.062989] audit: type=1400 audit(1678537682.525:201): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:07 mypc kernel: [  623.064256] audit: type=1400 audit(1678537687.525:202): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:12 mypc kernel: [  628.065191] audit: type=1400 audit(1678537692.525:203): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:17 mypc kernel: [  633.065810] audit: type=1400 audit(1678537697.529:204): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:22 mypc kernel: [  638.067121] audit: type=1400 audit(1678537702.529:205): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:27 mypc kernel: [  643.068340] audit: type=1400 audit(1678537707.529:206): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:32 mypc kernel: [  648.068893] audit: type=1400 audit(1678537712.529:207): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:37 mypc kernel: [  653.069383] audit: type=1400 audit(1678537717.529:208): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:42 mypc kernel: [  658.069713] audit: type=1400 audit(1678537722.533:209): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:47 mypc kernel: [  663.070306] audit: type=1400 audit(1678537727.533:210): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:52 mypc kernel: [  668.070808] audit: type=1400 audit(1678537732.533:211): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:28:57 mypc kernel: [  673.071734] audit: type=1400 audit(1678537737.533:212): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:02 mypc kernel: [  678.072190] audit: type=1400 audit(1678537742.533:213): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:07 mypc kernel: [  683.072719] audit: type=1400 audit(1678537747.533:214): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:12 mypc kernel: [  688.073964] audit: type=1400 audit(1678537752.537:215): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:17 mypc kernel: [  693.075349] audit: type=1400 audit(1678537757.537:216): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:22 mypc kernel: [  698.076481] audit: type=1400 audit(1678537762.537:217): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:27 mypc kernel: [  703.077691] audit: type=1400 audit(1678537767.537:218): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:32 mypc kernel: [  708.079088] audit: type=1400 audit(1678537772.541:219): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:37 mypc kernel: [  713.080294] audit: type=1400 audit(1678537777.541:220): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:42 mypc kernel: [  718.081530] audit: type=1400 audit(1678537782.541:221): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:47 mypc kernel: [  723.082989] audit: type=1400 audit(1678537787.545:222): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:52 mypc kernel: [  728.084647] audit: type=1400 audit(1678537792.545:223): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:29:57 mypc kernel: [  733.085876] audit: type=1400 audit(1678537797.545:224): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:02 mypc kernel: [  738.087008] audit: type=1400 audit(1678537802.549:225): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:07 mypc kernel: [  743.087605] audit: type=1400 audit(1678537807.549:226): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:12 mypc kernel: [  748.088828] audit: type=1400 audit(1678537812.549:227): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:17 mypc kernel: [  753.090026] audit: type=1400 audit(1678537817.553:228): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:22 mypc kernel: [  758.091269] audit: type=1400 audit(1678537822.553:229): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:27 mypc kernel: [  763.092592] audit: type=1400 audit(1678537827.553:230): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:32 mypc kernel: [  768.093801] audit: type=1400 audit(1678537832.557:231): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:37 mypc kernel: [  773.094975] audit: type=1400 audit(1678537837.557:232): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:42 mypc kernel: [  778.096180] audit: type=1400 audit(1678537842.557:233): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:47 mypc kernel: [  783.097487] audit: type=1400 audit(1678537847.557:234): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:52 mypc kernel: [  788.097962] audit: type=1400 audit(1678537852.561:235): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:30:57 mypc kernel: [  793.099160] audit: type=1400 audit(1678537857.561:236): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:02 mypc kernel: [  798.100346] audit: type=1400 audit(1678537862.561:237): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:07 mypc kernel: [  803.100814] audit: type=1400 audit(1678537867.561:238): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:12 mypc kernel: [  808.102006] audit: type=1400 audit(1678537872.565:239): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:17 mypc kernel: [  813.103153] audit: type=1400 audit(1678537877.565:240): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:22 mypc kernel: [  818.104405] audit: type=1400 audit(1678537882.565:241): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:27 mypc kernel: [  823.105912] audit: type=1400 audit(1678537887.569:242): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:32 mypc kernel: [  828.107114] audit: type=1400 audit(1678537892.569:243): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:37 mypc kernel: [  833.108316] audit: type=1400 audit(1678537897.569:244): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:42 mypc kernel: [  838.109587] audit: type=1400 audit(1678537902.573:245): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:47 mypc kernel: [  843.110684] audit: type=1400 audit(1678537907.573:246): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:52 mypc kernel: [  848.111720] audit: type=1400 audit(1678537912.573:247): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:31:57 mypc kernel: [  853.112159] audit: type=1400 audit(1678537917.573:248): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:02 mypc kernel: [  858.113310] audit: type=1400 audit(1678537922.577:249): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:07 mypc kernel: [  863.114566] audit: type=1400 audit(1678537927.577:250): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:12 mypc kernel: [  868.115743] audit: type=1400 audit(1678537932.577:251): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:17 mypc kernel: [  873.116757] audit: type=1400 audit(1678537937.577:252): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:22 mypc kernel: [  878.117922] audit: type=1400 audit(1678537942.581:253): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:27 mypc kernel: [  883.118366] audit: type=1400 audit(1678537947.582:254): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:32 mypc kernel: [  888.119489] audit: type=1400 audit(1678537952.582:255): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:37 mypc kernel: [  893.120396] audit: type=1400 audit(1678537957.582:256): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:42 mypc kernel: [  898.121967] audit: type=1400 audit(1678537962.586:257): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:47 mypc kernel: [  903.123106] audit: type=1400 audit(1678537967.586:258): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:52 mypc kernel: [  908.124429] audit: type=1400 audit(1678537972.586:259): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:32:57 mypc kernel: [  913.125719] audit: type=1400 audit(1678537977.590:260): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:02 mypc kernel: [  918.126946] audit: type=1400 audit(1678537982.590:261): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:07 mypc kernel: [  923.128289] audit: type=1400 audit(1678537987.590:262): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:12 mypc kernel: [  928.129481] audit: type=1400 audit(1678537992.594:263): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:17 mypc kernel: [  933.130627] audit: type=1400 audit(1678537997.594:264): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:22 mypc kernel: [  938.132035] audit: type=1400 audit(1678538002.594:265): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:27 mypc kernel: [  943.133187] audit: type=1400 audit(1678538007.598:266): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:32 mypc kernel: [  948.134496] audit: type=1400 audit(1678538012.598:267): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:37 mypc kernel: [  953.135479] audit: type=1400 audit(1678538017.598:268): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:42 mypc kernel: [  958.135827] audit: type=1400 audit(1678538022.598:269): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:47 mypc kernel: [  963.136493] audit: type=1400 audit(1678538027.602:270): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:52 mypc kernel: [  968.137668] audit: type=1400 audit(1678538032.602:271): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:33:57 mypc kernel: [  973.138997] audit: type=1400 audit(1678538037.602:272): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:02 mypc kernel: [  978.140402] audit: type=1400 audit(1678538042.606:273): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:07 mypc kernel: [  983.141701] audit: type=1400 audit(1678538047.607:274): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:12 mypc kernel: [  988.142829] audit: type=1400 audit(1678538052.607:275): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:17 mypc kernel: [  993.144216] audit: type=1400 audit(1678538057.611:276): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:22 mypc kernel: [  998.145390] audit: type=1400 audit(1678538062.611:277): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:27 mypc kernel: [ 1003.146505] audit: type=1400 audit(1678538067.611:278): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:32 mypc kernel: [ 1008.147674] audit: type=1400 audit(1678538072.615:279): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:37 mypc kernel: [ 1013.148828] audit: type=1400 audit(1678538077.615:280): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:42 mypc kernel: [ 1018.150003] audit: type=1400 audit(1678538082.615:281): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:47 mypc kernel: [ 1023.151180] audit: type=1400 audit(1678538087.615:282): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:52 mypc kernel: [ 1028.152578] audit: type=1400 audit(1678538092.619:283): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:34:57 mypc kernel: [ 1033.153700] audit: type=1400 audit(1678538097.619:284): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:02 mypc kernel: [ 1038.154865] audit: type=1400 audit(1678538102.619:285): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:07 mypc kernel: [ 1043.156114] audit: type=1400 audit(1678538107.623:286): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:12 mypc kernel: [ 1048.157245] audit: type=1400 audit(1678538112.623:287): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:17 mypc kernel: [ 1053.157892] audit: type=1400 audit(1678538117.623:288): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:22 mypc kernel: [ 1058.159746] audit: type=1400 audit(1678538122.628:289): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:27 mypc kernel: [ 1063.160772] audit: type=1400 audit(1678538127.628:290): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:32 mypc kernel: [ 1068.161923] audit: type=1400 audit(1678538132.624:291): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:37 mypc kernel: [ 1073.163222] audit: type=1400 audit(1678538137.628:292): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:42 mypc kernel: [ 1078.164377] audit: type=1400 audit(1678538142.628:293): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:47 mypc kernel: [ 1083.165519] audit: type=1400 audit(1678538147.628:294): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:52 mypc kernel: [ 1088.166529] audit: type=1400 audit(1678538152.632:295): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:35:57 mypc kernel: [ 1093.167185] audit: type=1400 audit(1678538157.632:296): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:02 mypc kernel: [ 1098.168315] audit: type=1400 audit(1678538162.632:297): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:07 mypc kernel: [ 1103.169409] audit: type=1400 audit(1678538167.632:298): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:12 mypc kernel: [ 1108.169916] audit: type=1400 audit(1678538172.632:299): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:17 mypc kernel: [ 1113.171105] audit: type=1400 audit(1678538177.636:300): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:22 mypc kernel: [ 1118.172304] audit: type=1400 audit(1678538182.637:301): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:27 mypc kernel: [ 1123.173516] audit: type=1400 audit(1678538187.637:302): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:32 mypc kernel: [ 1128.174660] audit: type=1400 audit(1678538192.641:303): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:37 mypc kernel: [ 1133.175756] audit: type=1400 audit(1678538197.641:304): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:42 mypc kernel: [ 1138.177248] audit: type=1400 audit(1678538202.641:305): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:47 mypc kernel: [ 1143.178607] audit: type=1400 audit(1678538207.645:306): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:52 mypc kernel: [ 1148.179892] audit: type=1400 audit(1678538212.645:307): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:36:57 mypc kernel: [ 1153.181113] audit: type=1400 audit(1678538217.645:308): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:02 mypc kernel: [ 1158.182467] audit: type=1400 audit(1678538222.649:309): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:07 mypc kernel: [ 1163.183744] audit: type=1400 audit(1678538227.649:310): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:12 mypc kernel: [ 1168.185136] audit: type=1400 audit(1678538232.649:311): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:17 mypc kernel: [ 1173.186323] audit: type=1400 audit(1678538237.653:312): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:22 mypc kernel: [ 1178.187466] audit: type=1400 audit(1678538242.653:313): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:27 mypc kernel: [ 1183.188167] audit: type=1400 audit(1678538247.654:314): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:32 mypc kernel: [ 1188.189596] audit: type=1400 audit(1678538252.658:315): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: 
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: ** (WebKitWebProcess:3007): WARNING **: 13:37:37.232: WebKit wasn't able to find the GL video sink dependencies. Hardware-accelerated zero-copy video rendering can't be enabled without this plugin.
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: Cannot connect to server socket err = No such file or directory
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: Cannot connect to server request channel
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: jack server is not running or cannot be started
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: 
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: ** (WebKitWebProcess:3007): WARNING **: 13:37:37.418: WebKit wasn't able to find the GL video sink dependencies. Hardware-accelerated zero-copy video rendering can't be enabled without this plugin.
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: Cannot connect to server socket err = No such file or directory
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: Cannot connect to server request channel
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: jack server is not running or cannot be started
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:37:37 mypc kernel: [ 1193.190711] audit: type=1400 audit(1678538257.658:316): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:42 mypc kernel: [ 1198.191337] audit: type=1400 audit(1678538262.658:317): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:47 mypc kernel: [ 1203.192468] audit: type=1400 audit(1678538267.658:318): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:52 mypc kernel: [ 1208.193688] audit: type=1400 audit(1678538272.662:319): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:57 mypc kernel: [ 1213.194837] audit: type=1400 audit(1678538277.662:320): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:02 mypc kernel: [ 1218.195967] audit: type=1400 audit(1678538282.662:321): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:07 mypc kernel: [ 1223.197165] audit: type=1400 audit(1678538287.666:322): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:12 mypc kernel: [ 1228.198284] audit: type=1400 audit(1678538292.666:323): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:17 mypc kernel: [ 1233.199391] audit: type=1400 audit(1678538297.666:324): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:22 mypc kernel: [ 1238.200640] audit: type=1400 audit(1678538302.670:325): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:37:37 mypc whatsapp-for-linux[2996]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Mar 11 13:38:27 mypc kernel: [ 1243.201813] audit: type=1400 audit(1678538307.670:326): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:32 mypc kernel: [ 1248.202187] audit: type=1400 audit(1678538312.671:327): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:37 mypc kernel: [ 1253.203330] audit: type=1400 audit(1678538317.671:328): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:42 mypc kernel: [ 1258.204541] audit: type=1400 audit(1678538322.675:329): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:47 mypc kernel: [ 1263.205732] audit: type=1400 audit(1678538327.675:330): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:52 mypc kernel: [ 1268.206871] audit: type=1400 audit(1678538332.675:331): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:38:57 mypc kernel: [ 1273.208087] audit: type=1400 audit(1678538337.679:332): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:02 mypc kernel: [ 1278.209148] audit: type=1400 audit(1678538342.679:333): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:07 mypc kernel: [ 1283.209408] audit: type=1400 audit(1678538347.679:334): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:12 mypc kernel: [ 1288.209864] audit: type=1400 audit(1678538352.679:335): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:17 mypc kernel: [ 1293.210759] audit: type=1400 audit(1678538357.679:336): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:22 mypc kernel: [ 1298.211151] audit: type=1400 audit(1678538362.679:337): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:27 mypc kernel: [ 1303.212228] audit: type=1400 audit(1678538367.683:338): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:32 mypc kernel: [ 1308.213373] audit: type=1400 audit(1678538372.683:339): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:37 mypc kernel: [ 1313.214419] audit: type=1400 audit(1678538377.683:340): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:42 mypc kernel: [ 1318.214704] audit: type=1400 audit(1678538382.684:341): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:47 mypc kernel: [ 1323.215108] audit: type=1400 audit(1678538387.688:342): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:52 mypc kernel: [ 1328.215418] audit: type=1400 audit(1678538392.688:343): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Mar 11 13:39:57 mypc kernel: [ 1333.215726] audit: type=1400 audit(1678538397.684:344): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=2808 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

@mycroft89
Copy link

2024 and still no proper icon. Linux Mint 21 here.

@xeco23
Copy link
Owner

xeco23 commented Feb 6, 2024

2024 and still no proper icon. Linux Mint 21 here.

You can contribute instead of being annoying. Otherwise, keep your negative attitude to yourself.

@vnt-83
Copy link

vnt-83 commented Mar 21, 2024

Hello! Icon on tray not show.

OS: Manjaro 23.1.3
KDE Plasma Version: 5.27.11
App Version: whatsapp-for-linux-bin 1.6.4-5 installed from AUR.

Tray icons installed with whatsapp-for-linux-bin:

/usr/share/icons/hicolor/128x128/apps/whatsapp-for-linux-tray-attention.png
/usr/share/icons/hicolor/128x128/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/128x128/status/whatsapp-for-linux-tray.png
/usr/share/icons/hicolor/16x16/apps/whatsapp-for-linux-tray-attention.png
/usr/share/icons/hicolor/16x16/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/16x16/status/whatsapp-for-linux-tray.png
/usr/share/icons/hicolor/256x256/apps/whatsapp-for-linux-tray-attention.png
/usr/share/icons/hicolor/256x256/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/256x256/status/whatsapp-for-linux-tray.png
/usr/share/icons/hicolor/32x32/apps/whatsapp-for-linux-tray-attention.png
/usr/share/icons/hicolor/32x32/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/32x32/status/whatsapp-for-linux-tray.png
/usr/share/icons/hicolor/64x64/apps/whatsapp-for-linux-tray-attention.png
/usr/share/icons/hicolor/64x64/apps/whatsapp-for-linux.png
/usr/share/icons/hicolor/64x64/status/whatsapp-for-linux-tray.png

Is there any way I can help to fix this problem?

@vnt-83
Copy link

vnt-83 commented Mar 21, 2024

Is there any way I can help to fix this problem?

I installed ayatana-indicator-messages and then the icon appeared. But it looks like a letter.

Screenshot_20240321_162300


journalctl --grep=whatsapp
kded5[1188]: Registering ":1.165/org/ayatana/NotificationItem/com_github_eneshecan_WhatsAppForLinux_Tray" to system tray

@michaelpapesch
Copy link

  • Ubuntu 24.04 KDE
  • Whatsapp built from src

Tray icon was completely missing, just a clickable black space.

After
sudo apt install ayatana-indicator-messages

-> Correct Whatsapp icon appeared after a whatsapp restart.

Everything else is working so far.
Good job and thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed snap Related to snap package upstream Upstream issue
Projects
None yet
Development

No branches or pull requests