[Stable Update] 2022-07-04 - Kernels, Firefox, Thunderbird, Nvidia 515.57, Python, Haskell

hmmm, anyone else experiencing a monitor not “waking up” properly (I sleep/blank my monitors and lock after 5 min) with requesting unexisting screen 1 as a plasmashell journal entry?

My workaround is to reconnect the monitor’s DP cable to force a refresh when this happens. Sleep/blank and wake-up work fine over the next 24-48hrs until the cycle repeats.

I’ve been rotating through some replacement monitors over the last couple months… perhaps there is some cached monitor history that could benefit from being flushed? Hmmm, I’m going to try the suggestion found @ Black Screen after plugging in new monitor • KDE Community Forums $ mv ~/.local/share/kscreen ~/.local/share/kscreen.corrupt

you can use sudo env DOWNGRADE_FROM_ALA=1 downgrade <package> to update anything you want that’s packaged by arch

Had to downgrade libvirt to 1:8.3.0-1 (from 1:8.4.0-1), otherwise error “chardev ‘spicevmc’ not supported without spice graphics” prevents VM from starting.

With what VM program?

Qemu. Using VMM to manage all my VM’s.
My issue was also mentioned here: [SOLVED] libvirsh 8.4.0 can't start vm as spicevmc needs spice graphic / Applications & Desktop Environments / Arch Linux Forums

glibc vs 2.35-6 causes Ardour to hang on closure, downgrade to glibc-2.35-4 is a fix, solution is in glibc 2.36. See Ardour 6.9 crashing on exit - #8 by al_F

(sorry, zbe)

I think you linked wrong post. I’d never suggest downgrading glibc. :slight_smile:

In last few updates (I cannot pinpoint the exact update, sorry), the open/save file dialog is in a semi-broken state where I cannot expand just one field (e.g. name of a file, or size, or type, or date modified), and the only way to see full filename is to resize the whole window of the dialog.

Is this a known bug and/or is there to fix this?

I’m having this problem when trying to update:

[manjaro@manjaro ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (49) ca-certificates-mozilla-3.80-1  curl-7.84.0-1  duktape-2.7.0-2  firefox-102.0.1-1  git-2.37.0-1  harfbuzz-4.4.0-1  harfbuzz-icu-4.4.0-1  intel-gmmlib-22.1.4-1  lib32-curl-7.84.0-1  lib32-harfbuzz-4.4.0-1  lib32-libproxy-0.4.18-1  lib32-openal-1.22.2-1
              libblockdev-2.27-1  libidn-1.41-1  libmm-glib-1.18.10-1  libnghttp2-1.48.0-1  libproxy-0.4.18-1  libqmi-1.30.8-1  liburing-2.2-1  libxnvctrl-515.57-1  lightdm-settings-1.5.8-1  lightdm-slick-greeter-1.5.9-1  linux510-5.10.126-1  linux510-headers-5.10.126-1
              linux510-r8168-8.049.02-82  linux510-virtualbox-host-modules-6.1.34-18  linux54-5.4.201-1  linux54-headers-5.4.201-1  linux54-r8168-8.049.02-76  linux54-virtualbox-host-modules-6.1.34-14  lsp-plugins-1.2.2-1  luajit-2.1.0.beta3.r422.g4c2441c1-1
              manjaro-release-21.3.2-1  mhwd-nvidia-515.57-1  mitmproxy-8.1.0-2  modemmanager-1.18.10-1  npm-8.6.0-1  nss-3.80-1  openal-1.22.2-1  python-asgiref-3.5.2-1  python-certifi-2022.06.15-1  python-lxml-4.9.0-1  python-psutil-5.9.1-1
              python-trove-classifiers-2022.6.23-1  python-zstandard-0.18.0-1  sudo-1.9.11.p3-1  syslog-ng-3.37.1-1  tbb-2021.5.0-2  telegram-desktop-4.0.2-2

Total Installed Size:  887,65 MiB
Net Upgrade Size:        9,71 MiB

:: Proceed with installation? [Y/n] y
(49/49) checking keys in keyring                                                                                                                                     [######################################################################################################] 100%
(49/49) checking package integrity                                                                                                                                   [######################################################################################################] 100%
(49/49) loading package files                                                                                                                                        [######################################################################################################] 100%
(49/49) checking for file conflicts                                                                                                                                  [######################################################################################################] 100%
error: failed to commit transaction (conflicting files)
npm: /usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/owner-sync.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-owner-sync.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-owner.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/builtins/index.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/just-diff-apply/index.d.ts exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/just-diff-apply/index.tests.ts exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js exists in filesystem
npm: /usr/lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js exists in filesystem
Errors occurred, no packages were upgraded.

How do I fix it ?

See:

I also have auto mounted NAS folders and they mount just fine with 5.18. But I have way less mount options in my fstab:

//(NAS-IP)/home  /mnt/NAS_home  cifs    defaults,uid=1000,credentials=/home/(USERNAME)/nascred  0 0

Maybe try remove some of your mount options if you don’t really need them?

Is there any error message available?

What happens, if you tries to mount the volume manually, e.g. with

sudo mount -t cifs -o credentials=/home/carsten/.smbcredentials,iocharset=utf8,nounix,file_mode=0777,dir_mode=0777,nocase,noserverino,mfsymlinks //NAS-2/home /home/caho/NAS-2