You are not logged in.
Hi,
I have just updated the system with -Syyu, and I have noticed while updating the pacnews in /etc/ that every time vim or vimdiff closed, it would output:
"Authorization required, but no authorization protocol specified"
I have read about sudoedit, and that works, but I have always used `sudo vim` and this warning has never appeared.
How can I understand where that warning is coming from? Do I have to update some config to disable it?
Thank you.
Last edited by hornobster (2024-07-28 21:23:03)
Offline
man pacman, read what the second "y" does and stop using it unless your really *really* REALLY **REALLY** mean to (which is almost never)
On topic: that's from XAuthority, I guess "vim" is more like "gvim" (the GUI variant)?
Don't sudo that, sudo'ing vim would be bad enough, use sudoedit and pacdiff -s
It happens because you likely have $XAUTHORITY in a non-default place and the environment is "lost" (intentioanally dropped!) by sudo.
Offline
man pacman, read what the second "y" does and stop using it unless your really *really* REALLY **REALLY** mean to (which is almost never)
Very good to know, thanks. It's probably something I've acquired when I actually needed it when messing up the first install, without reading what it does, and just stuck to it.
On topic: that's from XAuthority, I guess "vim" is more like "gvim" (the GUI variant)?
I have gvim installed, but no, it's normal vim.
Don't sudo that, sudo'ing vim would be bad enough, use sudoedit and pacdiff -s
Mmm, I've always used sudo vim, but it makes sense.
Thanks for the pacdiff -s flag. I am quite sure though, that I've never seen it used in the wiki guides.
It happens because you likely have $XAUTHORITY in a non-default place and the environment is "lost" (intentioanally dropped!) by sudo.
Mmm, is that required under wayland?
Offline
I have gvim installed, but no, it's normal vim.
Do you have any X11 stuff in your vimrc, xsel/xclip or so?
What terminal emulator do you use? Are you sure it's wayland and not maybe an xwayland client, https://wiki.archlinux.org/title/Waylan … s_visually
Offline
I have gvim installed, but no, it's normal vim.
Do you have any X11 stuff in your vimrc, xsel/xclip or so?
No, unless it's inside some of the plugins.
What terminal emulator do you use? Are you sure it's wayland and not maybe an xwayland client, https://wiki.archlinux.org/title/Waylan … s_visually
I am quite sure it's wayland. I'm using sway as WM, and alacritty as terminal emulator, and `sudo vim` stays in the terminal emulator, it doesn't open a new window.
Last edited by hornobster (2024-07-30 09:19:43)
Offline
inside some of the plugins
Could be - have you tried to move the .vimrc aside?
There's no reason why vim itself would trigger an xauth complaint.
I am quite sure it's wayland. I'm using sway as WM, and alacritty as terminal emulator
You can confirm this w/ xeyes, though alacritty defaults to wayland when WAYLAND_DISPLAY is set.
Offline
I have this same behavior, invoking vim with `-X` helps:
-X Don't connect to the X server. Shortens startup time in a terminal, but the window title and clipboard will not be used.
I think it only occurs if your vim is provided by `gvim`, if your vim is provided by `vim` it doesn't happen.
Offline
inside some of the plugins
Could be - have you tried to move the .vimrc aside?
There's no reason why vim itself would trigger an xauth complaint.
Tried this, same warning on exit. Also tried running it from a root console, without sudo, same warning.
I am quite sure it's wayland. I'm using sway as WM, and alacritty as terminal emulator
You can confirm this w/ xeyes, though alacritty defaults to wayland when WAYLAND_DISPLAY is set.
WAYLAND_DISPLAY is set to wayland-1. Just to be sure, I have installed xorg-xeyes, and the eyes stop tracking the mouse cursor when entering alacritty.
I have this same behavior, invoking vim with `-X` helps:
-X Don't connect to the X server. Shortens startup time in a terminal, but the window title and clipboard will not be used.I think it only occurs if your vim is provided by `gvim`, if your vim is provided by `vim` it doesn't happen.
I have gvim installed, but that is run using `gvim`, if I run `vim` I get normal vim in the alacritty terminal.
The -X flag works, though. But why is it necessary now? It wasn't necessary before my last system update.
Offline
You're probably not getting this error when XAUTHORITY is in the default location (echo $XAUTHORITY would be empty, but is likely not for you), SDDM sets it to a custom location, but maybe your DM changed itr?
Either way: don't sudo vim tbw, problem solved avoided.
Offline
You're probably not getting this error when XAUTHORITY is in the default location (echo $XAUTHORITY would be empty, but is likely not for you), SDDM sets it to a custom location, but maybe your DM changed itr?
both echo $XAUTHORITY and sudo echo $XAUTHORITY are empty.
I have never touched this stuff, definitely not recently.
Either way: don't sudo vim tbw, problem solved avoided.
Fair enough, it's going to be tough to change this habit
Offline
"sudo echo $XAUTHORITY" would be wrong, try "sudo printenv XAUTHORITY"
Does "sudo printenv DISPLAY" show the $DISPLAY being preserved?
Offline
"sudo echo $XAUTHORITY" would be wrong, try "sudo printenv XAUTHORITY"
Does "sudo printenv DISPLAY" show the $DISPLAY being preserved?
sudo printenv XAUTHORITY prints nothing
both echo $DISPLAY and sudo printenv DISPLAY print
:0
Offline
Do you get the same message/error w/ "sudo xrandr -q"?
Offline
Do you get the same message/error w/ "sudo xrandr -q"?
Yes, I get:
Authorization required, but no authorization protocol specified
Can't open display :0
Offline
xauth info; xauth list
sudo xauth info; sudo xauth list
sudo stat /root/.Xauthority
I have just updated the system
Check the pacman log, what was in those updates?
Offline
xauth info; xauth list sudo xauth info; sudo xauth list sudo stat /root/.Xauthority
[user@zephyrus:~]$ xauth info; xauth list
xauth: file /home/user/.Xauthority does not exist
Authority file: /home/user/.Xauthority
File new: yes
File locked: no
Number of entries: 0
Changes honored: yes
Changes made: no
Current input: (argv):1
xauth: file /home/user/.Xauthority does not exist
[user@zephyrus:~]$ sudo xauth info; sudo xauth list
[sudo] password for user:
xauth: file /root/.Xauthority does not exist
Authority file: /root/.Xauthority
File new: yes
File locked: no
Number of entries: 0
Changes honored: yes
Changes made: no
Current input: (argv):1
xauth: file /root/.Xauthority does not exist
[user@zephyrus:~]$ sudo stat /root/.Xauthority
stat: cannot statx '/root/.Xauthority': No such file or directory
I have just updated the system
Check the pacman log, what was in those updates?
grep 2024-07-28 /var/log/pacman.log
[2024-07-28T22:36:52+0200] [PACMAN] Running 'pacman -S -y -y --config /etc/pacman.conf --'
[2024-07-28T22:36:52+0200] [PACMAN] synchronizing package lists
[2024-07-28T22:41:15+0200] [PACMAN] Running 'pacman -S -y -y -u --ignore flutter --ignore flutter-devel --ignore flutter-target-linux --ignore flutter-engine-linux-google-bin --ignore flutter-target-android --ignore flutter-engine-android-google-bin --ignore flutter-gradle --ignore flutter-target-web --ignore flutter-engine-web-google-bin --ignore flutter-engine-common-google-bin --ignore flutter-material-fonts-google-bin --ignore flutter-sky-engine-google-bin --ignore flutter-tool --ignore flutter-intellij-patch --ignore flutter-common --ignore dart --ignore flutter-common --ignore flutter-devel --ignore flutter-engine-android-google-bin --ignore flutter-engine-common-google-bin --ignore flutter-engine-linux-google-bin --ignore flutter-engine-web-google-bin --ignore flutter-gradle --ignore flutter-intellij-patch --ignore flutter-material-fonts-google-bin --ignore flutter-sky-engine-google-bin --ignore flutter-target-android --ignore flutter-target-linux --ignore flutter-target-web --ignore flutter-tool --ignore solidity --config /etc/pacman.conf --'
[2024-07-28T22:41:15+0200] [PACMAN] synchronizing package lists
[2024-07-28T22:41:16+0200] [PACMAN] starting full system upgrade
[2024-07-28T22:44:21+0200] [ALPM] running '05-etckeeper-pre-install.hook'...
[2024-07-28T22:44:21+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-07-28T22:44:22+0200] [ALPM] running '71-dkms-remove.hook'...
[2024-07-28T22:44:22+0200] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod looking-glass/B6 -k 6.9.9-arch1-1
[2024-07-28T22:44:22+0200] [ALPM-SCRIPTLET] ==> depmod 6.9.9-arch1-1
[2024-07-28T22:44:25+0200] [ALPM] transaction started
[2024-07-28T22:44:25+0200] [ALPM] upgraded linux-api-headers (6.8-1 -> 6.10-1)
[2024-07-28T22:44:25+0200] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2024-07-28T22:44:25+0200] [ALPM] upgraded glibc (2.39+r52+gf8e4623421-1 -> 2.40-1)
[2024-07-28T22:44:25+0200] [ALPM-SCRIPTLET] Generating locales...
[2024-07-28T22:44:26+0200] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2024-07-28T22:44:27+0200] [ALPM-SCRIPTLET] it_CH.UTF-8... done
[2024-07-28T22:44:27+0200] [ALPM-SCRIPTLET] ja_JP.EUC-JP... done
[2024-07-28T22:44:28+0200] [ALPM-SCRIPTLET] ja_JP.UTF-8... done
[2024-07-28T22:44:28+0200] [ALPM-SCRIPTLET] Generation complete.
[2024-07-28T22:44:28+0200] [ALPM] upgraded argon2 (20190702-5 -> 20190702-6)
[2024-07-28T22:44:28+0200] [ALPM] upgraded gcc-libs (14.1.1+r58+gfc9fb69ad62-1 -> 14.1.1+r309+gbb34b7eda1f-1)
[2024-07-28T22:44:28+0200] [ALPM] upgraded assimp (5.4.0-1 -> 5.4.2-1)
[2024-07-28T22:44:28+0200] [ALPM] upgraded libsysprof-capture (46.0-3 -> 46.0-4)
[2024-07-28T22:44:29+0200] [ALPM] upgraded libxml2 (2.13.2-1 -> 2.13.3-1)
[2024-07-28T22:44:29+0200] [ALPM] upgraded keyutils (1.6.3-2 -> 1.6.3-3)
[2024-07-28T22:44:29+0200] [ALPM] upgraded libxcrypt (4.4.36-1 -> 4.4.36-2)
[2024-07-28T22:44:29+0200] [ALPM] upgraded systemd-libs (256.2-1 -> 256.4-1)
[2024-07-28T22:44:29+0200] [ALPM] upgraded ca-certificates-mozilla (3.102-1 -> 3.102.1-1)
[2024-07-28T22:44:29+0200] [ALPM] upgraded curl (8.8.0-1 -> 8.9.0-1)
[2024-07-28T22:44:29+0200] [ALPM] upgraded libelf (0.191-3 -> 0.191-4)
[2024-07-28T22:44:29+0200] [ALPM] upgraded llvm-libs (18.1.8-3 -> 18.1.8-4)
[2024-07-28T22:44:29+0200] [ALPM] upgraded mesa (1:24.1.3-1 -> 1:24.1.4-2)
[2024-07-28T22:44:29+0200] [ALPM] upgraded egl-wayland (2:1.1.13-2 -> 3:1.1.13-1)
[2024-07-28T22:44:29+0200] [ALPM] upgraded dbus-broker (36-2 -> 36-4)
[2024-07-28T22:44:29+0200] [ALPM] upgraded dbus-broker-units (36-2 -> 36-4)
[2024-07-28T22:44:29+0200] [ALPM] upgraded device-mapper (2.03.24-1 -> 2.03.25-2)
[2024-07-28T22:44:29+0200] [ALPM] upgraded systemd (256.2-1 -> 256.4-1)
[2024-07-28T22:44:31+0200] [ALPM] installed gsettings-system-schemas (46.1-2)
[2024-07-28T22:44:31+0200] [ALPM] upgraded gsettings-desktop-schemas (46.0-2 -> 46.1-2)
[2024-07-28T22:44:31+0200] [ALPM] upgraded libproxy (0.5.7-1 -> 0.5.8-1)
[2024-07-28T22:44:31+0200] [ALPM] upgraded glib-networking (1:2.80.0-1 -> 1:2.80.0-3)
[2024-07-28T22:44:31+0200] [ALPM] upgraded hidapi (0.14.0-2 -> 0.14.0-3)
[2024-07-28T22:44:31+0200] [ALPM] upgraded sdl2 (2.30.5-1 -> 2.30.5-2)
[2024-07-28T22:44:31+0200] [ALPM] upgraded libva (2.21.0-1 -> 2.22.0-1)
[2024-07-28T22:44:31+0200] [ALPM] upgraded orc (0.4.38-1 -> 0.4.39-1)
[2024-07-28T22:44:31+0200] [ALPM] upgraded audacity (1:3.5.1-3 -> 1:3.6.1-1)
[2024-07-28T22:44:31+0200] [ALPM] upgraded perl (5.38.2-1 -> 5.38.2-2)
[2024-07-28T22:44:31+0200] [ALPM] upgraded automake (1.16.5-2 -> 1.17-1)
[2024-07-28T22:44:31+0200] [ALPM] upgraded bc (1.07.1-4 -> 1.07.1-5)
[2024-07-28T22:44:31+0200] [ALPM] upgraded bemenu-wayland (0.6.22-3 -> 0.6.23-1)
[2024-07-28T22:44:31+0200] [ALPM-SCRIPTLET] Note: bemenu's wayland backend only works
[2024-07-28T22:44:31+0200] [ALPM-SCRIPTLET] in compositors which implement wlr-layer-shell.
[2024-07-28T22:44:31+0200] [ALPM] upgraded bemenu (0.6.22-3 -> 0.6.23-1)
[2024-07-28T22:44:31+0200] [ALPM] upgraded bind (9.18.27-1 -> 9.18.28-1)
[2024-07-28T22:44:32+0200] [ALPM] upgraded binutils (2.42+r91+g6224493e457-1 -> 2.42+r195+g29ae8b8ea71-1)
[2024-07-28T22:44:32+0200] [ALPM] upgraded libtool (2.5.0+14+g9a4a0261-1 -> 2.5.1-1)
[2024-07-28T22:44:32+0200] [ALPM] upgraded embree (4.3.2-1 -> 4.3.3-1)
[2024-07-28T22:44:32+0200] [ALPM] upgraded pybind11 (2.13.1-1 -> 2.13.1-2)
[2024-07-28T22:44:32+0200] [ALPM] upgraded libheif (1.18.0-1 -> 1.18.1-1)
[2024-07-28T22:44:32+0200] [ALPM] upgraded openimageio (2.5.13.0-1 -> 2.5.13.1-1)
[2024-07-28T22:44:32+0200] [ALPM] upgraded mpfr (4.2.1-3 -> 4.2.1-4)
[2024-07-28T22:44:33+0200] [ALPM] upgraded gcc (14.1.1+r58+gfc9fb69ad62-1 -> 14.1.1+r309+gbb34b7eda1f-1)
[2024-07-28T22:44:33+0200] [ALPM] upgraded clang (18.1.8-1 -> 18.1.8-2)
[2024-07-28T22:44:33+0200] [ALPM] upgraded openshadinglanguage (1.13.9.0-2 -> 1.13.10.0-1)
[2024-07-28T22:44:33+0200] [ALPM] upgraded python-numpy (2.0.0-1 -> 2.0.1-1)
[2024-07-28T22:44:33+0200] [ALPM] upgraded python-jaraco.context (4.3.0-4 -> 5.3.0-1)
[2024-07-28T22:44:33+0200] [ALPM] upgraded python-jaraco.text (3.12.1-1 -> 3.14.0-1)
[2024-07-28T22:44:33+0200] [ALPM] upgraded python-trove-classifiers (2024.5.22-1 -> 2024.7.2-1)
[2024-07-28T22:44:33+0200] [ALPM] upgraded blosc (1.21.5-2 -> 1.21.6-1)
[2024-07-28T22:44:34+0200] [ALPM] upgraded llvm (18.1.8-3 -> 18.1.8-4)
[2024-07-28T22:44:34+0200] [ALPM] upgraded usd (24.05-1 -> 24.05-2)
[2024-07-28T22:44:34+0200] [ALPM] upgraded libopenmpt (0.7.8-1 -> 0.7.9-1)
[2024-07-28T22:44:34+0200] [ALPM] upgraded libvpx (1.14.0-1 -> 1.14.1-1)
[2024-07-28T22:44:34+0200] [ALPM] upgraded svt-av1 (2.1.0-1 -> 2.1.2-1)
[2024-07-28T22:44:34+0200] [ALPM] upgraded python-urllib3 (1.26.18-3 -> 1.26.19-1)
[2024-07-28T22:44:35+0200] [ALPM] upgraded blender (17:4.1.1-11 -> 17:4.2.0-3)
[2024-07-28T22:44:36+0200] [ALPM] upgraded nss (3.102-1 -> 3.102.1-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded libnm (1.48.4-1 -> 1.48.6-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded python-gobject (3.48.2-1 -> 3.48.2-2)
[2024-07-28T22:44:36+0200] [ALPM] upgraded blueman (2.4.2-1 -> 2.4.3-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded python-apsw (3.45.2.0-2 -> 3.46.0.1-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded python-pyqt6 (6.7.0-4 -> 6.7.1-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded python-regex (2024.5.15-1 -> 2024.7.24-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded python-zeroconf (0.63.0-2 -> 0.132.2-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded qt6-webengine (6.7.2-1 -> 6.7.2-2)
[2024-07-28T22:44:36+0200] [ALPM] upgraded libassuan (2.5.7-2 -> 3.0.0-1)
[2024-07-28T22:44:36+0200] [ALPM] upgraded pinentry (1.3.1-2 -> 1.3.1-5)
[2024-07-28T22:44:36+0200] [ALPM] upgraded gnupg (2.4.5-1 -> 2.4.5-4)
[2024-07-28T22:44:37+0200] [ALPM] upgraded gpgme (1.23.2-4 -> 1.23.2-6)
[2024-07-28T22:44:37+0200] [ALPM] upgraded parted (3.6-1 -> 3.6-2)
[2024-07-28T22:44:37+0200] [ALPM] upgraded calibre (7.14.0-1 -> 7.15.0-1)
[2024-07-28T22:44:37+0200] [ALPM] upgraded cdrtools (3.02a09-5 -> 3.02a09-6)
[2024-07-28T22:44:38+0200] [ALPM] upgraded cmake (3.30.0-1 -> 3.30.1-1)
[2024-07-28T22:44:38+0200] [ALPM] upgraded containerd (1.7.19-1 -> 1.7.20-1)
[2024-07-28T22:44:38+0200] [ALPM] upgraded dart-sass (1.77.5-1 -> 1.77.8-1)
[2024-07-28T22:44:38+0200] [ALPM] upgraded dbus-glib (0.112-3 -> 0.112-4)
[2024-07-28T22:44:38+0200] [ALPM] upgraded debuginfod (0.191-3 -> 0.191-4)
[2024-07-28T22:44:38+0200] [ALPM] upgraded dejagnu (1.6.3-9 -> 1.6.3-10)
[2024-07-28T22:44:38+0200] [ALPM] upgraded libnftnl (1.2.6-1 -> 1.2.7-1)
[2024-07-28T22:44:38+0200] [ALPM] upgraded nftables (1:1.0.9-3 -> 1:1.1.0-2)
[2024-07-28T22:44:38+0200] [ALPM] upgraded libnl (3.9.0-1 -> 3.10.0-1)
[2024-07-28T22:44:38+0200] [ALPM] upgraded iproute2 (6.9.0-2 -> 6.10.0-2)
[2024-07-28T22:44:38+0200] [ALPM] upgraded docker (1:27.0.3-1 -> 1:27.1.1-1)
[2024-07-28T22:44:39+0200] [ALPM] upgraded docker-compose (2.28.1-1 -> 2.29.1-1)
[2024-07-28T22:44:39+0200] [ALPM] upgraded dvisvgm (3.3-1 -> 3.4-1)
[2024-07-28T22:44:39+0200] [ALPM] upgraded electron29 (1:29.4.3-1 -> 1:29.4.5-1)
[2024-07-28T22:44:39+0200] [ALPM] upgraded elfutils (0.191-3 -> 0.191-4)
[2024-07-28T22:44:40+0200] [ALPM] upgraded erlang-nox (27.0-1 -> 27.0.1-1)
[2024-07-28T22:44:40+0200] [ALPM] upgraded firefox (128.0-1 -> 128.0.3-1)
[2024-07-28T22:44:40+0200] [ALPM] upgraded ostree (2024.6-1 -> 2024.7-1)
[2024-07-28T22:44:40+0200] [ALPM] upgraded flatpak (1:1.15.8-1 -> 1:1.15.9-1)
[2024-07-28T22:44:40+0200] [ALPM] upgraded fzf (0.53.0-1 -> 0.54.0-1)
[2024-07-28T22:44:41+0200] [ALPM] upgraded github-cli (2.52.0-1 -> 2.53.0-1)
[2024-07-28T22:44:41+0200] [ALPM] upgraded gpm (1.20.7.r38.ge82d1a6-5 -> 1.20.7.r38.ge82d1a6-6)
[2024-07-28T22:44:41+0200] [ALPM] upgraded vim-runtime (9.1.0532-1 -> 9.1.0611-1)
[2024-07-28T22:44:41+0200] [ALPM] upgraded gvim (9.1.0532-1 -> 9.1.0611-1)
[2024-07-28T22:44:41+0200] [ALPM] upgraded gzip (1.13-2 -> 1.13-4)
[2024-07-28T22:44:41+0200] [ALPM] upgraded hwinfo (23.2-1 -> 23.2-2)
[2024-07-28T22:44:41+0200] [ALPM] upgraded imagemagick (7.1.1.34-1 -> 7.1.1.36-1)
[2024-07-28T22:44:41+0200] [ALPM] upgraded imlib2 (1.12.2-2 -> 1.12.3-1)
[2024-07-28T22:44:42+0200] [ALPM] upgraded jdk11-openjdk (11.0.23.u9-1 -> 11.0.24.u8-1)
[2024-07-28T22:44:42+0200] [ALPM] upgraded jre8-openjdk-headless (8.412.u08-1 -> 8.422.u05-1)
[2024-07-28T22:44:42+0200] [ALPM] upgraded less (1:643-2 -> 1:661-1)
[2024-07-28T22:44:42+0200] [ALPM] upgraded lib32-glibc (2.39+r52+gf8e4623421-1 -> 2.40-1)
[2024-07-28T22:44:43+0200] [ALPM] upgraded lib32-libxcrypt (4.4.36-1 -> 4.4.36-2)
[2024-07-28T22:44:43+0200] [ALPM] upgraded libappindicator-gtk3 (12.10.0.r298-3 -> 12.10.0.r298-4)
[2024-07-28T22:44:43+0200] [ALPM] upgraded libcurl-compat (8.8.0-1 -> 8.9.0-1)
[2024-07-28T22:44:43+0200] [ALPM] upgraded libinstpatch (1.1.6-2 -> 1.1.6-3)
[2024-07-28T22:44:43+0200] [ALPM] upgraded libmupdf (1.24.6-1 -> 1.24.8-1)
[2024-07-28T22:44:43+0200] [ALPM] upgraded libupnp (1.14.19-2 -> 1.14.19-3)
[2024-07-28T22:44:43+0200] [ALPM] warning: directory permissions differ on /var/lib/libvirt/swtpm/, filesystem: 755 package: 711
[2024-07-28T22:44:43+0200] [ALPM] upgraded libvirt (1:10.5.0-1 -> 1:10.5.0-2)
[2024-07-28T22:44:45+0200] [ALPM] upgraded linux (6.9.9.arch1-1 -> 6.10.1.arch1-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded linux-headers (6.9.9.arch1-1 -> 6.10.1.arch1-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded thin-provisioning-tools (1.0.12-1 -> 1.0.13-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded lvm2 (2.03.24-1 -> 2.03.25-2)
[2024-07-28T22:44:48+0200] [ALPM] upgraded meson (1.5.0-1 -> 1.5.1-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded python-aioquic (1.0.0-2 -> 1.2.0-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded python-mitmproxy-rs (0.5.2-1 -> 0.6.2-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded python-tornado (6.4.0-2 -> 6.4.1-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded mitmproxy (10.3.1-1 -> 10.4.0-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded ndctl (78-2 -> 79-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded wpa_supplicant (2:2.10-8 -> 2:2.11-2)
[2024-07-28T22:44:48+0200] [ALPM] upgraded networkmanager (1.48.4-1 -> 1.48.6-1)
[2024-07-28T22:44:48+0200] [ALPM] upgraded nodejs (22.4.1-1 -> 22.5.1-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded nvidia (555.58.02-3 -> 555.58.02-9)
[2024-07-28T22:44:49+0200] [ALPM] installed uthash (2.3.0-2)
[2024-07-28T22:44:49+0200] [ALPM] upgraded obs-studio (30.1.2-2 -> 30.2.1-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded openmpi (5.0.3-2 -> 5.0.5-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded otf-font-awesome (6.5.2-1 -> 6.6.0-1)
[2024-07-28T22:44:49+0200] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2024-07-28T22:44:49+0200] [ALPM] upgraded pacman-mirrorlist (20231001-1 -> 20240717-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded pangomm-2.48 (2.52.0-1 -> 2.54.0-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded postgresql-libs (16.3-2 -> 16.3-3)
[2024-07-28T22:44:49+0200] [ALPM] upgraded postgresql (16.3-2 -> 16.3-3)
[2024-07-28T22:44:49+0200] [ALPM] upgraded python-astroid (3.2.3-1 -> 3.2.4-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded python-coverage (7.5.1-1 -> 7.6.0-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded python-evdev (1.7.0-3 -> 1.7.1-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded python-google-auth (2.30.0-1 -> 2.32.0-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded python-grpcio (1.64.2-2 -> 1.65.2-1)
[2024-07-28T22:44:49+0200] [ALPM] upgraded python-pure-eval (0.2.2-4 -> 0.2.3-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-pycurl (7.45.2-4 -> 7.45.3-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-pytest (1:8.2.2-1 -> 1:8.3.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-pyudev (0.24.1-4 -> 0.24.3-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-rpds-py (0.18.1-1 -> 0.19.0-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-sphinxcontrib-htmlhelp (2.0.5-3 -> 2.0.6-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-sphinxcontrib-qthelp (1.0.7-3 -> 1.0.8-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded python-tomlkit (0.12.5-1 -> 0.13.0-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-common (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-alsa (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-dbus (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-jack (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-oss (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-pa (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-pipewire (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-sdl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-opengl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-spice-core (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-audio-spice (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-img (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-x86-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-x86 (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded virtiofsd (1.11.0-1 -> 1.11.1-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-base (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-block-curl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-block-dmg (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-block-nfs (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-block-ssh (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-chardev-spice (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-qxl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu-gl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu-pci (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu-pci-gl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-virtio-vga (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-display-virtio-vga-gl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-usb-host (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-usb-redirect (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-hw-usb-smartcard (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-curses (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-dbus (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-egl-headless (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-gtk (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-sdl (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-ui-spice-app (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-vhost-user-gpu (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-desktop (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-aarch64 (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-alpha-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-alpha (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-arm-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-arm (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-avr (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-cris (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-hppa-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-hppa (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-loongarch64 (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-m68k (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-microblaze-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-microblaze (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-mips (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-nios2 (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-or1k (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-ppc-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-ppc (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:50+0200] [ALPM] upgraded qemu-system-riscv-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-riscv (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-rx (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-s390x-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-s390x (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-sh4 (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-sparc-firmware (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-sparc (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-tricore (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-system-xtensa (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-user (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-emulators-full (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-hw-s390x-virtio-gpu-ccw (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-pr-helper (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qemu-tools (9.0.1-1 -> 9.0.2-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qt5-base (5.15.14+kde+r141-1 -> 5.15.14+kde+r143-1)
[2024-07-28T22:44:51+0200] [ALPM] upgraded qt6-wayland (6.7.2-2 -> 6.7.2-4)
[2024-07-28T22:44:52+0200] [ALPM] upgraded rclone (1.66.0-1 -> 1.67.0-1)
[2024-07-28T22:44:52+0200] [ALPM] upgraded semver (7.6.2-1 -> 7.6.3-1)
[2024-07-28T22:44:53+0200] [ALPM] upgraded signal-desktop (7.15.0-1 -> 7.17.0-1)
[2024-07-28T22:44:53+0200] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
[2024-07-28T22:44:53+0200] [ALPM] upgraded sudo (1.9.15.p5-1 -> 1.9.15.p5-2)
[2024-07-28T22:44:53+0200] [ALPM] upgraded systemd-sysvcompat (256.2-1 -> 256.4-1)
[2024-07-28T22:44:53+0200] [ALPM] upgraded thunderbird (115.12.2-1 -> 115.13.0-2)
[2024-07-28T22:44:54+0200] [ALPM] upgraded urlscan (1.0.2-1 -> 1.0.3-1)
[2024-07-28T22:44:54+0200] [ALPM] upgraded vulkan-radeon (1:24.1.3-1 -> 1:24.1.4-2)
[2024-07-28T22:44:54+0200] [ALPM] upgraded waybar (0.10.3-1 -> 0.10.4-1)
[2024-07-28T22:44:54+0200] [ALPM] upgraded wlroots0.17 (0.17.4-1 -> 0.17.4-3)
[2024-07-28T22:44:54+0200] [ALPM] upgraded xfsprogs (6.8.0-2 -> 6.9.0-1)
[2024-07-28T22:44:54+0200] [ALPM] upgraded zathura-pdf-mupdf (0.4.3-5 -> 0.4.3-7)
[2024-07-28T22:44:54+0200] [ALPM] transaction completed
[2024-07-28T22:44:56+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2024-07-28T22:44:56+0200] [ALPM] running '30-systemd-catalog.hook'...
[2024-07-28T22:44:56+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-07-28T22:44:57+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2024-07-28T22:44:57+0200] [ALPM] running '30-systemd-hwdb.hook'...
[2024-07-28T22:44:57+0200] [ALPM] running '30-systemd-sysctl.hook'...
[2024-07-28T22:44:58+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2024-07-28T22:44:58+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2024-07-28T22:44:58+0200] [ALPM] running '30-systemd-update.hook'...
[2024-07-28T22:44:59+0200] [ALPM] running '30-update-mime-database.hook'...
[2024-07-28T22:44:59+0200] [ALPM] running '40-update-ca-trust.hook'...
[2024-07-28T22:45:00+0200] [ALPM] running '60-depmod.hook'...
[2024-07-28T22:45:01+0200] [ALPM] running '70-dkms-install.hook'...
[2024-07-28T22:45:01+0200] [ALPM-SCRIPTLET] ==> dkms install --no-depmod looking-glass/B6 -k 6.10.1-arch1-1
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] Error! Bad return status for module build on kernel: 6.10.1-arch1-1 (x86_64)
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] Consult /var/lib/dkms/looking-glass/B6/build/make.log for more information.
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] ==> WARNING: `dkms install --no-depmod looking-glass/B6 -k 6.10.1-arch1-1' exited 10
[2024-07-28T22:45:03+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] ==> Using drop-in configuration file: 'asus.conf'
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.10.1-arch1-1'
[2024-07-28T22:45:03+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2024-07-28T22:45:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2024-07-28T22:45:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2024-07-28T22:45:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2024-07-28T22:45:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2024-07-28T22:45:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2024-07-28T22:45:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2024-07-28T22:45:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-07-28T22:45:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2024-07-28T22:45:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2024-07-28T22:45:09+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-07-28T22:45:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2024-07-28T22:45:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2024-07-28T22:45:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Using drop-in configuration file: 'asus.conf'
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.10.1-arch1-1'
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2024-07-28T22:45:10+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2024-07-28T22:45:11+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2024-07-28T22:45:11+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2024-07-28T22:45:11+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2024-07-28T22:45:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2024-07-28T22:45:20+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2024-07-28T22:45:20+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-07-28T22:45:21+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2024-07-28T22:45:21+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2024-07-28T22:45:21+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-07-28T22:45:21+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2024-07-28T22:45:22+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-07-28T22:45:22+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-07-28T22:45:22+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-07-28T22:45:22+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-07-28T22:45:22+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-07-28T22:45:23+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-07-28T22:45:25+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2024-07-28T22:45:26+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2024-07-28T22:45:28+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-07-28T22:45:29+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2024-07-28T22:45:30+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2024-07-28T22:45:30+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-07-28T22:45:30+0200] [ALPM] running 'backup-pkg-list.hook'...
[2024-07-28T22:45:31+0200] [ALPM] running 'dbus-reload.hook'...
[2024-07-28T22:45:31+0200] [ALPM] running 'detect-old-perl-modules.hook'...
[2024-07-28T22:45:32+0200] [ALPM] running 'fontconfig.hook'...
[2024-07-28T22:45:32+0200] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2024-07-28T22:45:32+0200] [ALPM] running 'gio-querymodules.hook'...
[2024-07-28T22:45:32+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2024-07-28T22:45:32+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-07-28T22:45:32+0200] [ALPM] running 'texinfo-install.hook'...
[2024-07-28T22:45:34+0200] [ALPM] running 'update-desktop-database.hook'...
[2024-07-28T22:45:34+0200] [ALPM] running 'vimdoc.hook'...
[2024-07-28T22:45:35+0200] [ALPM] running 'zz-etckeeper-post-install.hook'...
[2024-07-28T22:45:35+0200] [ALPM-SCRIPTLET] [master e60b1cb] committing changes in /etc made by "sudo pacman -S -y -y -u --ignore flutter --ignore flutter-devel --ignore flutter-target-linux --ignore flutter-engine-linux-google-bin --ignore flutter-target-android --ignore flutter-engine-android-google-bin --ignore flutter-gradle --ignore flutter-target-web --ignore flutter-engine-web-google-bin --ignore flutter-engine-common-google-bin --ignore flutter-material-fonts-google-bin --ignore flutter-sky-engine-google-bin --ignore flutter-tool --ignore flutter-intellij-patch --ignore flutter-common --ignore dart --ignore flutter-common --ignore flutter-devel --ignore flutter-engine-android-google-bin --ignore flutter-engine-common-google-bin --ignore flutter-engine-linux-google-bin --ignore flutter-engine-web-google-bin --ignore flutter-gradle --ignore flutter-intellij-patch --ignore flutter-material-fonts-google-bin --ignore flutter-sky-engine-google-bin --ignore flutter-target-android --ignore flutter-target-linux --ignore flutter-target-web --ignore flutter-tool --ignore solidity --config /etc/pacman.conf --"
[2024-07-28T22:45:35+0200] [ALPM-SCRIPTLET] 7 files changed, 53 insertions(+), 17 deletions(-)
[2024-07-28T22:45:35+0200] [ALPM-SCRIPTLET] create mode 100644 profile.d/flatpak.csh
[2024-07-28T22:45:35+0200] [ALPM-SCRIPTLET] To /home/kmo/etc.git/
[2024-07-28T22:45:35+0200] [ALPM-SCRIPTLET] bbc9fed..e60b1cb master -> master
[2024-07-28T22:50:23+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/kmo/.cache/yay/tor-browser-bin/tor-browser-bin-13.5.1-1-x86_64.pkg.tar.zst /home/kmo/.cache/yay/ngrok/ngrok-3.13.0-1-x86_64.pkg.tar.zst /home/kmo/.cache/yay/brave-bin/brave-bin-1:1.68.128-1-x86_64.pkg.tar.zst /home/kmo/.cache/yay/aws-cli-v2/aws-cli-v2-2.17.18-1-any.pkg.tar.zst'
[2024-07-28T22:50:24+0200] [ALPM] transaction started
[2024-07-28T22:50:24+0200] [ALPM] upgraded tor-browser-bin (13.5-1 -> 13.5.1-1)
[2024-07-28T22:50:24+0200] [ALPM-SCRIPTLET]
[2024-07-28T22:50:24+0200] [ALPM-SCRIPTLET] ==> The copy of Tor Browser in your home directory will be upgraded at the
[2024-07-28T22:50:24+0200] [ALPM-SCRIPTLET] ==> first time you run it as your normal user. Just start it and have fun!
[2024-07-28T22:50:24+0200] [ALPM-SCRIPTLET]
[2024-07-28T22:50:24+0200] [ALPM] upgraded ngrok (3.12.1-1 -> 3.13.0-1)
[2024-07-28T22:50:25+0200] [ALPM] upgraded brave-bin (1:1.67.123-2 -> 1:1.68.128-1)
[2024-07-28T22:50:26+0200] [ALPM] upgraded aws-cli-v2 (2.17.13-1 -> 2.17.18-1)
[2024-07-28T22:50:26+0200] [ALPM] transaction completed
[2024-07-28T22:50:26+0200] [ALPM] running '30-systemd-update.hook'...
[2024-07-28T22:50:26+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-07-28T22:50:27+0200] [ALPM] running 'update-desktop-database.hook'...
[2024-07-28T22:50:27+0200] [PACMAN] Running 'pacman -D --asexplicit -q --config /etc/pacman.conf -- tor-browser-bin ngrok brave-bin aws-cli-v2'
/etc/ diff:
From e60b1cb2954baa77afdaefe80652ac84cb935b05 Mon Sep 17 00:00:00 2001
Date: Sun, 28 Jul 2024 22:45:35 +0200
Subject: [PATCH] committing changes in /etc made by "sudo pacman -S -y -y -u
--ignore flutter --ignore flutter-devel --ignore flutter-target-linux
--ignore flutter-engine-linux-google-bin --ignore flutter-target-android
--ignore flutter-engine-android-google-bin --ignore flutter-gradle --ignore
flutter-target-web --ignore flutter-engine-web-google-bin --ignore
flutter-engine-common-google-bin --ignore flutter-material-fonts-google-bin
--ignore flutter-sky-engine-google-bin --ignore flutter-tool --ignore
flutter-intellij-patch --ignore flutter-common --ignore dart --ignore
flutter-common --ignore flutter-devel --ignore
flutter-engine-android-google-bin --ignore flutter-engine-common-google-bin
--ignore flutter-engine-linux-google-bin --ignore
flutter-engine-web-google-bin --ignore flutter-gradle --ignore
flutter-intellij-patch --ignore flutter-material-fonts-google-bin --ignore
flutter-sky-engine-google-bin --ignore flutter-target-android --ignore
flutter-target-linux --ignore flutter-target-web --ignore flutter-tool
--ignore solidity --config /etc/pacman.conf --"
Packages with configuration changes:
-flatpak 1:1.15.8-1
+flatpak 1:1.15.9-1
-imagemagick 7.1.1.34-1
+imagemagick 7.1.1.36-1
-jdk11-openjdk 11.0.23.u9-1
+jdk11-openjdk 11.0.24.u8-1
-nftables 1:1.0.9-3
+nftables 1:1.1.0-2
-waybar 0.10.3-1
+waybar 0.10.4-1
Package changes:
-argon2 20190702-5
+argon2 20190702-6
-assimp 5.4.0-1
+assimp 5.4.2-1
-audacity 1:3.5.1-3
+audacity 1:3.6.1-1
-automake 1.16.5-2
+automake 1.17-1
-bc 1.07.1-4
-bemenu 0.6.22-3
-bemenu-wayland 0.6.22-3
-bind 9.18.27-1
-binutils 2.42+r91+g6224493e457-1
+bc 1.07.1-5
+bemenu 0.6.23-1
+bemenu-wayland 0.6.23-1
+bind 9.18.28-1
+binutils 2.42+r195+g29ae8b8ea71-1
-blender 17:4.1.1-11
-blosc 1.21.5-2
-blueman 2.4.2-1
+blender 17:4.2.0-3
+blosc 1.21.6-1
+blueman 2.4.3-1
-ca-certificates-mozilla 3.102-1
+ca-certificates-mozilla 3.102.1-1
-calibre 7.14.0-1
+calibre 7.15.0-1
-cdrtools 3.02a09-5
+cdrtools 3.02a09-6
-clang 18.1.8-1
+clang 18.1.8-2
-cmake 3.30.0-1
+cmake 3.30.1-1
-containerd 1.7.19-1
+containerd 1.7.20-1
-curl 8.8.0-1
+curl 8.9.0-1
-dart-sass 1.77.5-1
+dart-sass 1.77.8-1
-dbus-broker 36-2
-dbus-broker-units 36-2
-dbus-glib 0.112-3
+dbus-broker 36-4
+dbus-broker-units 36-4
+dbus-glib 0.112-4
-debuginfod 0.191-3
+debuginfod 0.191-4
-dejagnu 1.6.3-9
+dejagnu 1.6.3-10
-device-mapper 2.03.24-1
+device-mapper 2.03.25-2
-docker 1:27.0.3-1
-docker-compose 2.28.1-1
+docker 1:27.1.1-1
+docker-compose 2.29.1-1
-dvisvgm 3.3-1
+dvisvgm 3.4-1
-egl-wayland 2:1.1.13-2
+egl-wayland 3:1.1.13-1
-electron29 1:29.4.3-1
-elfutils 0.191-3
-embree 4.3.2-1
+electron29 1:29.4.5-1
+elfutils 0.191-4
+embree 4.3.3-1
-erlang-nox 27.0-1
+erlang-nox 27.0.1-1
-firefox 128.0-1
+firefox 128.0.3-1
-flatpak 1:1.15.8-1
+flatpak 1:1.15.9-1
-fzf 0.53.0-1
+fzf 0.54.0-1
-gcc 14.1.1+r58+gfc9fb69ad62-1
-gcc-libs 14.1.1+r58+gfc9fb69ad62-1
+gcc 14.1.1+r309+gbb34b7eda1f-1
+gcc-libs 14.1.1+r309+gbb34b7eda1f-1
-github-cli 2.52.0-1
+github-cli 2.53.0-1
-glib-networking 1:2.80.0-1
+glib-networking 1:2.80.0-3
-glibc 2.39+r52+gf8e4623421-1
+glibc 2.40-1
-gnupg 2.4.5-1
+gnupg 2.4.5-4
-gpgme 1.23.2-4
-gpm 1.20.7.r38.ge82d1a6-5
+gpgme 1.23.2-6
+gpm 1.20.7.r38.ge82d1a6-6
-gsettings-desktop-schemas 46.0-2
+gsettings-desktop-schemas 46.1-2
+gsettings-system-schemas 46.1-2
-gvim 9.1.0532-1
-gzip 1.13-2
+gvim 9.1.0611-1
+gzip 1.13-4
-hidapi 0.14.0-2
+hidapi 0.14.0-3
-hwinfo 23.2-1
+hwinfo 23.2-2
-imagemagick 7.1.1.34-1
+imagemagick 7.1.1.36-1
-imlib2 1.12.2-2
+imlib2 1.12.3-1
-iproute2 6.9.0-2
+iproute2 6.10.0-2
-jdk11-openjdk 11.0.23.u9-1
+jdk11-openjdk 11.0.24.u8-1
-jre8-openjdk-headless 8.412.u08-1
+jre8-openjdk-headless 8.422.u05-1
-keyutils 1.6.3-2
+keyutils 1.6.3-3
-less 1:643-2
+less 1:661-1
-lib32-glibc 2.39+r52+gf8e4623421-1
-lib32-libxcrypt 4.4.36-1
+lib32-glibc 2.40-1
+lib32-libxcrypt 4.4.36-2
-libappindicator-gtk3 12.10.0.r298-3
+libappindicator-gtk3 12.10.0.r298-4
-libassuan 2.5.7-2
+libassuan 3.0.0-1
-libcurl-compat 8.8.0-1
+libcurl-compat 8.9.0-1
-libelf 0.191-3
+libelf 0.191-4
-libheif 1.18.0-1
+libheif 1.18.1-1
-libinstpatch 1.1.6-2
+libinstpatch 1.1.6-3
-libmupdf 1.24.6-1
+libmupdf 1.24.8-1
-libnftnl 1.2.6-1
+libnftnl 1.2.7-1
-libnl 3.9.0-1
-libnm 1.48.4-1
+libnl 3.10.0-1
+libnm 1.48.6-1
-libopenmpt 0.7.8-1
+libopenmpt 0.7.9-1
-libproxy 0.5.7-1
+libproxy 0.5.8-1
-libsysprof-capture 46.0-3
+libsysprof-capture 46.0-4
-libtool 2.5.0+14+g9a4a0261-1
+libtool 2.5.1-1
-libupnp 1.14.19-2
+libupnp 1.14.19-3
-libva 2.21.0-1
+libva 2.22.0-1
-libvirt 1:10.5.0-1
+libvirt 1:10.5.0-2
-libvpx 1.14.0-1
+libvpx 1.14.1-1
-libxcrypt 4.4.36-1
+libxcrypt 4.4.36-2
-libxml2 2.13.2-1
+libxml2 2.13.3-1
-linux 6.9.9.arch1-1
-linux-api-headers 6.8-1
+linux 6.10.1.arch1-1
+linux-api-headers 6.10-1
-linux-headers 6.9.9.arch1-1
+linux-headers 6.10.1.arch1-1
-llvm 18.1.8-3
-llvm-libs 18.1.8-3
+llvm 18.1.8-4
+llvm-libs 18.1.8-4
-lvm2 2.03.24-1
+lvm2 2.03.25-2
-mesa 1:24.1.3-1
-meson 1.5.0-1
+mesa 1:24.1.4-2
+meson 1.5.1-1
-mitmproxy 10.3.1-1
+mitmproxy 10.4.0-1
-mpfr 4.2.1-3
+mpfr 4.2.1-4
-ndctl 78-2
+ndctl 79-1
-networkmanager 1.48.4-1
+networkmanager 1.48.6-1
-nftables 1:1.0.9-3
+nftables 1:1.1.0-2
-nodejs 22.4.1-1
+nodejs 22.5.1-1
-nss 3.102-1
+nss 3.102.1-1
-nvidia 555.58.02-3
+nvidia 555.58.02-9
-obs-studio 30.1.2-2
+obs-studio 30.2.1-1
-openimageio 2.5.13.0-1
+openimageio 2.5.13.1-1
-openmpi 5.0.3-2
+openmpi 5.0.5-1
-openshadinglanguage 1.13.9.0-2
+openshadinglanguage 1.13.10.0-1
-orc 0.4.38-1
+orc 0.4.39-1
-ostree 2024.6-1
-otf-font-awesome 6.5.2-1
+ostree 2024.7-1
+otf-font-awesome 6.6.0-1
-pacman-mirrorlist 20231001-1
+pacman-mirrorlist 20240717-1
-pangomm-2.48 2.52.0-1
-parted 3.6-1
+pangomm-2.48 2.54.0-1
+parted 3.6-2
-perl 5.38.2-1
+perl 5.38.2-2
-pinentry 1.3.1-2
+pinentry 1.3.1-5
-postgresql 16.3-2
-postgresql-libs 16.3-2
+postgresql 16.3-3
+postgresql-libs 16.3-3
-pybind11 2.13.1-1
+pybind11 2.13.1-2
-python-aioquic 1.0.0-2
+python-aioquic 1.2.0-1
-python-apsw 3.45.2.0-2
+python-apsw 3.46.0.1-1
-python-astroid 3.2.3-1
+python-astroid 3.2.4-1
-python-coverage 7.5.1-1
+python-coverage 7.6.0-1
-python-evdev 1.7.0-3
+python-evdev 1.7.1-1
-python-gobject 3.48.2-1
+python-gobject 3.48.2-2
-python-google-auth 2.30.0-1
+python-google-auth 2.32.0-1
-python-grpcio 1.64.2-2
+python-grpcio 1.65.2-1
-python-jaraco.context 4.3.0-4
+python-jaraco.context 5.3.0-1
-python-jaraco.text 3.12.1-1
+python-jaraco.text 3.14.0-1
-python-mitmproxy-rs 0.5.2-1
+python-mitmproxy-rs 0.6.2-1
-python-numpy 2.0.0-1
+python-numpy 2.0.1-1
-python-pure-eval 0.2.2-4
+python-pure-eval 0.2.3-1
-python-pycurl 7.45.2-4
+python-pycurl 7.45.3-1
-python-pyqt6 6.7.0-4
+python-pyqt6 6.7.1-1
-python-pytest 1:8.2.2-1
+python-pytest 1:8.3.2-1
-python-pyudev 0.24.1-4
+python-pyudev 0.24.3-1
-python-regex 2024.5.15-1
+python-regex 2024.7.24-1
-python-rpds-py 0.18.1-1
+python-rpds-py 0.19.0-1
-python-sphinxcontrib-htmlhelp 2.0.5-3
+python-sphinxcontrib-htmlhelp 2.0.6-1
-python-sphinxcontrib-qthelp 1.0.7-3
+python-sphinxcontrib-qthelp 1.0.8-1
-python-tomlkit 0.12.5-1
-python-tornado 6.4.0-2
+python-tomlkit 0.13.0-1
+python-tornado 6.4.1-1
-python-trove-classifiers 2024.5.22-1
+python-trove-classifiers 2024.7.2-1
-python-urllib3 1.26.18-3
+python-urllib3 1.26.19-1
-python-zeroconf 0.63.0-2
+python-zeroconf 0.132.2-1
-qemu-audio-alsa 9.0.1-1
-qemu-audio-dbus 9.0.1-1
-qemu-audio-jack 9.0.1-1
-qemu-audio-oss 9.0.1-1
-qemu-audio-pa 9.0.1-1
-qemu-audio-pipewire 9.0.1-1
-qemu-audio-sdl 9.0.1-1
-qemu-audio-spice 9.0.1-1
-qemu-base 9.0.1-1
-qemu-block-curl 9.0.1-1
-qemu-block-dmg 9.0.1-1
-qemu-block-nfs 9.0.1-1
-qemu-block-ssh 9.0.1-1
-qemu-chardev-spice 9.0.1-1
-qemu-common 9.0.1-1
-qemu-desktop 9.0.1-1
-qemu-emulators-full 9.0.1-1
-qemu-hw-display-qxl 9.0.1-1
-qemu-hw-display-virtio-gpu 9.0.1-1
-qemu-hw-display-virtio-gpu-gl 9.0.1-1
-qemu-hw-display-virtio-gpu-pci 9.0.1-1
-qemu-hw-display-virtio-gpu-pci-gl 9.0.1-1
-qemu-hw-display-virtio-vga 9.0.1-1
-qemu-hw-display-virtio-vga-gl 9.0.1-1
-qemu-hw-s390x-virtio-gpu-ccw 9.0.1-1
-qemu-hw-usb-host 9.0.1-1
-qemu-hw-usb-redirect 9.0.1-1
-qemu-hw-usb-smartcard 9.0.1-1
-qemu-img 9.0.1-1
-qemu-pr-helper 9.0.1-1
-qemu-system-aarch64 9.0.1-1
-qemu-system-alpha 9.0.1-1
-qemu-system-alpha-firmware 9.0.1-1
-qemu-system-arm 9.0.1-1
-qemu-system-arm-firmware 9.0.1-1
-qemu-system-avr 9.0.1-1
-qemu-system-cris 9.0.1-1
-qemu-system-hppa 9.0.1-1
-qemu-system-hppa-firmware 9.0.1-1
-qemu-system-loongarch64 9.0.1-1
-qemu-system-m68k 9.0.1-1
-qemu-system-microblaze 9.0.1-1
-qemu-system-microblaze-firmware 9.0.1-1
-qemu-system-mips 9.0.1-1
-qemu-system-nios2 9.0.1-1
-qemu-system-or1k 9.0.1-1
-qemu-system-ppc 9.0.1-1
-qemu-system-ppc-firmware 9.0.1-1
-qemu-system-riscv 9.0.1-1
-qemu-system-riscv-firmware 9.0.1-1
-qemu-system-rx 9.0.1-1
-qemu-system-s390x 9.0.1-1
-qemu-system-s390x-firmware 9.0.1-1
-qemu-system-sh4 9.0.1-1
-qemu-system-sparc 9.0.1-1
-qemu-system-sparc-firmware 9.0.1-1
-qemu-system-tricore 9.0.1-1
-qemu-system-x86 9.0.1-1
-qemu-system-x86-firmware 9.0.1-1
-qemu-system-xtensa 9.0.1-1
-qemu-tools 9.0.1-1
-qemu-ui-curses 9.0.1-1
-qemu-ui-dbus 9.0.1-1
-qemu-ui-egl-headless 9.0.1-1
-qemu-ui-gtk 9.0.1-1
-qemu-ui-opengl 9.0.1-1
-qemu-ui-sdl 9.0.1-1
-qemu-ui-spice-app 9.0.1-1
-qemu-ui-spice-core 9.0.1-1
-qemu-user 9.0.1-1
-qemu-vhost-user-gpu 9.0.1-1
+qemu-audio-alsa 9.0.2-1
+qemu-audio-dbus 9.0.2-1
+qemu-audio-jack 9.0.2-1
+qemu-audio-oss 9.0.2-1
+qemu-audio-pa 9.0.2-1
+qemu-audio-pipewire 9.0.2-1
+qemu-audio-sdl 9.0.2-1
+qemu-audio-spice 9.0.2-1
+qemu-base 9.0.2-1
+qemu-block-curl 9.0.2-1
+qemu-block-dmg 9.0.2-1
+qemu-block-nfs 9.0.2-1
+qemu-block-ssh 9.0.2-1
+qemu-chardev-spice 9.0.2-1
+qemu-common 9.0.2-1
+qemu-desktop 9.0.2-1
+qemu-emulators-full 9.0.2-1
+qemu-hw-display-qxl 9.0.2-1
+qemu-hw-display-virtio-gpu 9.0.2-1
+qemu-hw-display-virtio-gpu-gl 9.0.2-1
+qemu-hw-display-virtio-gpu-pci 9.0.2-1
+qemu-hw-display-virtio-gpu-pci-gl 9.0.2-1
+qemu-hw-display-virtio-vga 9.0.2-1
+qemu-hw-display-virtio-vga-gl 9.0.2-1
+qemu-hw-s390x-virtio-gpu-ccw 9.0.2-1
+qemu-hw-usb-host 9.0.2-1
+qemu-hw-usb-redirect 9.0.2-1
+qemu-hw-usb-smartcard 9.0.2-1
+qemu-img 9.0.2-1
+qemu-pr-helper 9.0.2-1
+qemu-system-aarch64 9.0.2-1
+qemu-system-alpha 9.0.2-1
+qemu-system-alpha-firmware 9.0.2-1
+qemu-system-arm 9.0.2-1
+qemu-system-arm-firmware 9.0.2-1
+qemu-system-avr 9.0.2-1
+qemu-system-cris 9.0.2-1
+qemu-system-hppa 9.0.2-1
+qemu-system-hppa-firmware 9.0.2-1
+qemu-system-loongarch64 9.0.2-1
+qemu-system-m68k 9.0.2-1
+qemu-system-microblaze 9.0.2-1
+qemu-system-microblaze-firmware 9.0.2-1
+qemu-system-mips 9.0.2-1
+qemu-system-nios2 9.0.2-1
+qemu-system-or1k 9.0.2-1
+qemu-system-ppc 9.0.2-1
+qemu-system-ppc-firmware 9.0.2-1
+qemu-system-riscv 9.0.2-1
+qemu-system-riscv-firmware 9.0.2-1
+qemu-system-rx 9.0.2-1
+qemu-system-s390x 9.0.2-1
+qemu-system-s390x-firmware 9.0.2-1
+qemu-system-sh4 9.0.2-1
+qemu-system-sparc 9.0.2-1
+qemu-system-sparc-firmware 9.0.2-1
+qemu-system-tricore 9.0.2-1
+qemu-system-x86 9.0.2-1
+qemu-system-x86-firmware 9.0.2-1
+qemu-system-xtensa 9.0.2-1
+qemu-tools 9.0.2-1
+qemu-ui-curses 9.0.2-1
+qemu-ui-dbus 9.0.2-1
+qemu-ui-egl-headless 9.0.2-1
+qemu-ui-gtk 9.0.2-1
+qemu-ui-opengl 9.0.2-1
+qemu-ui-sdl 9.0.2-1
+qemu-ui-spice-app 9.0.2-1
+qemu-ui-spice-core 9.0.2-1
+qemu-user 9.0.2-1
+qemu-vhost-user-gpu 9.0.2-1
-qt5-base 5.15.14+kde+r141-1
+qt5-base 5.15.14+kde+r143-1
-qt6-wayland 6.7.2-2
+qt6-wayland 6.7.2-4
-qt6-webengine 6.7.2-1
+qt6-webengine 6.7.2-2
-rclone 1.66.0-1
+rclone 1.67.0-1
-sdl2 2.30.5-1
+sdl2 2.30.5-2
-semver 7.6.2-1
+semver 7.6.3-1
-signal-desktop 7.15.0-1
+signal-desktop 7.17.0-1
-sudo 1.9.15.p5-1
+sudo 1.9.15.p5-2
-svt-av1 2.1.0-1
+svt-av1 2.1.2-1
-systemd 256.2-1
-systemd-libs 256.2-1
-systemd-sysvcompat 256.2-1
+systemd 256.4-1
+systemd-libs 256.4-1
+systemd-sysvcompat 256.4-1
-thin-provisioning-tools 1.0.12-1
-thunderbird 115.12.2-1
+thin-provisioning-tools 1.0.13-1
+thunderbird 115.13.0-2
-urlscan 1.0.2-1
+urlscan 1.0.3-1
-usd 24.05-1
+usd 24.05-2
+uthash 2.3.0-2
-vim-runtime 9.1.0532-1
+vim-runtime 9.1.0611-1
-virtiofsd 1.11.0-1
+virtiofsd 1.11.1-1
-vulkan-radeon 1:24.1.3-1
+vulkan-radeon 1:24.1.4-2
-waybar 0.10.3-1
+waybar 0.10.4-1
-wlroots0.17 0.17.4-1
+wlroots0.17 0.17.4-3
-wpa_supplicant 2:2.10-8
+wpa_supplicant 2:2.11-2
-xfsprogs 6.8.0-2
+xfsprogs 6.9.0-1
-zathura-pdf-mupdf 0.4.3-5
+zathura-pdf-mupdf 0.4.3-7
---
.etckeeper | 1 +
ImageMagick-7/delegates.xml | 28 +++++++++++----------
ca-certificates/extracted/java-cacerts.jks | Bin 166177 -> 166177 bytes
java11-openjdk/security/java.security | 4 +--
nftables.conf | 2 +-
profile.d/flatpak.csh | 20 +++++++++++++++
xdg/waybar/config.jsonc | 15 ++++++++++-
7 files changed, 53 insertions(+), 17 deletions(-)
create mode 100644 profile.d/flatpak.csh
diff --git a/.etckeeper b/.etckeeper
index 028823f..26676f8 100755
--- a/.etckeeper
+++ b/.etckeeper
@@ -886,6 +886,7 @@ maybe chmod 0644 'profile.d/cuda.sh'
maybe chmod 0644 'profile.d/debuginfod.csh'
maybe chmod 0644 'profile.d/debuginfod.sh'
maybe chmod 0644 'profile.d/flatpak-bindir.sh'
+maybe chmod 0644 'profile.d/flatpak.csh'
maybe chmod 0644 'profile.d/flatpak.sh'
maybe chmod 0644 'profile.d/freetype2.sh'
maybe chmod 0644 'profile.d/gawk.csh'
diff --git a/ImageMagick-7/delegates.xml b/ImageMagick-7/delegates.xml
index f4925de..60f5624 100644
--- a/ImageMagick-7/delegates.xml
+++ b/ImageMagick-7/delegates.xml
@@ -61,18 +61,19 @@
<delegatemap>
<delegate decode="bpg" command=""bpgdec" -b 16 -o "%o.png" "%i"; /usr/bin/mv "%o.png" "%o""/>
<delegate decode="png" encode="bpg" command=""bpgenc" -b 12 -q "%~" -o "%o" "%i""/>
- <delegate decode="blender" command=""blender" -b "%i" -F PNG -o "%o""\n"magick" convert -concatenate "%o*.png" "%o""/>
+ <delegate decode="blender" command=""blender" -b "%i" -F PNG -o "%o""\n"magick" -concatenate "%o*.png" "%o""/>
<delegate decode="browse" stealth="True" spawn="True" command=""xdg-open" https://imagemagick.org/; /usr/bin/rm "%i""/>
<delegate decode="https:decode" command=""curl" -s -L -o "%u.dat" "https:%M""/>
- <delegate decode="doc" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
- <delegate decode="docx" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="doc" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="docx" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
<delegate decode="dng:decode" command="/usr/bin/mv "%i" "%i.%e"; "darktable-cli" --import "%i.%e" "%u.tif" > "%u""/>
<delegate decode="dot" command=""dot" -Tsvg "%i" -o "%o"" />
<delegate decode="dvi" command=""dvips" -sstdout=%%stderr -o "%o" "%i""/>
<delegate decode="edit" stealth="True" command=""xterm" -title "Edit Image Comment" -e vi "%o""/>
+ <delegate decode="emf" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
<delegate decode="eps" encode="pdf" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
<delegate decode="eps" encode="ps" mode="bi" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sOutputFile=%o" "-f%i""/>
- <delegate decode="epub" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="epub" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
<delegate decode="hpg" command=""hp2xx" -sstdout=%%stderr -m eps -f `basename "%o"` "%i"; /usr/bin/mv -f `basename "%o"` "%o""/>
<delegate decode="hpgl" command=""hp2xx" -sstdout=%%stderr -m eps -f `basename "%o"` "%i"; /usr/bin/mv -f `basename "%o"` "%o""/>
<delegate decode="htm" command=""html2ps" -U -o "%o" "%i""/>
@@ -83,8 +84,8 @@
<delegate decode="lep" mode="decode" command=""lepton" "%i" "%o""/>
<delegate decode="miff" encode="show" spawn="True" command=""magick" display -immutable -delay 0 -title "%M" "%i""/>
<delegate decode="miff" encode="win" stealth="True" spawn="True" command=""magick" display -immutable -delay 0 -title "%M" "%i""/>
- <delegate decode="odg" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
- <delegate decode="odt" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="odg" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="odt" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
<delegate decode="pcl:cmyk" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
<delegate decode="pcl:color" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
<delegate decode="pcl:mono" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
@@ -95,8 +96,8 @@
<delegate decode="pnm" encode="ilbm" mode="encode" command=""ppmtoilbm" -24if "%i" > "%o""/>
<delegate decode="tiff" encode="jxr" command="/usr/bin/mv "%i" "%i.tiff"; "JxrEncApp" -i "%i.tiff" -o "%o.jxr"; /usr/bin/mv "%i.tiff" "%i"; /usr/bin/mv "%o.jxr" "%o""/>
<delegate decode="tiff" encode="wdp" command="/usr/bin/mv "%i" "%i.tiff"; "JxrEncApp" -i "%i.tiff" -o "%o.jxr"; /usr/bin/mv "%i.tiff" "%i"; /usr/bin/mv "%o.jxr" "%o""/>
- <delegate decode="ppt" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
- <delegate decode="pptx" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="ppt" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="pptx" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
<delegate decode="ps" encode="prt" command=""lpr" "%i""/>
<delegate decode="ps:alpha" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
<delegate decode="ps:cmyk" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
@@ -107,20 +108,21 @@
<delegate decode="ps:mono" stealth="True" command=""gs" -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
<delegate decode="shtml" command=""html2ps" -U -o "%o" "%i""/>
<delegate decode="sid" command=""mrsidgeodecode" -if sid -i "%i" -of tif -o "%o" > "%u""/>
- <delegate decode="svg" command=""rsvg-convert" -o "%o" "%i""/>
+ <delegate decode="svg" command=""rsvg-convert" --dpi-x %x --dpi-y %y -o "%o" "%i""/>
<!-- Change export-filename to export-png for inkscape < 1.0 -->
<delegate decode="svg:decode" stealth="True" command=""inkscape" "%s" "--export-filename=%s" "--export-dpi=%s" "--export-background=%s" "--export-background-opacity=%s""/>
<delegate decode="tiff" encode="text" command=""tesseract" "%i" "%u"; /usr/bin/mv "%u.txt" "%o""/>
<delegate decode="tiff" encode="launch" mode="encode" command=""gimp" "%i""/>
<delegate decode="wdp" command="/usr/bin/mv "%i" "%i.jxr"; "JxrDecApp" -i "%i.jxr" -o "%o.tiff"; /usr/bin/mv "%i.jxr" "%i"; /usr/bin/mv "%o.tiff" "%o""/>
<delegate decode="webp" command=""dwebp" -pam "%i" -o "%o""/>
- <delegate decode="xls" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
- <delegate decode="xlsx" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="wmf" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="xls" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="xlsx" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
<delegate decode="xps:cmyk" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=bmpsep8" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
<delegate decode="xps:color" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
<delegate decode="xps:mono" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
<delegate decode="video:decode" command=""ffmpeg" -nostdin -loglevel error -i "%s" -an -f rawvideo -y %s "%s""/>
<delegate encode="video:encode" stealth="True" command=""ffmpeg" -nostdin -loglevel error -i "%s%%d.%s" %s "%s.%s""/>
- <delegate decode="vsd" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
- <delegate decode="vsdx" command=""libreoffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="vsd" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
+ <delegate decode="vsdx" command=""libreoffice" --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%u"; /usr/bin/mv "%i.pdf" "%o""/>
</delegatemap>
diff --git a/ca-certificates/extracted/java-cacerts.jks b/ca-certificates/extracted/java-cacerts.jks
index 6018d982eb8e4d9ef7d9fde5d6f98f9f5e8e900e..f6d79bf47f801cb3248adadabe3c896a03473aee 100644
GIT binary patch
delta 1681
zcmX|>drXaS7{~WKl}k!4$==hHL*s0@H@AdCZaWl)2r1KrTpP))ohiAG^wQyEwo|!H
zN9vvP8^V~&ToQ6-rY4tiX+|`)7!JR0{r7pF=llIW&-?qm=h$*QZ8@IV2KS$SHO(ah
z^4$M}_Q1WRy`+0yS3D%`?sl9d8G7_>CuyetM|8vVTipKF)G)nHdlnQUpDeRxv!X>B
z7C~ko7=#e#;3O&0j3G(ro*Pv~GI(ET0Ce`SV(8+G5vY|+EP*3&+BmFoCh`Porn&Q^
zPPK<AT3OUy_)QD5q(U_<OwlIAb%s7FVLzxY`6j4n-8>wHN9qlkR&YNJqaLLPVvz>(
zau{N=Dllfqo($+52M<FRnNyGM*xcW6j6dE43eBGjT~6T~NosbHPIEiG2a4<>D`-$@
zEEYTD=pZxILk^uLE`39Wy(|%mo;TKm4%~i^`J3<E0fm>ZhvRZZ6>8SXE1>A-spvj^
z@dLGo)h5(*HHWcJX>B<uvpycv>c3Qgt~HK;x4CI6YH7dB@_a-K(<vD!3O(q8%n=JZ
zQK3XfSK2How=4A$RzF${O^ZJTOQ*$!y~LCN@<&oaZ|Vfx(1)f1uLqG$ZX)6hv=8__
znCwU_97@BXtq!3KRF{pWF>-B@Kb9I{vreE)X!Vn*0a`y3c|*`Yf`;K8W9CpU1WgO*
z8}RcIIsi1sQzXKkB+?O7lUEV$UNogp5W)gC(R8e{W*b>y^D<K%Y(I9;OQ3TvO@mf{
zkUn5DZ<SPOv$&=y;_4Av3&W5+dM#152HDzLwo`Oht{_`kcG?M-k48@H@!=vFu&8et
z-ADD!HS$LF`z=aFb?IFyMuKlSY1r<;W7-OVsgf>2;P!&l)|0QISHSd|w);qZN2{gn
z-!ESLscX~cexkET3I9qna2{$S^#NXLCLQqkFM1E{P3A8WE$6-Xyja$er(&$@nPAYm
z@P3J^F+>rIdvGlL*L7S1{e}SEBzLpCp3I8qsOLLSRrcd0z~KWJ-@K?E%1%@rBN>+^
zB0@P3r?}3@CviwhINt)g!fU0?;`)9S@pd||K#c1zcstM;#jW>J5X~KsSRBjq@lKxc
zyi{(kHkcK$JBg!VtzE@wm=(8{TfegLsT_ssu{7QY?7oHb@cyOgjK36-vYkU9IFrc<
b9=`qZ6=UC{pWm(w&S+S^tH8&{YvZTC_p>Iu
delta 1681
zcmX|>eN4@J9LM+hR31{7NOn$B4vn)FqPg5|)V+Dyq1?L?p$F3gjjN_}i?lP+ou?)J
z=*-D%C+DU+9jV`(?-0g3g@l}$Dc8d-xy=$y)(nU5yZ(FqKA-pd{rUX9-`_dbGEZxn
zXQ|%3L?3#yE~LW!JE*ta`-e(u^g8b$Y4_-(EJ;6h(hy0@{9mIRq1)#6y{1IywCcm4
zB>80i?RVCwvHI1J*{22}#5p}vO4O*ZOmt7qX(buFFFXJ`dqgdCsZlYg)%{urN5<lL
zSfx7l7;1+2<x;2EBQ$D5!e00dtBR#UF|5i_=coPveM0(vP)F7kP)+u79EFGRvP?UE
zD-WaY76xLG9@Ball8T!#CUnnE=o|+QK^I%rh3?$)&u~N@?E{5Z#zR+Ti<6|3)@W6?
z6MLX2t+9Zn)u&*wgN|V`Q#t6+s^aWBWY`-rpcr>~3#jDUE6m^8cpVhov;~fH&8?_e
zTF!$K9~seo@c092ciIf7X`da!KK1QQprWocOzY}y23_p^5#En|1*qkHGRgB1{Y+Id
zP}n@^w9FAJN03dT!-uv?D)*uB!s173py~IgVCgiwaJ*O;K>kQdpFkskxf5v-@KO+2
z<t8FcPy2xHgUOCW+YFioZCe=aM0MRy^s`)BRL-Sd*et(L5wyDb)B~-bfxID@5<@fb
zj!AJ;4nf~adIx-yOeH{58pR^)eg+*zHESc`?nPe?1tBajpO#>qKem$vHZK!(!1iGm
zJpnrR(qd?J2dER9c`Kwyo7pu@BQ6}K%`k*k&~u5hHO)HMvR2Uzxq@sJ+vzX3Mylk*
z9-U`Mk41eO=oYFkE|NE@@2^r8s%vjhEfRd2NX2%y?@<8+h88*lf!kwJ22Q?}{sk63
z8@vzWf3!*3zWw6GmySVw`Tz6}Qlj6|Qk;j<OA~=-Kav*s=o7ty_6l>iMDr;xJ|)%-
z=S3LndL|guQM_NG5*4NqYsPX4{Fk&`2Yqe;=gZy9&lj*p4A=2>s9Gj-GH_N1<C_<4
zGuVl$V>aWmL`*mb;uN!^_-`DNCYrATUE%H0W_EqQ8u4-oZ$OOeFL(#gnZN`0ay*fT
zA+a`vSKysI(|E1iT<I}s#O_Q^gtdJm=V4arW*+#;B8{AY>XAJD6F6oYSK$5Y3mJbY
kB4-DOK~P=9=^noM+3`yYsyhARj4N(dXEsJA+n%<51^HWW<p2Nx
diff --git a/java11-openjdk/security/java.security b/java11-openjdk/security/java.security
index 3766a79..d7e1721 100644
--- a/java11-openjdk/security/java.security
+++ b/java11-openjdk/security/java.security
@@ -733,8 +733,8 @@ jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
# Example:
# jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048, \
# rsa_pkcs1_sha1, secp224r1
-jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
- DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
+jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, DTLSv1.0, RC4, DES, \
+ MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
include jdk.disabled.namedCurves
#
diff --git a/nftables.conf b/nftables.conf
index d50fcaf..572dd0c 100644
--- a/nftables.conf
+++ b/nftables.conf
@@ -12,7 +12,7 @@ table inet filter {
ct state invalid drop comment "early drop of invalid connections"
ct state {established, related} accept comment "allow tracked connections"
- iifname lo accept comment "allow from loopback"
+ iif lo accept comment "allow from loopback"
ip protocol icmp accept comment "allow icmp"
meta l4proto ipv6-icmp accept comment "allow icmp v6"
tcp dport ssh accept comment "allow sshd"
diff --git a/profile.d/flatpak.csh b/profile.d/flatpak.csh
new file mode 100644
index 0000000..7921d5a
--- /dev/null
+++ b/profile.d/flatpak.csh
@@ -0,0 +1,20 @@
+set _flatpak=`where flatpak | head -n 1`
+if ( ${%_flatpak} > 0 ) then
+ if ( ! ${?XDG_DATA_HOME} ) setenv XDG_DATA_HOME "$HOME/.local/share"
+ if ( ${%XDG_DATA_HOME} == 0 ) setenv XDG_DATA_HOME "$HOME/.local/share"
+ if ( ! ${?XDG_DATA_DIRS} ) setenv XDG_DATA_DIRS /usr/local/share:/usr/share
+ if ( ${%XDG_DATA_DIRS} == 0 ) setenv XDG_DATA_DIRS /usr/local/share:/usr/share
+ set _new_dirs=""
+ foreach _line (`(unset G_MESSAGES_DEBUG; echo "${XDG_DATA_HOME}"/flatpak; setenv GIO_USE_VFS local; flatpak --installations)`)
+ set _line=${_line}/exports/share
+ if ( ":${XDG_DATA_DIRS}:" =~ *:${_line}:* ) continue
+ if ( ":${XDG_DATA_DIRS}:" =~ *:${_line}/:* ) continue
+ if ( ${%_new_dirs} > 0 ) set _new_dirs="${_new_dirs}:"
+ set _new_dirs="${_new_dirs}${_line}"
+ end
+ if ( ${%_new_dirs} > 0 ) then
+ set _new_dirs="${_new_dirs}:"
+ setenv XDG_DATA_DIRS "${_new_dirs}${XDG_DATA_DIRS}"
+ endif
+endif
+unset _flatpak _line _new_dirs
diff --git a/xdg/waybar/config.jsonc b/xdg/waybar/config.jsonc
index 329275b..7e0771f 100644
--- a/xdg/waybar/config.jsonc
+++ b/xdg/waybar/config.jsonc
@@ -30,7 +30,8 @@
"battery",
"battery#bat2",
"clock",
- "tray"
+ "tray",
+ "custom/power"
],
// Modules configuration
// "sway/workspaces": {
@@ -198,5 +199,17 @@
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
+ },
+ "custom/power": {
+ "format" : "⏻ ",
+ "tooltip": false,
+ "menu": "on-click",
+ "menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder
+ "menu-actions": {
+ "shutdown": "shutdown",
+ "reboot": "reboot",
+ "suspend": "systemctl suspend",
+ "hibernate": "systemctl hibernate"
+ }
}
}
--
2.45.2
Offline
xauth: file /home/user/.Xauthority does not exist
Authority file: /home/user/.Xauthority
Errrr… how exactly do you log into what session? Is this wayland? Why is there no Xauthority for the active user?
loginctl session-status
Offline
xauth: file /home/user/.Xauthority does not exist Authority file: /home/user/.Xauthority
Errrr… how exactly do you log into what session? Is this wayland? Why is there no Xauthority for the active user?
loginctl session-status
[user@zephyrus:~]$ loginctl session-status
3 - user (1000)
Since: Thu 2024-08-01 09:27:51 CEST; 15h ago
State: active
Leader: 123471 (login)
Seat: seat0; vc1
TTY: tty1
Remote: no
Service: login
Type: tty
Class: user
Idle: yes since Thu 2024-08-01 09:27:49 CEST (1 day 7h ago)
Unit: session-3.scope
├─123471 "login -- user"
├─123483 sway --unsupported-gpu
...
I just run sway from the first tty, with the following .bash_profile:
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ "$(tty)" = "/dev/tty1" ]; then
exec sway --unsupported-gpu &> sway.log
fi
Offline
Soyeahitsbecauseofxwayalandthisalldoesntmatter…
The only relevant update seems wlroots and sudo, but those are only rebuilds?
Offline
Soyeahitsbecauseofxwayalandthisalldoesntmatter…
The only relevant update seems wlroots and sudo, but those are only rebuilds?
I don't know if it is common, but the strange thing I have noticed with the sudo update is that the logs say:
[2024-07-28T22:44:53+0200] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
But I have never found that pacnew file and pacdiff didn't show it either.
Offline
It's common to get a pacnew, not that you can't "find" it, but you don't have reading permissions are regular user:
stat /etc/sudoers.pacnew
Try to run and xterm (to keep an xwayland instance active) and run "sudo xrandr -q" from there.
Offline
It's common to get a pacnew, not that you can't "find" it, but you don't have reading permissions are regular user:
stat /etc/sudoers.pacnew
No, it's not there.
stat: cannot statx '/etc/sudoers.pacnew': No such file or directory
Try to run and xterm (to keep an xwayland instance active) and run "sudo xrandr -q" from there.
Same error:
Authorization required, but no authorization protocol specified
Can't open display :0
Offline
I'm pretty sure the behavior is down to wayland and the missing Xauthority (try some X11 session), but have no idea what might have changed (unless the update is irrelevant and you previously simply had an Xauthority around)
Offline
I'm pretty sure the behavior is down to wayland and the missing Xauthority (try some X11 session), but have no idea what might have changed (unless the update is irrelevant and you previously simply had an Xauthority around)
Man I hate these things ahaha
Anyways I'll start using sudoedit. Thank you for your help.
Offline
I was getting the same error until I came across this:
xhost + local:
Then error message went away...
Am running Sway [Wayland] as my WM, so as seth states could be wayland related.
Last edited by Mr Green (2024-10-20 15:56:11)
Mr Green
Offline