[Testing Update] 2023-05-11 - Python 3.11, GCC 13, GNOME 44.1, KDE Plasma 5.27.5

Hello community,

Another testing branch update with some usual package updates for you.

image

Currently we have another sale in our merch shop! Order now and get 15% off everything. Expires today! https://manjaro.org/merchandise/

Recent News:

  • 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!
  • As you might have seen some of our team were able to attend FOSDEM 2023 and the conference proved to be incredibly productive for us. See our blog post for more.
Previous News
Finding information easier about Manjaro

Finding information easier about Manjaro always has been a topic that needed to be solved. With our new search we have put all Manjaro data accessible in one place and divided by sections so it makes it easier to digest: New Manjaro search engine is available | Blog

image

Notable Package Updates:

  • Python 3.11

  • GCC 13

  • GNOME 44 / 44.1

  • KDE Plasma 5.27.5

  • Firefox 113.0

  • Thunderbird 102.11.0

  • Most of our Kernels got updated

  • Usual KDE-git, Python and Haskell updates

Additional Info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.10.so. :information_source:

Print a list of of packages that have files in /usr/lib/python3.10/ :

pacman -Qoq /usr/lib/python3.10/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.10)

* Note that if any fail to build, you’ll have to rebuild what’s remaining one or a few at a time.

Use rebuild-detector to see if anything else needs to be rebuilt:

checkrebuild
Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcement topics are off-topic and will be flagged, moved or removed without warning.

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.


Our current supported kernels

  • linux419 4.19.282
  • linux54 5.4.242
  • linux510 5.10.179
  • linux515 5.15.110
  • linux61 6.1.27
  • linux62 6.2.14
  • linux63 6.3.1
  • linux62-rt 6.2.0_rt3
  • linux63-rt 6.3.0_rt11

Package Changes (Thu Apr 27 03:33:51 CEST 2023)

  • testing community x86_64: 202 new and 197 removed package(s)
  • testing core x86_64: 26 new and 26 removed package(s)
  • testing extra x86_64: 185 new and 279 removed package(s)
  • testing kde-unstable x86_64: 151 new and 151 removed package(s)
  • testing multilib x86_64: 1 new and 1 removed package(s)

A detailed list of all package changes can be found here

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

2 Likes

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

:arrow_right: 2023-05-11

Help with upgrading Python packages that were installed from AUR or PyPI

[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

      GDM slow to start after at-spi2-core 2.48.1-1 upgrade Fixed with at-spi2-core 2.48.2-1

2023-03-28

Info about recent GRUB changes

[Unstable Update] 2023-02-17 - Plasma 5.27 LTS, GNOME, Python - #51 by philm

Info about recent NVIDIA packaging changes

[Testing Update] 2023-03-25 - Kernels, Firefox, Deepin, GNOME, NVIDIA, Wine - #42 by philm

2023-03-11

Possible kernel fs block code regression in 6.2.3 umounting usb drives

With kernel 6.2.3 when you simply plug in a usb external drive, mount it and umount it, then the journal has a kernel Oops. A bug report, that includes the journal output was submitted at. https://bugzilla.kernel.org/show_bug.cgi?id=217174 Discussion can be found here: Re: Possible kernel fs block code regression in 6.2.3 umounting usb drives — Linux Stable Kernel Updates

kernel 5.15.99+ Black/empty screen during boot with i915 Intel gfx. No ways to do anything

Seems there is a regression introduced with 5.15.99 kernel update: [i915]drm:add_taint_for_CI [i915]] CI tainted:0x9 by intel_gt_init+0xae/0x2d0 [i915] (#8284) · Issues · drm / intel · GitLab. My thoughts here: [Testing Update] 2023-03-11 - Kernels, Mesa 22.3.7, Phosh, LibreOffice 7.4.6 - #31 by philm

2023-02-10

Switch to the base-devel meta package requires manual intervention

2023-02-12 - Robin Candau

On February 2nd, the base-devel package group has been replaced by a meta package of the same name.
If you installed the base-devel package group prior to this date, explicitly re-install it to get the new base-devel package installed on the system:

pacman -Syu base-devel

– Arch Linux - News: Switch to the base-devel meta package requires manual intervention

2023-01-17

Very slow shutdown when using KDE Plasma Wayland

The issue is sddm that can not be finished until the default timeout 90 sec.
The solution: Install sddm-git

The known bug reports:

PHP 8.2 update and introduction of legacy branch

2023-01-13 - Pierre Schmitz

The php packages have been updated to the latest version 8.2. In addition to this, a new set of php-legacy packages have been introduced. These will follow the oldest but still actively supported PHP branch. This enables users to install the latest version but also introduces the option to use third party applications that might rely on an older version. Both branches will be kept up to date following our rolling release model. php and php-legacy can be installed at the same time as the latter uses a -legacy suffix for its binaries and configuration files.

In addition to this, the php7 packages have been removed as they reached end of life. The imap extension will no longer be provided as it relies on the c-client library which has been abandoned for many years.

– Arch Linux - News: PHP 8.2 update and introduction of legacy branch

2023-01-04

Some games like Dota 2 are freezing

The issue is caused by update libx11 1.8.3-4
The solution: Upgrade to libx11 1.8.3-5

VLC crashes when playing a video file

It looks like there has been a regression introduced with the new version of libva (2.17.0), which is used by VLC media player. If you get the following error when executing vlc in a terminal:

libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

you may try to change the Output option in Preferences > Video to VDPAU output instead of Automatic (or whatever value it had been set to before).

Downgrading the libva package from 2.17.0-1 to 2.16.0-1 may also work, but it is a more short-term workaround that should not be kept for too long, as sooner or later, the older package won’t be compatible with the other packages. Consider to do the solution above first.

2022-12-22

pacman-mirrors was temporarily renamed to manjaro-mirrors (the changes were reverted)

This was done to avoid confusion with an AUR / WSL package with the same name and avoid possible breakage. It should be a seamless transition.

Rename project (#183) · Issues · Applications / pacman-mirrors · GitLab

2022-12-19

KDE Wayland sometimes hangs with mesa 22.3.1 and AMD GPU

2022-12-16

dbus-x11 demoted to AUR

dbus-x11 was installed out of the box on some flavors of Manjaro as of a year ago, but is no longer needed. If you have it installed, please replace it with dbus using the following:

sudo pacman -Syu dbus
XFCE becomes unusable if libxfce4ui-nocsd is still installed

XFCE Classic project became obsolete with the 4.18 series and is no longer required. If you still have it installed, please replace it with the normal package:

sudo pacman -S libxfce4ui

2022-12-04

python-cairo 1.23.0-2 update requires manual intervention

The python-cairo package prior to version 1.23.0-2 was missing the compiled python module. This has been fixed in 1.23.0-2, so the upgrade will need to overwrite the untracked pyc file that was created. If you receive this error

python-cairo: /usr/lib/python3.10/site-packages/cairo/__pycache__/__init__.cpython-310.pyc exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/python3.10/site-packages/cairo/__pycache__/\*

to perform the upgrade.

2022-11-08

Pop Shell issues with Xorg session with Mutter 43.1 (fixed with mutter 43.1-1.0)

Gnome 43 (X11) GTK4 windows failed to render · Issue #1541 · pop-os/shell · GitHub

Window actors call update_stage_views() without allocation after non-interactive resize on X11 (#6054) · Issues · GNOME / gnome-shell · GitLab

2022-10-28

signature from "Manjaro Build Server <build_at_manjaro_dot_org>" is unknown trust

Seems our signing key for our Build Server had the 2022-10-28 as expire date set when generated. This is now fixed for chroot builds and fresh as also current existing installs via manjaro-keyring 20221028-4 Simply update your system to get that package, which got pushed to all our branches.

2022-10-27

Kernel 6.1-rc# might break backlight control on old/weird laptops

2022-10-18

Firefox 106.0 may have issues with screen sharing on GNOME with Wayland

2022-09-23

Nvidia 3060RTX cards may have issues with the 515.76 driver (fixed with 520.56.06)
Removing python2 from the repositories

2022-09-23 - Jelle van der Waa

Python 2 went end of life January 2020. Since then we have been actively cutting down the number of projects depending on python2 in our repositories, and we have finally been able to drop it from our distribution. If you still have python2 installed on your system consider removing it and any python2 package.

If you still require the python2 package you can keep it around, but please be aware that there will be no security updates. If you need a patched package please consult the AUR, or use an unofficial user repository.*

– Arch Linux - News: Removing python2 from the repositories

* Note: Unofficial user repositories are not supported

i have this error on this

mai 11 10:48:52 at-spi-bus-launcher[720]: Failed to launch bus: Failed to execute child process ?/usr/bin/dbus-broker-launch? (No such file or directory)
mai 11 10:48:52 systemd[709]: Stopped D-Bus User Message Bus.
mai 11 10:48:52 systemd[709]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
mai 11 10:48:52 systemd[709]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
mai 11 10:48:52 systemd[709]: Stopped Accessibility services bus.

i have checked in systemctl i have no service at-spi-dbus-bus.service

Firefox seems to take 2-5 seconds to start, since this update

2 Likes

Something like delete “old cache entries” might help, configurations need to be renewed.
Otherwise: dont panic NOW - count to ten (then 5s are over) :innocent:
Caveat when using Wayland: without the entry MOZ_ENABLE_WAYLAND=1
in /etc/environment you will be shocked, as firefox and thunderbird
will start up with a black window at first time after reboot…

My Firefox, which was updated today, takes a long time to open and I just had a crash in Firefox.

It’s not only firefox, Telegram has the same problem.
VMware Horizon does not start via URL handler anymore from Edge.

only logs helps…

firefox log - open & close prog
firefox 
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
[Parent 11354, Main Thread] WARNING: AT-SPI: Error retrieving accessibility bus address: org.a11y.Bus.Error: Failed to execute child process “/usr/bin/dbus-broker-launch” (No such file or directory): 'glib warning', file /build/firefox/src/firefox-113.0/toolkit/xre/nsSigHandlers.cpp:167

(firefox:11354): dbind-WARNING **: 14:41:16.946: AT-SPI: Error retrieving accessibility bus address: org.a11y.Bus.Error: Failed to execute child process “/usr/bin/dbus-broker-launch” (No such file or directory)
[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0))
[Child 11619, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11619, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11619, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11619, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57
[Child 11517, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0/dom/ipc/jsactor/JSWindowActorChild.cpp:57

Python 3.11 and AUR update…

2 Likes

My overall boot time seems about 5-10 seconds longer to get to the GDM login page.

see this for gdm

3 Likes

As suggested here adding

NO_AT_BRIDGE=1

to /etc/environment or export it anywhere else, gdm no longer takes ~15sek to start :slightly_smiling_face:

2 Likes

Patched fix w/o dbus-broker:
https://archlinux.org/packages/extra/x86_64/at-spi2-core/

https://archlinux.org/packages/multilib/x86_64/lib32-at-spi2-core/

2 Likes

A post was split to a new topic: I can’t open Thunar

Added more packages:

  • KDE Gear got renewed to 23.04.1
  • at-spi2-core got updated to fix reported issues
  • some python updates

Package changes (Thu May 11 20:24:38 CEST 2023)

  • testing community x86_64: 49 new and 48 removed package(s)
  • testing extra x86_64: 269 new and 269 removed package(s)
  • testing multilib x86_64: 1 new and 1 removed package(s)
:: Different sync package(s) in repository community x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2023.05.11           2023.05.11
-------------------------------------------------------------------------------
                          cargo-edit             0.11.9-2            0.11.11-1
                           cargo-ndk              3.1.0-1              3.1.1-1
                     element-desktop            1.11.30-1            1.11.31-1
                         element-web            1.11.30-1            1.11.31-1
                            engrampa             1.26.0-1             1.26.1-1
                                glab             1.29.0-1             1.29.2-1
                      gopass-jsonapi             1.14.6-1             1.15.5-1
                             grafana              9.5.1-1              9.5.2-1
                                  jc             1.22.5-2             1.23.2-1
                               julia            2:1.9.0-1            2:1.9.0-2
                                lego             4.10.2-1             4.11.0-1
                                  lf                 28-1                 29-1
                          libabigail                2.2-1                2.3-1
                             lowdown              1.0.0-1              1.0.1-1
                                 mac              10.08-1              10.11-1
                       mate-terminal             1.26.0-1             1.26.1-1
                               mimir              2.7.1-1              2.8.0-1
                            miniflux             2.0.43-1             2.0.44-1
                                 nix             2.15.0-1             2.15.0-2
                            nix-docs             2.15.0-1             2.15.0-2
                             opendbx             1.4.6-11             1.4.6-12
                     owncloud-client        3.2.1.10355-1        4.0.0.10896-1
              perl-proc-processtable              0.634-2              0.635-1
                    python-fakeredis             2.12.0-1             2.12.1-1
                    python-hatchling             1.14.1-2             1.16.1-1
                      python-pytorch              2.0.0-5              2.0.1-1
                 python-pytorch-cuda              2.0.0-5              2.0.1-1
                  python-pytorch-opt              2.0.0-5              2.0.1-1
             python-pytorch-opt-cuda              2.0.0-5              2.0.1-1
             python-pytorch-opt-rocm              2.0.0-5              2.0.1-1
                 python-pytorch-rocm              2.0.0-5              2.0.1-1
                        python-sympy             1.11.1-2               1.12-1
                   python-weasyprint               58.1-3               59.0-1
                  qgnomeplatform-qt5             0.9.0-10              0.9.1-1
                  qgnomeplatform-qt6             0.9.0-10              0.9.1-1
                              racket                8.8-1                8.9-1
                      racket-minimal                8.8-1                8.9-1
               retroarch-assets-glui              1:446-1              1:451-1
              retroarch-assets-ozone              1:446-1              1:451-1
                retroarch-assets-xmb              1:446-1              1:451-1
                          soft-serve              0.4.7-1              0.5.2-1
                           syncthing             1.23.4-1             1.23.4-2
                  syncthing-relaysrv             1.23.4-1             1.23.4-2
                           tailscale             1.40.0-1             1.40.1-1
                    woodpecker-agent             0.15.8-1             0.15.8-2
                      woodpecker-cli             0.15.8-1             0.15.8-2
                   woodpecker-server             0.15.8-1             0.15.8-2
                                yuzu               1422-1               1426-1
                  syncthing-discosrv                    -             1.23.4-2


:: Different sync package(s) in repository extra x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2023.05.11           2023.05.11
-------------------------------------------------------------------------------
                             akonadi            23.04.0-1            23.04.1-1
                    akonadi-calendar            23.04.0-1            23.04.1-1
              akonadi-calendar-tools            23.04.0-1            23.04.1-1
                    akonadi-contacts            23.04.0-1            23.04.1-1
               akonadi-import-wizard            23.04.0-1            23.04.1-1
                        akonadi-mime            23.04.0-1            23.04.1-1
                       akonadi-notes            23.04.0-1            23.04.1-1
                      akonadi-search            23.04.0-1            23.04.1-1
                      akonadiconsole            23.04.0-1            23.04.1-1
                           akregator            23.04.0-1            23.04.1-1
                           alligator            23.04.0-1            23.04.1-1
                            analitza            23.04.0-1            23.04.1-1
                           angelfish            23.04.0-1            23.04.1-1
                                 aom              3.6.0-1              3.6.1-1
                            aom-docs              3.6.0-1              3.6.1-1
                                 ark            23.04.0-1            23.04.1-1
                          artikulate            23.04.0-1            23.04.1-1
                        at-spi2-core             2.48.1-1             2.48.2-1
                   at-spi2-core-docs             2.48.1-1             2.48.2-1
                         audiocd-kio            23.04.0-1            23.04.1-1
                           audiotube            23.04.0-3            23.04.1-1
                       baloo-widgets            23.04.0-1            23.04.1-1
                             blinken            23.04.0-1            23.04.1-1
                              bomber            23.04.0-1            23.04.1-1
                                bovo            23.04.0-1            23.04.1-1
                     calendarsupport            23.04.0-1            23.04.1-1
                           calindori            23.04.0-1            23.04.1-1
                              cantor            23.04.0-2            23.04.1-1
                            cervisia            23.04.0-1            23.04.1-1
                          colord-kde            23.04.0-1            23.04.1-1
                             dolphin            23.04.0-3            23.04.1-1
                     dolphin-plugins            23.04.0-1            23.04.1-1
                              dragon            23.04.0-1            23.04.1-1
                               elisa            23.04.0-1            23.04.1-1
                          eventviews            23.04.0-1            23.04.1-1
                              falkon            23.04.0-2            23.04.1-1
                        ffmpegthumbs            23.04.0-1            23.04.1-1
                           filelight            23.04.0-1            23.04.1-1
                         ghostwriter            23.04.0-1            23.04.1-1
                           granatier            23.04.0-1            23.04.1-1
                     grantlee-editor            23.04.0-1            23.04.1-1
                       grantleetheme            23.04.0-1            23.04.1-1
                            gwenview            23.04.0-1            23.04.1-1
                     incidenceeditor            23.04.0-1            23.04.1-1
                           itinerary            23.04.0-1            23.04.1-1
                                 juk            23.04.0-1            23.04.1-1
                                 k3b          1:23.04.0-1          1:23.04.1-1
               kaccounts-integration            23.04.0-1            23.04.1-1
                 kaccounts-providers            23.04.0-1            23.04.1-1
                        kaddressbook            23.04.0-1            23.04.1-1
                             kajongg            23.04.0-2            23.04.1-1
                              kalarm            23.04.0-1            23.04.1-1
                            kalendar            23.04.0-1            23.04.1-1
                            kalgebra            23.04.0-1            23.04.1-1
                                kalk            23.04.0-2            23.04.1-1
                             kalzium            23.04.0-1            23.04.1-1
                              kamera            23.04.0-1            23.04.1-1
                              kamoso            23.04.0-1            23.04.1-1
                            kanagram            23.04.0-1            23.04.1-1
                              kapman            23.04.0-1            23.04.1-1
                        kapptemplate            23.04.0-1            23.04.1-1
                               kasts            23.04.0-1            23.04.1-1
                                kate            23.04.0-1            23.04.1-1
                             katomic            23.04.0-1            23.04.1-1
                             kbackup            23.04.0-1            23.04.1-1
                           kblackbox            23.04.0-1            23.04.1-1
                             kblocks            23.04.0-1            23.04.1-1
                             kbounce            23.04.0-1            23.04.1-1
                           kbreakout            23.04.0-1            23.04.1-1
                              kbruch            23.04.0-1            23.04.1-1
                         kcachegrind            23.04.0-1            23.04.1-1
                  kcachegrind-common            23.04.0-1            23.04.1-1
                               kcalc            23.04.0-1            23.04.1-1
                           kcalutils            23.04.0-1            23.04.1-1
                         kcharselect            23.04.0-1            23.04.1-1
                              kclock            23.04.0-1            23.04.1-1
                       kcolorchooser            23.04.0-1            23.04.1-1
                               kcron            23.04.0-1            23.04.1-1
                     kde-dev-scripts            23.04.0-1            23.04.1-1
                       kde-dev-utils            23.04.0-1            23.04.1-1
                  kde-inotify-survey            23.04.0-1            23.04.1-1
                      kdebugsettings            23.04.0-1            23.04.1-1
                          kdeconnect            23.04.0-1            23.04.1-1
                         kdeedu-data            23.04.0-1            23.04.1-1
              kdegraphics-mobipocket            23.04.0-1            23.04.1-1
            kdegraphics-thumbnailers            23.04.0-1            23.04.1-1
              kdenetwork-filesharing            23.04.0-1            23.04.1-1
                            kdenlive            23.04.0-2            23.04.1-1
                       kdepim-addons            23.04.0-1            23.04.1-1
                      kdepim-runtime            23.04.0-1            23.04.1-1
                          kdesdk-kio            23.04.0-1            23.04.1-1
                 kdesdk-thumbnailers            23.04.0-1            23.04.1-1
                            kdevelop            23.04.0-1            23.04.1-1
                        kdevelop-php            23.04.0-1            23.04.1-1
                     kdevelop-python            23.04.0-2            23.04.1-1
                                 kdf            23.04.0-1            23.04.1-1
                             kdialog            23.04.0-1            23.04.1-1
                            kdiamond            23.04.0-1            23.04.1-1
                      keditbookmarks            23.04.0-1            23.04.1-1
                            keysmith            23.04.0-1            23.04.1-1
                               kfind            23.04.0-1            23.04.1-1
                             kfloppy            23.04.0-1            23.04.1-1
                         kfourinline            23.04.0-1            23.04.1-1
                          kgeography            23.04.0-1            23.04.1-1
                                kget            23.04.0-1            23.04.1-1
                         kgoldrunner            23.04.0-1            23.04.1-1
                                kgpg            23.04.0-1            23.04.1-1
                            khangman            23.04.0-1            23.04.1-1
                         khelpcenter            23.04.0-1            23.04.1-1
                 kidentitymanagement            23.04.0-1            23.04.1-1
                                 kig            23.04.0-2            23.04.1-1
                                kigo            23.04.0-1            23.04.1-1
                            killbots            23.04.0-1            23.04.1-1
                     kimagemapeditor            23.04.0-1            23.04.1-1
                               kimap            23.04.0-1            23.04.1-1
                           kio-admin            23.04.0-1            23.04.1-1
                          kio-extras            23.04.0-2            23.04.1-1
                          kio-gdrive            23.04.0-1            23.04.1-1
                        kio-zeroconf            23.04.0-1            23.04.1-1
                    kirigami-gallery            23.04.0-1            23.04.1-1
                              kiriki            23.04.0-1            23.04.1-1
                               kiten            23.04.0-1            23.04.1-1
                          kitinerary            23.04.0-1            23.04.1-1
                           kjournald            23.04.0-1            23.04.1-1
                        kjumpingcube            23.04.0-1            23.04.1-1
                               kldap            23.04.0-1            23.04.1-1
                           kleopatra            23.04.0-1            23.04.1-1
                            klettres            23.04.0-1            23.04.1-1
                            klickety            23.04.0-1            23.04.1-1
                              klines            23.04.0-1            23.04.1-1
                                kmag            23.04.0-1            23.04.1-1
                           kmahjongg            23.04.0-1            23.04.1-1
                               kmail            23.04.0-1            23.04.1-1
                kmail-account-wizard            23.04.0-1            23.04.1-1
                      kmailtransport            23.04.0-1            23.04.1-1
                               kmbox            23.04.0-1            23.04.1-1
                               kmime            23.04.0-1            23.04.1-1
                              kmines            23.04.0-1            23.04.1-1
                                kmix            23.04.0-1            23.04.1-1
                          kmousetool            23.04.0-1            23.04.1-1
                              kmouth            23.04.0-1            23.04.1-1
                              kmplot            23.04.0-1            23.04.1-1
                        knavalbattle            23.04.0-1            23.04.1-1
                            knetwalk            23.04.0-1            23.04.1-1
                             knights            23.04.0-1            23.04.1-1
                              knotes            23.04.0-1            23.04.1-1
                                koko            23.04.0-1            23.04.1-1
                                kolf            23.04.0-1            23.04.1-1
                           kollision            23.04.0-1            23.04.1-1
                         kolourpaint            23.04.0-1            23.04.1-1
                             kompare            23.04.0-1            23.04.1-1
                            kongress            23.04.0-1            23.04.1-1
                           konqueror            23.04.0-1            23.04.1-1
                            konquest            23.04.0-1            23.04.1-1
                             konsole            23.04.0-1            23.04.1-1
                             kontact            23.04.0-1            23.04.1-1
                    kontactinterface            23.04.0-1            23.04.1-1
                            kontrast            23.04.0-1            23.04.1-1
                        konversation            23.04.0-1            23.04.1-1
                       kopeninghours            23.04.0-2            23.04.1-1
                              kopete            23.04.0-1            23.04.1-1
                          korganizer            23.04.0-1            23.04.1-1
                       kosmindoormap            23.04.0-1            23.04.1-1
                                kpat            23.04.0-1            23.04.1-1
                        kpimtextedit            23.04.0-2            23.04.1-1
                             kpkpass            23.04.0-1            23.04.1-1
                             kpmcore            23.04.0-1            23.04.1-1
                    kpublictransport            23.04.0-1            23.04.1-1
                      kqtquickcharts            23.04.0-1            23.04.1-1
                                krdc            23.04.0-1            23.04.1-1
                           krecorder            23.04.0-1            23.04.1-1
                            kreversi            23.04.0-1            23.04.1-1
                                krfb            23.04.0-1            23.04.1-1
                              kruler            23.04.0-1            23.04.1-1
                           ksanecore            23.04.0-1            23.04.1-1
                             kshisen            23.04.0-1            23.04.1-1
                               ksirk            23.04.0-1            23.04.1-1
                               ksmtp            23.04.0-1            23.04.1-1
                          ksnakeduel            23.04.0-1            23.04.1-1
                          kspaceduel            23.04.0-1            23.04.1-1
                            ksquares            23.04.0-1            23.04.1-1
                             ksudoku            23.04.0-1            23.04.1-1
                          ksystemlog            23.04.0-1            23.04.1-1
                            kteatime            23.04.0-1            23.04.1-1
                         ktextaddons              1.2.0-1              1.3.1-1
                              ktimer            23.04.0-1            23.04.1-1
                               ktnef            23.04.0-1            23.04.1-1
                            ktorrent            23.04.0-1            23.04.1-1
                              ktouch            23.04.0-1            23.04.1-1
                               ktrip            23.04.0-1            23.04.1-1
                          ktuberling            23.04.0-1            23.04.1-1
                             kturtle            23.04.0-1            23.04.1-1
                             kubrick            23.04.0-1            23.04.1-1
                      kwalletmanager            23.04.0-1            23.04.1-1
                               kwave            23.04.0-1            23.04.1-1
                            kweather            23.04.0-1            23.04.1-1
                           kwordquiz            23.04.0-1            23.04.1-1
                          libakonadi            23.04.0-1            23.04.1-1
                         libgravatar            23.04.0-1            23.04.1-1
                            libkcddb            23.04.0-1            23.04.1-1
                     libkcompactdisc            23.04.0-1            23.04.1-1
                           libkdcraw            23.04.0-1            23.04.1-1
                         libkdegames            23.04.0-1            23.04.1-1
                           libkdepim            23.04.0-1            23.04.1-1
                  libkeduvocdocument            23.04.0-1            23.04.1-1
                           libkexiv2            23.04.0-1            23.04.1-1
                            libkgapi            23.04.0-1            23.04.1-1
                             libkleo            23.04.0-1            23.04.1-1
                        libkmahjongg            23.04.0-1            23.04.1-1
                     libkomparediff2            23.04.0-1            23.04.1-1
                            libksane            23.04.0-1            23.04.1-1
                           libksieve            23.04.0-1            23.04.1-1
                         libktorrent            23.04.0-1            23.04.1-1
                            lokalize            23.04.0-1            23.04.1-1
                               lskat            23.04.0-1            23.04.1-1
                          mailcommon            23.04.0-1            23.04.1-1
                        mailimporter            23.04.0-1            23.04.1-1
                              marble            23.04.0-1            23.04.1-1
                       marble-common            23.04.0-1            23.04.1-1
                         marble-maps            23.04.0-1            23.04.1-1
                           marble-qt            23.04.0-1            23.04.1-1
                        markdownpart            23.04.0-1            23.04.1-1
                       mbox-importer            23.04.0-1            23.04.1-1
                          messagelib            23.04.0-1            23.04.1-1
                              minuet            23.04.0-1            23.04.1-1
                             neochat            23.04.0-1            23.04.1-1
                              okular            23.04.0-1            23.04.1-1
                            palapeli            23.04.0-1            23.04.1-1
                              parley            23.04.0-1            23.04.1-1
                    partitionmanager            23.04.0-1            23.04.1-1
                               picmi            23.04.0-1            23.04.1-1
                   pim-data-exporter            23.04.0-1            23.04.1-1
                    pim-sieve-editor            23.04.0-1            23.04.1-1
                           pimcommon            23.04.0-1            23.04.1-1
                          plasmatube            23.04.0-1            23.04.1-1
                          powerdevil             5.27.5-1             5.27.5-2
                               poxml            23.04.0-1            23.04.1-1
                       print-manager            23.04.0-1            23.04.1-1
                         qcachegrind            23.04.0-1            23.04.1-1
                          qmlkonsole            23.04.0-1            23.04.1-1
                                rocs            23.04.0-1            23.04.1-1
            signon-kwallet-extension            23.04.0-1            23.04.1-1
                            skanlite            23.04.0-1            23.04.1-1
                            skanpage            23.04.0-1            23.04.1-1
                           spectacle            23.04.0-1            23.04.1-1
                                step            23.04.0-2            23.04.1-1
                             svgpart            23.04.0-1            23.04.1-1
                             sweeper            23.04.0-1            23.04.1-1
          telepathy-kde-accounts-kcm            23.04.0-1            23.04.1-1
              telepathy-kde-approver            23.04.0-1            23.04.1-1
          telepathy-kde-auth-handler            23.04.0-1            23.04.1-1
               telepathy-kde-call-ui            23.04.0-1            23.04.1-1
      telepathy-kde-common-internals            23.04.0-1            23.04.1-1
          telepathy-kde-contact-list            23.04.0-1            23.04.1-1
        telepathy-kde-contact-runner            23.04.0-1            23.04.1-1
       telepathy-kde-desktop-applets            23.04.0-1            23.04.1-1
  telepathy-kde-filetransfer-handler            23.04.0-1            23.04.1-1
    telepathy-kde-integration-module            23.04.0-1            23.04.1-1
             telepathy-kde-send-file            23.04.0-1            23.04.1-1
               telepathy-kde-text-ui            23.04.0-1            23.04.1-1
                         telly-skout            23.04.0-1            23.04.1-1
                             tokodon            23.04.0-1            23.04.1-1
                            tomcat10             10.1.8-1             10.1.9-1
                             tomcat8             8.5.88-1             8.5.89-1
                            umbrello            23.04.0-1            23.04.1-1
                  xdg-desktop-portal             1.16.0-2             1.16.0-3
                    xf86-video-dummy              0.4.0-1              0.4.1-1
                             yakuake            23.04.0-1            23.04.1-1
                             zanshin            23.04.0-1            23.04.1-1


:: Different sync package(s) in repository multilib x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2023.05.11           2023.05.11
-------------------------------------------------------------------------------
                  lib32-at-spi2-core             2.48.1-1             2.48.2-1

4 Likes

After this update I received the following error messages when executing # gufw-pkexec or # pkexec /usr/bin/gufw-pkexec:

Could not determine the accessibility bus address

*(exo-open:xxxx): dbind-WARNING *: xx:xx:xx.xxx: AT-SPI: Error retrieving accessibility bus address: org.a11y.Bus.Error: Failed to execute child process “/usr/bin/dbus-broker-launch” (No such file or directory)

In spite of these warnings gufw appeared to be running and functioning properly.

Manually installing dbus-broker seems to have resolved the issue, no more error messages. “/usr/bin/dbus-broker-launch” is now present.

Update: I can confirm that pheiduck’s suggestion:

Patched fix w/o dbus-broker:
Arch Linux - at-spi2-core 2.48.2-1 (x86_64)

resolved my issue. I uninstalled dbus-broker. Thanks pheiduck.

On my system this variable does exactly that. thanks :slight_smile:
Edit: with at-spi2-core 2.48.2-1 the variable is no longer needed.

I use this setting and do not experience this black windows in Firefox after first reboot, could this be a gfx card thing?

Clean out cache maybe? some extension? share more info?

When I try to update, I get this error:

:: Proceed with installation? [Y/n] y
(6/6) checking keys in keyring                                                                            [###############################################################] 100%
(6/6) checking package integrity                                                                          [###############################################################] 100%
(6/6) loading package files                                                                               [###############################################################] 100%
(6/6) checking for file conflicts                                                                         [###############################################################] 100%
error: failed to commit transaction (conflicting files)
/usr/share/color-schemes/Adwaita.colors exists in both 'qgnomeplatform-qt5' and 'qgnomeplatform-qt6'
/usr/share/color-schemes/AdwaitaDark.colors exists in both 'qgnomeplatform-qt5' and 'qgnomeplatform-qt6'
/usr/share/color-schemes/AdwaitaHighcontrast.colors exists in both 'qgnomeplatform-qt5' and 'qgnomeplatform-qt6'
/usr/share/color-schemes/AdwaitaHighcontrastInverse.colors exists in both 'qgnomeplatform-qt5' and 'qgnomeplatform-qt6'
Errors occurred, no packages were upgraded.

Any way to fix this easily? Thanks!

Check if you need those packages, they are optional for manjaro-gnome-settings and might have been installed as dependencies and no longer needed.

Choose either the qt5 or qt6 package … not both.
The same can be said for something like qt5ct and qt6ct … if they are installed at the same time it will create errors and possibly stop QT apps from functioning.

(or as hanzel says above … maybe you need neither)

EDIT. I suppose revised packages are on the way.

Conflict fixed upstream:
qgnomeplatform-qt5
qgnomeplatform-qt6

Updated packages can be found in the arch repos, or just wait for manjaro devs to pull them in

1 Like