[ARM Stable Update] 2023-10-01 - Kernels, Systemd, KDE, Firefox, Thunderbird, LibreOffice

Hello ARM community.

We managed to release the October Update of AARCH64 now. Let’s see how it will unfold with future updates …


Update Announcement

Some highlights:

  • Most of the Kernels got updated
  • Systemd is at 254.5
  • KDE gear got renewed to 23.08.1
  • KDE Plasma got updated to 5.27.8
  • KDE frameworks are at 5.110.0
  • Firefox is at 118
  • LibreOffice got renewed to 7.5.7 and 7.6.2
  • Pipewire is at 0.3.80
  • Thunderbird is at 115.2.3
  • The usual KDE-git updates which moved to Qt6

End Of Life kernels (will be removed from repo soon):

  • linux60 (EOL on 2023-01-12) (removed from repository)

Tips And Tricks

Error about missing openssl 1.1 library

Since the update to the new OpenSSL 3.0, some applications might still be looking for version 1.1 og openssl.
Fortunately Arch Linux created a compatability package for such events called openssl-1.1.
So if you encounter any such errors, please install the above mentioned package.
Applications currently known to specifically look for 1.1 is silver. We have not been able to rebuild it yet. So if you are on our Gnome or Sway editions, please install openssl-1.1 as part of this update.

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 installled. 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

The PHP package has been updated to 8.2. If you still need 8.1, use php-legacy packages.
Arch Linux - News: PHP 8.2 update and introduction of legacy branch

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

The ghostpcl and ghostxps requires manual intervention (if you have these installed):
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss package requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require 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 (Sat Sep 30 04:31:22 CEST 2023)

  • arm-stable core aarch64: 74 new and 73 removed package(s)
  • arm-stable extra aarch64: 2585 new and 2595 removed package(s)
  • arm-stable kde-unstable aarch64: 320 new and 285 removed package(s)

A full list of all package changes can be found 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 Testing Updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


  • 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:

Donate

Manjaro, like many other open-source projects, relies on the generosity of its community through donations and corporate sponsorships to support its growth and development. These donations are essential in covering the various expenses incurred in the operations of the project such as server costs, software development tools, infrastructure expenses, training, flying people to events or conferences and the salaries of key developers. With the help of these donations, Manjaro is able to secure the necessary financial stability that allows the project to continuously improve and remain active. If you love Manjaro, consider to donate!

2 Likes

Known Issues and Solutions

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

:arrow_right: 2023-10-01

2023-06-06

If you have a lot of pip/AUR packages to upgrade to Python 3.11

Short version, for experienced users:
[HowTo] Python upgrade: reinstall AUR and pip packages

Long version with full details:
[HowTo] After a Python interpreter upgrade, reinstall non-working Python packages

Many applications (firefox, thunderbird, etc) slow to start on desktops other than Gnome

There is a bug with xdg-desktop-portal-gnome (more details here).

Workaround for gtk-based desktops (including Xfce)
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-gtk
Workaround for KDE
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-kde
Workaround for Lxqt
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-lxqt
Workaround for desktops using hyprland
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-hyprland
Workaround for desktops using wlroots
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-wlr

If you installed python311 from the AUR, you need to uninstall it before running this update.

2023-02-16

Docker 23 not starting

Since the update to Docker 23, upstream is now inforcing new paths for apparmor related stuff. But there has been changes to dependencies yet. So Docker 23 will error on start.
Fix: Install apparmor from the repositories.

2023-01-03

Reduced video playback performance in mpv

There has been reports of video playback performance in mpv has regressed since an update to mpv.
Fix: MPV now needs a vd-lavc-dr=no parameter to play hw acceleration supported 1080p videos smoothly.

Touch input on Firefox with Phosh not working in Firefox 108

Since the update to Firefox 108, the touch input does not work. Seems to be an issue with a couple of the changes the mobile-config brings in. PostMarketOS likely won’t fix this in their source, so we might need to carry a patch for this.

2022-11-20

OpenSSL 1.1 library not found

Some applications might still be looking for openssl 1.1.
Solution: Install openssl-1.1 package with sudo pacman -S openssl-1.1.

2022-10-31

Firefox shows wrong colors when playing video on Raspberry Pi 4

Since Mesa 22.2, Firefox has been showing weird colors when playing video on the Raspberry Pi 4. This is caused by an issue in upstream mesa, which was recently fixed.
Fix: Update to mesa 22.2.3-0.1 in the repository, which includes this fix.

Chromium in Wayland crashes with --in-process-gpu

Since Mesa 22.2.0, Chromium running in wayland sessions seems to crash when running with the --in-process-gpu option. Running in X11 seems fine, although it’s slow.
Fix: Update to Mesa 22.3.2 was reported to work here.

2022-10-21

Plasma Mobile Dialer seems to be unreliable

Plasma Dialer 22.09 seems to have issues switching audio profiles and as such might require manual switching. Sometimes audio is completely missing.

Reduced video performance on youtube

Some may encounter reduced video playback performance on YouTube in Firefox with the new Mesa 22.2 drivers.
No workaround at this time.

Old Issues

Phosh crashes when closing apps
An upstream issue results in the Phosh shell to crash when you close the app in the app switcher, with animations turned off.
Fix: Enable animations in Tweaks application

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"
    }
}
```Hello ARM community,

this is my fourth **stable** update for our aarch64 architecture.

Most already know that we had some staff changes in our Manjaro ARM team. You might already have noticed that Dan [left the team](https://blog.strits.dk/i-no-longer-work-for-manjaro/) and the company. Therefore we have also to see when the next install medias for ARM SBCs and devices will been created. Dan did a lot for the ARM branch of Manjaro, including endless testing of boards and devices. Before releasing any image for an ARM device it needs to been tested on the device itself. You can find untested [development builds](https://github.com/orgs/manjaro-arm/repositories) at github.

Therefore I'll act as the interim release manager until we found the right staff member for this job.

## Donate

Manjaro, like many other open-source projects, relies on the generosity of its community through [donations](https://manjaro.org/donate/) and corporate sponsorships to support its growth and development. These [donations](https://manjaro.org/donate/) are essential in covering the various expenses incurred in the operations of the project such as server costs, software development tools, infrastructure expenses, training, flying people to events or [conferences](https://blog.manjaro.org/fosdem-2023/) and the salaries of key developers. With the help of these donations, Manjaro is able to secure the necessary financial stability that allows the project to continuously improve and remain active. If you love Manjaro, consider to [donate](https://manjaro.org/donate/)!

---

## Update Announcement

With this update we have mostly updates to [Apple Silicon](https://gitlab.manjaro.org/manjaro-arm/packages/apple-silicon) and mobile.

*Some highlights:*
- Some **Kernels** got renewed
- **Apple-Silicon** packages got renewed to the latest issued by Asahi Linux. [Graphic stack](https://asahilinux.org/2023/06/opengl-3-1-on-asahi-linux/) got improved a lot. However, our installer is still internal
- **Calls** is now at [44.2](https://gitlab.gnome.org/GNOME/calls/-/raw/91e5cad939f6753bc232c8990be295b068473949/debian/changelog)
- the app **vakzination** got rebuild to fix so-file issues
- **libpamac** got renewed to [11.5.4](https://gitlab.manjaro.org/applications/libpamac/-/tags/11.5.4)
- Usual **KDE-git** updates

*End Of Life kernels (will be removed from repo soon):*
* `linux60` (EOL on 2023-01-12) (removed from repository)

---

## Tips And Tricks

[details="Error about missing openssl 1.1 library"]
Since the update to the new OpenSSL 3.0, some applications might still be looking for version 1.1 og openssl.
Fortunately Arch Linux created a compatability package for such events called `openssl-1.1`.
So if you encounter any such errors, please install the above mentioned package.
Applications currently known to specifically look for 1.1 is `silver`. We have not been able to rebuild it yet. So if you are on our Gnome or Sway editions, please install `openssl-1.1` as part of this update.
[/details]

[details="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.
[/details]

[details="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 installled. 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.
[/details]

---

## Upstream Notifications:
[details="Older notifications"]
The PHP package has been updated to 8.2. If you still need 8.1, use `php-legacy` packages.
https://archlinux.org/news/php-82-update-and-introduction-of-legacy-branch/

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`:
https://archlinux.org/news/sorting-out-old-password-hashes/

The `ghostpcl` and `ghostxps` requires manual intervention (if you have these installed):
https://www.archlinux.org/news/ghostpcl9532-2-and-ghostxps9532-2-updates-require-manual-intervention/

The `nss` package requires manual intervention:
https://www.archlinux.org/news/nss3511-1-and-lib32-nss3511-1-updates-require-manual-intervention/

The packages `hplip` and `firewalld` requires manual intervention:
https://www.archlinux.org/news/hplip-3203-2-update-requires-manual-intervention/
https://www.archlinux.org/news/firewalld081-2-update-requires-manual-intervention/
[/details]

---

## Package Changes (Fri May 19 13:30:34 CEST 2023)

 - arm-stable community aarch64:  20 new and 20 removed package(s)
 - arm-stable core aarch64:  24 new and 23 removed package(s)
 - arm-stable extra aarch64:  4 new and 4 removed package(s)
 - arm-stable kde-unstable aarch64:  289 new and 289 removed package(s)

:: Different overlay package(s) in repository community aarch64


                         PACKAGE           2023.06.09           2023.06.12

           apple-silicon-configs           20221206-1           20230517-1
                 asahi-fwextract            0.5pre2-3              0.5.4-1
                   asahi-scripts           20221206-1           20230606-2
                       bitwarden           2023.5.0-1           2023.5.0-2
                      callaudiod              0.1.9-1              0.1.9-2
                            code             1.78.2-1             1.79.0-1
                        electron             23.1.2-1             23.3.6-1
                      electron20            20.3.11-1                    -
                      electron21             21.4.2-1             21.4.4-1
                      electron22             22.3.2-1            22.3.12-1
                     gnome-calls               44.1-2               44.2-1
              gnome-shell-mobile44.0+r283+g034144c20-144.1+r326+g9b7df11f1-1
         mesa-apple-silicon-edge 23.1.0_pre20230311-1 23.2.0_pre20230606-1
   mesa-apple-silicon-edge-debug 23.1.0_pre20230311-1 23.2.0_pre20230606-1
                   mutter-mobile44.0+r88+g780aadd4e-244.1+r191+g5e72de83d-2.0
                           phosh             0.28.0-10.28.0+13+g31896512-1
                  phosh-antispam              3.2.0-2              3.3.0-1
                     vakzination            23.01.0-1            23.01.0-2
vulkan-swrast-apple-silicon-edge 23.1.0_pre20230311-1 23.2.0_pre20230606-1
                    wire-desktop          3.30.3018-1          3.31.3060-1
                      electron24                    -             24.5.0-1

:: Different overlay package(s) in repository core aarch64


                         PACKAGE           2023.06.09           2023.06.12

                           linux              6.3.5-1              6.3.7-1
                       linux-aml             6.1.31-1             6.1.33-1
               linux-aml-headers             6.1.31-1             6.1.33-1
             linux-apple-silicon                6.2-1                6.3-1
        linux-apple-silicon-edge                6.2-1                6.3-1
     linux-apple-silicon-headers                6.2-1                6.3-1
                   linux-headers              6.3.5-1              6.3.7-1
                       linux-lts             6.1.31-1             6.1.33-1
               linux-lts-headers             6.1.31-1             6.1.33-1
                 linux-pinephone              6.3.5-1              6.3.7-1
         linux-pinephone-headers              6.3.5-1              6.3.7-1
              linux-pinephonepro              6.3.5-1              6.3.7-1
      linux-pinephonepro-headers              6.3.5-1              6.3.7-1
                      linux-rpi4             6.1.31-1             6.1.32-1
              linux-rpi4-headers             6.1.31-1             6.1.32-1
             linux-rpi4-mainline              6.3.5-1              6.3.6-1
     linux-rpi4-mainline-headers              6.3.5-1              6.3.6-1
                   linux-rpi4-rc            6.4.rc4-1            6.4.rc5-1
           linux-rpi4-rc-headers            6.4.rc4-1            6.4.rc5-1
                            m1n1              1.2.6-1              1.2.9-1
             uboot-apple-silicon            2023.01-1            2023.04-1
              uboot-pinephonepro     5:2023.07rc2-0.3     5:2023.07rc2-0.4
     uboot-pinephonepro-rockchip     5:2023.07rc2-0.3     5:2023.07rc2-0.4
                uboot-odroid-n2l                    -            2023.04-1

:: Different overlay package(s) in repository extra aarch64


                         PACKAGE           2023.06.09           2023.06.12

                        libpamac             11.5.3-1             11.5.4-1
         libpamac-flatpak-plugin             11.5.3-1             11.5.4-1
            libpamac-snap-plugin             11.5.3-1             11.5.4-1
                           snapd             2.59.5-1             2.59.5-2

:: Different overlay package(s) in repository kde-unstable aarch64


                         PACKAGE           2023.06.09           2023.06.12

                         akonadi23.04.1.r13076.g84e914c45-123.04.2.r13076.g84e914c45-1
                akonadi-calendar23.04.1.r2364.g2c16022-123.04.2.r2364.g2c16022-1
          akonadi-calendar-tools23.04.0.r1047.g7a009d5-123.04.2.r1050.g9ba89ef-1
                akonadi-contacts23.04.1.r3474.gc4e5f229-123.04.2.r3474.gc4e5f229-1
           akonadi-import-wizard23.04.1.r1941.g5abcbc9-123.04.2.r1941.g5abcbc9-1
                    akonadi-mime23.04.1.r1873.gae00608-123.04.2.r1874.gf4c29c4-1
                   akonadi-notes23.04.1.r1169.gb451bbe-123.04.2.r1169.gb451bbe-1
                  akonadi-search23.04.1.r1395.gc9cd29c-123.04.2.r1397.gfd9883c-1
                  akonadiconsole23.04.0.r1747.g17f7951-123.04.2.r1748.gb566587-1
                       akregator23.04.0.r6725.g3b691ed9-123.04.2.r6726.g5325284a-1
                        analitza23.04.1.r2396.gb2b30fe1-123.04.2.r2396.gb2b30fe1-1
                             ark23.04.0.r5088.g2a7f46b3-123.04.2.r5090.g5033a623-1
                      artikulate23.04.1.r1522.g9344e4f-123.04.2.r1522.g9344e4f-1
                     audiocd-kio23.04.1.r1206.ge338398-123.04.2.r1208.g061a22c-1
                           baloo5.106.0.r3244.geafae07a-15.106.0.r3245.g9755144d-1
                   baloo-widgets23.04.1.r878.g2e8ea3c-123.04.2.r878.g2e8ea3c-1
                         blinken23.04.1.r740.g6d13ea0-123.04.2.r740.g6d13ea0-1
                       bluedevil1:5.27.5.r2612.ge033d939-11:5.27.5.r2613.gb31f376a-1
                          bomber23.04.1.r636.g7e6e493-123.04.2.r636.g7e6e493-1
                            bovo23.04.1.r857.ga9f1dbe-123.04.2.r857.ga9f1dbe-1
                          breeze5.27.5.r2628.g5d279205-15.27.5.r2629.g4afc46e7-1
                            buho  3.0.0.r5.gec42169-1  3.0.0.r6.ga4c2c66-1
                 calendarsupport23.04.0.r849.gde62582-123.04.2.r849.gde62582-1
                          cantor23.04.1.r3600.g19ed0b66-123.04.2.r3603.gdbbd804e-1
                        cervisia23.04.0.r1778.g9b84f0b-123.04.2.r1779.gefbddbb-1
                        discover5.27.5.r9333.gc4c0ad257-15.27.5.r9335.g725681901-1
                         dolphin23.04.1.r7416.ge5abe2c67-123.04.2.r7417.gbb08c70a9-1
                 dolphin-plugins23.04.0.r760.gb6391fd-123.04.2.r761.g1abd322-1
                          dragon23.04.1.r1194.g8f5664a-123.04.2.r1196.g94b6111-1
                         drkonqi5.27.5.r930.g8cb1aea1-15.27.5.r931.g9c42ce25-1
                           elisa23.04.1.r3313.g2ebf6bd6-123.04.2.r3320.g8d11cf2f-1
                      elisa-qtmm23.04.1.r3313.g2ebf6bd6-123.04.2.r3320.g8d11cf2f-1
                      eventviews23.04.0.r1026.g54d1d27-123.04.2.r1028.gdd65a38-1
                    ffmpegthumbs23.04.1.r263.g8a8b7c2-123.04.2.r263.g8a8b7c2-1
                       filelight23.04.0.r1408.g2f2b5a1-123.04.2.r1410.g253b29d-1
                       granatier23.04.1.r1051.g5e93a6c-123.04.2.r1051.g5e93a6c-1
                 grantlee-editor23.04.0.r941.gb634afb-123.04.2.r941.gb634afb-1
                   grantleetheme23.04.1.r504.g1f1c47b-123.04.2.r504.g1f1c47b-1
                        gwenview23.04.1.r7161.ga483380d-123.04.1.r7164.g47e8bdb0-1
                 incidenceeditor23.04.1.r1050.g7b9c8a1-123.04.2.r1051.g7c3d773-1
                       itinerary23.04.0.r2712.g01b4fc49-123.04.2.r2715.gae36bdb6-1
                             juk23.04.1.r3265.g77d80714-123.04.2.r3266.gf840340e-1
                             k3b1:23.04.1.r6998.g1cf60e813-11:23.04.2.r6999.g329361b61-1
           kaccounts-integration23.04.1.r1364.gbf22267-223.04.2.r1364.gbf22267-1
             kaccounts-providers23.04.1.r443.g3e40fe3-123.04.2.r443.g3e40fe3-1
               kactivitymanagerd5.27.5.r1462.g861f9de-15.27.5.r1463.gd454806-1
                    kaddressbook23.04.1.r6417.g5c6a2248-123.04.2.r6420.gbc60dd46-1
                         kajongg23.04.1.r4419.gdcdf2ee5-123.04.2.r4422.g451e34a3-1
                          kalarm23.04.0.r8339.g365a6581-123.04.2.r8395.g124644f6-1
                        kalgebra23.04.1.r2162.g0ded608-123.04.2.r2162.g0ded608-1
                         kalzium23.04.1.r4512.ge103ed83-123.04.2.r4516.g80a9ab41-1
                          kamera23.04.1.r828.gd491cfd-123.04.2.r828.gd491cfd-1
                          kamoso23.04.0.r1557.ga018c91-123.04.2.r1557.ga018c91-1
                        kanagram23.04.1.r1406.gbc68a1f-123.04.2.r1406.gbc68a1f-1
                          kapman23.04.1.r734.gc63a2da-123.04.2.r734.gc63a2da-1
                    kapptemplate23.04.0.r1063.g5fded2a-123.04.2.r1063.g5fded2a-1
                           kasts23.01.0.r165.gb1d8d47-123.01.0.r168.g21952c6-1
                            kate23.04.0.r20721.gd208dfe5a-123.04.2.r20730.geefd3ba2d-1
                         katomic23.04.1.r1046.g9ed1b51-123.04.2.r1046.g9ed1b51-1
                         kbackup23.04.0.r544.g81bfeb6-123.04.2.r544.g81bfeb6-1
                       kblackbox23.04.1.r846.gb0bfda4-123.04.2.r847.gdc37f08-1
                         kblocks23.04.1.r826.g2447c84-123.04.2.r826.g2447c84-1
                      kbookmarks5.106.0.r535.g5dd2497-15.106.0.r536.g60642fc-1
                         kbounce23.04.1.r932.gc80ffc9-123.04.2.r932.gc80ffc9-1
                       kbreakout23.04.1.r999.gbfe0cbd-123.04.2.r999.gbfe0cbd-1
                          kbruch23.04.1.r956.g4a4b7e8-123.04.2.r956.g4a4b7e8-1
                     kcachegrind23.04.0.r1278.g5cbbd88-123.04.2.r1281.gbf373a0-1
              kcachegrind-common23.04.0.r1278.g5cbbd88-123.04.2.r1281.gbf373a0-1
                           kcalc23.04.0.r1736.ga499fae-123.04.2.r1736.ga499fae-1
                       kcalutils23.04.1.r1084.gf8302135f-123.04.2.r1084.gf8302135f-1
                     kcharselect23.04.0.r625.g019cf4f-123.04.2.r625.g019cf4f-1
                          kclock23.01.0.r72.g6533949-123.01.0.r74.g352cc69-1
                        kcmutils5.106.0.r752.g861104da-15.106.0.r754.g9772c61d-1
                   kcolorchooser23.04.1.r337.gde9049d-123.04.2.r337.gde9049d-1
                         kconfig5.106.0.r1082.g1b47e6c3-15.106.0.r1083.g3c6d59de-1
                       kcontacts1:5.106.0.r3432.g80b99ae8-11:5.106.0.r3433.g729e4154-1
                           kcron23.04.0.r907.g9637eb7-123.04.2.r907.g9637eb7-1
                   kde-cli-tools5.27.5.r2130.ge8132be-15.27.5.r2133.g1787873-1
                 kde-dev-scripts23.04.0.r4182.gbd504fa-123.04.2.r4182.gbd504fa-1
                   kde-dev-utils23.04.0.r663.g74eae5a-123.04.2.r666.g0d5e900-1
                  kdebugsettings23.04.0.r1367.g2b9cccc-123.04.2.r1368.gba99146-1
                      kdeconnect23.04.0.r3842.gdf9be7e6-123.04.2.r3849.g4ef7c262-1
                     kdeedu-data23.04.1.r22.g793df3b-123.04.2.r22.g793df3b-1
          kdegraphics-mobipocket23.04.1.r290.g16b2e58-123.04.2.r290.g16b2e58-1
        kdegraphics-thumbnailers23.04.1.r295.g3da9b35-123.04.2.r297.g9dbad70-1
                 kdelibs4support5.106.0.r1205.g6356e0ee-15.106.0.r1206.ga4526feb-1
          kdenetwork-filesharing23.04.0.r1094.gdc7ac35-123.04.2.r1094.gdc7ac35-1
                        kdenlive23.04.0.r18149.gc00260e0d-123.04.2.r18192.g6154d791d-1
                   kdepim-addons23.04.0.r5271.g0cc67708c-123.04.2.r5272.g9f5ee3de1-1
                  kdepim-runtime23.04.1.r15928.gea73e40e2-123.04.2.r15929.ge2729f0ab-1
                kdeplasma-addons5.27.5.r9399.gb86d9f13b-15.27.5.r9401.gdeff16fd2-1
                kdesdk-kioslaves23.04.0.r505.g1f7909e-123.04.2.r505.g1f7909e-1
             kdesdk-thumbnailers23.04.0.r133.g989c6a3-123.04.2.r135.gbc52836-1
                             kdf23.04.0.r976.g86e7b91-123.04.2.r976.g86e7b91-1
                         kdialog23.04.0.r1365.g0fe2062c1-123.04.2.r1366.g0832b04ba-1
                        kdiamond23.04.1.r798.gcc46502-123.04.2.r799.g7596172-1
                  keditbookmarks23.04.0.r2838.ga35a913a2-123.04.2.r2841.ga0c18fdc0-1
                        keysmith23.01.0.r64.gb6f41d9-123.01.0.r65.ge941e7e-1
                   kfilemetadata5.106.0.r973.g7c395e2-15.106.0.r976.g53923f5-1
                           kfind23.04.0.r2820.g86338ab1e-123.04.2.r2821.g789620dbc-1
                         kfloppy23.04.0.r874.g96209b6-123.04.2.r875.gf2f65d2-1
                     kfourinline23.04.1.r1108.g0461ef3-123.04.2.r1108.g0461ef3-1
                      kgeography23.04.1.r1255.g7d31981-123.04.2.r1255.g7d31981-1
                            kget23.04.0.r3369.g22d0c200-123.04.2.r3370.g179d7f65-1
                    kglobalaccel5.106.0.r663.g659f251-15.106.0.r664.gc538ad5-1
                     kgoldrunner23.04.1.r1380.g1aa9eee-123.04.2.r1382.gb59d5d2-1
                        khangman23.04.1.r1700.g5d32616-123.04.2.r1700.g5d32616-1
                     khelpcenter23.04.0.r2896.g2d2d1f04-123.04.2.r2899.ge7acf8e8-1
                        khotkeys5.27.5.r2245.g85c7f71-15.27.5.r2246.gb2a103e-1
                           khtml5.106.0.r682.g121f508-15.106.0.r683.g14a5880-1
                     kiconthemes5.106.0.r702.ga973b2a-15.106.0.r703.gcc16d7d-1
             kidentitymanagement23.04.1.r4007.g36e0f760-123.04.2.r4008.gcb17bd07-1
                             kig23.04.1.r3343.g58ce31b1-123.04.2.r3345.g046a3f87-1
                            kigo23.04.1.r659.ge608c95-123.04.2.r660.gd1de2ff-1
                        killbots23.04.1.r873.ge3deff6-123.04.2.r875.gdec0ee7-1
                 kimagemapeditor23.04.1.r584.ge06fa84-123.04.2.r586.g0bf89e6-1
                           kimap23.04.1.r1301.ge04dd9b-123.04.2.r1301.ge04dd9b-1
                     kinfocenter5.27.5.r2383.g18c0d4d0-15.27.5.r2386.g8d0d365c-1
                             kio5.106.0.r6191.g0e6c01e0c-15.106.0.r6196.g811fae761-1
                      kio-extras23.04.0.r7573.g6950463ed-123.04.2.r7575.g0680a0462-1
                      kio-gdrive23.04.0.r725.g39de711-123.04.2.r725.g39de711-1
                 kirigami-addons1:0.8.0.r47.g3604f34-11:0.8.0.r49.gcf3d908-1
                kirigami-gallery23.04.0.r353.gb960590-123.04.2.r353.gb960590-1
                       kirigami25.106.0.r3710.g21106c6e-15.106.0.r3713.g74155121-1
                          kiriki23.04.1.r533.g282d39b-123.04.2.r534.g7e28ff1-1
                     kitemmodels5.106.0.r649.g736563f-15.106.0.r650.g0952af4-1
                           kiten23.04.1.r1286.g11f5f88-123.04.2.r1286.g11f5f88-1
                      kitinerary23.04.1.r2949.gc43adca3-123.04.2.r2957.gf62f9635-1
                    kjumpingcube23.04.1.r917.gcd4e342-123.04.2.r917.gcd4e342-1
                           kldap23.04.1.r1092.g385db87-123.04.2.r1092.g385db87-1
                       kleopatra23.04.0.r7300.ge249c30e-123.04.2.r7308.g8cbe0a3d-1
                        klettres23.04.1.r1050.ga7614e7-123.04.2.r1050.ga7614e7-1
                        klickety23.04.1.r775.g8f86b24-123.04.2.r775.g8f86b24-1
                          klines23.04.1.r893.g05309f8-123.04.2.r894.g7c56c56-1
                            kmag23.04.1.r819.gc83e844-123.04.2.r819.gc83e844-1
                       kmahjongg23.04.1.r1664.g1390305-123.04.2.r1665.g515b2d5-1
                           kmail23.04.0.r27005.g05f2056d5-123.04.2.r27037.g58218c12c-1
            kmail-account-wizard23.04.0.r985.ge4a7cf5-123.04.2.r985.ge4a7cf5-1
                  kmailtransport23.04.1.r1937.g588a092-123.04.2.r1938.g5961f5b-1
                           kmbox23.04.1.r653.gf9238bc-123.04.2.r653.gf9238bc-1
                       kmenuedit5.27.5.r1180.g3ed6ce1-15.27.5.r1181.g0e27bea-1
                           kmime23.04.1.r1629.ga926427-123.04.2.r1629.ga926427-1
                          kmines23.04.1.r1845.g02b3b61-123.04.2.r1845.g02b3b61-1
                            kmix23.04.0.r2556.g2f7272a2-123.04.2.r2582.g1d516924-1
                      kmousetool23.04.1.r523.g55db80d-123.04.2.r524.g2d95fcf-1
                          kmouth23.04.1.r829.g82e5da8-123.04.2.r830.gdd57bdd-1
                          kmplot23.04.1.r1593.g76d6ade-123.04.2.r1594.gf6720cc-1
                    knavalbattle23.04.1.r1514.gde963e6-123.04.2.r1514.gde963e6-1
                        knetwalk23.04.1.r788.g017a27e-123.04.2.r788.g017a27e-1
                       knewstuff5.106.0.r1552.g5bf8c87f-15.106.0.r1554.gb67db719-1
                         knights23.04.1.r1243.ga2b1ca6-123.04.2.r1243.ga2b1ca6-1
                          knotes23.04.0.r3917.gc00720f7-123.04.2.r3918.gb55dded6-1
                            kolf23.04.1.r1604.gce02248-123.04.2.r1604.gce02248-1
                       kollision23.04.1.r606.ga16e446-123.04.2.r606.ga16e446-1
                     kolourpaint23.04.1.r2534.g3c112dc4-123.04.2.r2536.g4b279d88-1
                         kompare23.04.0.r1285.geebb3f3-123.04.2.r1287.g4bce7f2-1
                       konqueror23.04.0.r15448.g3e8624be9-123.04.2.r15452.g4cd673089-1
                        konquest23.04.1.r1021.gc3687c4-123.04.2.r1021.gc3687c4-1
                         konsole23.04.0.r9075.g95bcf2e0a-123.04.2.r9082.g73d067991-1
                         kontact23.04.0.r5767.g2c999500-123.04.2.r5767.g2c999500-1
                kontactinterface23.04.1.r791.gfca2805-123.04.2.r791.gfca2805-1
                        kontrast23.04.1.r319.gfd12f26-123.04.2.r319.gfd12f26-1
                    konversation23.04.0.r9297.g2379a978-123.04.2.r9297.g2379a978-1
                   kopeninghours23.04.1.r391.gfae8220-123.04.2.r391.gfae8220-1
                          kopete23.04.0.r16568.g7b7a0f0c9-123.04.2.r16570.ga053f12a8-1
                      korganizer23.04.0.r12137.g194a9f057-123.04.2.r12137.g194a9f057-1
                   kosmindoormap23.04.1.r1010.g90a71f2-123.04.2.r1010.g90a71f2-1
                            kpat23.04.1.r2756.g24dba31f-123.04.2.r2756.g24dba31f-1
                    kpimtextedit23.04.1.r1874.g5c1eaaa-123.04.2.r1901.ge91a512-1
                         kpkpass23.04.1.r348.ge38d0dd-123.04.2.r348.ge38d0dd-1
                         kpmcore23.04.1.r1374.g992174e-123.04.2.r1375.g6640766-1
                kpublictransport23.04.1.r2179.g231e3f02-123.04.2.r2180.g8b7136a5-1
                  kqtquickcharts23.04.1.r78.g22ff9c9-123.04.2.r78.g22ff9c9-1
                            krdc23.04.0.r1721.g4d6fa90-123.04.2.r1721.g4d6fa90-1
                        kreversi23.04.1.r1353.gd7e11ea-123.04.2.r1353.gd7e11ea-1
                            krfb23.04.0.r1578.gf2fc9ca-123.04.2.r1578.gf2fc9ca-1
              kross-interpreters23.04.0.r725.gdef2cfe-123.04.2.r725.gdef2cfe-1
                          kruler23.04.1.r852.g9b1eff8-123.04.2.r852.g9b1eff8-1
                         kshisen23.04.1.r1342.g1117378-123.04.2.r1343.gc44c7f9-1
                           ksirk23.04.1.r1141.g8fb1bae-123.04.2.r1142.gf1b7179-1
                           ksmtp23.04.1.r532.g0b9c77f-123.04.2.r532.g0b9c77f-1
                      ksnakeduel23.04.1.r929.g2ef8918-123.04.2.r929.g2ef8918-1
                      kspaceduel23.04.1.r740.gfb3d585-123.04.2.r740.gfb3d585-1
                        ksquares23.04.1.r658.g090ed62-123.04.2.r658.g090ed62-1
                         ksudoku23.04.1.r1202.g30027d1-123.04.2.r1203.ge15bbbe-1
                      ksystemlog23.04.0.r855.g7139f9e-123.04.2.r856.g17b7432-1
                        kteatime23.04.0.r831.g5c745f8-123.04.2.r832.g1a85fd8-1
                     ktextaddons      r481.g1030c42-1      r483.g85d7867-1
                     ktexteditor5.106.0.r3833.gd8abfb98-15.106.0.r3834.gf3e43910-1
                          ktimer23.04.0.r596.g5430a02-123.04.2.r596.g5430a02-1
                           ktnef23.04.1.r816.g405852e-123.04.2.r817.g04882d2-1
                        ktorrent23.04.0.r2990.g519d9ec6-123.04.2.r2994.g1b0408e0-1
                          ktouch23.04.1.r2269.gd0a1621-123.04.2.r2273.gd2d25550-1
                           ktrip23.01.0.r26.g1befab2-123.01.0.r30.g0122db5-1
                      ktuberling23.04.1.r1163.g9378253-123.04.2.r1163.g9378253-1
                         kturtle23.04.1.r1273.gb6e55e2-123.04.2.r1274.g0ebcf61-1
                         kubrick23.04.1.r490.ge5163ce-123.04.2.r491.gb6c8628-1
                  kwalletmanager23.04.0.r1464.g6a4a01b-123.04.2.r1464.g6a4a01b-1
                           kwave23.04.0.r3882.g8e97359f-123.04.2.r3883.g2a03ba6d-1
                        kwayland5.106.0.r1212.g25e86ba-15.106.0.r1213.g6f31cb0-1
                  kwidgetsaddons5.106.0.r1097.g64c59987-15.106.0.r1098.ga70ee848-1
                            kwin5.27.5.r24236.g5a9cfe174a-15.27.5.r24241.g3cf71114cb-1
                       kwordquiz23.04.1.r1319.g5ffc9f9-123.04.2.r1320.g73a22e3-1
                          kwrite23.04.0.r20721.gd208dfe5a-123.04.2.r20730.geefd3ba2d-1
                         kxmlgui5.106.0.r1006.g52234202-15.106.0.r1007.gb507bcd9-1
                      libakonadi23.04.1.r13076.g84e914c45-123.04.2.r13076.g84e914c45-1
                     libgravatar23.04.1.r519.gb7fcd18-123.04.2.r519.gb7fcd18-1
                        libkcddb23.04.1.r850.g0c12974-123.04.2.r851.ga26e08a-1
                 libkcompactdisc23.04.1.r437.g16014b8-123.04.2.r437.g16014b8-1
                       libkdcraw23.04.1.r1160.g580849c-123.04.2.r1160.g580849c-1
                     libkdegames23.04.1.r2335.g052d0506-123.04.2.r2336.gd8f0a978-1
                       libkdepim23.04.1.r1005.g73e26e7-123.04.2.r1005.g73e26e7-1
              libkeduvocdocument23.04.1.r1857.g1f4c062-123.04.2.r1857.g1f4c062-1
                       libkexiv223.04.1.r843.g68c21bb-123.04.2.r843.g68c21bb-1
                        libkgapi23.04.1.r1575.ge3db7440-123.04.2.r1575.ge3db7440-1
                         libkipi23.04.1.r1289.g8cacdbb-123.04.2.r1289.g8cacdbb-1
                         libkleo23.04.1.r1528.g7f9e67d-123.04.2.r1530.gdfe3d6b-1
                    libkmahjongg23.04.1.r532.g735eefe-123.04.2.r532.g735eefe-1
                 libkomparediff223.04.1.r406.ge391412-123.04.2.r406.ge391412-1
                        libksane23.04.1.r657.g70a8a78-123.04.2.r657.g70a8a78-1
                       libksieve23.04.1.r1911.gb2d65ed4-123.04.2.r1912.g9c6669e6-1
                     libktorrent23.04.1.r604.g5eb5b48-123.04.2.r604.g5eb5b48-1
                        lokalize23.04.0.r2041.gf1d105e8-123.04.2.r2042.g8fbd5973-1
                           lskat23.04.1.r935.g9ea5ee9-123.04.2.r935.g9ea5ee9-1
                      mailcommon23.04.1.r1490.g5da6718-123.04.2.r1491.g3eaf59e-1
                    mailimporter23.04.1.r628.g18495f3-123.04.2.r628.g18495f3-1
                          marble23.04.1.r13685.g579881495-123.04.2.r13688.gc59f6e9c3-1
                   marble-common23.04.1.r13685.g579881495-123.04.2.r13688.gc59f6e9c3-1
                       marble-qt23.04.1.r13685.g579881495-123.04.2.r13688.gc59f6e9c3-1
                    markdownpart23.04.0.r208.g3c2e1ad-123.04.2.r208.g3c2e1ad-1
                         mauikit 3.0.0.r5.gf252a3be-1 3.0.0.r6.g41bf0289-1
            mauikit-filebrowsing 2.2.2.r53.g41625fa-1 2.2.2.r54.g0550cee-1
                   mbox-importer23.04.0.r651.g97d40f2-123.04.2.r651.g97d40f2-1
                      messagelib23.04.1.r7166.g516798438-123.04.2.r7168.gee6a11b8f-1
                          minuet23.04.1.r700.gfe37472-123.04.2.r700.gfe37472-1
                         neochat23.01.0.r424.gb5c781212-123.01.0.r446.g7c75a2fd0-1
                          okular23.04.1.r10109.g57f5c6933-123.04.2.r10118.gd78752ea3-1
                          oxygen5.27.5.r4586.g91d4055f-15.27.5.r4588.g4b77ceb9-1
                        palapeli23.04.1.r1396.g8e47257-123.04.2.r1396.g8e47257-1
                          parley23.04.1.r4622.g5ab4330b-123.04.2.r4622.g5ab4330b-1
                partitionmanager23.04.0.r1810.g58e6465-123.04.2.r1810.g58e6465-1
                           picmi23.04.1.r640.gcf33236-123.04.2.r640.gcf33236-1
               pim-data-exporter23.04.0.r2921.gfe05d2a1-123.04.2.r2921.gfe05d2a1-1
                pim-sieve-editor23.04.0.r1786.gca81f38-123.04.2.r1786.gca81f38-1
                       pimcommon23.04.0.r2111.ge11b2f04-123.04.2.r2112.g65d25789-1
                   plasma-camera  1.0.r173.g9972dc5-1  1.0.r175.gaa98c44-1
                  plasma-desktop5.27.5.r10256.g344a69a38-15.27.5.r10260.g30bf5d7d7-1
                 plasma-firewall5.27.5.r737.g4a94a16-15.27.5.r738.g4be5574-1
                   plasma-mobile5.27.5.r2229.g8de183099-15.27.5.r2231.g5f81c766d-1
                plasma-mobile-nm5.27.5.r3616.g6d6314e9-15.27.5.r3617.gdf2d73b9-1
                       plasma-nm5.27.5.r3616.g6d6314e9-15.27.5.r3617.gdf2d73b9-1
                       plasma-pa5.27.5.r1235.g5a5d6b8-15.27.5.r1236.g6282ef8-1
                plasma-phonebook23.01.0.r65.g93c377b-123.01.0.r69.g4c89eef-1
                      plasma-sdk5.27.5.r2514.gcb01a3dc-15.27.5.r2517.gfd4eb174-1
            plasma-systemmonitor5.27.5.r736.g4a23fb6-15.27.5.r738.g009565c-1
                    plasma-vault5.27.5.r451.gf48f354-15.27.5.r452.gc5577ab-1
          plasma-wayland-session5.27.5.r13443.g6de6467f1-15.27.5.r13450.g3672104c7-1
                plasma-workspace5.27.5.r13443.g6de6467f1-15.27.5.r13450.g3672104c7-1
                      powerdevil5.27.5.r2737.gb6aea53e-15.27.5.r2741.g7740e71c-1
                           poxml23.04.0.r290.ge730008-123.04.2.r290.ge730008-1
                   print-manager23.04.0.r1280.g3f40324-123.04.2.r1280.g3f40324-1
                     qcachegrind23.04.0.r1278.g5cbbd88-123.04.2.r1281.gbf373a0-1
                            rocs23.04.1.r3193.g2e016f81-123.04.2.r3193.g2e016f81-1
                            sddm0.19.0.r230.g9a07cf0-10.19.0.r231.g40250a6-1
        signon-kwallet-extension23.04.1.r85.g2d8eb31-123.04.2.r85.g2d8eb31-1
                        spacebar23.01.0.r69.g1c98873-123.01.0.r70.gb07b3fa-1
                       spectacle23.04.1.r1759.g862d435-123.04.2.r1761.g8e3afdd-1
                            step23.04.1.r1338.g8d3252b-123.04.2.r1338.g8d3252b-1
                         svgpart23.04.1.r286.g152c942-123.04.2.r286.g152c942-1
                         sweeper23.04.0.r645.g61bef39-123.04.2.r645.g61bef39-1
             syntax-highlighting5.106.0.r2149.gb1306e94-15.106.0.r2150.gef98ada2-1
      telepathy-kde-accounts-kcm23.04.0.r1266.g8bb97ee-123.04.2.r1267.g06f990b-1
          telepathy-kde-approver23.04.0.r336.ge5115f0-123.04.2.r336.ge5115f0-1
      telepathy-kde-auth-handler23.04.0.r317.gfbadbdc-123.04.2.r317.gfbadbdc-1
           telepathy-kde-call-ui23.04.0.r483.gc3f00a3-123.04.2.r483.gc3f00a3-1
  telepathy-kde-common-internals23.04.1.r2075.g4f5cb39-123.04.2.r2075.g4f5cb39-1
      telepathy-kde-contact-list23.04.0.r1137.g995a78f-123.04.2.r1137.g995a78f-1
    telepathy-kde-contact-runner23.04.0.r295.g52d80fe-123.04.2.r295.g52d80fe-1
   telepathy-kde-desktop-applets23.04.0.r1038.ge6891d9-123.04.2.r1038.ge6891d9-1

telepathy-kde-filetransfer-handler23.04.0.r257.gacf7572-123.04.2.r257.gacf7572-1
telepathy-kde-integration-module23.04.0.r438.gd9df304-123.04.2.r438.gd9df304-1
telepathy-kde-send-file23.04.0.r270.gf28ca8f-123.04.2.r270.gf28ca8f-1
telepathy-kde-text-ui23.04.0.r2106.g5f3cd61d-123.04.2.r2106.g5f3cd61d-1
umbrello23.04.0.r8678.ga686a0a74-123.04.2.r8679.gde006014d-1
vakzination23.01.0.r73.g6038668-123.01.0.r74.g7ce6f4c-1
vvave 3.0.0.r7.g6f9bed1-1 3.0.0.r8.g26b46cd-1
xdg-desktop-portal-kde5.27.5.r708.gbc247f6-15.27.5.r709.g9053e1f-1
yakuake23.04.0.r969.g89321fe-123.04.2.r970.gb23b734-1
zeroconf-ioslave23.04.0.r394.gd86416e-123.04.2.r394.gd86416e-1


---

## 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 #arm:testing-updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!

---

[poll type=regular]
- 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)
[/poll]

Check if your mirror has already synced:

- [Mirror-Check Service](https://repo.manjaro.org/)

2) 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


Previous stable update threads:

1 Like

Once again, I am having problems with Chromium, though this time it is starting correctly.
Certain websites, including this website (manjaro forum), get screwed up with flashing areas and gaps, especially when I move the mouse. Makes it almost impossible to use (I’m using Firefox now).

  1. I tried clearing browser data - did not resolve the problem.

  2. When I run chromium from the terminal I get various error messages, for example:

chromium:12449): Gtk-WARNING **: 11:34:41.798: Theme parsing error: gtk.css:1523:91: Missing closing bracket for :not()

(chromium:12449): Gtk-WARNING **: 11:34:41.798: Theme parsing error: gtk.css:1526:91: Missing closing bracket for :not()

(chromium:12449): Gtk-WARNING **: 11:34:41.798: Theme parsing error: gtk.css:1529:91: Missing closing bracket for :not()
[12449:12449:1001/113442.072136:ERROR:policy_logger.cc(154)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(163) Cloud management controller initialization aborted as CBCM is not enabled.
[12487:12487:1001/113442.755331:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[12487:12487:1001/113442.756817:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[12487:12487:1001/113442.758122:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)

Also:

libpng warning: iCCP: known incorrect sRGB profile
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
    at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
    at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
    at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
    at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
    at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521)

Warning: eglChooseConfig returned zero configs
    at Create (../../third_party/dawn/src/dawn/native/opengl/ContextEGL.cpp:52)
    at Create (../../third_party/dawn/src/dawn/native/opengl/PhysicalDeviceGL.cpp:76)

Fontconfig error: Cannot load default config file: No such file: (null)
[12487:12487:1001/113714.367875:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x1802a77800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[12487:12487:1001/113714.374730:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x1802a77800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[12487:12487:1001/113714.384019:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x1802a77800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[12489:12511:1001/113722.023556:ERROR:ssl_client_socket_impl.cc(968)] handshake failed; returned -1, SSL error code 1, net_error -100
[12489:12511:1001/113722.384079:ERROR:ssl_client_socket_impl.cc(968)] handshake failed; returned -1, SSL error code 1, net_error -100
Fontconfig error: Cannot load default config file: No such file: (null)

Also, could this be a result of the previous fix to chromium, when I copied libre2.so.10 and libre2.so.10.0.0 to /usr/lib/? I noticed the following line in the update log file:

ldconfig: /usr/lib/libre2.so.10 is not a symbolic link

Using an RPi4, 8GB with MATE desktop.

Thanks in advance for any help.


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

Hi,

Thanks for the 2 last stable up date, nice, it solve some issue, like the blinking widows on screen, not practice to manage a device.

ISSUE
I built a stable image for the odroid c4, it doesn’t start on the device, the blue led stay fixed no blink, nothing on screen, no blinking underscore on the top left.

I have to test the last images on the odroid c2 and odroid m1.
I can’t test the odroid n2, but is working better with the 2 last stable up date.
@spikerguy did you try to boot a m2 sata disc on the odroid m1 ?

I am having similar issue here with chromium 117.0.5938.132-1 on the unstable branch on this site using XFCE. Normally I would suggest turning off Composting I believe in mate-tweak in Mate but I already have it turned off here.

Hi @JonG,

I am on Unstable Branch and have both /usr/lib/libre2.so10 and /usr/lib/libre2.so.11. On my system “libre2.so.10” should be symbolic link to “libre2.so.10.0.0” and “libre2.so.11” symbolic link to “libre2.so.11.0.0”. Not sure whether this will help your situation.

Chromium-117.0.5938.132 works.

[jfl@jfl-mnjro ~]$ chromium --incognito
[1690:1690:1001/210620.582550:ERROR:policy_logger.cc(154)] :components/enterpris
e/browser/controller/chrome_browser_cloud_management_controller.cc(163) Cloud ma
nagement controller initialization aborted as CBCM is not enabled.
1 Like

Hi @Darksky,

I uninstalled chromium, deleted libre2.so.10” and “libre2.so.10.0.0” (I had added them to fix the previous version), and then re-installed. Still the same problem, with the same error message as you had.

How can I install Chromium-117.0.5938.132? Please give me the full command.

Thanks.

sudo pacman -U https://ftp.gwdg.de/pub/linux/manjaro/arm-unstable/extra/aarch64/chromium-117.0.5938.132-1-aarch64.pkg.tar.xz

No and I doubt it will boot unless we have a bootloader with m2 support, I am sure the latest version should have that support but i is untested.

Sorry, I get the error message:

error: ‘/var/cache/pacman/pkg/chromium-117.0.5938.132-1-aarch64.pkg.tar.xz’: package missing required signature

I have never seen that on a direct install before. Try downloading it and installing it with sudo pacman -U

wget https://ftp.gwdg.de/pub/linux/manjaro/arm-unstable/extra/aarch64/chromium-117.0.5938.132-1-aarch64.pkg.tar.xz

OK, the install succeeded, but it’s the same version, so the problem remains.

thanks for your answer, the odroid m1 is working well with the ssd disc.

ISSUE with the odroid m1 image I built today after this up date, the emmc module boot on the m1 but I can read on the bottom left on screen :

Can't open (/proc/kcore).

a few second later a second message appear

[eth0] PXE autoconfiguration failed

I don’t know how to configure petit boot.

Since I seem to be having the same issue the only other idea I have outside of chromium is maybe mesa. I see ARCH-ARM is in the progress of upgrading it today I will wait for it to be done and it hits our unstable repo and test it.

https://archlinuxarm.org/packages/aarch64/mesa

Thanks for your help. Please let me know the results.

I just did a quick test by renaming “libre2.so.10” and “libre2.so.10.0.0” to a different name. Chromium-chromium-117.0.5938.132 still launch with not issue. So don’t think your Chromium issue is related to “libre2.so.10”.

ODROID C2

I built an odroid c2 image the 2023.07.09, it works, up to date this Sunday.

Unfortunately, the odroid c2 image I built today don’t boot, something go wrong with the ethernet, on screen the last message are :

...
DHCP client bound to address 192.168.1.40 (2008ms)
*** ERROR 'serverip' not set
Cannot autolod with TFTPGET
=>

Yes, I agree. In fact I deleted those files and Chromium launches, but with different errors, as I noted earlier.

Hi @spikerguy, @nl.smart and Everybody reading those lines,

I can confirm this latest [ARM Stable Update] 2023-10-01 release boot well on M.2 Sata SSD (no need to use the armbian dtbs to make it boot and I hope it will remain like this!).

I use spiboot-20230328.img which is the latest public release I know but I haven’t emmc module to test with it.

Can’t open (/proc/kcore).

[eth0] PXE autoconfiguration failed

Are those messages stop the ODROID-M1 to boot?
Which Petitboot version is installed?

As I mention in [ARM Stable Update] 2023-09-28 release :

  1. docker pull [bash-completion.2.11-3] doesn’t auto-complete anymore or give me choices when I hit Tab ( I think it can be a bash-completion regression, maybe it come from docker or other thing?
  2. systemctl start nut-server.service isn’t suggested anymore with bash-completion.2.11-3
    Only systemctl start nut-driver-enumerator. is

May Someone please help on this?

Wish You well

1 Like

Hi,

Thanks for your feedback, I confirm, same issue with the image I built for the odroid m1 the 2 October.

I up date the arm profile with sudo getarmprofiles -f

I flashed an odroid m1 image built the 12 March 2023 ! it works and then I up date this image flashed on an emmc module, no issue ! The m1 is up to date and running well.

I can provide the working image built the 12 march 2023 and more info with the working m1.

ARM profile for the m1
/usr/share/manjaro-arm-tools/profiles/arm-profiles/devices/

## Maintained by Strit ##

# Kernel and bootloader stuff
linux
uboot-odroid-m1
plymouth
plymouth-theme-manjaro

# Video drivers

# Other device specific packages
crda
wpa_supplicant
generic-post-install
quartz64-post-install

kde profile
/usr/share/manjaro-arm-tools/profiles/arm-profiles/editions/

## Maintained by Strit ##

# Sound, Video and bluetooth
alsa-utils
mpv
wireplumber
pipewire-alsa
pipewire-jack
pipewire-pulse
pipewire-zeroconf
gst-plugin-pipewire
phonon-qt5-gstreamer
libmm-glib

# Display Manager
sddm
sddm-kcm

# Plasma packages
bluedevil
breeze
drkonqi
kde-gtk-config
kinfocenter
kcalc
kscreen
kscreenlocker
kwallet-pam
kwayland-integration
plasma-wayland-session
plasma-wayland-protocols
kwin
ksysguard
plasma-desktop
plasma-nm
plasma-pa
plasma-systemmonitor
plasma-workspace
powerdevil
systemsettings
plasma-vault
plasma-firewall
oxygen
oxygen-icons

# KDE applications
dolphin
dolphin-plugins
kate
konsole
ark
okular
gwenview
spectacle
krfb
krdc
keditbookmarks
kolourpaint
kdeconnect
## Optional dependencies for kdeconnect
sshfs  # remote filesystem browser

# Themes
plasma5-themes-breath
sddm-breath-theme
manjaro-arm-wallpapers
breeze-gtk
manjaro-icons

## Optional dependencies for ark
p7zip  # 7Z format support
unarchiver  # RAR format support
unrar

# Office suite
#libreoffice-fresh
#libreoffice-fresh-fr
libreoffice-still
libreoffice-still-fr

# Browser
firefox
firefox-i18n-fr

# Package Manager
pamac-cli
pamac-gtk
pamac-tray-icon-plasma
libpamac

# Fonts
ttf-bitstream-vera
noto-fonts
wqy-microhei #chinese

# Manjaro tools
manjaro-settings-manager
manjaro-hotfixes
manjaro-arm-flasher
manjaro-arm-installer
matray

# Other packages
openresolv
wget
power-profiles-daemon
xdg-user-dirs
networkmanager-openvpn
firewalld
xorg-server
xorg-xinit
xdg-desktop-portal-kde
vlc
samba
manjaro-settings-samba
smbclient
android-file-transfer
android-tools
android-udev
filezilla
gparted
partitionmanager
#exfat-utils
exfatprogs
screenfetch
neofetch
geoip
geoip-database
geoip-database-extra
base-devel
htop
thunderbird
thunderbird-i18n-fr
hdparm

# home web server
apache
mariadb
mariadb-clients
mariadb-libs
php
php-apache
php-gd
phpmyadmin
#certbot
#certbot-apache
wireshark-qt
#bind
micro
fail2ban
httrack
#postfix
composer
lsof
traceroute
obs-studio
bmon

m1 info

[nls@lap ~]$ ssh nls@192.168.1.41
nls@192.168.1.41's password: 
Welcome to Manjaro ARM
~~Website: https://manjaro.org
~~Forum:   https://forum.manjaro.org/c/arm
~~Matrix:  #manjaro-arm-public:matrix.org
Last login: Tue Oct  3 02:15:45 2023 from 192.168.1.2
[nls@m1 ~]$  neofetch
██████████████████  ████████   nls@m1 
██████████████████  ████████   ------ 
██████████████████  ████████   OS: Manjaro ARM Linux aarch64 
██████████████████  ████████   Host: Hardkernel ODROID-M1 
████████            ████████   Kernel: 6.5.3-1-MANJARO-ARM 
████████  ████████  ████████   Uptime: 2 mins 
████████  ████████  ████████   Packages: 887 (pacman) 
████████  ████████  ████████   Shell: bash 5.1.16 
████████  ████████  ████████   Terminal: /dev/pts/1 
████████  ████████  ████████   CPU: (4) @ 1.992GHz 
████████  ████████  ████████   Memory: 869MiB / 7449MiB 
████████  ████████  ████████
████████  ████████  ████████                           
████████  ████████  ████████                           


[nls@m1 ~]$ date -u
mar. 03 oct. 2023 00:16:04 UTC
[nls@m1 ~]$ uname -a
Linux m1 6.5.3-1-MANJARO-ARM #1 SMP PREEMPT Fri Sep 15 12:28:28 UTC 2023 aarch64 GNU/Linux
[nls@m1 ~]$ sudo pacman -Syu
[sudo] password for nls: 
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do
[nls@m1 ~]$ lsb_release -a
LSB Version:    n/a
Distributor ID: Manjaro-ARM
Description:    Manjaro ARM Linux
Release:        23.02
Codename:       n/a
[nls@m1 ~]$ cat /etc/*-release
DISTRIB_ID=Manjaro-ARM
DISTRIB_RELEASE=23.02
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION="Manjaro ARM Linux"
NAME="Manjaro ARM"
ID="manjaro-arm"
ID_LIKE="manjaro arch"
PRETTY_NAME="Manjaro ARM"
ANSI_COLOR="1;32"
HOME_URL="https://www.manjaro.org/"
SUPPORT_URL="https://forum.manjaro.org/c/arm/"
LOGO=manjarolinux
[nls@m1 ~]$ stat / | awk '/Birth: /{print $2}'
2023-03-12
[nls@m1 ~]$ exit
logout
Connection to 192.168.1.41 closed.
[nls@lap ~]$

post scriptum : no images built after this stable up date are working with the odroid c2, c4, n2 and m1. But all devices are working and are up to date with this last stable up date, I can provide more info to solve those issue.