[Testing Update] 2021-11-16 - KDE Frameworks, Cinnamon, Haskell, Thunderbird

Hello community,

Another testing branch update with some usual updates for you.


This is more about the KDE Frameworks release …

  • One of the featured updates is KDE Frameworks 5.88.0
  • Nemo got some rebuilds and other Cinnamon packages got some updates
  • Both pacman-mirrors and shiny-mirrors got updates so you can generate mirrorlists with ease
  • We added the RC1 of linux516. So far only the Nvidia 470xx driver builds against this new kernel
  • Thunderbird 91.3.1 got added, which we also forwarded to other branches already
  • A lot of Python and Haskell updates got added
  • Other regular upstream updates

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


Our current supported kernels

  • linux44 4.4.292
  • linux49 4.9.290
  • linux414 4.14.255
  • linux419 4.19.217
  • linux54 5.4.159
  • linux510 5.10.79
  • linux513 5.13.19 [EOL]
  • linux514 5.14.18
  • linux515 5.15.2
  • linux516 5.16-rc1
  • linux510-rt 5.10.73_rt54
  • linux515-rt 5.15_rt17

Package Updates (Tue Nov 16 16:07:31 CET 2021)

  • testing community x86_64: 1000 new and 1001 removed package(s)
  • testing core x86_64: 6 new and 4 removed package(s)
  • testing extra x86_64: 115 new and 177 removed package(s)
  • testing kde-unstable x86_64: 141 new and 141 removed package(s)
  • testing multilib x86_64: 12 new and 12 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:

5 Likes

Known issues and solutions

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


New issues:

  • nvidia-390xx is not compatible to Xorg-Server 21.1.1 yet. For all those with that Xorg ABI error and having no /etc/X11/xorg.conf: Search for a file called /etc/X11/xorg.conf.d/20-server_flags.conf. If it does not exist yet, create it. Amend the file and paste the well-known contents there:
Section "ServerFlags"
  Option "IgnoreABI" "1"
EndSection
  • freetype2 update might result in font characters becoming squares. Don’t worry, a relogin to your UI should fix it. We recommend to do the update in a TTY. Affected UIs so far: Gnome, Phosh, Cinnamon.

  • Compiz packages like compiz-easy-patch got dropped from our repositories. Due to protobuf update you may need to rebuild that package locally on your end. Compiz-easy-patch removed from repos

  • :information_source: Announcement for PipeWire users:

    Re-enable any per-user enabled `pipewire-media-session.service` manually

    You should re-enable any per-user pipewire-media-session.service manually to establish a new service alias for pipewire-session-manager.service added with 0.3.38.

     systemctl --user enable pipewire-media-session
    

    See the PipeWire Release Notes for more info


Older Issues

Please click the ► at the beginning of this line to view content of this section
  • OS prober does not run and add other operating systems

    Please click the ► at the beginning of this line to view this solution

    To restore, please execute: echo GRUB_DISABLE_OS_PROBER=false|sudo tee -a /etc/default/grub && sudo update-grub

    For more information, see opening post in [Stable Update] 2021-03-08.

Nvidia card owners

  • We simplified nVidia driver installation. This means we dropped legacy drivers.
    • We recommend to switch over to Nouveau drivers if your card is mentioned here and the feature you need is not in red TO DO here for your particular card.

    • If you however still need proprietary drivers, you may want to execute the following to ensure all parts of the nVidia drivers get installed properly:

      sudo mhwd -a pci nonfree 0300
      
      If proprietary drivers don't fix everything, please click the ► at the beginning of this line to view more info
      1. try installing kernel 5.4 LTS (Long Term Support)
      2. If that doesn’t fix it, take a full system backup, go to a console using Ctrl+Alt+F2 and:
      • Backup /etc/X11/mhwd.d/nvidia.conf if you ever edited that manually

      • remove all nVidia related drivers and applications:

        pacman --remove nvidia*
        
      • Note which applications are being removed and keep them handy in a list

      • Install the driver first:

        mhwd --install video-hybrid-XXX-nvidia-prime
        

        (Where XXX is amd or intel if you have hybrid graphics or the whole thing is video-nvidia if you’re on an nVidia-only system)

      • reboot and see if you at least get a screen.

      • Install all the other applications from your handy list that you still need one by one.

      • Restore /etc/X11/mhwd.d/nvidia.conf if you ever edited that manually

      • If that wouldn’t solve the issue open a new issue here referring to this update and posting at a minimum the full output of:

        inxi --admin --verbosity=7 --filter --no-host --width
        

      If you however still have issues with your Nvidia card, you may open a new thread in our forum: Graphics & Display - Manjaro Linux Forum or look at our tutorial on compiling old Nvidia drivers.

For AMD GPU users having a black screen with kernel 5.10

Please click the ► at the beginning of this line to view more info

Due to a bug in the AMD drivers, please try the following first:

For GRUB:

  1. Open a terminal or a TTY
  2. Open /etc/default/grub in your favourite CLI editor (nano vi, emacs`)
  3. Find the line: GRUB_CMDLINE_LINUX_DEFAULT="
  4. Add amdgpu.dc=0
  5. Save
  6. Execute sudo update-grub and reboot

For systemd-boot:

  1. Open a terminal or a TTY
  2. Open /boot/loader/entries/manjarolinux5.10.conf in your favourite CLI editor (nano vi, emacs`)
  3. Add amdgpu.dc=0 to the end of the line options
  4. Save & reboot

For rEFInd:

  1. Open a terminal or a TTY
  2. Open /boot/refind_linux.conf in your favourite CLI editor (nano vi, emacs`)
  3. Find the line: "Boot using default options" "root=
  4. Add amdgpu.dc=0
  5. Save & reboot

Possible 2 Min delay on shutdown with Gnome

Please click the ► at the beginning of this line to view more info
  • If you got the problem with shutdown delay (about 2min) on Gnome, here is a workaround:
    • Edit /usr/lib/systemd/user/gnome-session-restart-dbus.service in your favourite editor as root and add Slice=-.slice as a line all by itself like this:

      [Service]
      Type=notify
      Slice=-.slice
      ExecStart=/usr/lib/gnome-session-ctl --restart-dbus
      
    • Click this link For more information

Touchpad on a ThinkPad stops working

  • Restart again, please.

You get [PKGNAME] warning: directory permissions differ on [Directory name]

followed by:

Filesystem: NNN package MMM

Please click the ► at the beginning of this line to view this solution
  • The solution:

    sudo chmod MMM DirectoryName
    

Where obviously MMM is the second number you see (the correct one)

  • The explanation:
    Your package expects the security permissions to be MMM but your system is set to NNN. This is just a warning (today) but to ensure you remain up-to-date with the latest and greatest security rules it’s advised to execute the above command.

Systemd error message: .slice: Failed to migrate controller cgroups

If you have a similar error message like this:

systemd[1004]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied

… you may need to add this Grub parameter to your /etc/default/grub file in line GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=true. To update your grub menu, call: sudo update-grub. For more information on that issue, see also Arch Forum.


Python 3.9 Requires Rebuilds

Instructions for quickly and easily rebuilding affected AUR packages:

# Install yay
sudo pacman -S --needed --noconfirm yay

# Rebuild AUR python packages
yay -S --noconfirm $(pacman -Qqo "/usr/lib/python3.8/site-packages")

libtraceevent>=5.9-1 update requires manual intervention

2020-10-23 - Sébastien Luttringer

The libtraceevent package prior to version 5.9-1 was missing a soname link. This has been fixed in 5.9-1, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors

libtraceevent: /usr/lib/libtraceevent.so.1 exists in filesystem

when updating, use

pacman -Syu --overwrite /usr/lib/libtraceevent.so.1

to perform the upgrade.

Arch Linux - News: libtraceevent>=5.9-1 update requires manual intervention

OpenVPN connection times out.

Workaround: downgrade openvpn (2.5.0-1 => 2.4.9-2).
For a proper solution follow this bug report on Arch Linux: FS#68480 : [openvpn] running unprivileged with iproute no longer working

PAM and PAMBASE got updated, which might prevent you from login

Due to updates from pambase and pam you might take care about any .pacnew files in /etc/pam.d as for example pam_tally, pam_tally2 and pam_cracklib got deprecated. Read in the ArchWiki about managing those files.

Typical issue:

For recovery, it is enough to boot with kernel option “systemd.unit=rescue.target”, then proceed into /etc/pam.d and merge “system-auth” and “system-auth.pacnew”

System takes a long time to boot

If you’ve got errors like Failed to start Network Manager Wait Online. you can try removing systemd from passwd and group in /etc/nsswitch.conf as described here
Update: If you can see the line
dbus-daemon[1453]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 45146ms)
in in your dbus log ( journalctl -b -u dbus ), the new/better workaround is to switch cups from service to socket as described here:
systemctl disable cups.service
systemctl enable cups.socket

I think I’ve some font problems

With the update of fontconfig some major rules how fonts get applied changed. Make sure that your system has ttf-dejavu installed. A more in depth explanation can be found here.

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

The package breeze-icons is a lot smaller than usual and after updating the icons won’t load anymore.
Seemingly a type error going by the output while restarting plasmashell.

qt.svg: <input>:303:258: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:463: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:659: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:913: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:1049: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:1251: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:1453: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:1631: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:1739: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:1980: Could not add child element to parent element because the types are incorrect.
qt.svg: <input>:303:2223: Could not add child element to parent element because the types are incorrect.

Fixed it by downgrading to 5.87.

2 Likes

Updated

KDE (all apps including system settings, plasma desktop, firefox and dolphin) has a big delay (like Office Powerpoint) on Linux 5.15/5.16rc1 but act perfect on Linux 5.14

PS: ethernet issue not fixed.

Graphics:
  Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] vendor: Lenovo
  driver: i915 v: kernel bus-ID: 00:02.0 chip-ID: 8086:9a49 class-ID: 0300
  Device-2: IMC Networks Integrated RGB Camera type: USB driver: uvcvideo
  bus-ID: 3-4:4 chip-ID: 13d3:5271 class-ID: 0e02 serial: <filter>
  Display: x11 server: X.Org 1.21.1.1 compositor: kwin_x11 driver:
  loaded: modesetting alternate: fbdev,vesa display-ID: :0 screens: 1
  Screen-1: 0 s-res: 2560x1600 s-dpi: 192 s-size: 338x211mm (13.3x8.3")
  s-diag: 398mm (15.7")
  OpenGL: renderer: Mesa Intel Xe Graphics (TGL GT2) v: 4.6 Mesa 21.2.5
  direct render: Yes
1 Like

Do you have “GPU hang” messages in dmesg?

dmesg shows kernel event list:

  1. only of recent events (described in Why `journalctl -k` usage preference could be better over `dmesg` while listing kernel events)
  2. only from current boot

Enhanced search variant which initially @Monarc suggests could be done for the current boot up by

sync;
journalctl -k -o short-monotonic --no-host --no-pager | grep --ignore-case "gpu hang"

and for earlier boot ups with additional argument of boot up index -b (which exact value could be found by journalctl --list-boots) by

sync;
journalctl -k -o short-monotonic --no-host --no-pager -b X | grep --ignore-case "gpu hang"

where the X value after -b argument is the boot up index.

You can find more arguments by running a user guide requests

man journalctl
man grep
1 Like

Breeze doesn’t have a qt.svg file. However, weird. I only found this so far …

I added some more packages:

User philip created a snapshot of branch 'unstable' to 'testing'.

 - testing community x86_64:  133 new and 133 removed package(s)
 - testing extra x86_64:  8 new and 8 removed package(s)

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

-------------------------------------------------------------------------------
                             PACKAGE           2021-11-16           2021-11-17
-------------------------------------------------------------------------------
                       brave-browser            1.31.91-1           1.32.106-1
                  brave-browser-beta            1.33.77-1            1.33.80-1


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

-------------------------------------------------------------------------------
                             PACKAGE           2021-11-16           2021-11-17
-------------------------------------------------------------------------------
                             aws-cli             1.21.7-1             1.22.7-1
                                btop             1.0.20-2              1.1.0-1
                      cargo-outdated             0.9.17-1             0.10.1-1
                       cargo-release             0.18.2-1             0.18.5-1
                          cozy-stack           1:1.4.41-1           1:1.4.42-1
                             crystal              1.2.1-3              1.2.2-1
           firefox-developer-edition             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-ach             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-af             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-an             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ar             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-ast             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-az             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-be             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-bg             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-bn             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-br             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-bs             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ca             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-ca-valencia       95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-cak             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-cs             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-cy             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-da             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-de             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-dsb             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-el             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-en-ca             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-en-gb             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-en-us             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-eo             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-es-ar             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-es-cl             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-es-es             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-es-mx             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-et             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-eu             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-fa             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ff             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-fi             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-fr             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-fy-nl             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-ga-ie             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-gd             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-gl             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-gn             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-gu-in             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-he             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-hi-in             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-hr             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-hsb             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-hu             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-hy-am             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ia             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-id             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-is             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-it             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ja             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ka             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-kab             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-kk             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-km             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-kn             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ko             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-lij             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-lt             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-lv             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-mk             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-mr             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ms             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-my             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-nb-no             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-ne-np             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-nl             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-nn-no             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-oc             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-pa-in             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-pl             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-pt-br             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-pt-pt             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-rm             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ro             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ru             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-si             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-sk             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-sl             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-son             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-sq             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-sr             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-sv-se             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ta             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-te             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-th             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-tl             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-tr             95.0b7-1             95.0b8-1
  firefox-developer-edition-i18n-trs             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-uk             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-ur             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-uz             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-vi             95.0b7-1             95.0b8-1
   firefox-developer-edition-i18n-xh             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-zh-cn             95.0b7-1             95.0b8-1
firefox-developer-edition-i18n-zh-tw             95.0b7-1             95.0b8-1
                           git-sizer              1.4.0-2              1.5.0-1
               intel-compute-runtime        21.44.21506-2        21.45.21574-1
                                 k9s            0.24.15-2             0.25.1-1
                              libc++             12.0.0-1             13.0.0-1
                           libc++abi             12.0.0-1             13.0.0-1
                  libc++experimental             12.0.0-1             13.0.0-1
                          mattermost             5.39.1-1             5.39.2-1
                                mcqd              1.0.0-2              1.0.0-3
                              miller             5.10.2-1             5.10.3-1
                             nushell             0.39.0-1             0.40.0-1
                        python-black            21.10b0-1            21.11b0-1
                        python-boto3             1.19.7-1             1.20.7-1
                     python-botocore             1.22.7-1             1.23.7-1
                    python-fonttools             4.27.1-1             4.28.0-1
                         python-h5py              3.5.0-1              3.6.0-1
                 python-h5py-openmpi              3.5.0-1              3.6.0-1
                        python-isort              5.9.3-1             5.10.1-1
                     python-markdown              3.3.4-2              3.3.5-1
                   python-matplotlib              3.4.3-1              3.5.0-1
                        python-regex          2021.8.28-1         2021.11.10-1
                         python-rich            10.13.0-1            10.14.0-1
                 python-scikit-learn                1.0-1              1.0.1-1
                      python-sequoia              1.5.0-2              1.6.0-1
                             sagetex                3.5-2                3.6-1
                         sequoia-ffi              1.5.0-2              1.6.0-1
                                 snd               21.8-1               21.9-1
                           terraform             1.0.10-1             1.0.11-1
                             vagrant             2.2.18-2             2.2.19-1


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

-------------------------------------------------------------------------------
                             PACKAGE           2021-11-16           2021-11-17
-------------------------------------------------------------------------------
                             ethtool             1:5.14-1             1:5.15-1
                         foomatic-db         3:20211106-1         3:20211116-1
                 foomatic-db-nonfree         3:20211106-1         3:20211116-1
            foomatic-db-nonfree-ppds         3:20211106-1         3:20211116-1
                    foomatic-db-ppds         3:20211106-1         3:20211116-1
                       gnome-builder               41.1-3               41.2-1
           gnome-builder-libide-docs               41.1-3               41.2-1
                     qt5-declarative     5.15.2+kde+r40-1     5.15.2+kde+r41-1
2 Likes

qt.svg is a Qt logging category, so it’s Qt SVG module having some hard times.

Mine looks relatively the same as previous one. Is it showing up in system settings?

Yeah, did not yet get around to getting a closer look at it.

Which can also mean that you might have some different qt packages installed, or some miss match …

latest qt5-declarative seems to have helped fixing UI hiccups in KDE’s System Settings, I guess :+1:

Looks fine to me?

$ ls -lh /var/cache/pacman/pkg/breeze-icons-*.tar.zst
-rw-r--r-- 1 root root 6,6M 12. Sep  10:26 /var/cache/pacman/pkg/breeze-icons-5.86.0-1-any.pkg.tar.zst
-rw-r--r-- 1 root root 6,7M 10. Okt  18:42 /var/cache/pacman/pkg/breeze-icons-5.87.0-1-any.pkg.tar.zst
-rw-r--r-- 1 root root 6,6M 14. Nov  17:14 /var/cache/pacman/pkg/breeze-icons-5.88.0-1-any.pkg.tar.zst

unstable branch here.

For me it is:

ls -lh /var/cache/pacman/pkg/breeze-icons-*.tar.zst
-rw-r--r-- 1 root root 6.6M Nov 14 19:14 /var/cache/pacman/pkg/breeze-icons-5.88.0-1-any.pkg.tar.zst

But I see this in Krusader’s window (I see icons issue only in Krusader, but I did not change the Krusader’s version):

screenshots

The same folder, which Properties opened from Dolphin looks ordinary:

Theme: Breeze Dark.

Still did not investigate it.

cat /var/log/pacman.log | grep -i krusader
~/Desktop ❯ cat /var/log/pacman.log | grep -i krusader
[2021-08-17T16:30:15+0300] [PACMAN] Running 'pacman -S krusader'
[2021-08-17T16:36:59+0300] [ALPM] installed krusader-git (2.8.0.dev.r6359.g9fccea92-1)
[2021-08-18T17:30:22+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6359.g9fccea92-1 -> 2.8.0.dev.r6360.g89d5e62b-1)
[2021-08-20T09:19:18+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6360.g89d5e62b-1 -> 2.8.0.dev.r6361.g7bf7bbb5-1)
[2021-08-23T13:17:05+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6361.g7bf7bbb5-1 -> 2.8.0.dev.r6362.g874543bb-1)
[2021-08-25T17:40:32+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6362.g874543bb-1 -> 2.8.0.dev.r6364.g65159801-1)
[2021-08-26T07:22:35+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6364.g65159801-1 -> 2.8.0.dev.r6373.gf2c37677-1)
[2021-08-26T11:59:26+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6373.gf2c37677-1 -> 2.8.0.dev.r6374.g5b799d0e-1)
[2021-09-20T08:58:04+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6374.g5b799d0e-1 -> 2.8.0.dev.r6376.g3453c967-1)
[2021-09-21T10:22:55+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6376.g3453c967-1 -> 2.8.0.dev.r6378.gae1bf6b9-1)
[2021-10-17T23:17:08+0300] [ALPM] upgraded krusader-git (2.8.0.dev.r6378.gae1bf6b9-1 -> 2.8.0.dev.r6379.g04e6286f-1)
[2021-11-03T05:15:42+0300] [PACMAN] Running 'pacman -S inxi-perl-git krusader-git vscodium-bin'
[2021-11-03T05:15:53+0300] [PACMAN] Running 'pacman -S inxi-perl-git krusader-git vscodium-bin'
[2021-11-03T07:09:38+0300] [PACMAN] Running 'pacman -S inxi-perl-git krusader-git vscodium-bin'
[2021-11-03T08:14:20+0300] [ALPM] reinstalled krusader-git (2.8.0.dev.r6379.g04e6286f-1)
[2021-11-15T00:22:59+0300] [ALPM] reinstalled krusader-git (2.8.0.dev.r6379.g04e6286f-1)
[2021-11-17T12:26:10+0300] [ALPM] reinstalled krusader-git (2.8.0.dev.r6379.g04e6286f-1)
~/Desktop ❯ 

PS
The same icons issue is present for the

To install (1):
  krusader  2.7.2-4    community  

also.

If you have installed the Nvidia driver via mhwd (like me), you will have a file /etc/X11/mhwd.d/nvidia.conf. Instead of creating an additional file, you can also amend the IgnoreABI option at the very end of that file.

I didn’t find any issues with the icons in a fresh build: Release 202111171150 · manjaro-plasma/download · GitHub

3 posts were merged into an existing topic: [Stable-Staging Update] 2021-11-17 - Kernels, Gnome 41.1, Xorg-Server 21.1, LxQt 1.0, Nvidia 470.86, Plasma 5.23.3, Frameworks 5.88

Seems to be a known issue …

1 Like

k, switched to testing, and its the same on testing

In fact, I think yes but I have deleted the 5.15 kernel.

PS: it cannot open Firefox and use properly as every window will freeze for some minutes and sometimes I cannot even log-in