[ARM Stable Update] 2022-08-03 - Firefox, KDE Gear, Code and Kernels

Hello ARM community.

Sorry for the summer delay, but finally a new update is here!


Some highlights:

  • Most of our kernels got updated
  • Firefox updated to 103.0.1
  • KDE Gear updated to 22.04.3
  • Plasma updated to 5.25.3
  • Mesa updated to 22.1.4
  • Code updated to 1.69.2
  • Lots of updated packages for our Mobile offerings
  • The regular Python updates
  • And regular updates from upstream

How to get Waydroid working

If you follow these steps, you should have Waydroid working fine.

Remember, Waydroid only works on wayland!

  • Install waydroid-image and all it’s dependencies.
  • Run pkexec setup-waydroid.
  • You should now be able to launch Waydroid. The first launch takes a while.
How to use Kodi RPI on Manjaro ARM

If anyone wants to test kodi on the rpi, install these packages:

sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi-eventclients kodi-rpi-tools-texturepacker libcec-rpi linux-rpi4 xf86-video-fbdev

Have it set up is to boot straight in to kodi

This means the kodi.service file need to replace whatever login manager you have installed. In my case I would:

sudo systemctl disable lightdm.service
sudo systemctl enable kodi.service

They recommend removing custom configs in config.txt. We ran into an issue if a value was set with gpu_mem=.

My config.txt with a bit of overclocking:

over_voltage=5
arm_freq=2000
#gpu_mem=64     #disable this
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
disable_overscan=1

#enable sound
dtparam=audio=on
hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d,cma-512
#max_framebuffers=2    #disable cause kodi uses more
disable_fw_kms_setup=1

Some notes:

The default user will be kodi
kodi home directory will be /var/lib/kodi
So put test video in /var/lib/kodi/Videos so you can get to it
after setting up the video directory in kodi.


Upstream Notifications:

Older notifications

If you used the Manjaro ARM Installer or is using PinePhone or PineTab, you need to redo your passwords, because of an update to libxcrypt:
Arch Linux - News: Sorting out old password hashes

Chromium will loose sync support in early March:
Arch Linux - News: Chromium losing Sync support in early March

ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention:
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss and zn_poly packages requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention
Arch Linux - News: zn_poly 0.9.2-2 update requires manual intervention

The packages hplip and firewalld requires manual intervention:
Arch Linux - News: hplip 3.20.3-2 update requires manual intervention
Arch Linux - News: firewalld>=0.8.1-2 update requires manual intervention


Package changes:

(Wed Aug 3 20:53:04 CEST 2022)

  • arm-stable community aarch64: 1047 new and 937 removed package(s)
  • arm-stable core aarch64: 91 new and 80 removed package(s)
  • arm-stable extra aarch64: 753 new and 761 removed package(s)
  • arm-stable kde-unstable aarch64: 413 new and 411 removed package(s)

See the full package list here


Testers needed on arm-testing branch

We are in need of testers for our arm-testing and arm-unstable branches.
So if you are adventurous and want newer software quicker, we would love for you to help us test out the new packages in arm-testing branch.

All you have to do to switch to this branch is:

  • Run this command to switch branch: sudo pacman-mirrors -aS testing && sudo pacman -Syyu. This will generate a new mirrorlist for you, sync your databases with the new mirror and update your system using the arm-testing branch.

We would then love for you to give feedback in our update posts in #manjaro-arm:arm-testing-updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


Donation

Please consider supporting Manjaro ARM directly via Patreon, Ko-Fi or Open Collective.
You can also donate to our upstream, which is Arch Linux ARM.

Poll

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself. (Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

3 Likes

Known Issues and Solutions

This is a wiki post, please edit it when you find a solution to an issue you encountered

Before 2022-08-03

Mouse cursor is slow on Raspberry Pi

Due to a change in the Raspberry Pi kernels upstream, they no longer support FKMS. This can result in slow performance when using the FKMS drivers with the newer Raspberry Pi kernels.
Solution: Open /boot/config.txt, change fkms to kms in the dtoverlay line. Save the file and reboot.

Waydroid container cannot access internet

Cause: new default waydroid configuration issue, tracked here.

Short-term Solution:

  1. create /etc/nftables.d/waydroid.nft with the following contents:
#!/usr/sbin/nft -f
table inet filter {
    chain input {
        iifname "waydroid0" accept comment "Allow incoming network traffic from WayDroid"
    }
    chain forward {
        iifname "waydroid0" accept comment "Allow outgoing network traffic from WayDroid"
        ct state {established, related} counter accept comment "accept established connections"
    }
}
  1. any time you launch waydroid, run the following after it has started:
echo "ip route add default via 192.168.250.1" |sudo waydroid shell
Old Issues
Plasma Dialer cannot answer calls

Sadly Plasma Dialer 22.02 has a serious regression with no known workaround. It’s not possible to accept incoming calls. Very sorry about this. Follow the upstream bug report. We will patch the package as soon as a solution is found.

Plasma Mobile - Black screen after update

We are seeing some reports about Plasma Mobile on the PinePhone only showing a black screen after entering the PIN after this update.
Workaround: Downgrade qt5-es2-wayland to 5.15.2+kde+r41 which is now back in Stable and Testing branch repositories.

New Breath theme not applying correctly

With the update to the new Breath theme, a migration package tries to apply the new theme correctly.
However this is not getting done for Plasma’s Lockscreen and the SDDM theme.
So please go through your settings after updating to make sure the themes are correctly applied.
Fix: manjaro-system should take care of this for you.

Plasma Mobile switch to ModemManager

With the PlaMo Gear 21.12 release, Plasma Mobile is now using ModemManager as the telephony stack. So in order to use SIM capabilities, you need to switch from using oFono to ModemManager.
Fix: Run sudo systemctl disable --now ofono ofonoctl && sudo systemctl enable --now ModemManager. You might have to reboot your phone for Plasma Mobile to pick up this change.

Plasma Mobile has does not launch after update
This was caused by an error in kwin 5.23.2 which only affects installs based on openGLES (qt5-es2).
Fix: Update to kwin 5.23.2-1.2 or above.

No ethernet on rk3399 boards
A recent kernel regression has resulted in built in ethernet on rk3399 based boards, such as RockPro64 and Rock Pi 4’s, no longer works on kernel 5.14. This is an upstream issue that has not been fixed yet.
Fix: Update to linux-5.14.1-2 or newer.

Vivaldi no longer working
The issue is present in all chrome based browser (except Chromium that got a patch for it).
It’s an issue with systemd-resolved and has been reported in the Arch Linux Bug Tracker.
Needs to be fixed by Vivaldi updates in the future.
Fix: Vivaldi 4.1.2369.21 fixed this issue.

Modemmanager-pp dependency issue
modemmanager-pp 1.16.10 depends on libqmi-pp and libmbim-pp, but they are no longer found in the repo.
Fixed by updated to modemmanager-pp 1.18rc1+2+ga20f2c05-2.

systemd-hook unsuccesful after pacman 6 update
After the pacman 6 update, updates will create this message in the post-transation hooks part:

Running the command manually works and there has been no issues reported as the result of this. This will either get fixed at some point in Pacman or SystemD.
Should be fixed with pacman-6.0.0-4

Keyring issues
If you have some gpg keyring issues, you can run sudo systemctl start pacman-init.service which will regenerate your keyring. Will take a few minutes to complete.
Should be fixed with manjaro-system-20210716-1

Plasma Mobile no longer boots
The current update to qt5-es2-base results in Plasma Mobile no longer booting, showing a screen that says to run a loginctl command to login.
Fixed by updating to qt5-es2-base-5.15.2+kde+r199-3.1 and qt5-es2-declarative-5.15.2+kde+r28-3.1.

Kwin crashes on startup on Pinebook Pro
This seems to be related to Mesa 20.3 and the Pinebook Pro support in kernel 5.10, as this does not seem to happen on other devices.
It does not impact 3d performance as far as I can tell. Just the OpenGL compositing in Kwin.
Fixed with mesa 20.3.2-2.

My VPN no longer connects
OpenVPN 2.5.0 changed how VPN routes work.
Workaround is to downgrade to previous version (2.4.9):

sudo pacman -U /var/cache/pacman/pkg/openvpn-2.4.9*

DP Alt Mode no longer works on Pinebook Pro
This is a known issue, the hacky patch we had to enable this has broken in recent kernels.
@tsys and Ayufan are looking into it.
As a workaround you can install linux-pinebookpro again.
FIXED with linux-5.9.12-4 and linux-rc-5.10-rc7-2 and above.

brcm-patchram-plus and pi-blueooth are in conflict
See this post for workaround:
[ARM Testing Update] 2020-11-16 - Bitwarden, Mesa-Git, Pacman and kernels - #10 by Darksky

Plasma Mobile Keyboard
The plasma mobile onscreen keyboard does not work with QT 5.15.0.
This is fixed by updating to kwin 5.19.3-1.1.

PinePhone uboot
This update to the PinePhone Uboot package (2020.04-2), changed how the DTS is loaded from the kernel, since the Kernel DTS for the Pinephone also changed. When doing this update on the PinePhone images from Alpha5 and back, please make this change to the /boot/extlinux/extlinux.conf before rebooting:

  • sun50i-a64-pinephone.dtb to sun50i-a64-pinephone-1.2.dtb
  • root=LABEL=ROOT to root=LABEL=ROOT_MNJRO

Manual interventions:
The nss and zn_poly packages prior to version 3.51.1-1 and version 0.9.2-2 respectively, were missing a soname link each. This has been fixed in 3.51.1-1 and 0.9.2-2 of these packages, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors

nss: /usr/lib/p11-kit-trust.so exists in filesystem
zn_poly: /usr/lib/libzn_poly-0.9.so  exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/p11-kit-trust.so --overwrite /usr/lib/libzn_poly-0.9.so

to perform the upgrade.

Device stopped booting after Uboot update
The uboot update included a change to the extlinux.conf file. This change will be incompatible with the old 1 partition layout of some devices.
So if you are updating installs made with images 20.02.1 or older, you need to apply this fix before rebooting!
To fix this please edit your /boot/extlinux/extlinux.conf file and add 2 periods in front of each first slash, like so:

KERNEL ../Image
FDT ../dtbs/ #etc.
APPEND initrd=../initramfs-linux.img #etc.

Save the file and reboot.

3 Likes

Thank you for the update.

I’m running Manjaro ARM on a Pinephone with Posh. After the upgrade when I open an app, I can’t close afterwards by pressing the menu button and then swiping. After that the Pinephone goes black and I can’t wake it up without rebooting it.

Can anyone help?

Updated Beelink GT King Pro Manjaro-Arm-Gnome to Arm-Stable-2022-08-03 successfully.

2 Likes

A post was split to a new topic: A few issues with updating and software

Same here, how the heck did this make it into a “stable” release?

My phone is now an unusable black screen.

How do we fix this?

1 Like

Like @alban said, you should downgrade phosh (or set ignore for phosh on upgrade process: sudo pacman -Syu --ignore phosh)

I just made a new image (for testing) based on this stable branch update.

When I swipe up from bottom bar I can swipe up on an open application to close it. No black screen, just the application menu after that. So I can’t reproduce your issue on a clean image.

Phosh recently switched to using “swipe” gestures on the top and bottom bars activation instead of a tap.

EDIT: Installed Beta 25 and updated it. No issues there either.

Sorry I didn’t understand very well what you tried to do? Did you say that you created an image of Phosh based on this ARM Stable Update and that you also tried to clean install Phosh Beta 25 and update Manjaro ARM?

So you think our problem may be something wrong with our install?

That’s exactly what I said. :slight_smile:

My tests would indicate that. Not sure what could be the cause though.

yeah it’s definitely not the tap vs. swipe issue.

it’s any time the app switcher is open in freezes and then crashes.

I reinstalled from a backup image to a pre-update version and everything is working fine.

Definitely an issue caused by the update.

Is there information I can provide that might help? Or would I have to update and reproduce the issue?

Not sure if it matters but this is a pinephone pro, and the installation is directly on the phone, not an sd card.

Hm, my test was done on an OG Pinephone (you didn’t state which you used, so I assumed the oldest).

So it could be a Panfrost (gpu driver) issue with Phosh. Not sure what though, as I haven’t heard any issues regarding Gnome on the PBP (same gpu/driver).

Thank you for the update, seems to have gone painlessly on my RPi 4B.
The only slight concern I had is how long the updating process was stuck on “Disabling revoked keys in keyring”. Thought it hung there, but it just needed about 5 minutes to go through :slight_smile:

That’s the Arch Linux keyring that’s taking a while. There’s lots of keys that change constantly there and it will be slow on most ARM hardware.

I’ve got:

- firewalld: /usr/lib/firewalld/services/kodi-eventserver.xml already exists in filesystem (owned by kodi-rpi)

After removal of kodi-rpi and kodi-rpi-dev upgrade continue. But IIRC I installed kodi-rpi myself.

Actually, I have both OG Pinephone and Pinephone Pro on Manjaro, and with this update it is only the OG Pinephone that is experiencing this bug.

Let me also add that the installation on my Pinephone Pro is the most recent of the two.

interesting, mine is the pinephone pro and it has the issue, so maybe it’s not a hardware problem?

I experience the same issue as described by [ARM Stable Update] 2022-08-03 - Firefox, KDE Gear, Code and Kernels - #4 by despondentcry

My OG pinephone freezes when I swipe up. The processes phosh and phoc become crazy and uses all the CPU. The only thing I can do is to swipe down to display the usual menu where the notifications are shown but nothing responds at all. Quickly after that the screens goes black and after sometimes phosh crashes and is restarted with a lots of errors. My Manjaro is is installed on the eMMC memory in the phone not on the SD card, from a fresh ARM Beta25 with Phosh image then updated with pacman.

Resources usages from htop right after I swiped up:

3485 manjaro     20   0  776M  140M 61924 R  99.5  4.7  0:48.64 /usr/lib/phosh/phosh
3315 manjaro     20   0  656M  101M 70868 S  26.4  3.4  0:13.70 /usr/bin/phoc -S -C /usr/share/phosh/phoc.ini -E bash -lc 'gnome-session --disable-acceleration-check --session=phosh --systemd'

Log after a recovery from the phosh crash:

Started Process Core Dump (PID 4574/UID 0).
Process 3315 (phoc) of user 1000 dumped core.

Module linux-vdso.so.1 with build-id ad4a5f3df6f231ee22416fbcb683d1b3654b0932
Module libdconfsettings.so with build-id 1e2f36b2fbc16f464b4c73e74f2b1dcbf12b6355
Module libncursesw.so.6 with build-id ee4878e0c13e5572556c8a6840163176b04a1086
Module libedit.so.0 with build-id 46e7b9e981a2f7d4cfc783a29e293736c43f4520
Module libdrm_nouveau.so.2 with build-id e3b45fe40f111a63d14b8c9e28631cbcfc5fd665
Module libdrm_amdgpu.so.1 with build-id cff335f99c32f17d62855e358f492d40dffd97cf
Module libelf.so.1 with build-id 6528e29ed5d6455c8a184fbe6df40866fcc70b12
Module libdrm_radeon.so.1 with build-id ec3a469085510c9b0111b04f2218f65b66c41a37
Module libsensors.so.5 with build-id f49d1fcdf35e831325a0d88312967c9a23e8cef4
Module libLLVM-14.so with build-id 250a9b22953f9eac4e86afc6beb6882332c1b5fc
Module sun4i-drm_dri.so with build-id 045ca1bd4fce4eb7c96e010141ec34593587dde3
Module libxshmfence.so.1 with build-id 0a9367dd5ec54120e6fe7ee9288416809d21e9f7
Module libxcb-sync.so.1 with build-id 997f5db30ea7c595244c4fe9e7e6dec54f39a891
Module libxcb-dri2.so.0 with build-id e949320f60f010935458e515e21884c5bb05e1f2
Module libX11-xcb.so.1 with build-id 8c443f264880953c628f78a98d5a17a2846090d7
Module libglapi.so.0 with build-id e84ac65f04d117c30fe8236c5ab4396ba7274923
Module libEGL_mesa.so.0 with build-id a46199980fc7a773bd1b20e64a22207bdf091da9
Module libbrotlicommon.so.1 with build-id 04156f592cfadcf198f252eabfbc56b4c76249ac
Module libstdc++.so.6 with build-id 013f6ffe3ad4158f8188963e2808129d90be5579
Module libicudata.so.71 with build-id 88055d582ad0bda24d5bb319dafeb2660ba9d459
Module libdatrie.so.1 with build-id 87fcb9f58297ecce72ebd75c568e00ecd71e61f7
Module libgpg-error.so.0 with build-id eb33d6d304779773a5d2e80d63ffd7c365f9b201
Module libbrotlidec.so.1 with build-id e290ba34ca052f62e053a9bc510745f064bd7b43
Module libbz2.so.1.0 with build-id 671b8e3830aec15cb5be944105925ff3cb0a7dd6
Module libjson-glib-1.0.so.0 with build-id 743f474e2128f6c9656e33700e3c25afd0d9ecf2
Module libsqlite3.so.0 with build-id 85ee4fd46cd11a0a2c65f2d1e85a7077b14dd825
Module libicui18n.so.71 with build-id 2164e5091f47411702fed750939f44bb9c32f1b9
Module libicuuc.so.71 with build-id 53ecd82d12c0528edd85aeff7b665e763b6174a9
Module libstemmer.so.0 with build-id b1174135aa5983af4c4b5f2b00c314b425950bab
Module libatspi.so.0 with build-id 3638d9abaab74a64682ed7338e90e4b1f4bde80c
Module libdbus-1.so.3 with build-id 15748dc82a87ed7b2fac67d0e3145a65fc7662aa
Module libgraphite2.so.3 with build-id 9e11887a32ce782f664f0ab9c6bb0b7f53c9263e
Module libthai.so.0 with build-id 5c63f94a2609b8861e3aa24b8313ace0c300fbf1
Module libxml2.so.2 with build-id 71cbddf1e72bd68cfc278c48769b935040b0a4f8
Module liblz4.so.1 with build-id 6d85cb32490fa810dbc0b9cbb0043fc52e6ddba0
Module libzstd.so.1 with build-id dacfb4dea5ccf817614864ec38c35db7aa8cfdcc
Module liblzma.so.5 with build-id d34507011f065d2da4c4cc360615b2cd3ce3d4b2
Module libgcrypt.so.20 with build-id b10fee43a15f81876aeadec4e734decfc4214e4e
Module libcap.so.2 with build-id 4455fdea43c5cb06aef955f3fe8e65bda2865a71
Module libXrender.so.1 with build-id dadc45a68ffa250afeddb28077edc4bbe03249fb
Module libfreetype.so.6 with build-id 109c44d125e314e149e66320746e4bb8ebeeeb5a
Module libXinerama.so.1 with build-id 8d06cc8e1ccb78c977e3b2ea887f23753baedf1b
Module libXrandr.so.2 with build-id 8b979d44d2e8cf0d90b7e23df87e847074899bad
Module libXcomposite.so.1 with build-id daa656de37dbf37cfbd2c1b3e25a53e9843b9c28
Module libXdamage.so.1 with build-id 0ab5b716a744b64eaf0febc5362d0dd71077f8fc
Module libXcursor.so.1 with build-id 0e61376c504eda0182f71dae68a656922c9293eb
Module libXext.so.6 with build-id 7033fa6f103dd8cb8c35f55d2f0ec2fde6380c5d
Module libwayland-egl.so.1 with build-id fcb595b35d959d324db30039f479e219fe327a6e
Module libwayland-cursor.so.0 with build-id 461371a379757e686157d664e5cc7b5b30903c1d
Module libXfixes.so.3 with build-id faf13dd9ba34dc8f956e99e969109547b64434e2
Module libtracker-sparql-3.0.so.0 with build-id 8f2edbd42cf088801546abd2d3dae4ad0ada2938
Module libcloudproviders.so.0 with build-id f8034d43d66af528f5b61ba6815ffd1e102e19db
Module libatk-bridge-2.0.so.0 with build-id 6995228605c9a12c1763fd35eb22b0ca94285f10
Module libX11.so.6 with build-id 07763d58f5bb5afd5cebc010f73055aa7a90721a
Module libXi.so.6 with build-id e15421edebb0055f4063c4f3ce15a9d789580fdc
Module libepoxy.so.0 with build-id 1cf5f978e17e03543476a9ceb3367c76c569db98
Module libatk-1.0.so.0 with build-id a8cbc210232439890611607ba668fe089b5d58e0
Module libcairo-gobject.so.2 with build-id 4276f9abfd948f50bf5624faf10b4b5e76b58034
Module libfribidi.so.0 with build-id 21a0b71b6569ab984d3f5198adc0b4046498323c
Module libfontconfig.so.1 with build-id 1bad17c3f12be0e465347fd7a39afa7ee6da54ab
Module libpangoft2-1.0.so.0 with build-id 0298a08f4b516b6573b4dada230d4a4e1e7eec96
Module libharfbuzz.so.0 with build-id 38dd7fe4569be55e535a81bccd0c51f6fe96cf43
Module libpango-1.0.so.0 with build-id bd0f3d300f6b12bcae6aa22f6f280a3010a17221
Module libpangocairo-1.0.so.0 with build-id 4e21952326d4f58f4d5d51a523056beed221b041
Module libtiff.so.5 with build-id 98f8b716405f4dcda153c06af4824f8679aaacbd
Module libjpeg.so.8 with build-id 3b429508e97a328f07e98ecae1a45f0d858bd943
Module libpng16.so.16 with build-id 29b168abcc30c146d3490f3aaf15193985f1a7ad
Module libpthread.so.0 with build-id 5fb84aef10e18bc3fcfdbfff64d8bd82f2b62232
Module libblkid.so.1 with build-id c2b0e80dcad7ea830bc336d2d2b6e8a6dae70355
Module libgudev-1.0.so.0 with build-id 5a6f3c10a634c4fbe5d6480a6c61323440662400
Module libGLdispatch.so.0 with build-id a403f9712e4a49f6eedc83205777145f96b115f8
Module libexpat.so.1 with build-id 4abaf8b150c31c2879020778aff9e96650869be9
Module libXdmcp.so.6 with build-id c34a7b1d542b8fcb0adebca91cad73bc9e8fe921
Module libXau.so.6 with build-id 8f008840b4549b6f657594fe676a282e63ad503c
Module libseccomp.so.2 with build-id a0f32d4db8542aaad0b5bfdb99da3c4faae6ec08
Module libxkbregistry.so.0 with build-id e7b492cffb8af7352a3ed5c10e88c9a67a00934a
Module libsystemd.so.0 with build-id 4e5aad070fbcce78cd1a71fb9c237180c1fdcb5f
Module libcairo.so.2 with build-id cb7c5b73e8599a0b58682b3d82c81e0f94fdcb8f
Module libgdk-3.so.0 with build-id 44828f1e988e79bafc82fbc15e01cc27746f8c60
Module libgtk-3.so.0 with build-id 024639ab2ecc365dd797689cee241c4bdbd2d086
Module libgdk_pixbuf-2.0.so.0 with build-id 07f1aed5605ab62376bc8e0d47e9de0168487890
Module libpcre.so.1 with build-id 75dc63d269e8b1acbd020273e4ada841b6217666
Module libffi.so.8 with build-id 5103e7b5b7addb8026a35a62734fefd1c7ef5c64
Module libmount.so.1 with build-id 4e047119cfe3165e1a34913a55537c30d6746c5b
Module libz.so.1 with build-id b4b17bbf3e5421036ed035fb06a26109d4b0d4fe
Module libgmodule-2.0.so.0 with build-id fc4d4a4d2bb1a4f8019dc3ade44a0f2e7a5a67de
Module libwacom.so.9 with build-id b851e6c234146800e3968c7733e553a3db750bdd
Module libevdev.so.2 with build-id f35f5420fc59cc45bd03e43be860df098ad35c69
Module libmtdev.so.1 with build-id ed5ae329d268cf6553e9b05ea46484279fbb79b8
Module libxcb-errors.so.0 with build-id edadb7f6c34014aab0768f2a349247da89c6c5c5
Module libxcb-res.so.0 with build-id fed6e85cbc79f012c24f4276de5825b1714e317b
Module libxcb-icccm.so.4 with build-id 6f5dd8efc4f6a541e960d9f53e461d2b96499714
Module libxcb-composite.so.0 with build-id 499d652abe7543643123b46eb572f10611c79e59
Module libseat.so.1 with build-id 65f03f9d38eab2ffe6cdfbe0d8ccbde0c836a564
Module libwayland-client.so.0 with build-id 2d2e3e5b3c1ec06a5019ffcbb0778da03d10b6b1
Module libxcb-xinput.so.0 with build-id c68e7c623c85938d4e92f21fa6aec12c7565ee89
Module libxcb-xfixes.so.0 with build-id aee633816085241dbb4436d9041da9256ed83dc3
Module libxcb-shm.so.0 with build-id e613db3881d24cac716d8743f1e14382cd92bce5
Module libxcb-render-util.so.0 with build-id dc5d9e70bc510584980eb188f45686baebc7e63b
Module libxcb-render.so.0 with build-id 61c9ea5627fe0686b37fa560d0a59f756787ef7e
Module libxcb-present.so.0 with build-id 76fb0943faf374085e8867c436f7f9a7e109957f
Module libxcb-dri3.so.0 with build-id 40903ded0523b45c7f9dc17893d577d5113d57ad
Module libvulkan.so.1 with build-id f115ab08be4e73fd25ed2a548951885c878f67db
Module libGLESv2.so.2 with build-id 6f7987b81b7ca452e51eae4f959ba14450decf47
Module libEGL.so.1 with build-id a76fcde872e4c4917478adbf655c206ffbda00ba
Module libudev.so.1 with build-id d1ffab70bc45b5633e7ce757a7feb1a8a5507e8d
Module libgbm.so.1 with build-id 8784c0fe8fe6e3def7d84d9e48572891c0566165
Module libdrm.so.2 with build-id b6694f938d9e858f9e20227603fa45feb76e2a6c
Module libc.so.6 with build-id a11e506985b1f3d7eb868fc58de1473a19d5ebd0
Module libgcc_s.so.1 with build-id 977d93f2a20a599052cf3d0910f4a43614d2129d
Module libxcb.so.1 with build-id d14a0198d72f0e5c38a30b0bd51b005a63d5d04f
Module libxkbcommon.so.0 with build-id e170d688b38a7b6cda68754de5b70a09db45227d
Module libwayland-server.so.0 with build-id b8864ac78aeb7a777534c5157183181a31621e12
Module libpixman-1.so.0 with build-id a851566e1507d4413a41b61292aac5bd9756e005
Module libm.so.6 with build-id 061d75252b42faa79887b44cec63eb025035f99f
Module libgnome-desktop-3.so.19 with build-id 76feba1ee28dedccd7debf94c8e9ff8074af1eb1
Module libglib-2.0.so.0 with build-id c0aaa06e0a3d9679012e7770d2c288c3af02852f
Module libgobject-2.0.so.0 with build-id 1efd784b2c6881fcdfac34e08bbadd8ce00fb35d
Module libgio-2.0.so.0 with build-id 12412bffe778c2f8bccafffe6cb10b7e820107d8
Module libinput.so.10 with build-id cfce81643f94f6fa7e87295aa96fc71235b1dff7
Module libwlroots.so.10 with build-id e391d469676231b42a74c229058254b7030e17de
Module phoc with build-id 2cee47dda3eb2bc815947d92d3e01e44a66d942b
Stack trace of thread 3315:
#0  0x0000ffff92b013d8 g_type_check_instance_cast (libgobject-2.0.so.0 + 0x413d8)
#1  0x0000aaaab66102bc n/a (phoc + 0x202bc)
#2  0x0000aaaab6628394 n/a (phoc + 0x38394)
#3  0x0000aaaab6603450 n/a (phoc + 0x13450)
#4  0x0000ffff92ad9450 n/a (libgobject-2.0.so.0 + 0x19450)
#5  0x0000ffff92af647c g_signal_emit_valist (libgobject-2.0.so.0 + 0x3647c)
#6  0x0000ffff92af66e8 g_signal_emit (libgobject-2.0.so.0 + 0x366e8)
#7  0x0000ffff92adcdbc g_cclosure_marshal_VOID__BOXEDv (libgobject-2.0.so.0 + 0x1cdbc)
#8  0x0000ffff92ad746c n/a (libgobject-2.0.so.0 + 0x1746c)
#9  0x0000ffff92ad9450 n/a (libgobject-2.0.so.0 + 0x19450)
#10 0x0000ffff92af647c g_signal_emit_valist (libgobject-2.0.so.0 + 0x3647c)
#11 0x0000ffff92af66e8 g_signal_emit (libgobject-2.0.so.0 + 0x366e8)
#12 0x0000aaaab662d0c4 n/a (phoc + 0x3d0c4)
#13 0x0000aaaab662df00 n/a (phoc + 0x3df00)
#14 0x0000aaaab662c098 n/a (phoc + 0x3c098)
#15 0x0000aaaab662a2ac n/a (phoc + 0x3a2ac)
#16 0x0000aaaab662ab24 n/a (phoc + 0x3ab24)
#17 0x0000aaaab6618ad0 n/a (phoc + 0x28ad0)
#18 0x0000ffff92e99464 wlr_signal_emit_safe (libwlroots.so.10 + 0x99464)
#19 0x0000ffff92e99464 wlr_signal_emit_safe (libwlroots.so.10 + 0x99464)
#20 0x0000ffff92e4bf7c n/a (libwlroots.so.10 + 0x4bf7c)
#21 0x0000ffff92e47b74 n/a (libwlroots.so.10 + 0x47b74)
#22 0x0000ffff9279bd40 wl_event_loop_dispatch (libwayland-server.so.0 + 0xbd40)
#23 0x0000aaaab6603978 n/a (phoc + 0x13978)
#24 0x0000ffff929b2738 g_main_context_dispatch (libglib-2.0.so.0 + 0x62738)
#25 0x0000ffff929b2d10 n/a (libglib-2.0.so.0 + 0x62d10)
#26 0x0000ffff929b3100 g_main_loop_run (libglib-2.0.so.0 + 0x63100)
#27 0x0000aaaab6602aa8 n/a (phoc + 0x12aa8)
#28 0x0000ffff92527b80 n/a (libc.so.6 + 0x27b80)
#29 0x0000ffff92527c60 __libc_start_main (libc.so.6 + 0x27c60)
#30 0x0000aaaab6602cb0 n/a (phoc + 0x12cb0)

Stack trace of thread 3410:
#0  0x0000ffff9257d2d8 n/a (libc.so.6 + 0x7d2d8)
#1  0x0000ffff9257fe84 pthread_cond_wait (libc.so.6 + 0x7fe84)
#2  0x0000ffff8be719ec n/a (sun4i-drm_dri.so + 0xe19ec)
#3  0x0000ffff8be6af04 n/a (sun4i-drm_dri.so + 0xdaf04)
#4  0x0000ffff92580aec n/a (libc.so.6 + 0x80aec)
#5  0x0000ffff925ea5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 3412:
#0  0x0000ffff925e04d8 __poll (libc.so.6 + 0xe04d8)
#1  0x0000ffff929b2c60 n/a (libglib-2.0.so.0 + 0x62c60)
#2  0x0000ffff929b2df4 g_main_context_iteration (libglib-2.0.so.0 + 0x62df4)
#3  0x0000ffff8429c564 n/a (libdconfsettings.so + 0xc564)
#4  0x0000ffff929e37ac n/a (libglib-2.0.so.0 + 0x937ac)
#5  0x0000ffff92580aec n/a (libc.so.6 + 0x80aec)
#6  0x0000ffff925ea5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 3407:
#0  0x0000ffff9257d2d8 n/a (libc.so.6 + 0x7d2d8)
#1  0x0000ffff9257fe84 pthread_cond_wait (libc.so.6 + 0x7fe84)
#2  0x0000ffff8be719ec n/a (sun4i-drm_dri.so + 0xe19ec)
#3  0x0000ffff8be6af04 n/a (sun4i-drm_dri.so + 0xdaf04)
#4  0x0000ffff92580aec n/a (libc.so.6 + 0x80aec)
#5  0x0000ffff925ea5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 3411:
#0  0x0000ffff925e04d8 __poll (libc.so.6 + 0xe04d8)
#1  0x0000ffff929b2c60 n/a (libglib-2.0.so.0 + 0x62c60)
#2  0x0000ffff929b2df4 g_main_context_iteration (libglib-2.0.so.0 + 0x62df4)
#3  0x0000ffff929b2e7c n/a (libglib-2.0.so.0 + 0x62e7c)
#4  0x0000ffff929e37ac n/a (libglib-2.0.so.0 + 0x937ac)
#5  0x0000ffff92580aec n/a (libc.so.6 + 0x80aec)
#6  0x0000ffff925ea5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 3413:
#0  0x0000ffff925e04d8 __poll (libc.so.6 + 0xe04d8)
#1  0x0000ffff929b2c60 n/a (libglib-2.0.so.0 + 0x62c60)
#2  0x0000ffff929b3100 g_main_loop_run (libglib-2.0.so.0 + 0x63100)
#3  0x0000ffff92ca5d84 n/a (libgio-2.0.so.0 + 0x165d84)
#4  0x0000ffff929e37ac n/a (libglib-2.0.so.0 + 0x937ac)
#5  0x0000ffff92580aec n/a (libc.so.6 + 0x80aec)
#6  0x0000ffff925ea5dc n/a (libc.so.6 + 0xea5dc)
ELF object binary architecture: AARCH64

systemd-coredump@1-4574-0.service: Deactivated successfully.
systemd-coredump@1-4574-0.service: Consumed 2.919s CPU time.
pam_unix(login:session): session closed for user manjaro
[system] Rejected send message, 2 matched rules; type="method_call", sender=":1.86" (uid=1000 pid=3370 comm="(sd-pam)") interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=3176 comm="/usr/lib/systemd/systemd-logind")
Error reading events from display: Broken pipe
pam_systemd(login:session): Failed to release session: Access denied
Error reading events from display: Broken pipe
Error reading events from display: Connection reset by peer
Error reading events from display: Broken pipe
Error reading events from display: Broken pipe
Error reading events from display: Broken pipe
Error reading events from display: Broken pipe
Error reading events from display: Broken pipe
Error reading events from display: Broken pipe
Error reading events from display: Broken pipe
phosh.service: Main process exited, code=dumped, status=11/SEGV
phosh.service: Failed with result 'core-dump'.
Stopped target GNOME Wayland Session (session: phosh).
Stopped target GNOME Session.
Stopped target GNOME Session (session: phosh).
Stopped target GNOME accessibility target.
Stopped target GNOME color management target.
Stopped target GNOME date & time target.
Stopped target GNOME maintenance of expirable data target.
Stopped target GNOME keyboard configuration target.
Stopped target GNOME keyboard shortcuts target.
Stopped target GNOME power management target.
Stopped target GNOME printer notifications target.
Stopped target GNOME RFKill support target.
Stopped target GNOME FreeDesktop screensaver target.
Stopped target GNOME file sharing target.
Stopped target GNOME smartcard target.
Stopped target GNOME sound sample caching target.
Stopped target GNOME USB protection target.
Stopped target GNOME Wacom tablet support target.
Stopped target GNOME WWan support target.
Stopped target GNOME XSettings target.
Stopping GNOME accessibility service...
Stopping GNOME color management service...
Stopping GNOME date & time service...
Stopping GNOME maintenance of expirable data service...
Stopping GNOME keyboard configuration service...
Stopping GNOME keyboard shortcuts service...
Stopping GNOME power management service...
Stopping GNOME printer notifications service...
Stopping GNOME RFKill support service...
Stopping GNOME FreeDesktop screensaver service...
session-c1.scope: Deactivated successfully.
session-c1.scope: Consumed 1min 7.329s CPU time.
Stopping GNOME file sharing service...
Stopping GNOME smartcard service...
Stopping GNOME sound sample caching service...
Stopping GNOME USB protection service...
Stopping GNOME Wacom tablet support service...
Stopping GNOME WWan support service...
org.gnome.SettingsDaemon.Color.service: Main process exited, code=exited, status=1/FAILURE
org.gnome.SettingsDaemon.Keyboard.service: Main process exited, code=exited, status=1/FAILURE
Session c1 logged out. Waiting for processes to exit.
org.gnome.SettingsDaemon.MediaKeys.service: Main process exited, code=exited, status=1/FAILURE
org.gnome.SettingsDaemon.Power.service: Main process exited, code=exited, status=1/FAILURE
org.gnome.SettingsDaemon.Wacom.service: Main process exited, code=exited, status=1/FAILURE
xdg-desktop-portal-gnome.service: Main process exited, code=exited, status=1/FAILURE
xdg-desktop-portal-gnome.service: Failed with result 'exit-code'.
xdg-desktop-portal-gnome.service: Consumed 4.921s CPU time.
xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Stopped GNOME accessibility service.
org.gnome.SettingsDaemon.Color.service: Failed with result 'exit-code'.
Stopped GNOME color management service.
org.gnome.SettingsDaemon.Color.service: Consumed 1.224s CPU time.
Stopped GNOME date & time service.
rfkill: input handler enabled
org.gnome.SettingsDaemon.Keyboard.service: Failed with result 'exit-code'.
Stopped GNOME keyboard configuration service.
org.gnome.SettingsDaemon.MediaKeys.service: Failed with result 'exit-code'.
gnome-session-binary[3463]: WARNING: App 'sm.puri.OSK0.desktop' exited with code 1
WARNING: App 'sm.puri.OSK0.desktop' exited with code 1
Stopped GNOME keyboard shortcuts service.
org.gnome.SettingsDaemon.MediaKeys.service: Consumed 1.087s CPU time.
org.gnome.SettingsDaemon.Power.service: Failed with result 'exit-code'.
Stopped GNOME power management service.
org.gnome.SettingsDaemon.Power.service: Consumed 7.976s CPU time.
Stopped GNOME maintenance of expirable data service.
org.gnome.SettingsDaemon.Wacom.service: Failed with result 'exit-code'.
Stopped GNOME Wacom tablet support service.
org.gnome.SettingsDaemon.Wacom.service: Consumed 1.197s CPU time.
Stopped GNOME printer notifications service.
Stopped GNOME RFKill support service.
app-gnome-sm.puri.Chatty\x2ddaemon-3927.scope: Consumed 4.503s CPU time.
Stopped GNOME FreeDesktop screensaver service.
Stopped GNOME file sharing service.
app-gnome-org.kop316.vvmplayer\x2ddaemon-3924.scope: Consumed 2.367s CPU time.
app-gnome-org.gnome.Calls\x2ddaemon-3936.scope: Consumed 4.735s CPU time.
app-gnome-org.gnome.Evolution\x2dalarm\x2dnotify-3922.scope: Consumed 2.107s CPU time.
app-gnome-sm.puri.OSK0-3665.scope: Consumed 4.163s CPU time.
Stopped GNOME smartcard service.
Removed session c1.
Stopped GNOME sound sample caching service.
Stopped GNOME USB protection service.
Stopped GNOME WWan support service.
Stopped Monitor Session leader for GNOME Session.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Stopped target GNOME Session is initialized.
Stopped target GNOME Wayland Session.
Stopped target Current graphical user session.
Stopped target Phosh.
Stopping Virtual filesystem service...
Stopping Virtual filesystem metadata service...
Stopping Virtual filesystem service - disk device monitor...
Stopping Phosh, a shell for mobile phones...
Stopped Virtual filesystem metadata service.
run-user-1000-gvfs.mount: Deactivated successfully.
Stopped Virtual filesystem service - disk device monitor.
Stopped Virtual filesystem service.
Cannot open display: 
gnome-session-binary[3463]: WARNING: App 'sm.puri.OSK0.desktop' exited with code 1
WARNING: App 'sm.puri.OSK0.desktop' exited with code 1
[session uid=1000 pid=3372] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.85' (uid=1000 pid=4615 comm="gnome-calls --daemon")
Starting Virtual filesystem service...
[session uid=1000 pid=3372] Successfully activated service 'org.gtk.vfs.Daemon'
Started Virtual filesystem service.
cannot open display: :0
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
cannot open display: :0
cannot open display: :0
phosh.service: Scheduled restart job, restart counter is at 1.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c4 of user manjaro.
Started Session c4 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[4660]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
pam_unix(login:session): session closed for user manjaro
[system] Rejected send message, 2 matched rules; type="method_call", sender=":1.93" (uid=1000 pid=4653 comm="(sd-pam)") interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=3176 comm="/usr/lib/systemd/systemd-logind")
pam_systemd(login:session): Failed to release session: Access denied
Session c4 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c4.scope: Deactivated successfully.
session-c4.scope: Consumed 3.091s CPU time.
Removed session c4.
phosh.service: Scheduled restart job, restart counter is at 2.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c5 of user manjaro.
Started Session c5 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (sm.puri.Phosh.service has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[4711]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (sm.puri.Phosh.service has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (sm.puri.Phosh.service has 'stop' job queued, but 'start' is included in transaction).
Session c5 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c5.scope: Deactivated successfully.
session-c5.scope: Consumed 3.063s CPU time.
Removed session c5.
phosh.service: Scheduled restart job, restart counter is at 3.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c6 of user manjaro.
Started Session c6 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-shutdown.target has 'start' job queued, but 'stop' is included in transaction).
gnome-session-binary[4758]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-shutdown.target has 'start' job queued, but 'stop' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-shutdown.target has 'start' job queued, but 'stop' is included in transaction).
pam_unix(login:session): session closed for user manjaro
[system] Rejected send message, 2 matched rules; type="method_call", sender=":1.102" (uid=1000 pid=4751 comm="(sd-pam)") interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=3176 comm="/usr/lib/systemd/systemd-logind")
pam_systemd(login:session): Failed to release session: Access denied
Session c6 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c6.scope: Deactivated successfully.
session-c6.scope: Consumed 3.091s CPU time.
Removed session c6.
phosh.service: Scheduled restart job, restart counter is at 4.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c7 of user manjaro.
Started Session c7 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (sm.puri.Phosh.service has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[4809]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (sm.puri.Phosh.service has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (sm.puri.Phosh.service has 'stop' job queued, but 'start' is included in transaction).
pam_unix(login:session): session closed for user manjaro
Session c7 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c7.scope: Deactivated successfully.
session-c7.scope: Consumed 3.093s CPU time.
Removed session c7.
phosh.service: Scheduled restart job, restart counter is at 5.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c8 of user manjaro.
Started Session c8 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-shutdown.target has 'start' job queued, but 'stop' is included in transaction).
gnome-session-binary[4858]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-shutdown.target has 'start' job queued, but 'stop' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-shutdown.target has 'start' job queued, but 'stop' is included in transaction).
phosh.service: Deactivated successfully.
session-c8.scope: Deactivated successfully.
session-c8.scope: Consumed 3.086s CPU time.
Session c8 logged out. Waiting for processes to exit.
Removed session c8.
phosh.service: Scheduled restart job, restart counter is at 6.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c9 of user manjaro.
Started Session c9 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-pre.target has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[4905]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-pre.target has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-pre.target has 'stop' job queued, but 'start' is included in transaction).
pam_unix(login:session): session closed for user manjaro
[system] Rejected send message, 2 matched rules; type="method_call", sender=":1.116" (uid=1000 pid=4898 comm="(sd-pam)") interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=3176 comm="/usr/lib/systemd/systemd-logind")
pam_systemd(login:session): Failed to release session: Access denied
Session c9 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c9.scope: Deactivated successfully.
session-c9.scope: Consumed 3.068s CPU time.
Removed session c9.
phosh.service: Scheduled restart job, restart counter is at 7.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c10 of user manjaro.
Started Session c10 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Service not used for 60 seconds. Shutting down..
geoclue.service: Deactivated successfully.
geoclue.service: Consumed 2.857s CPU time.
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[4960]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
Session c10 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c10.scope: Deactivated successfully.
session-c10.scope: Consumed 3.098s CPU time.
Removed session c10.
phosh.service: Scheduled restart job, restart counter is at 8.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c11 of user manjaro.
Started Session c11 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[5010]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager.target has 'stop' job queued, but 'start' is included in transaction).
Session c11 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c11.scope: Deactivated successfully.
session-c11.scope: Consumed 3.078s CPU time.
Removed session c11.
phosh.service: Scheduled restart job, restart counter is at 9.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c12 of user manjaro.
Started Session c12 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-pre.target has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[5057]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-pre.target has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-pre.target has 'stop' job queued, but 'start' is included in transaction).
Session c12 logged out. Waiting for processes to exit.
phosh.service: Deactivated successfully.
session-c12.scope: Deactivated successfully.
session-c12.scope: Consumed 3.054s CPU time.
Removed session c12.
Power key pressed short.
phosh.service: Scheduled restart job, restart counter is at 10.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c13 of user manjaro.
Started Session c13 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
^[[5~Requested transaction contradicts existing jobs: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager@phosh.service has 'stop' job queued, but 'start' is included in transaction).
gnome-session-binary[5104]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager@phosh.service has 'stop' job queued, but 'start' is included in transaction).
WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.TransactionIsDestructive: Transaction for gnome-session-wayland@phosh.target/start is destructive (gnome-session-manager@phosh.service has 'stop' job queued, but 'start' is included in transaction).
sm.puri.Phosh.service: State 'stop-sigterm' timed out. Killing.
sm.puri.Phosh.service: Killing process 3485 (phosh) with signal SIGKILL.
sm.puri.Phosh.service: Killing process 3497 (gdbus) with signal SIGKILL.
sm.puri.Phosh.service: Killing process 3498 (n/a) with signal SIGKILL.
Unregistered Authentication Agent for unix-session:c1 (system bus name :1.25, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
sm.puri.Phosh.service: Main process exited, code=killed, status=9/KILL
sm.puri.Phosh.service: Failed with result 'timeout'.
Stopped Phosh, a shell for mobile phones.
sm.puri.Phosh.service: Triggering OnFailure= dependencies.
sm.puri.Phosh.service: Consumed 5min 33.923s CPU time.
Stopped target GNOME Session Manager is ready.
Stopping GNOME Session Manager (session: phosh)...
gnome-session-binary[3463]: WARNING: Could not get session class: No such device or address
WARNING: Could not get session class: No such device or address
Stopped GNOME Session Manager (session: phosh).
gnome-session-manager@phosh.service: Consumed 1.575s CPU time.
Stopped target Tasks to be run before GNOME Session starts.
Stopped target Session services which should run early before the graphical session is brought up.
Reached target Shutdown running GNOME Session.
Starting Restart DBus after GNOME Session shutdown...
Stopped target Shutdown running GNOME Session.
Started Restart DBus after GNOME Session shutdown.
Could not acquire the 'org.sigxcpu.Thermal' service name
Stopping D-Bus User Message Bus...
Lost Dbus Connection! Exiting....
vvmd.service: Main process exited, code=exited, status=1/FAILURE
vvmd.service: Failed with result 'exit-code'.
A connection to the bus can't be made
obex.service: Main process exited, code=exited, status=1/FAILURE
obex.service: Failed with result 'exit-code'.
run-user-1000-gvfs.mount: Deactivated successfully.
run-user-1000-doc.mount: Deactivated successfully.
evolution-source-registry.service: Consumed 3.390s CPU time.
evolution-addressbook-factory.service: Consumed 2.306s CPU time.
evolution-calendar-factory.service: Consumed 3.409s CPU time.
xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
xdg-document-portal.service: Failed with result 'exit-code'.
xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
xdg-permission-store.service: Failed with result 'exit-code'.
Stopped D-Bus User Message Bus.
dbus.service: Consumed 14.946s CPU time.
Session c13 logged out. Waiting for processes to exit.
Starting D-Bus User Message Bus...
Started D-Bus User Message Bus.
invalid cast from 'WpDbus' to 'WpTransition'
wp_transition_get_source_object: assertion 'WP_IS_TRANSITION (self)' failed
Started Process Core Dump (PID 5176/UID 0).
session-c13.scope: Deactivated successfully.
^[[5~session-c13.scope: Consumed 3.089s CPU time.
phosh.service: Deactivated successfully.
Removed session c13.
^[[5~^[[5~Process 3523 (wireplumber) of user 1000 dumped core.

Module linux-vdso.so.1 with build-id ad4a5f3df6f231ee22416fbcb683d1b3654b0932
Module libspa-codec-bluez5-sbc.so with build-id 619d882b63a2f1727b6cb4cee6b96bdb76322aa9
Module libldacBT_abr.so.2 with build-id 442d0cf8e729728afd7a095079931a16f5a74a4d
Module libldacBT_enc.so.2 with build-id a5c1e5d938b1ed7068ab02008c4a184f139217f5
Module libspa-codec-bluez5-ldac.so with build-id 941124b1305663f11a0560926d1f4df0e110874d
Module libspa-codec-bluez5-faststream.so with build-id a4b1f471ed3abb8ead1fad69617b4f5d218aab10
Module libfreeaptx.so.0 with build-id e5b437cded8cee9c2760b6a6a5084eebba0f0836
Module libspa-codec-bluez5-aptx.so with build-id ccba770691a7a20e5f197c2cfc1bb0d31be4f839
Module libfdk-aac.so.2 with build-id 3f8d9b3e4a713b32a8b1a7031becb30eab5d0f8e
Module libspa-codec-bluez5-aac.so with build-id 49d7a09c2b26d8550e35d02f82213a79483f65f6
Module libatomic.so.1 with build-id e499b8090d7c5bfc1a0e1a738f264a26446623ff
Module libusb-1.0.so.0 with build-id 2890fa779982028a68171da58b37629778773459
Module libbluetooth.so.3 with build-id 74d8215162ecc7d4b0f82585741a1a7e8b46d809
Module libsbc.so.1 with build-id 576f055b855224f9e6eb66ab3333b5d01f58be87
Module libspa-bluez5.so with build-id 0122a2845ef50d1e65d538fc10fb159c652c3c5b
Module libasound.so.2 with build-id 91f7e096abfb6a65de58ac7f7b895cec470a0dd9
Module libspa-alsa.so with build-id 3ff37381d9d60086baea1d852547f08fc4a386be
Module libudev.so.1 with build-id d1ffab70bc45b5633e7ce757a7feb1a8a5507e8d
Module libspa-v4l2.so with build-id 61e9a72f061df1489ff3210a89443f49c0e5f8e4
Module libwireplumber-module-logind.so with build-id d28518a9df89624276400319231aaccdb7957631
Module libwireplumber-module-si-standard-link.so with build-id 175b7d4b53799ddb0daea2c1860080894b3e4d6d
Module libwireplumber-module-mixer-api.so with build-id 252d3652d702921ade9c31c32b89ad5d9a7def5c
Module libwireplumber-module-default-nodes-api.so with build-id 7d991f7c01f300f2a73945b3754807b542eefb0d
Module libwireplumber-module-si-node.so with build-id d4465d0f9bf39113f07e0414c8181a5cddbf91fb
Module libwireplumber-module-si-audio-adapter.so with build-id c5749455222972e22a94eb844cbd57c0ba217cba
Module libwireplumber-module-si-audio-endpoint.so with build-id d08c647561c16cce086f0eae2ee6753b78348452
Module libwireplumber-module-reserve-device.so with build-id bcdce7bfa0a1b2ef8c942d0f503b21832adb7e69
Module libwireplumber-module-portal-permissionstore.so with build-id eb2f62cde9b6b2ca95ff021d84be8ed0e319361b
Module libwireplumber-module-metadata.so with build-id 7ff50575ca6c99c0f41038a04ca5f63137a16a35
Module libwireplumber-module-default-nodes.so with build-id a593e3c85e306b66e99e5e1df1ae345f5c821ccb
Module libwireplumber-module-file-monitor-api.so with build-id ec3b2b4dab84fc2eefd224c3a9a38919e8bddeea
Module libwireplumber-module-default-profile.so with build-id 634c08b4fd172887e0deefa567b78fe6971cfce8
Module libgvfscommon.so with build-id 8eff85b77a549cd0f1cfff13cbd0112d94790041
Module libgvfsdbus.so with build-id 7241facc8924753fec7f1ee97447c2cda3afcb75
Module libm.so.6 with build-id 061d75252b42faa79887b44cec63eb025035f99f
Module libdl.so.2 with build-id 6fa316ff8958df953371c5a82f386eb885d1f576
Module liblua.so.5.4 with build-id 22b00d444cf095bab3161015d7d155a9e9eccfaf
Module libwireplumber-module-lua-scripting.so with build-id 1ceecfb74bb5c93ab802b847a0240dced06b34f8
Module libpipewire-module-session-manager.so with build-id 720fe13326f58bb0d5c10d8403631b4944144ad5
Module libpipewire-module-metadata.so with build-id 8877b32b9ee6efe8cf3e68045686e7415a745766
Module libpipewire-module-adapter.so with build-id 93d0fa50966f196ce1792339a5d5400247d73e1b
Module libpipewire-module-client-device.so with build-id efa29b3da4ba6ce2e7661bfc8406a7970e9cfe53
Module libpipewire-module-client-node.so with build-id fa22b79ce175191ac925b7c54c19b1ceeeb639bc
Module libpipewire-module-protocol-native.so with build-id 8b16149aa6cd92db6d92568de1916f59c775bf66
Module libpipewire-module-rt.so with build-id 760f459a8ec6c94f8f96a1f62598a9ae08f76b97
Module libgpg-error.so.0 with build-id eb33d6d304779773a5d2e80d63ffd7c365f9b201
Module liblz4.so.1 with build-id 6d85cb32490fa810dbc0b9cbb0043fc52e6ddba0
Module libzstd.so.1 with build-id dacfb4dea5ccf817614864ec38c35db7aa8cfdcc
Module liblzma.so.5 with build-id d34507011f065d2da4c4cc360615b2cd3ce3d4b2
Module libgcrypt.so.20 with build-id b10fee43a15f81876aeadec4e734decfc4214e4e
Module libcap.so.2 with build-id 4455fdea43c5cb06aef955f3fe8e65bda2865a71
Module libsystemd.so.0 with build-id 4e5aad070fbcce78cd1a71fb9c237180c1fdcb5f
Module libdbus-1.so.3 with build-id 15748dc82a87ed7b2fac67d0e3145a65fc7662aa
Module libspa-dbus.so with build-id ee9c6fb95a40b6e43f92bbecc74944f56f2b4e06
Module libspa-support.so with build-id 8065f39e4b2da83532763ade7e58926e7b0c5624
Module libblkid.so.1 with build-id c2b0e80dcad7ea830bc336d2d2b6e8a6dae70355
Module libpthread.so.0 with build-id 5fb84aef10e18bc3fcfdbfff64d8bd82f2b62232
Module libmount.so.1 with build-id 4e047119cfe3165e1a34913a55537c30d6746c5b
Module libz.so.1 with build-id b4b17bbf3e5421036ed035fb06a26109d4b0d4fe
Module libpcre.so.1 with build-id 75dc63d269e8b1acbd020273e4ada841b6217666
Module libffi.so.8 with build-id 5103e7b5b7addb8026a35a62734fefd1c7ef5c64
Module libgio-2.0.so.0 with build-id 12412bffe778c2f8bccafffe6cb10b7e820107d8
Module libgmodule-2.0.so.0 with build-id fc4d4a4d2bb1a4f8019dc3ade44a0f2e7a5a67de
Module libc.so.6 with build-id a11e506985b1f3d7eb868fc58de1473a19d5ebd0
Module libgcc_s.so.1 with build-id 977d93f2a20a599052cf3d0910f4a43614d2129d
Module libpipewire-0.3.so.0 with build-id cb3abe5d1002ef21d1440cb770760c9ba199b305
Module libglib-2.0.so.0 with build-id c0aaa06e0a3d9679012e7770d2c288c3af02852f
Module libgobject-2.0.so.0 with build-id 1efd784b2c6881fcdfac34e08bbadd8ce00fb35d
Module libwireplumber-0.4.so.0 with build-id 0cd75c88e1ed8e97ed72ff20bad83558852a176f
Module wireplumber with build-id 3b2bcb1a61e50cb6a5bec118b32e88de5fc97004
Stack trace of thread 3523:
#0  0x0000ffff8284eb00 n/a (libwireplumber-0.4.so.0 + 0x1eb00)
#1  0x0000ffff821bb038 n/a (libgio-2.0.so.0 + 0xdb038)
#2  0x0000ffff821bb088 n/a (libgio-2.0.so.0 + 0xdb088)
#3  0x0000ffff826a2738 g_main_context_dispatch (libglib-2.0.so.0 + 0x62738)
#4  0x0000ffff826a2d10 n/a (libglib-2.0.so.0 + 0x62d10)
#5  0x0000ffff826a3100 g_main_loop_run (libglib-2.0.so.0 + 0x63100)
#6  0x0000aaaac6901f34 n/a (wireplumber + 0x1f34)
#7  0x0000ffff82377b80 n/a (libc.so.6 + 0x27b80)
#8  0x0000ffff82377c60 __libc_start_main (libc.so.6 + 0x27c60)
#9  0x0000aaaac6902230 n/a (wireplumber + 0x2230)

Stack trace of thread 3526:
#0  0x0000ffff8243a77c epoll_pwait (libc.so.6 + 0xea77c)
#1  0x0000ffff81be5ab8 n/a (libspa-support.so + 0x15ab8)
#2  0x0000ffff81bd8e78 n/a (libspa-support.so + 0x8e78)
#3  0x0000ffff82586444 n/a (libpipewire-0.3.so.0 + 0x46444)
#4  0x0000ffff823d0aec n/a (libc.so.6 + 0x80aec)
#5  0x0000ffff8243a5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 3527:
#0  0x0000ffff824304d8 __poll (libc.so.6 + 0xe04d8)
#1  0x0000ffff826a2c60 n/a (libglib-2.0.so.0 + 0x62c60)
#2  0x0000ffff826a2df4 g_main_context_iteration (libglib-2.0.so.0 + 0x62df4)
#3  0x0000ffff826a2e7c n/a (libglib-2.0.so.0 + 0x62e7c)
#4  0x0000ffff826d37ac n/a (libglib-2.0.so.0 + 0x937ac)
#5  0x0000ffff823d0aec n/a (libc.so.6 + 0x80aec)
#6  0x0000ffff8243a5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 5147:
#0  0x0000ffff82436424 syscall (libc.so.6 + 0xe6424)
#1  0x0000ffff82704c2c g_cond_wait_until (libglib-2.0.so.0 + 0xc4c2c)
#2  0x0000ffff826681f4 n/a (libglib-2.0.so.0 + 0x281f4)
#3  0x0000ffff826d467c n/a (libglib-2.0.so.0 + 0x9467c)
#4  0x0000ffff826d37ac n/a (libglib-2.0.so.0 + 0x937ac)
#5  0x0000ffff823d0aec n/a (libc.so.6 + 0x80aec)
#6  0x0000ffff8243a5dc n/a (libc.so.6 + 0xea5dc)

Stack trace of thread 3549:
#0  0x0000ffff824304d8 __poll (libc.so.6 + 0xe04d8)
#1  0x0000ffff826a2c60 n/a (libglib-2.0.so.0 + 0x62c60)
#2  0x0000ffff826a3100 g_main_loop_run (libglib-2.0.so.0 + 0x63100)
#3  0x0000ffff82245d84 n/a (libgio-2.0.so.0 + 0x165d84)
#4  0x0000ffff826d37ac n/a (libglib-2.0.so.0 + 0x937ac)
#5  0x0000ffff823d0aec n/a (libc.so.6 + 0x80aec)
#6  0x0000ffff8243a5dc n/a (libc.so.6 + 0xea5dc)
ELF object binary architecture: AARCH64

systemd-coredump@2-5176-0.service: Deactivated successfully.
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/ldac
wireplumber.service: Main process exited, code=dumped, status=11/SEGV
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSink/aptx_hd
wireplumber.service: Failed with result 'core-dump'.
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aptx_hd
wireplumber.service: Consumed 1.238s CPU time.
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSink/aptx
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aptx
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aac
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSink/sbc
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/sbc
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSink/sbc_xq
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/sbc_xq
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/faststream
Endpoint unregistered: sender=:1.27 path=/MediaEndpoint/A2DPSource/faststream_duplex
wireplumber.service: Scheduled restart job, restart counter is at 1.
Stopped Multimedia Service Session Manager.
wireplumber.service: Consumed 1.238s CPU time.
Started Multimedia Service Session Manager.
SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
PipeWire's libcamera SPA missing or broken. libcamera not supported.
^[[6~^[[6~gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/ldac
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSink/aptx_hd
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aptx_hd
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSink/aptx
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aptx
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aac
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSink/sbc
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/sbc
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSink/sbc_xq
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/sbc_xq
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/faststream
Endpoint registered: sender=:1.133 path=/MediaEndpoint/A2DPSource/faststream_duplex
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
spa.v4l2: '/dev/video2' VIDIOC_ENUM_FRAMESIZES: Inappropriate ioctl for device
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
spa.v4l2: '/dev/video2' VIDIOC_ENUM_FRAMESIZES: Inappropriate ioctl for device
phosh.service: Scheduled restart job, restart counter is at 11.
Stopped Phosh, a shell for mobile phones.
Started Phosh, a shell for mobile phones.
pam_systemd_home(login:account): Not a user managed by systemd-homed: No home for user manjaro known
pam_unix(login:session): session opened for user manjaro(uid=1000) by manjaro(uid=0)
New session c14 of user manjaro.
Started Session c14 of User manjaro.
pam_env(login:session): deprecated reading of user environment enabled
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
[EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT"
Running compositor on wayland display 'wayland-0'
Output 'DSI-1' added ('<Unknown>'/'<Unknown>'/''), 68mm x 136mm
Enabling shell mode
Reached target GNOME Wayland Session.
GNOME Initial Setup Copy Worker was skipped because of a failed condition check (ConditionPathExists=!/home/manjaro/.config/gnome-initial-setup-done).
Reached target Session services which should run early before the graphical session is brought up.
Starting Monitor Session leader for GNOME Session...
Started Monitor Session leader for GNOME Session.
Reached target Tasks to be run before GNOME Session starts.
Starting GNOME Session Manager (session: phosh)...
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started GNOME Keyring daemon.
GNOME_KEYRING_CONTROL=/run/user/1000/keyring
The Secret Service was already initialized
The PKCS#11 component was already initialized
GNOME_KEYRING_CONTROL=/run/user/1000/keyring
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
The Secret Service was already initialized
GNOME_KEYRING_CONTROL=/run/user/1000/keyring
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
The PKCS#11 component was already initialized
GNOME_KEYRING_CONTROL=/run/user/1000/keyring
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Started GNOME Session Manager (session: phosh).
Reached target GNOME Session Manager is ready.
Starting Phosh, a shell for mobile phones...
Started Application launched by gnome-session-binary.
[session uid=1000 pid=5172] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.15' (uid=1000 pid=5254 comm="/usr/lib/phosh/phosh")
Starting Virtual filesystem service...
[session uid=1000 pid=5172] Successfully activated service 'org.gtk.vfs.Daemon'
Started Virtual filesystem service.
[session uid=1000 pid=5172] Activating service name='org.mobian_project.CallAudio' requested by ':1.15' (uid=1000 pid=5254 comm="/usr/lib/phosh/phosh")
[session uid=1000 pid=5172] Successfully activated service 'org.mobian_project.CallAudio'
Registered Authentication Agent for unix-session:c14 (system bus name :1.140 [/usr/lib/phosh/phosh], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
[session uid=1000 pid=5172] Activating service name='org.sigxcpu.Feedback' requested by ':1.15' (uid=1000 pid=5254 comm="/usr/lib/phosh/phosh")
vvmd.service: Scheduled restart job, restart counter is at 1.
Stopped Visual Voicemail Daemon.
Started Visual Voicemail Daemon.
[session uid=1000 pid=5172] Successfully activated service 'org.sigxcpu.Feedback'
[session uid=1000 pid=5172] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.20' (uid=1000 pid=5285 comm="/usr/lib/feedbackd")
Starting User preferences database...
[session uid=1000 pid=5172] Successfully activated service 'ca.desrt.dconf'
Started User preferences database.
Unknown type of VVM service.
dbus-daemon[5260]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=5254 comm="/usr/lib/phosh/phosh")
Unable to toggle OSK: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name sm.puri.OSK0 was not provided by any .service files
dbus-daemon[5260]: Successfully activated service 'org.a11y.atspi.Registry'
SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
You are not subscribed to the Visual Voicemail.
Could not find settings: Operator ID '20815' not found in service provider database
Your VVM settings for are not in the database! Please file a merge request at https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info so they can be added
[session uid=1000 pid=5172] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.15' (uid=1000 pid=5254 comm="/usr/lib/phosh/phosh")
Starting Virtual filesystem service - disk device monitor...
[session uid=1000 pid=5172] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Started Virtual filesystem service - disk device monitor.
Started Phosh, a shell for mobile phones.
Reached target Phosh.
Reached target GNOME Session is initialized.
GNOME session X11 services is inactive.
Dependency failed for GNOME XSettings service.
org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Reached target GNOME Session (session: phosh).
Reached target GNOME XSettings target.
Starting Signal initialization done to GNOME Session Manager...
Starting GNOME accessibility service...
Starting GNOME color management service...
Starting GNOME date & time service...
Starting GNOME maintenance of expirable data service...
Starting GNOME keyboard configuration service...
Starting GNOME keyboard shortcuts service...
Starting GNOME power management service...
Starting GNOME printer notifications service...
Starting GNOME RFKill support service...
Starting GNOME FreeDesktop screensaver service...
Starting GNOME file sharing service...
Starting GNOME smartcard service...
Starting GNOME sound sample caching service...
Starting GNOME USB protection service...
Starting GNOME Wacom tablet support service...
Starting GNOME WWan support service...
[system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.146' (uid=1000 pid=5375 comm="/usr/lib/gsd-rfkill")
Finished Signal initialization done to GNOME Session Manager.
Starting Hostname Service...
Started GNOME accessibility service.
Started GNOME maintenance of expirable data service.
Started GNOME FreeDesktop screensaver service.
Started Application launched by gnome-session-binary.
Reached target GNOME accessibility target.
Reached target GNOME maintenance of expirable data target.
Reached target GNOME FreeDesktop screensaver target.
Started GNOME printer notifications service.
Reached target GNOME printer notifications target.
Started GNOME file sharing service.
Reached target GNOME file sharing target.
Started GNOME date & time service.
Reached target GNOME date & time target.
Started GNOME smartcard service.
Reached target GNOME smartcard target.
Started GNOME USB protection service.
Reached target GNOME USB protection target.
Started GNOME WWan support service.
Reached target GNOME WWan support target.
Started GNOME sound sample caching service.
Reached target GNOME sound sample caching target.
[session uid=1000 pid=5172] Activating service name='org.gnome.ScreenSaver' requested by ':1.35' (uid=1000 pid=5386 comm="/usr/lib/gsd-usb-protection")
[system] Successfully activated service 'org.freedesktop.hostname1'
Started Hostname Service.
rfkill: input handler disabled
Started GNOME RFKill support service.
Reached target GNOME RFKill support target.
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.ScreenSaver'
Started GNOME color management service.
Reached target GNOME color management target.
Started GNOME keyboard shortcuts service.
Reached target GNOME keyboard shortcuts target.
[system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.155' (uid=1000 pid=5358 comm="/usr/lib/gsd-color")
Starting Location Lookup Service...
Started GNOME keyboard configuration service.
Reached target GNOME keyboard configuration target.
[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.154' (uid=1000 pid=5366 comm="/usr/lib/gsd-keyboard")
Starting Locale Service...
Started GNOME Wacom tablet support service.
Reached target GNOME Wacom tablet support target.
Started GNOME power management service.
Reached target GNOME power management target.
Reached target GNOME Session.
Reached target GNOME Wayland Session (session: phosh).
Reached target Current graphical user session.
GNOME Initial Setup was skipped because of a failed condition check (ConditionPathExists=!/home/manjaro/.config/gnome-initial-setup-done).
Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
failed to get edid: unable to get EDID for output
[system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.164' (uid=968 pid=5487 comm="/usr/lib/geoclue")
[system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Failed to connect to avahi service: Daemon not running
[system] Successfully activated service 'org.freedesktop.GeoClue2'
Started Location Lookup Service.
[system] Successfully activated service 'org.freedesktop.locale1'
Started Locale Service.
Entering running state
Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
Unable to register client with session manager
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
Started Application launched by gnome-session-binary.
<info>  [1659862734.0511] agent-manager: agent[1df20a1871bbf242,:1.140/sm.puri.phosh.NetworkAgent/1000]: agent registered
unable to get EDID for xrandr-DSI-1: unable to get EDID for output
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
[session uid=1000 pid=5172] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.61' (uid=1000 pid=5522 comm="chatty --daemon")
Starting Evolution source registry...
[session uid=1000 pid=5172] Activating service name='org.gnome.OnlineAccounts' requested by ':1.62' (uid=1000 pid=5618 comm="/usr/lib/evolution-source-registry")
[session uid=1000 pid=5172] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.62' (uid=1000 pid=5618 comm="/usr/lib/evolution-source-registry")
Starting Virtual filesystem metadata service...
[session uid=1000 pid=5172] Successfully activated service 'org.gtk.vfs.Metadata'
Started Virtual filesystem metadata service.
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Started Evolution source registry.
goa-daemon version 3.44.0 starting
[session uid=1000 pid=5172] Activating service name='org.gnome.Identity' requested by ':1.67' (uid=1000 pid=5627 comm="/usr/lib/goa-daemon")
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.OnlineAccounts'
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.Identity'
[session uid=1000 pid=5172] Activating service name='org.gnome.Contacts' requested by ':1.56' (uid=1000 pid=5532 comm="gnome-calls --daemon")
[session uid=1000 pid=5172] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.57' (uid=1000 pid=5515 comm="/usr/lib/evolution-data-server/evolution-alarm-not")
Starting Evolution calendar service...
[session uid=1000 pid=5172] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.59' (uid=1000 pid=5518 comm="/usr/bin/vvmplayer --daemon")
Starting Evolution address book service...
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.Contacts'
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Started Evolution calendar service.
[session uid=1000 pid=5172] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Started Evolution address book service.
[session uid=1000 pid=5172] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.56' (uid=1000 pid=5532 comm="gnome-calls --daemon")
Starting Bluetooth OBEX service...
OBEX daemon 5.64
[session uid=1000 pid=5172] Successfully activated service 'org.bluez.obex'
Started Bluetooth OBEX service.
gst_element_message_full_with_details: assertion 'GST_IS_ELEMENT (element)' failed
gst_element_message_full_with_details: assertion 'GST_IS_ELEMENT (element)' failed
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: device id: 0x2145
sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
gc2145 3-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
gc2145 3-003c: bank switch: 0x01
gc2145 3-003c: bank switch: 0x00
[session uid=1000 pid=5172] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.70' (uid=1000 pid=5653 comm="/usr/bin/gnome-contacts --gapplication-service")
Starting Portal service...
[session uid=1000 pid=5172] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.73' (uid=1000 pid=5750 comm="/usr/lib/xdg-desktop-portal")
Starting flatpak document portal service...
[session uid=1000 pid=5172] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.74' (uid=1000 pid=5754 comm="/usr/lib/xdg-document-portal")
Starting sandboxed app permission store...
[session uid=1000 pid=5172] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Started sandboxed app permission store.
[session uid=1000 pid=5172] Successfully activated service 'org.freedesktop.portal.Documents'
Started flatpak document portal service.
[session uid=1000 pid=5172] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.73' (uid=1000 pid=5750 comm="/usr/lib/xdg-desktop-portal")
Starting Portal service (GNOME implementation)...
[session uid=1000 pid=5172] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Started Portal service (GNOME implementation).
Supervising 0 threads of 0 processes of 0 users.
Supervising 0 threads of 0 processes of 0 users.
Supervising 0 threads of 0 processes of 0 users.
[session uid=1000 pid=5172] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.73' (uid=1000 pid=5750 comm="/usr/lib/xdg-desktop-portal")
Starting Portal service (GTK/GNOME implementation)...
[session uid=1000 pid=5172] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Started Portal service (GTK/GNOME implementation).
[session uid=1000 pid=5172] Successfully activated service 'org.freedesktop.portal.Desktop'
Started Portal service.
systemd-hostnamed.service: Deactivated successfully.
systemd-localed.service: Deactivated successfully.
Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed: Could not get window list
pam_systemd_home(phosh:auth): Not a user managed by systemd-homed: No home for user manjaro known

Swipe up allows to open or close apps while your are already running an application. To reproduce the bug, start the phone open any application then swipe up. From this moment, even before you try to close the current application or open a new one, the entire system is unusable because of phosh using all the processor.

The workaround [ARM Stable Update] 2022-08-03 - Firefox, KDE Gear, Code and Kernels - #6 by alban to downgrade the package phosh from beta3 to beta2 makes everything works well again:

sudo pacman -U file:///var/cache/pacman/pkg/phosh-0.20.0beta2+4+g5027b9c3-1-aarch64.pkg.tar.zst

phosh 0.20.0 from unstable does not solve the issue on my OG Pinephone, while my Pinephone Pro keeps working as normal.