You are not logged in.

#1 2025-07-25 07:46:37

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

No graphic session after boot: Failed to read display number from pipe

Booting my system, it does not start the graphic session and the log-in screen. In a virtual console I see, the system is alive. I run from the console:

journalctl -b -p err
amdgpu: Secure display generic failure
Failed to read display number from pipe   # for different Process IDs (PID)

The BIOS-test for display works fine. I appreciate your advice.

Last edited by MichaARCH (2025-07-25 08:05:02)

Offline

#2 2025-07-25 13:09:35

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#3 2025-07-26 06:30:23

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

Re: No graphic session after boot: Failed to read display number from pipe

Thank you and sorry for the delay, I have been traveling yesterday till late evening: https://paste.c-net.org/BlokesPunch

Offline

#4 2025-07-26 06:55:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

Jul 26 08:16:42 XYZ-T14s systemd-coredump[1561]: Process 1541 (Xorg) of user 0 dumped core.

                                                 Stack trace of thread 1541:
                                                 #0  0x00007f27868fa74c n/a (libc.so.6 + 0x9774c)
                                                 #1  0x00007f27868a0dc0 raise (libc.so.6 + 0x3ddc0)
                                                 #2  0x00007f278688857a abort (libc.so.6 + 0x2557a)
                                                 #3  0x000055672dcc40be OsAbort (/usr/lib/Xorg + 0x15f0be)
                                                 #4  0x000055672dcd1410 FatalError (/usr/lib/Xorg + 0x16c410)
                                                 #5  0x000055672dcc65b3 n/a (/usr/lib/Xorg + 0x1615b3)
                                                 #6  0x00007f27868a0ef0 n/a (libc.so.6 + 0x3def0)
                                                 #7  0x00007f2786f1e45a n/a (ld-linux-x86-64.so.2 + 0xe45a)
                                                 #8  0x00007f2786f20931 n/a (ld-linux-x86-64.so.2 + 0x10931)
                                                 #9  0x00007f2786f1cb9b n/a (ld-linux-x86-64.so.2 + 0xcb9b)
                                                 #10 0x00007f2786f12416 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x2416)
                                                 #11 0x00007f2786f1c03c n/a (ld-linux-x86-64.so.2 + 0xc03c)
                                                 #12 0x00007f2786f12416 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x2416)
                                                 #13 0x00007f2786f1c4de n/a (ld-linux-x86-64.so.2 + 0xc4de)
                                                 #14 0x00007f27868f4b34 n/a (libc.so.6 + 0x91b34)
                                                 #15 0x00007f2786f12416 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x2416)
                                                 #16 0x00007f2786f12569 n/a (ld-linux-x86-64.so.2 + 0x2569)
                                                 #17 0x00007f27868f4623 n/a (libc.so.6 + 0x91623)
                                                 #18 0x00007f27868f4beb dlopen (libc.so.6 + 0x91beb)
                                                 #19 0x00007f2786ed0d33 n/a (libgbm.so.1 + 0x2d33)
                                                 #20 0x00007f2786ed0176 n/a (libgbm.so.1 + 0x2176)
                                                 #21 0x00007f2786ed0377 gbm_create_device (libgbm.so.1 + 0x2377)
                                                 #22 0x00007f27860c7368 n/a (amdgpu_drv.so + 0xc368)
                                                 #23 0x000055672dcec3f1 InitOutput (/usr/lib/Xorg + 0x1873f1)
                                                 #24 0x000055672db986e5 n/a (/usr/lib/Xorg + 0x336e5)
                                                 #25 0x00007f278688a6b5 n/a (libc.so.6 + 0x276b5)
                                                 #26 0x00007f278688a769 __libc_start_main (libc.so.6 + 0x27769)
                                                 #27 0x000055672db99d15 _start (/usr/lib/Xorg + 0x34d15)
                                                 ELF object binary architecture: AMD x86-64

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Edit: since the abort is from dlopen
1. Is this junk from the pastebin approach you took? Looks like a locale issue.

Jul 26 08:16:41 XYZ-T14s polkitd[1387]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jul 26 08:16:41 XYZ-T14s polkitd[1387]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)

2.

pacman -Qs 'mesa|libdrm|libgl'
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup

Last edited by seth (2025-07-26 07:01:53)

Offline

#5 2025-07-26 13:26:02

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

Re: No graphic session after boot: Failed to read display number from pipe

Thank you so much @seth!  I propose to start here:

seth wrote:
...
Edit: since the abort is from dlopen
1. Is this junk from the pastebin approach you took? Looks like a locale issue.
[code]Jul 26 08:16:41 XYZ-T14s polkitd[1387]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jul 26 08:16:41 XYZ-T14s polkitd[1387]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)[/code]

Unfortunately I dropped the local file, so I created a new one. This has:

Jul 26 15:02:33 XYZ-T14s polkitd[1365]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jul 26 15:02:33 XYZ-T14s polkitd[1365]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Jul 26 15:02:33 XYZ-T14s polkitd[1365]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)

I see two issues:
A ) The  "special characters" are produced from the  upload server. The local file has a quotation mark instead (please ref. above), looking at that line on the screen, it's an "Black medium square" HEX U+25FC / DEC 9724.
B) There is no file rules.d in /run/polkit1:

$ cd /run/polkit1
$ ls -l -a
insgesamt 16
drwxr-xr-x 35 root     root      860 26. Jul 15:02 .
drwxr-xr-x 18 root     root     4096 18. Mai 11:07 ..
-rw-------  1 root     root        0 26. Jul 15:02 agetty.reload
drwxr-xr-x  2 avahi    avahi      80 26. Jul 15:02 avahi-daemon
drwxr-xr-x  4 root     root       80 26. Jul 15:02 credentials
-rw-r--r--  1 root     root        5 26. Jul 15:02 crond.pid
----------  1 root     root        0 26. Jul 15:02 cron.reboot
drwx------  2 root     root       40 26. Jul 15:02 cryptsetup
drwxr-xr-x  3 root     cups       80 26. Jul 15:02 cups
drwxr-xr-x  2 root     root       60 26. Jul 15:02 dbus
drwxr-xr-x  2 root     root       40 26. Jul 15:02 dhcpcd
prw-------  1 root     root        0 26. Jul 15:02 dmeventd-client
prw-------  1 root     root        0 26. Jul 15:02 dmeventd-server
drwxr-xr-x  2 root     root       40 26. Jul 15:02 faillock
drwxr-xr-x  2 root     root       40 26. Jul 15:02 initramfs
drwxr-xr-x  2 root     root       40 26. Jul 15:02 lirc
drwxr-xr-x  5 root     root      180 26. Jul 15:02 lock
drwxr-xr-x  3 root     root       60 26. Jul 15:02 log
drwxr-xr-x  2 root     root       80 26. Jul 15:02 lvm
drwxr-xr-x  2 root     root       40 26. Jul 15:02 media
drwxr-xr-x  2 root     root      100 26. Jul 15:03 mount
drwxr-xr-x  2 mpd      mpd        40 26. Jul 15:02 mpd
drwxr-xr-x  4 root     root      120 26. Jul 15:02 NetworkManager
drwxr-x---  2 openvpn  network    40 26. Jul 15:02 openvpn-client
drwxr-x---  2 openvpn  network    40 26. Jul 15:02 openvpn-server
drwxr-xr-x  2 root     root       60 26. Jul 15:02 pcscd
drwxr-xr-x  2 postgres postgres   80 26. Jul 15:02 postgresql
drwxr-xr-x  2 root     root       40 26. Jul 15:02 samba
drwx--x--x  2 root     root       60 26. Jul 15:02 sddm
srw-rw-rw-  1 root     root        0 26. Jul 15:02 snapd-snap.socket
srw-rw-rw-  1 root     root        0 26. Jul 15:02 snapd.socket
drwxr-xr-x  2 root     root       60 26. Jul 15:02 ssh-unix-local
drwx--x--x  3 root     root       60 26. Jul 15:02 sudo
drwx------  2 root     root       40 26. Jul 15:02 svnserve
drwxr-xr-x 22 root     root      660 26. Jul 15:03 systemd
drwxr-xr-x  2 root     root       80 26. Jul 15:02 tlp
drwxr-xr-x  2 root     root       80 26. Jul 15:02 tmpfiles.d
drwxr-xr-x  3 root     root       60 26. Jul 15:02 tpm2-tss
drwxr-xr-x  8 root     root      200 26. Jul 15:05 udev
drwxr-xr-x  3 root     root       60 26. Jul 15:02 user
-rw-rw-r--  1 root     utmp     1152 26. Jul 15:03 utmp
drwxrwsr-x  2 uuidd    uuidd      40 26. Jul 15:02 uuidd
drwxr-x---  2 root     root       80 26. Jul 15:02 wpa_supplicant

Now what?

Last edited by MichaARCH (2025-07-26 13:36:45)

Offline

#6 2025-07-26 13:43:03

tekstryder
Member
Registered: 2013-02-14
Posts: 508

Re: No graphic session after boot: Failed to read display number from pipe

MichaARCH wrote:

B) There is no file rules.d in /run/polkit1:

These polkit errors are benign noise. See:

https://github.com/polkit-org/polkit/pu … 074c873a63

Offline

#7 2025-07-26 14:08:09

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

Oh, the warning there isn't important - I was just worried about wider system corruption because of the junk in the journal, but if that's only the pastebin server: don't use that.

seth wrote:

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
2.

pacman -Qs 'mesa|libdrm|libgl'
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup

Edti: F5, still post the relevant information.

Last edited by seth (2025-07-26 14:08:40)

Offline

#8 2025-07-26 15:49:42

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

Re: No graphic session after boot: Failed to read display number from pipe

Thank you @ seth!

seth wrote:

Please post your Xorg log

[ 13.52291 (II) systemd-lgind: logind integration requires -keeptty and -keeptty was not provoided, disabling logind integration.
seth wrote:

pacman -Qs 'mesa|libdrm|libgl'

local/glew 2.2.0-7
    The OpenGL Extension Wrangler Library
local/glib2 2.84.3-1
    Low level core library
local/glibmm 2.66.8-1
    C++ bindings for GLib
local/glibmm-2.68 2.84.0-1
    C++ bindings for GLib
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/lib32-glew 2.2.0-5
    A cross-platform C/C++ extension loading library (32 bit)
local/lib32-glib2 2.84.3-1
    Low level core library - 32-bit
local/lib32-glu 9.0.3-2
    Mesa OpenGL utility library (32 bits)
local/lib32-libdrm 2.4.125-1
    Userspace interface to kernel DRM services (32-bit)
local/lib32-libglvnd 1.7.0-1
    The GL Vendor-Neutral Dispatch library
local/lib32-mesa 1:25.1.6-1
    Open-source OpenGL drivers - 32-bit
local/lib32-mesa-demos 9.0.0-4
    Mesa demos (32-bit)
local/libdrm 2.4.125-1
    Userspace interface to kernel DRM services
local/libglvnd 1.7.0-3
    The GL Vendor-Neutral Dispatch library
local/mesa 1:25.1.6-1
    Open-source OpenGL drivers
local/mesa-demos 9.0.0-7
    Mesa demos
local/mesa-utils 9.0.0-7
    Essential Mesa utilities
seth wrote:

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup

7zip: 17 total files, 0 altered files
a52dec: 22 total files, 0 altered files
aalib: 88 total files, 0 altered files
abseil-cpp: 872 total files, 0 altered files
accounts-qml-module: 9 total files, 0 altered files
accountsservice: 298 total files, 0 altered files
acl: 99 total files, 0 altered files
acpi: 7 total files, 0 altered files
acpid: 27 total files, 0 altered files
adwaita-cursors: 67 total files, 0 altered files
adwaita-fonts: 13 total files, 0 altered files
adwaita-icon-theme: 782 total files, 0 altered files
adwaita-icon-theme-legacy: 2015 total files, 0 altered files
aha: 7 total files, 0 altered files
akonadi-contacts: 371 total files, 0 altered files
akonadi-mime: 264 total files, 0 altered files
akonadi-search: 236 total files, 0 altered files
akregator: 396 total files, 0 altered files
alglib: 28 total files, 0 altered files
alsa-card-profiles: 85 total files, 0 altered files
alsa-firmware: 189 total files, 0 altered files
alsa-lib: 161 total files, 0 altered files
alsa-oss: 17 total files, 0 altered files
alsa-plugins: 78 total files, 0 altered files
alsa-topology-conf: 18 total files, 0 altered files
alsa-ucm-conf: 1008 total files, 0 altered files
alsa-utils: 120 total files, 0 altered files
amd-ucode: 16 total files, 0 altered files
android-tools: 38 total files, 0 altered files
android-udev: 7 total files, 0 altered files
aom: 27 total files, 0 altered files
apparmor: 928 total files, 0 altered files
appimagelauncher: 102 total files, 0 altered files
appstream: 1362 total files, 0 altered files
appstream-glib: 203 total files, 0 altered files
appstream-qt: 37 total files, 0 altered files
appstream-qt5: 37 total files, 0 altered files
apr: 66 total files, 0 altered files
apr-util: 66 total files, 0 altered files
archlinux-appstream-data: 3798 total files, 0 altered files
archlinux-java-run: 14 total files, 0 altered files
archlinux-keyring: 17 total files, 0 altered files
argon2: 14 total files, 0 altered files
aria2: 161 total files, 0 altered files
aribb24: 18 total files, 0 altered files
aribb25: 29 total files, 0 altered files
ark: 424 total files, 0 altered files
aspell: 235 total files, 0 altered files
aspell-de: 16 total files, 0 altered files
aspell-en: 96 total files, 0 altered files
at-spi2-core: 433 total files, 0 altered files
atkmm: 61 total files, 0 altered files
atomicparsley: 3 total files, 0 altered files
attica: 106 total files, 0 altered files
attica5: 114 total files, 0 altered files
attr: 74 total files, 0 altered files
aubio: 337 total files, 0 altered files
audacious: 226 total files, 0 altered files
audacious-plugins: 358 total files, 0 altered files
audacity: 379 total files, 0 altered files
audio-recorder: 139 total files, 0 altered files
audit: 235 total files, 0 altered files
autoconf: 78 total files, 0 altered files
automake: 139 total files, 0 altered files
avahi: 325 total files, 0 altered files
avidemux-cli: 679 total files, 0 altered files
avidemux-qt: 144 total files, 0 altered files
b43-fwcutter: 7 total files, 0 altered files
babl: 197 total files, 0 altered files
baloo: 716 total files, 0 altered files
baloo-widgets: 207 total files, 0 altered files
base: 0 total files, 0 altered files
base-devel: 0 total files, 0 altered files
bash: 270 total files, 0 altered files
bc: 12 total files, 0 altered files
binutils: 473 total files, 0 altered files
bison: 329 total files, 0 altered files
blas: 11 total files, 0 altered files
blosc: 14 total files, 0 altered files
bluedevil: 400 total files, 0 altered files
bluez: 38 total files, 1 altered file
bluez-libs: 20 total files, 0 altered files
bluez-qt: 112 total files, 0 altered files
boost-libs: 58 total files, 0 altered files
botan: 295 total files, 0 altered files
botan2: 408 total files, 0 altered files
bottles: 366 total files, 0 altered files
bpm-tools: 11 total files, 0 altered files
breeze: 1055 total files, 0 altered files
breeze-icons: 39914 total files, 0 altered files
breeze5: 6 total files, 0 altered files
brother-hll5210dn: 35 total files, 0 altered files
brotli: 36 total files, 0 altered files
btrfs-progs: 91 total files, 0 altered files
bubblewrap: 13 total files, 0 altered files
bzip2: 28 total files, 0 altered files
c-ares: 189 total files, 0 altered files
ca-certificates: 0 total files, 0 altered files
ca-certificates-mozilla: 5 total files, 0 altered files
ca-certificates-utils: 33 total files, 0 altered files
cabextract: 7 total files, 0 altered files
cairo: 49 total files, 0 altered files
cairomm: 42 total files, 0 altered files
cairomm-1.16: 42 total files, 0 altered files
calf: 918 total files, 0 altered files
cantarell-fonts: 10 total files, 0 altered files
cblas: 22 total files, 0 altered files
ccid: 17 total files, 0 altered files
cdparanoia: 18 total files, 0 altered files
cdrdao: 16 total files, 0 altered files
cdrtools: 148 total files, 0 altered files
cfitsio: 30 total files, 0 altered files
chromaprint: 19 total files, 0 altered files
cifs-utils: 39 total files, 0 altered files
ckbcomp: 7 total files, 0 altered files
clang: 2590 total files, 0 altered files
clinfo: 10 total files, 0 altered files
colord: 363 total files, 0 altered files
colord-sane: 5 total files, 0 altered files
compiler-rt: 147 total files, 0 altered files
confuse: 29 total files, 0 altered files
conky-lua-nv: 37 total files, 0 altered files
convertlit: 3 total files, 0 altered files
coreutils: 443 total files, 0 altered files
cpupower: 64 total files, 0 altered files
cronie: 49 total files, 0 altered files
crypto++: 205 total files, 0 altered files
cryptsetup: 126 total files, 0 altered files
cups: 947 total files, 3 altered files
cups-filters: 83 total files, 0 altered files
cups-pdf: 17 total files, 0 altered files
cups-pk-helper: 142 total files, 0 altered files
curl: 550 total files, 0 altered files
dav1d: 26 total files, 0 altered files
db5.3: 50 total files, 0 altered files
dbeaver: 771 total files, 0 altered files
dbeaver-plugin-batik: 9 total files, 0 altered files
dbeaver-plugin-svg-format: 19 total files, 0 altered files
dbus: 95 total files, 0 altered files
dbus-broker: 19 total files, 0 altered files
dbus-broker-units: 7 total files, 0 altered files
dbus-c++: 45 total files, 0 altered files
dbus-glib: 54 total files, 0 altered files
dconf: 77 total files, 0 altered files
ddcutil: 32 total files, 0 altered files
debugedit: 11 total files, 0 altered files
default-cursors: 5 total files, 0 altered files
desktop-file-utils: 19 total files, 0 altered files
device-mapper: 38 total files, 0 altered files
dhclient: 25 total files, 0 altered files
dhcpcd: 42 total files, 0 altered files
diffutils: 124 total files, 0 altered files
ding-libs: 50 total files, 0 altered files
discount: 44 total files, 0 altered files
djvulibre: 118 total files, 0 altered files
dmidecode: 18 total files, 0 altered files
dmraid: 39 total files, 0 altered files
dnsmasq: 67 total files, 0 altered files
docbook-xml: 166 total files, 0 altered files
docbook-xsl: 2528 total files, 0 altered files
dolphin: 617 total files, 0 altered files
dolphin-plugins: 428 total files, 0 altered files
dosfstools: 39 total files, 0 altered files
double-conversion: 29 total files, 0 altered files
draftsight: 29301 total files, 4 altered files
duktape: 17 total files, 0 altered files
dvd+rw-tools: 12 total files, 0 altered files
e2fsprogs: 212 total files, 0 altered files
easyeffects: 242 total files, 0 altered files
easytag: 361 total files, 0 altered files
ebook-tools: 16 total files, 0 altered files
ecryptfs-utils: 78 total files, 0 altered files
editorconfig-core-c: 33 total files, 0 altered files
efibootmgr: 15 total files, 0 altered files
efivar: 70 total files, 0 altered files
emovix: 419 total files, 0 altered files
enblend-enfuse: 9 total files, 0 altered files
enchant: 34 total files, 0 altered files
exact-audio-copy: 108 total files, 0 altered files
exfat-utils: 20 total files, 0 altered files
exiv2: 133 total files, 0 altered files
expac: 7 total files, 0 altered files
expat: 29 total files, 0 altered files
ext4magic: 7 total files, 0 altered files
f2fs-tools: 35 total files, 0 altered files
faac: 30 total files, 0 altered files
faad2: 24 total files, 0 altered files
fakeroot: 47 total files, 0 altered files
ffmpeg: 286 total files, 0 altered files
ffmpeg4.4: 172 total files, 0 altered files
ffmpegthumbs: 14 total files, 0 altered files
fftw: 85 total files, 0 altered files
fig2dev: 29 total files, 0 altered files
file: 25 total files, 0 altered files
filelight: 289 total files, 0 altered files
filesystem: 132 total files, 0 altered files
filezilla: 938 total files, 0 altered files
findutils: 133 total files, 0 altered files
firefox: 96 total files, 1 altered file
firefox-i18n-de: 6 total files, 0 altered files
firefox-i18n-en-us: 6 total files, 0 altered files
firewalld: 810 total files, 0 altered files
flac: 48 total files, 0 altered files
flashrom: 221 total files, 0 altered files
flex: 99 total files, 0 altered files
fluidsynth: 54 total files, 0 altered files
fmt: 33 total files, 0 altered files
fontconfig: 368 total files, 0 altered files
foomatic-db: 6519 total files, 0 altered files
foomatic-db-engine: 60 total files, 0 altered files
foomatic-db-gutenprint-ppds: 3614 total files, 0 altered files
foomatic-db-nonfree: 105 total files, 0 altered files
foomatic-db-nonfree-ppds: 149 total files, 0 altered files
foomatic-db-ppds: 6865 total files, 0 altered files
fprintd: 270 total files, 0 altered files
frameworkintegration: 30 total files, 0 altered files
frameworkintegration5: 53 total files, 0 altered files
freeglut: 25 total files, 0 altered files
freeplane: 524 total files, 0 altered files
freetype2: 75 total files, 0 altered files
fribidi: 67 total files, 0 altered files
ftgl: 175 total files, 0 altered files
fuse-common: 2 total files, 0 altered files
fuse2: 36 total files, 0 altered files
fuse3: 28 total files, 0 altered files
fwupd: 277 total files, 0 altered files
fwupd-efi: 7 total files, 0 altered files
gamemode: 51 total files, 0 altered files
gawk: 162 total files, 0 altered files
gc: 81 total files, 0 altered files
gcc: 2716 total files, 0 altered files
gcc-libs: 61 total files, 0 altered files
gcr: 426 total files, 0 altered files
gcr-4: 342 total files, 0 altered files
gd: 37 total files, 0 altered files
gdal: 492 total files, 0 altered files
gdbm: 81 total files, 0 altered files
gdk-pixbuf2: 370 total files, 0 altered files
gegl: 1004 total files, 0 altered files
geoclue: 116 total files, 0 altered files
geos: 590 total files, 0 altered files
gettext: 345 total files, 0 altered files
ghc-libs: 1480 total files, 1 altered file
ghostscript: 371 total files, 0 altered files
giflib: 28 total files, 0 altered files
gimp: 6334 total files, 0 altered files
gimp-help-de: 2675 total files, 0 altered files
gimp-help-en: 2675 total files, 0 altered files
git: 832 total files, 0 altered files
glew: 22 total files, 0 altered files
glib-networking: 232 total files, 0 altered files
glib-perl: 67 total files, 0 altered files
glib2: 734 total files, 0 altered files
glibc: 1616 total files, 0 altered files
glibmm: 465 total files, 0 altered files
glibmm-2.68: 464 total files, 0 altered files
glm: 1458 total files, 0 altered files
glslang: 60 total files, 0 altered files
glu: 10 total files, 0 altered files
gmp: 19 total files, 0 altered files
gnome-icon-theme: 5977 total files, 0 altered files
gnome-icon-theme-symbolic: 402 total files, 0 altered files
gnome-themes-extra: 3910 total files, 0 altered files
gnu-free-fonts: 16 total files, 12 altered files
gnulib-l10n: 120 total files, 0 altered files
gnupg: 252 total files, 0 altered files
gnustep-base: 978 total files, 0 altered files
gnutls: 1342 total files, 0 altered files
gobject-introspection-runtime: 16 total files, 0 altered files
gperftools: 100 total files, 0 altered files
gpgme: 33 total files, 0 altered files
gpgmepp: 60 total files, 0 altered files
gpm: 36 total files, 0 altered files
grantleetheme: 207 total files, 0 altered files
graphene: 46 total files, 0 altered files
graphicsmagick: 552 total files, 0 altered files
graphite: 22 total files, 0 altered files
graphviz: 456 total files, 0 altered files
grep: 147 total files, 0 altered files
groff: 581 total files, 0 altered files
grsync: 91 total files, 0 altered files
grub: 1387 total files, 0 altered files
grub-theme: 106 total files, 0 altered files
gsettings-desktop-schemas: 230 total files, 0 altered files
gsettings-system-schemas: 8 total files, 0 altered files
gsfonts: 80 total files, 0 altered files
gsl: 293 total files, 0 altered files
gsm: 24 total files, 0 altered files
gspell: 218 total files, 0 altered files
gssdp: 30 total files, 0 altered files
gssproxy: 38 total files, 0 altered files
gst-libav: 4 total files, 0 altered files
gst-plugin-pipewire: 8 total files, 0 altered files
gst-plugins-bad: 68 total files, 0 altered files
gst-plugins-bad-libs: 565 total files, 0 altered files
gst-plugins-base: 10 total files, 0 altered files
gst-plugins-base-libs: 469 total files, 0 altered files
gst-plugins-good: 218 total files, 0 altered files
gst-plugins-ugly: 152 total files, 0 altered files
gstreamer: 341 total files, 0 altered files
gtest: 76 total files, 0 altered files
gtk-update-icon-cache: 14 total files, 0 altered files
gtk2: 819 total files, 0 altered files
gtk3: 1020 total files, 0 altered files
gtk4: 873 total files, 0 altered files
gtkmm-4.0: 706 total files, 0 altered files
gtkmm3: 577 total files, 0 altered files
gtksourceview3: 458 total files, 0 altered files
gtksourceview4: 578 total files, 0 altered files
gtksourceview5: 367 total files, 0 altered files
gts: 39 total files, 0 altered files
guile: 947 total files, 0 altered files
gupnp: 44 total files, 0 altered files
gupnp-igd: 34 total files, 0 altered files
gutenprint: 577 total files, 0 altered files
gvfs: 320 total files, 0 altered files
gvfs-afc: 16 total files, 0 altered files
gvfs-gphoto2: 16 total files, 0 altered files
gvfs-mtp: 16 total files, 0 altered files
gvfs-nfs: 8 total files, 0 altered files
gvfs-smb: 15 total files, 0 altered files
gwenview: 376 total files, 0 altered files
gzip: 32 total files, 0 altered files
handbrake: 113 total files, 0 altered files
harfbuzz: 68 total files, 0 altered files
harfbuzz-icu: 14 total files, 0 altered files
haskell-aeson: 60 total files, 0 altered files
haskell-aeson-pretty: 23 total files, 0 altered files
haskell-ansi-terminal: 23 total files, 0 altered files
haskell-ansi-terminal-types: 21 total files, 0 altered files
haskell-ansi-wl-pprint: 23 total files, 0 altered files
haskell-appar: 24 total files, 0 altered files
haskell-asn1-encoding: 32 total files, 0 altered files
haskell-asn1-parse: 20 total files, 0 altered files
haskell-asn1-types: 26 total files, 0 altered files
haskell-assoc: 21 total files, 0 altered files
haskell-async: 22 total files, 0 altered files
haskell-attoparsec: 45 total files, 0 altered files
haskell-attoparsec-aeson: 12 total files, 0 altered files
haskell-attoparsec-iso8601: 22 total files, 0 altered files
haskell-auto-update: 25 total files, 0 altered files
haskell-base-compat: 271 total files, 0 altered files
haskell-base-compat-batteries: 332 total files, 0 altered files
haskell-base-orphans: 21 total files, 0 altered files
haskell-base-unicode-symbols: 48 total files, 0 altered files
haskell-base16-bytestring: 23 total files, 0 altered files
haskell-base64-bytestring: 26 total files, 0 altered files
haskell-basement: 115 total files, 0 altered files
haskell-bifunctors: 35 total files, 0 altered files
haskell-bitvec: 32 total files, 0 altered files
haskell-blaze-builder: 35 total files, 0 altered files
haskell-blaze-html: 52 total files, 0 altered files
haskell-blaze-markup: 26 total files, 0 altered files
haskell-boring: 19 total files, 0 altered files
haskell-bsb-http-chunked: 22 total files, 0 altered files
haskell-byteorder: 19 total files, 0 altered files
haskell-call-stack: 21 total files, 0 altered files
haskell-case-insensitive: 22 total files, 0 altered files
haskell-cassava: 30 total files, 0 altered files
haskell-cereal: 23 total files, 0 altered files
haskell-citeproc: 31 total files, 0 altered files
haskell-cmdargs: 50 total files, 0 altered files
haskell-colour: 39 total files, 0 altered files
haskell-commonmark: 31 total files, 0 altered files
haskell-commonmark-extensions: 39 total files, 0 altered files
haskell-commonmark-pandoc: 19 total files, 0 altered files
haskell-comonad: 41 total files, 0 altered files
haskell-conduit: 37 total files, 0 altered files
haskell-conduit-extra: 35 total files, 0 altered files
haskell-constraints: 26 total files, 0 altered files
haskell-contravariant: 23 total files, 0 altered files
haskell-cookie: 19 total files, 0 altered files
haskell-crypton: 183 total files, 0 altered files
haskell-crypton-connection: 21 total files, 0 altered files
haskell-crypton-x509: 33 total files, 0 altered files
haskell-crypton-x509-store: 22 total files, 0 altered files
haskell-crypton-x509-system: 22 total files, 0 altered files
haskell-crypton-x509-validation: 25 total files, 0 altered files
haskell-data-default: 19 total files, 0 altered files
haskell-data-default-class: 20 total files, 0 altered files
haskell-data-default-instances-containers: 21 total files, 0 altered files
haskell-data-default-instances-dlist: 21 total files, 0 altered files
haskell-data-default-instances-old-locale: 21 total files, 0 altered files
haskell-data-fix: 19 total files, 0 altered files
haskell-dec: 20 total files, 0 altered files
haskell-diff: 22 total files, 0 altered files
haskell-digest: 21 total files, 0 altered files
haskell-distributive: 21 total files, 0 altered files
haskell-djot: 29 total files, 0 altered files
haskell-dlist: 25 total files, 0 altered files
haskell-doclayout: 22 total files, 0 altered files
haskell-doctemplates: 25 total files, 0 altered files
haskell-easy-file: 23 total files, 0 altered files
haskell-emojis: 20 total files, 0 altered files
haskell-erf: 15 total files, 0 altered files
haskell-fast-logger: 33 total files, 0 altered files
haskell-fgl: 52 total files, 0 altered files
haskell-file-embed: 19 total files, 0 altered files
haskell-foldable1-classes-compat: 20 total files, 0 altered files
haskell-generically: 20 total files, 0 altered files
haskell-gitrev: 19 total files, 0 altered files
haskell-glob: 27 total files, 0 altered files
haskell-gridtables: 23 total files, 0 altered files
haskell-haddock-library: 28 total files, 0 altered files
haskell-hashable: 27 total files, 0 altered files
haskell-hourglass: 39 total files, 0 altered files
haskell-hslua: 20 total files, 0 altered files
haskell-hslua-aeson: 19 total files, 0 altered files
haskell-hslua-classes: 25 total files, 0 altered files
haskell-hslua-core: 33 total files, 0 altered files
haskell-hslua-list: 19 total files, 0 altered files
haskell-hslua-marshalling: 24 total files, 0 altered files
haskell-hslua-module-doclayout: 20 total files, 0 altered files
haskell-hslua-module-path: 20 total files, 0 altered files
haskell-hslua-module-system: 21 total files, 0 altered files
haskell-hslua-module-text: 20 total files, 0 altered files
haskell-hslua-module-version: 20 total files, 0 altered files
haskell-hslua-module-zip: 20 total files, 0 altered files
haskell-hslua-objectorientation: 21 total files, 0 altered files
haskell-hslua-packaging: 27 total files, 0 altered files
haskell-hslua-repl: 21 total files, 0 altered files
haskell-hslua-typing: 19 total files, 0 altered files
haskell-http-api-data: 23 total files, 0 altered files
haskell-http-client: 41 total files, 0 altered files
haskell-http-client-tls: 21 total files, 0 altered files
haskell-http-date: 25 total files, 0 altered files
haskell-http-media: 37 total files, 0 altered files
haskell-http-types: 27 total files, 0 altered files
haskell-http2: 81 total files, 0 altered files
haskell-hunit: 25 total files, 0 altered files
haskell-indexed-traversable: 29 total files, 0 altered files
haskell-indexed-traversable-instances: 21 total files, 0 altered files
haskell-integer-logarithms: 27 total files, 0 altered files
haskell-iproute: 29 total files, 0 altered files
haskell-ipynb: 19 total files, 0 altered files
haskell-isocline: 23 total files, 0 altered files
haskell-jira-wiki-markup: 30 total files, 0 altered files
haskell-juicypixels: 63 total files, 0 altered files
haskell-lexer: 26 total files, 0 altered files
haskell-libyaml: 20 total files, 0 altered files
haskell-lpeg: 19 total files, 0 altered files
haskell-lua: 32 total files, 0 altered files
haskell-memory: 53 total files, 0 altered files
haskell-microlens: 23 total files, 0 altered files
haskell-microlens-ghc: 22 total files, 0 altered files
haskell-microlens-mtl: 22 total files, 0 altered files
haskell-microlens-th: 22 total files, 0 altered files
haskell-mime-types: 19 total files, 0 altered files
haskell-mmorph: 22 total files, 0 altered files
haskell-monad-control: 21 total files, 0 altered files
haskell-mono-traversable: 25 total files, 0 altered files
haskell-network: 56 total files, 0 altered files
haskell-network-byte-order: 19 total files, 0 altered files
haskell-network-uri: 22 total files, 0 altered files
haskell-old-locale: 19 total files, 0 altered files
haskell-old-time: 21 total files, 0 altered files
haskell-onetuple: 23 total files, 0 altered files
haskell-only: 20 total files, 0 altered files
haskell-open-browser: 22 total files, 0 altered files
haskell-optparse-applicative: 38 total files, 0 altered files
haskell-ordered-containers: 26 total files, 0 altered files
haskell-os-string: 35 total files, 0 altered files
haskell-pandoc: 516 total files, 0 altered files
haskell-pandoc-lua-engine: 54 total files, 0 altered files
haskell-pandoc-lua-marshal: 47 total files, 0 altered files
haskell-pandoc-server: 20 total files, 0 altered files
haskell-pandoc-types: 26 total files, 0 altered files
haskell-pem: 23 total files, 0 altered files
haskell-pretty-show: 32 total files, 0 altered files
haskell-prettyprinter: 60 total files, 0 altered files
haskell-primitive: 37 total files, 0 altered files
haskell-psqueues: 28 total files, 0 altered files
haskell-quickcheck: 36 total files, 0 altered files
haskell-random: 23 total files, 0 altered files
haskell-recv: 24 total files, 0 altered files
haskell-regex-base: 25 total files, 0 altered files
haskell-regex-tdfa: 51 total files, 0 altered files
haskell-resourcet: 29 total files, 0 altered files
haskell-safe: 23 total files, 0 altered files
haskell-safe-exceptions: 20 total files, 0 altered files
haskell-scientific: 30 total files, 0 altered files
haskell-semialign: 25 total files, 0 altered files
haskell-semigroupoids: 55 total files, 0 altered files
haskell-servant: 58 total files, 0 altered files
haskell-servant-server: 42 total files, 0 altered files
haskell-sha: 21 total files, 0 altered files
haskell-simple-sendfile: 25 total files, 0 altered files
haskell-singleton-bool: 20 total files, 0 altered files
haskell-skylighting: 173 total files, 0 altered files
haskell-skylighting-core: 33 total files, 0 altered files
haskell-skylighting-format-ansi: 20 total files, 0 altered files
haskell-skylighting-format-blaze-html: 20 total files, 0 altered files
haskell-skylighting-format-context: 20 total files, 0 altered files
haskell-skylighting-format-latex: 20 total files, 0 altered files
haskell-socks: 26 total files, 0 altered files
haskell-some: 30 total files, 0 altered files
haskell-sop-core: 27 total files, 0 altered files
haskell-split: 22 total files, 0 altered files
haskell-splitmix: 26 total files, 0 altered files
haskell-statevar: 19 total files, 0 altered files
haskell-streaming-commons: 35 total files, 0 altered files
haskell-strict: 28 total files, 0 altered files
haskell-syb: 37 total files, 0 altered files
haskell-tagged: 21 total files, 0 altered files
haskell-tagsoup: 33 total files, 0 altered files
haskell-tasty: 51 total files, 0 altered files
haskell-temporary: 20 total files, 0 altered files
haskell-texmath: 45 total files, 0 altered files
haskell-text-conversions: 20 total files, 0 altered files
haskell-text-icu: 68 total files, 0 altered files
haskell-text-short: 25 total files, 0 altered files
haskell-th-abstraction: 24 total files, 0 altered files
haskell-th-compat: 22 total files, 0 altered files
haskell-th-lift: 25 total files, 0 altered files
haskell-th-lift-instances: 20 total files, 0 altered files
haskell-these: 23 total files, 0 altered files
haskell-time-compat: 54 total files, 0 altered files
haskell-time-manager: 19 total files, 0 altered files
haskell-tls: 89 total files, 0 altered files
haskell-toml-parser: 43 total files, 0 altered files
haskell-transformers-base: 20 total files, 0 altered files
haskell-transformers-compat: 28 total files, 0 altered files
haskell-type-equality: 21 total files, 0 altered files
haskell-typed-process: 23 total files, 0 altered files
haskell-typst: 33 total files, 0 altered files
haskell-typst-symbols: 21 total files, 0 altered files
haskell-unicode-collation: 29 total files, 0 altered files
haskell-unicode-data: 59 total files, 0 altered files
haskell-unicode-transforms: 27 total files, 0 altered files
haskell-uniplate: 43 total files, 0 altered files
haskell-unix-compat: 29 total files, 0 altered files
haskell-unix-time: 24 total files, 0 altered files
haskell-unliftio: 45 total files, 0 altered files
haskell-unliftio-core: 22 total files, 0 altered files
haskell-unordered-containers: 30 total files, 0 altered files
haskell-utf8-string: 29 total files, 0 altered files
haskell-utility-ht: 79 total files, 0 altered files
haskell-uuid-types: 24 total files, 0 altered files
haskell-vault: 26 total files, 0 altered files
haskell-vector: 73 total files, 0 altered files
haskell-vector-algorithms: 33 total files, 0 altered files
haskell-vector-stream: 20 total files, 0 altered files
haskell-wai: 21 total files, 0 altered files
haskell-wai-app-static: 34 total files, 0 altered files
haskell-wai-cors: 31 total files, 0 altered files
haskell-wai-extra: 65 total files, 0 altered files
haskell-wai-logger: 24 total files, 0 altered files
haskell-warp: 56 total files, 0 altered files
haskell-witherable: 20 total files, 0 altered files
haskell-word8: 20 total files, 0 altered files
haskell-xml: 27 total files, 0 altered files
haskell-xml-conduit: 28 total files, 0 altered files
haskell-xml-types: 20 total files, 0 altered files
haskell-yaml: 32 total files, 0 altered files
haskell-zip-archive: 20 total files, 0 altered files
haskell-zlib: 26 total files, 0 altered files
hdf5: 254 total files, 0 altered files
hdparm: 16 total files, 0 altered files
hibiscus: 179 total files, 0 altered files
hicolor-icon-theme: 711 total files, 0 altered files
hidapi: 28 total files, 0 altered files
highway: 94 total files, 0 altered files
hplip: 2423 total files, 0 altered files
hslua-cli: 21 total files, 0 altered files
htop: 16 total files, 0 altered files
httrack: 261 total files, 0 altered files
hugin: 685 total files, 0 altered files
hunspell: 186 total files, 0 altered files
hunspell-de: 50 total files, 0 altered files
hunspell-en_us: 24 total files, 0 altered files
hwdata: 10 total files, 0 altered files
hwinfo: 27 total files, 0 altered files
hwloc: 570 total files, 0 altered files
hyphen: 13 total files, 0 altered files
hyphen-de: 20 total files, 0 altered files
hyphen-en: 47 total files, 0 altered files
i2c-tools: 48 total files, 0 altered files
iana-etc: 11 total files, 0 altered files
ibus: 523 total files, 0 altered files
icoextract: 41 total files, 0 altered files
icoutils: 20 total files, 0 altered files
icu: 284 total files, 0 altered files
id3lib: 33 total files, 0 altered files
ijs: 22 total files, 0 altered files
illyria-wallpaper: 5 total files, 0 altered files
imagemagick: 858 total files, 0 altered files
imath: 104 total files, 0 altered files
img2pdf: 23 total files, 0 altered files
imlib2: 82 total files, 0 altered files
inetutils: 53 total files, 0 altered files
inkscape: 5098 total files, 0 altered files
intel-gmmlib: 95 total files, 0 altered files
intel-media-driver: 26 total files, 0 altered files
intel-media-sdk: 41 total files, 0 altered files
inxi: 11 total files, 0 altered files
iproute2: 184 total files, 0 altered files
iptables: 258 total files, 0 altered files
iputils: 65 total files, 0 altered files
iso-codes: 1496 total files, 0 altered files
iw: 7 total files, 0 altered files
jack2: 57 total files, 0 altered files
jameica: 108 total files, 0 altered files
jansson: 15 total files, 0 altered files
jasper: 51 total files, 0 altered files
java-environment-common: 23 total files, 0 altered files
java-runtime-common: 21 total files, 2 altered files
jbig2dec: 15 total files, 0 altered files
jbigkit: 20 total files, 0 altered files
jdk-openjdk: 683 total files, 0 altered files
jdk11-openjdk: 732 total files, 0 altered files
jfsutils: 21 total files, 0 altered files
jnetmap: 29 total files, 0 altered files
jq: 26 total files, 0 altered files
json-c: 34 total files, 0 altered files
json-glib: 222 total files, 0 altered files
jsoncpp: 26 total files, 0 altered files
k3b: 905 total files, 0 altered files
kaccounts-integration: 222 total files, 0 altered files
kaccounts-providers: 206 total files, 0 altered files
kactivitymanagerd: 237 total files, 0 altered files
kamera: 390 total files, 0 altered files
kamoso: 276 total files, 0 altered files
karchive: 168 total files, 0 altered files
karchive5: 152 total files, 0 altered files
kate: 2418 total files, 0 altered files
kauth: 359 total files, 0 altered files
kauth5: 381 total files, 0 altered files
kbd: 818 total files, 0 altered files
kbookmarks: 309 total files, 0 altered files
kbookmarks5: 315 total files, 0 altered files
kcalc: 341 total files, 0 altered files
kcalendarcore: 102 total files, 0 altered files
kclock: 213 total files, 0 altered files
kcmutils: 436 total files, 0 altered files
kcmutils5: 380 total files, 0 altered files
kcodecs: 335 total files, 0 altered files
kcodecs5: 338 total files, 0 altered files
kcolorpicker: 16 total files, 0 altered files
kcolorscheme: 157 total files, 0 altered files
kcompletion: 348 total files, 0 altered files
kcompletion5: 350 total files, 0 altered files
kconfig: 376 total files, 0 altered files
kconfig5: 367 total files, 0 altered files
kconfigwidgets: 473 total files, 0 altered files
kconfigwidgets5: 526 total files, 0 altered files
kcontacts: 292 total files, 0 altered files
kcoreaddons: 448 total files, 0 altered files
kcoreaddons5: 453 total files, 0 altered files
kcrash: 22 total files, 0 altered files
kcrash5: 31 total files, 0 altered files
kdbusaddons: 205 total files, 0 altered files
kdbusaddons5: 205 total files, 0 altered files
kde-cli-tools: 1006 total files, 0 altered files
kde-gtk-config: 26 total files, 0 altered files
kdeclarative: 364 total files, 0 altered files
kdeclarative5: 425 total files, 0 altered files
kdeconnect: 1148 total files, 0 altered files
kdecoration: 196 total files, 0 altered files
kded: 52 total files, 0 altered files
kded5: 63 total files, 0 altered files
kdegraphics-mobipocket: 18 total files, 0 altered files
kdegraphics-thumbnailers: 13 total files, 0 altered files
kdelibs4support: 2515 total files, 0 altered files
kdenetwork-filesharing: 254 total files, 0 altered files
kdeplasma-addons: 2477 total files, 0 altered files
kdesu: 213 total files, 0 altered files
kdialog: 292 total files, 0 altered files
kdiff3: 389 total files, 0 altered files
kdnssd: 342 total files, 0 altered files
kdoctools: 1540 total files, 0 altered files
kdoctools5: 1555 total files, 0 altered files
kdsoap-qt6: 97 total files, 0 altered files
kdsoap-ws-discovery-client: 139 total files, 0 altered files
keditbookmarks: 398 total files, 0 altered files
keepassxc: 93 total files, 0 altered files
kemoticons: 1745 total files, 0 altered files
kernel-alive: 18 total files, 0 altered files
keyutils: 75 total files, 0 altered files
kfilemetadata: 251 total files, 0 altered files
kfind: 411 total files, 0 altered files
kget: 498 total files, 0 altered files
kglobalaccel: 335 total files, 0 altered files
kglobalaccel5: 344 total files, 0 altered files
kglobalacceld: 27 total files, 0 altered files
kguiaddons: 73 total files, 0 altered files
kguiaddons5: 56 total files, 0 altered files
khelpcenter: 727 total files, 0 altered files
kholidays: 273 total files, 0 altered files
khotkeys: 389 total files, 0 altered files
ki18n: 431 total files, 0 altered files
ki18n5: 425 total files, 0 altered files
kiconthemes: 325 total files, 0 altered files
kiconthemes5: 311 total files, 0 altered files
kidentitymanagement: 287 total files, 0 altered files
kidletime: 31 total files, 0 altered files
kimageannotator: 50 total files, 0 altered files
kimap: 322 total files, 0 altered files
kinfocenter: 657 total files, 0 altered files
kio: 1181 total files, 0 altered files
kio-admin: 131 total files, 0 altered files
kio-extras: 2351 total files, 0 altered files
kio-fuse: 12 total files, 0 altered files
kio5: 1570 total files, 0 altered files
kirigami: 386 total files, 0 altered files
kirigami-addons: 334 total files, 0 altered files
kirigami2: 330 total files, 0 altered files
kitemmodels: 49 total files, 0 altered files
kitemmodels5: 59 total files, 0 altered files
kitemviews: 346 total files, 0 altered files
kitemviews5: 350 total files, 0 altered files
kiwix-desktop: 34 total files, 0 altered files
kjobwidgets: 352 total files, 0 altered files
kjobwidgets5: 352 total files, 0 altered files
kldap: 481 total files, 0 altered files
kmailtransport: 249 total files, 0 altered files
kmbox: 31 total files, 0 altered files
kmenuedit: 403 total files, 0 altered files
kmime: 256 total files, 0 altered files
kmod: 62 total files, 0 altered files
knewstuff: 424 total files, 0 altered files
knewstuff5: 551 total files, 0 altered files
knotifications: 347 total files, 0 altered files
knotifications5: 356 total files, 0 altered files
knotifyconfig: 328 total files, 0 altered files
kodi: 3277 total files, 0 altered files
konsole: 392 total files, 0 altered files
kontactinterface: 223 total files, 0 altered files
konversation: 485 total files, 0 altered files
kpackage: 245 total files, 0 altered files
kpackage5: 237 total files, 0 altered files
kparts: 367 total files, 0 altered files
kparts5: 407 total files, 0 altered files
kpeople: 250 total files, 0 altered files
kpimtextedit: 225 total files, 0 altered files
kpipewire: 187 total files, 0 altered files
kpmcore: 331 total files, 0 altered files
kpty: 332 total files, 0 altered files
kpublictransport: 224 total files, 0 altered files
kqtquickcharts: 22 total files, 0 altered files
kquickcharts: 37 total files, 0 altered files
krb5: 205 total files, 0 altered files
krename: 135 total files, 0 altered files
kruler: 356 total files, 0 altered files
krunner: 46 total files, 0 altered files
ksanecore: 139 total files, 0 altered files
kscreen: 315 total files, 0 altered files
kscreenlocker: 344 total files, 0 altered files
kservice: 377 total files, 0 altered files
kservice5: 418 total files, 0 altered files
ksmtp: 190 total files, 0 altered files
ksshaskpass: 170 total files, 0 altered files
kstatusnotifieritem: 149 total files, 0 altered files
ksvg: 36 total files, 0 altered files
ksystemlog: 282 total files, 0 altered files
ksystemstats: 162 total files, 0 altered files
ktextaddons: 851 total files, 0 altered files
ktexteditor: 355 total files, 0 altered files
ktexttemplate: 77 total files, 0 altered files
ktextwidgets: 344 total files, 0 altered files
ktextwidgets5: 348 total files, 0 altered files
ktouch: 558 total files, 0 altered files
ktrip: 128 total files, 0 altered files
kunitconversion: 225 total files, 0 altered files
kunitconversion5: 222 total files, 0 altered files
kuserfeedback: 257 total files, 0 altered files
kwallet: 342 total files, 0 altered files
kwallet-pam: 12 total files, 0 altered files
kwallet5: 321 total files, 0 altered files
kwalletmanager: 469 total files, 0 altered files
kwayland: 68 total files, 0 altered files
kwayland-integration: 10 total files, 0 altered files
kwayland5: 141 total files, 0 altered files
kwidgetsaddons: 500 total files, 0 altered files
kwidgetsaddons5: 492 total files, 0 altered files
kwin: 2312 total files, 0 altered files
kwindowsystem: 378 total files, 0 altered files
kwindowsystem5: 370 total files, 0 altered files
kwrited: 10 total files, 0 altered files
kxmlgui: 389 total files, 0 altered files
kxmlgui5: 391 total files, 0 altered files
l-smash: 17 total files, 0 altered files
ladspa: 28 total files, 0 altered files
lame: 34 total files, 0 altered files
lapack: 20 total files, 0 altered files
layer-shell-qt: 30 total files, 0 altered files
lcms2: 27 total files, 0 altered files
ldb: 95 total files, 0 altered files
leancrypto: 107 total files, 0 altered files
lensfun: 85 total files, 0 altered files
leocad: 64 total files, 0 altered files
less: 14 total files, 0 altered files
lib2geom: 109 total files, 0 altered files
lib32-alsa-lib: 11 total files, 0 altered files
lib32-alsa-plugins: 25 total files, 0 altered files
lib32-at-spi2-core: 21 total files, 0 altered files
lib32-audit: 7 total files, 0 altered files
lib32-brotli: 18 total files, 0 altered files
lib32-bzip2: 10 total files, 0 altered files
lib32-cairo: 30 total files, 0 altered files
lib32-colord: 8 total files, 0 altered files
lib32-curl: 10 total files, 0 altered files
lib32-dbus: 18 total files, 0 altered files
lib32-e2fsprogs: 22 total files, 0 altered files
lib32-expat: 17 total files, 0 altered files
lib32-flac: 21 total files, 0 altered files
lib32-fontconfig: 17 total files, 0 altered files
lib32-freeglut: 18 total files, 0 altered files
lib32-freetype2: 11 total files, 0 altered files
lib32-fribidi: 7 total files, 0 altered files
lib32-gcc-libs: 44 total files, 0 altered files
lib32-gdk-pixbuf2: 14 total files, 0 altered files
lib32-glew: 10 total files, 0 altered files
lib32-glib2: 42 total files, 0 altered files
lib32-glibc: 329 total files, 0 altered files
lib32-glu: 7 total files, 0 altered files
lib32-gmp: 14 total files, 0 altered files
lib32-gnutls: 12 total files, 0 altered files
lib32-gtk3: 49 total files, 0 altered files
lib32-harfbuzz: 22 total files, 0 altered files
lib32-icu: 37 total files, 0 altered files
lib32-jack2: 25 total files, 0 altered files
lib32-json-c: 16 total files, 0 altered files
lib32-keyutils: 7 total files, 0 altered files
lib32-krb5: 61 total files, 0 altered files
lib32-lcms2: 10 total files, 0 altered files
lib32-libasyncns: 7 total files, 0 altered files
lib32-libcanberra: 31 total files, 0 altered files
lib32-libcap: 21 total files, 0 altered files
lib32-libcups: 11 total files, 0 altered files
lib32-libdatrie: 7 total files, 0 altered files
lib32-libdecor: 15 total files, 0 altered files
lib32-libdrm: 26 total files, 0 altered files
lib32-libelf: 21 total files, 0 altered files
lib32-libepoxy: 11 total files, 0 altered files
lib32-libffi: 11 total files, 0 altered files
lib32-libgcrypt: 7 total files, 0 altered files
lib32-libglvnd: 30 total files, 0 altered files
lib32-libgpg-error: 7 total files, 0 altered files
lib32-libice: 10 total files, 0 altered files
lib32-libidn2: 7 total files, 0 altered files
lib32-libjpeg-turbo: 22 total files, 0 altered files
lib32-libldap: 14 total files, 0 altered files
lib32-libltdl: 5 total files, 0 altered files
lib32-libnghttp2: 11 total files, 0 altered files
lib32-libnghttp3: 11 total files, 0 altered files
lib32-libnsl: 7 total files, 0 altered files
lib32-libogg: 17 total files, 0 altered files
lib32-libpciaccess: 10 total files, 0 altered files
lib32-libpng: 17 total files, 0 altered files
lib32-libpsl: 10 total files, 0 altered files
lib32-libpulse: 22 total files, 0 altered files
lib32-librsvg: 11 total files, 0 altered files
lib32-libsamplerate: 17 total files, 0 altered files
lib32-libsm: 10 total files, 0 altered files
lib32-libsndfile: 19 total files, 0 altered files
lib32-libssh2: 10 total files, 0 altered files
lib32-libtasn1: 7 total files, 0 altered files
lib32-libthai: 7 total files, 0 altered files
lib32-libtiff: 21 total files, 0 altered files
lib32-libtirpc: 10 total files, 0 altered files
lib32-libunistring: 5 total files, 0 altered files
lib32-libva: 27 total files, 0 altered files
lib32-libva-intel-driver: 8 total files, 0 altered files
lib32-libva-vdpau-driver: 6 total files, 0 altered files
lib32-libvdpau: 14 total files, 0 altered files
lib32-libvorbis: 19 total files, 0 altered files
lib32-libx11: 15 total files, 0 altered files
lib32-libxau: 10 total files, 0 altered files
lib32-libxcb: 106 total files, 0 altered files
lib32-libxcomposite: 10 total files, 0 altered files
lib32-libxcrypt: 8 total files, 0 altered files
lib32-libxcursor: 10 total files, 0 altered files
lib32-libxdamage: 10 total files, 0 altered files
lib32-libxdmcp: 10 total files, 0 altered files
lib32-libxext: 10 total files, 0 altered files
lib32-libxfixes: 10 total files, 0 altered files
lib32-libxft: 10 total files, 0 altered files
lib32-libxi: 10 total files, 0 altered files
lib32-libxinerama: 10 total files, 0 altered files
lib32-libxkbcommon: 15 total files, 0 altered files
lib32-libxkbcommon-x11: 11 total files, 0 altered files
lib32-libxml2: 14 total files, 0 altered files
lib32-libxmu: 14 total files, 0 altered files
lib32-libxrandr: 10 total files, 0 altered files
lib32-libxrender: 10 total files, 0 altered files
lib32-libxshmfence: 10 total files, 0 altered files
lib32-libxt: 10 total files, 0 altered files
lib32-libxtst: 10 total files, 0 altered files
lib32-libxxf86vm: 10 total files, 0 altered files
lib32-llvm-libs: 16 total files, 0 altered files
lib32-lm_sensors: 6 total files, 0 altered files
lib32-mesa: 63 total files, 0 altered files
lib32-mesa-demos: 314 total files, 0 altered files
lib32-ncurses: 45 total files, 0 altered files
lib32-nettle: 11 total files, 0 altered files
lib32-openssl: 21 total files, 0 altered files
lib32-opus: 11 total files, 0 altered files
lib32-p11-kit: 15 total files, 0 altered files
lib32-pam: 59 total files, 0 altered files
lib32-pango: 21 total files, 0 altered files
lib32-pcre2: 25 total files, 0 altered files
lib32-pixman: 10 total files, 0 altered files
lib32-simplescreenrecorder: 4 total files, 0 altered files
lib32-spirv-tools: 41 total files, 0 altered files
lib32-systemd: 15 total files, 0 altered files
lib32-tdb: 7 total files, 0 altered files
lib32-util-linux: 23 total files, 0 altered files
lib32-vulkan-icd-loader: 12 total files, 0 altered files
lib32-vulkan-intel: 12 total files, 0 altered files
lib32-vulkan-radeon: 10 total files, 0 altered files
lib32-wayland: 24 total files, 0 altered files
lib32-xcb-util-keysyms: 10 total files, 0 altered files
lib32-xz: 10 total files, 0 altered files
lib32-zlib: 11 total files, 0 altered files
lib32-zstd: 17 total files, 0 altered files
libaccounts-glib: 96 total files, 0 altered files
libaccounts-qt: 36 total files, 0 altered files
libadwaita: 254 total files, 0 altered files
libaec: 21 total files, 0 altered files
libaio: 27 total files, 0 altered files
libakonadi: 736 total files, 0 altered files
libao: 72 total files, 0 altered files
libappimage: 40 total files, 0 altered files
libappindicator-gtk3: 41 total files, 0 altered files
libarchive: 68 total files, 0 altered files
libass: 15 total files, 0 altered files
libassuan: 20 total files, 0 altered files
libasyncns: 15 total files, 0 altered files
libatasmart: 19 total files, 0 altered files
libavc1394: 25 total files, 0 altered files
libavif: 34 total files, 0 altered files
libavtp: 23 total files, 0 altered files
libb2: 13 total files, 0 altered files
libblockdev: 69 total files, 0 altered files
libblockdev-crypto: 8 total files, 0 altered files
libblockdev-fs: 22 total files, 0 altered files
libblockdev-loop: 8 total files, 0 altered files
libblockdev-mdraid: 8 total files, 0 altered files
libblockdev-nvme: 8 total files, 0 altered files
libblockdev-part: 8 total files, 0 altered files
libblockdev-swap: 8 total files, 0 altered files
libbluray: 26 total files, 0 altered files
libbpf: 29 total files, 0 altered files
libbs2b: 20 total files, 0 altered files
libbsd: 285 total files, 0 altered files
libburn: 16 total files, 0 altered files
libbytesize: 124 total files, 0 altered files
libcaca: 491 total files, 0 altered files
libcamera: 69 total files, 0 altered files
libcamera-ipa: 19 total files, 0 altered files
libcanberra: 71 total files, 0 altered files
libcap: 120 total files, 0 altered files
libcap-ng: 50 total files, 0 altered files
libcbor: 46 total files, 0 altered files
libcddb: 21 total files, 0 altered files
libcdio: 87 total files, 0 altered files
libcdio-paranoia: 26 total files, 0 altered files
libcdr: 354 total files, 0 altered files
libcec: 25 total files, 0 altered files
libcloudproviders: 52 total files, 0 altered files
libcolord: 44 total files, 0 altered files
libconfig: 29 total files, 0 altered files
libcue: 11 total files, 0 altered files
libcups: 30 total files, 0 altered files
libcupsfilters: 66 total files, 0 altered files
libdaemon: 21 total files, 0 altered files
libdatrie: 75 total files, 0 altered files
libdbusmenu-glib: 47 total files, 0 altered files
libdbusmenu-gtk3: 44 total files, 0 altered files
libdbusmenu-qt5: 110 total files, 0 altered files
libdc1394: 164 total files, 0 altered files
libdca: 23 total files, 0 altered files
libde265: 19 total files, 0 altered files
libdecor: 18 total files, 0 altered files
libdeflate: 21 total files, 0 altered files
libdisplay-info: 22 total files, 0 altered files
libdmtx: 16 total files, 0 altered files
libdovi: 14 total files, 0 altered files
libdrm: 92 total files, 0 altered files
libdv: 21 total files, 0 altered files
libdvbpsi: 88 total files, 0 altered files
libdvdcss: 11 total files, 0 altered files
libdvdnav: 21 total files, 0 altered files
libdvdread: 28 total files, 0 altered files
libebml: 45 total files, 0 altered files
libebur128: 13 total files, 0 altered files
libedit: 65 total files, 0 altered files
libei: 26 total files, 0 altered files
libelf: 84 total files, 0 altered files
libepoxy: 20 total files, 0 altered files
libevdev: 27 total files, 0 altered files
libevent: 73 total files, 0 altered files
libexif: 118 total files, 0 altered files
libfabric: 209 total files, 0 altered files
libfakekey: 10 total files, 0 altered files
libfaketime: 15 total files, 0 altered files
libfdk-aac: 19 total files, 0 altered files
libffado: 162 total files, 0 altered files
libffi: 25 total files, 0 altered files
libfilezilla: 239 total files, 0 altered files
libfontenc: 15 total files, 0 altered files
libfprint: 68 total files, 0 altered files
libfreeaptx: 12 total files, 0 altered files
libfreexl: 9 total files, 0 altered files
libftdi: 57 total files, 0 altered files
libgcrypt: 27 total files, 0 altered files
libgee: 18 total files, 0 altered files
libgeotiff: 45 total files, 0 altered files
libgexiv2: 66 total files, 0 altered files
libgirepository: 80 total files, 0 altered files
libglvnd: 58 total files, 0 altered files
libgme: 10 total files, 0 altered files
libgnomekbd: 277 total files, 0 altered files
libgoom2: 21 total files, 0 altered files
libgpg-error: 100 total files, 0 altered files
libgphoto2: 221 total files, 0 altered files
libgravatar: 186 total files, 0 altered files
libgudev: 46 total files, 0 altered files
libgusb: 37 total files, 0 altered files
libheif: 63 total files, 0 altered files
libibus: 67 total files, 0 altered files
libical: 177 total files, 0 altered files
libice: 24 total files, 0 altered files
libid3tag: 15 total files, 0 altered files
libidn: 168 total files, 0 altered files
libidn2: 134 total files, 0 altered files
libiec61883: 18 total files, 0 altered files
libieee1284: 54 total files, 0 altered files
libimagequant: 13 total files, 0 altered files
libimobiledevice: 529 total files, 0 altered files
libimobiledevice-glue: 20 total files, 0 altered files
libinih: 16 total files, 0 altered files
libinput: 125 total files, 0 altered files
libinstpatch: 111 total files, 0 altered files
libisl: 81 total files, 0 altered files
libjcat: 60 total files, 0 altered files
libjpeg-turbo: 61 total files, 0 altered files
libjxl: 67 total files, 0 altered files
libkate: 36 total files, 0 altered files
libkcddb: 408 total files, 0 altered files
libkdcraw: 28 total files, 0 altered files
libkdepim: 290 total files, 0 altered files
libkexiv2: 28 total files, 0 altered files
libkgapi: 601 total files, 0 altered files
libkiwix: 35 total files, 0 altered files
libkleo: 407 total files, 0 altered files
libksane: 209 total files, 0 altered files
libksba: 14 total files, 0 altered files
libkscreen: 210 total files, 0 altered files
libksysguard: 904 total files, 0 altered files
libktorrent: 404 total files, 0 altered files
liblc3: 23 total files, 0 altered files
libldac: 15 total files, 0 altered files
libldap: 217 total files, 0 altered files
liblo: 47 total files, 0 altered files
liblqr: 23 total files, 0 altered files
liblrdf: 20 total files, 0 altered files
libltc: 75 total files, 0 altered files
liblzf: 21 total files, 0 altered files
libmad: 9 total files, 0 altered files
libmanette: 26 total files, 0 altered files
libmatroska: 46 total files, 0 altered files
libmbim: 65 total files, 0 altered files
libmd: 103 total files, 0 altered files
libmediainfo: 20 total files, 0 altered files
libmfx: 42 total files, 0 altered files
libmicrodns: 11 total files, 0 altered files
libmicrohttpd: 17 total files, 0 altered files
libmikmod: 25 total files, 0 altered files
libmm-glib: 94 total files, 0 altered files
libmms: 14 total files, 0 altered files
libmng: 21 total files, 0 altered files
libmnl: 10 total files, 0 altered files
libmodplug: 17 total files, 0 altered files
libmpc: 10 total files, 0 altered files
libmpcdec: 18 total files, 0 altered files
libmpdclient: 65 total files, 0 altered files
libmpeg2: 24 total files, 0 altered files
libmspack: 9 total files, 0 altered files
libmtp: 321 total files, 0 altered files
libmusicbrainz5: 163 total files, 0 altered files
libmypaint: 293 total files, 0 altered files
libmysofa: 25 total files, 0 altered files
libndp: 15 total files, 0 altered files
libnet: 126 total files, 0 altered files
libnetfilter_conntrack: 19 total files, 0 altered files
libnewt: 243 total files, 0 altered files
libnfnetlink: 12 total files, 0 altered files
libnfs: 35 total files, 0 altered files
libnftnl: 22 total files, 0 altered files
libnghttp2: 15 total files, 0 altered files
libnghttp3: 15 total files, 0 altered files
libnice: 77 total files, 0 altered files
libnl: 257 total files, 0 altered files
libnm: 143 total files, 0 altered files
libnotify: 23 total files, 0 altered files
libnsl: 22 total files, 0 altered files
libnvme: 37 total files, 0 altered files
libogg: 111 total files, 0 altered files
libopenmpt: 43 total files, 0 altered files
libp11-kit: 30 total files, 0 altered files
libpamac: 342 total files, 0 altered files
libpamac-snap-plugin: 5 total files, 0 altered files
libpano13: 54 total files, 0 altered files
libpaper: 29 total files, 0 altered files
libpcap: 123 total files, 0 altered files
libpciaccess: 13 total files, 0 altered files
libpgm: 32 total files, 0 altered files
libpipeline: 80 total files, 0 altered files
libpipewire: 247 total files, 0 altered files
libplacebo: 48 total files, 0 altered files
libplasma: 535 total files, 0 altered files
libplist: 38 total files, 0 altered files
libpng: 34 total files, 0 altered files
libpng12: 15 total files, 0 altered files
libportal: 46 total files, 0 altered files
libportal-gtk4: 19 total files, 0 altered files
libppd: 38 total files, 0 altered files
libproxy: 26 total files, 0 altered files
libpsl: 38 total files, 0 altered files
libpulse: 99 total files, 0 altered files
libqaccessibilityclient-qt6: 22 total files, 0 altered files
libqalculate: 311 total files, 0 altered files
libqmi: 92 total files, 0 altered files
libqrtr-glib: 21 total files, 0 altered files
libraqm: 39 total files, 0 altered files
libraw: 39 total files, 0 altered files
libraw1394: 24 total files, 0 altered files
libreoffice-fresh-rpm: 17218 total files, 0 altered files
libreoffice-still-micha: 17212 total files, 1 altered file
librevenge: 500 total files, 0 altered files
librsvg: 35 total files, 0 altered files
librttopo: 10 total files, 0 altered files
libsamplerate: 40 total files, 0 altered files
libsasl: 54 total files, 0 altered files
libsbsms: 15 total files, 0 altered files
libseccomp: 54 total files, 0 altered files
libsecret: 231 total files, 0 altered files
libshout: 28 total files, 0 altered files
libsidplayfp: 28 total files, 0 altered files
libsigc++: 49 total files, 0 altered files
libsigc++-3.0: 57 total files, 0 altered files
libsixel: 27 total files, 0 altered files
libsm: 21 total files, 0 altered files
libsndfile: 61 total files, 0 altered files
libsodium: 80 total files, 0 altered files
libsoup: 288 total files, 0 altered files
libsoup3: 269 total files, 0 altered files
libsoxr: 18 total files, 0 altered files
libspatialite: 41 total files, 0 altered files
libspectre: 17 total files, 0 altered files
libspiro: 15 total files, 0 altered files
libsrtp: 16 total files, 0 altered files
libssh: 23 total files, 0 altered files
libssh2: 203 total files, 0 altered files
libstemmer: 11 total files, 0 altered files
libsysprof-capture: 24 total files, 0 altered files
libtasn1: 83 total files, 0 altered files
libteam: 35 total files, 0 altered files
libthai: 110 total files, 0 altered files
libtheora: 151 total files, 0 altered files
libtiff: 48 total files, 0 altered files
libtiger: 11 total files, 0 altered files
libtirpc: 91 total files, 0 altered files
libtommath: 13 total files, 0 altered files
libtool: 79 total files, 0 altered files
libtorrent-rasterbar: 306 total files, 0 altered files
libtpms: 49 total files, 0 altered files
libunibreak: 19 total files, 0 altered files
libunistring: 58 total files, 0 altered files
libunwind: 78 total files, 0 altered files
libupnp: 64 total files, 0 altered files
liburcu: 230 total files, 0 altered files
liburing: 215 total files, 0 altered files
libusb: 16 total files, 0 altered files
libusb-compat: 11 total files, 0 altered files
libusbmuxd: 18 total files, 0 altered files
libutempter: 20 total files, 1 altered file
libutf8proc: 13 total files, 0 altered files
libva: 69 total files, 0 altered files
libva-intel-driver: 8 total files, 0 altered files
libva-vdpau-driver: 6 total files, 0 altered files
libvdpau: 21 total files, 0 altered files
libverto: 19 total files, 0 altered files
libvisio: 533 total files, 0 altered files
libvlc: 120 total files, 1 altered file
libvorbis: 26 total files, 0 altered files
libvpl: 41 total files, 0 altered files
libvpx: 28 total files, 0 altered files
libwacom: 846 total files, 0 altered files
libwbclient: 10 total files, 0 altered files
libwebp: 61 total files, 0 altered files
libwireplumber: 59 total files, 0 altered files
libwmf: 79 total files, 0 altered files
libwpd: 1360 total files, 0 altered files
libwpg: 173 total files, 0 altered files
libx11: 1252 total files, 0 altered files
libx86emu: 11 total files, 0 altered files
libxau: 25 total files, 0 altered files
libxaw: 143 total files, 0 altered files
libxcb: 2460 total files, 0 altered files
libxcomposite: 29 total files, 0 altered files
libxcrypt: 25 total files, 0 altered files
libxcursor: 77 total files, 0 altered files
libxcvt: 20 total files, 0 altered files
libxdamage: 15 total files, 0 altered files
libxdmcp: 17 total files, 0 altered files
libxext: 100 total files, 0 altered files
libxfixes: 18 total files, 0 altered files
libxfont2: 15 total files, 0 altered files
libxft: 96 total files, 0 altered files
libxi: 97 total files, 0 altered files
libxinerama: 23 total files, 0 altered files
libxkbcommon: 46 total files, 0 altered files
libxkbcommon-x11: 21 total files, 0 altered files
libxkbfile: 20 total files, 0 altered files
libxklavier: 41 total files, 0 altered files
libxml++: 58 total files, 0 altered files
libxml2: 84 total files, 0 altered files
libxmlb: 75 total files, 0 altered files
libxmu: 45 total files, 0 altered files
libxnvctrl: 31 total files, 0 altered files
libxpm: 63 total files, 0 altered files
libxpresent: 26 total files, 0 altered files
libxrandr: 32 total files, 0 altered files
libxrender: 18 total files, 0 altered files
libxshmfence: 14 total files, 0 altered files
libxslt: 64 total files, 0 altered files
libxss: 29 total files, 0 altered files
libxt: 340 total files, 0 altered files
libxtst: 33 total files, 0 altered files
libxv: 43 total files, 0 altered files
libxvmc: 23 total files, 0 altered files
libxxf86vm: 40 total files, 0 altered files
libyaml: 13 total files, 0 altered files
libyuv: 35 total files, 0 altered files
libzen: 52 total files, 0 altered files
libzim: 31 total files, 0 altered files
libzip: 169 total files, 0 altered files
licenses: 113 total files, 0 altered files
lilv: 35 total files, 0 altered files
linux-api-headers: 1035 total files, 0 altered files
linux-firmware-amdgpu: 678 total files, 0 altered files
linux-firmware-atheros: 425 total files, 0 altered files
linux-firmware-broadcom: 176 total files, 0 altered files
linux-firmware-cirrus: 1228 total files, 0 altered files
linux-firmware-intel: 578 total files, 0 altered files
linux-firmware-mediatek: 142 total files, 0 altered files
linux-firmware-meta: 0 total files, 0 altered files
linux-firmware-nvidia: 615 total files, 0 altered files
linux-firmware-other: 716 total files, 0 altered files
linux-firmware-radeon: 255 total files, 0 altered files
linux-firmware-realtek: 162 total files, 0 altered files
linux-firmware-whence: 5 total files, 0 altered files
linux515: 6630 total files, 11 altered files
linux515-virtualbox-host-modules: 10 total files, 0 altered files
linux61: 6910 total files, 11 altered files
linux61-virtualbox-host-modules: 10 total files, 0 altered files
linux612: 7404 total files, 11 altered files
linux612-virtualbox-host-modules: 10 total files, 0 altered files
linux66: 7177 total files, 11 altered files
linux66-virtualbox-host-modules: 10 total files, 0 altered files
lirc: 486 total files, 0 altered files
live-media: 239 total files, 0 altered files
llvm: 3940 total files, 0 altered files
llvm-libs: 16 total files, 0 altered files
lm_sensors: 52 total files, 0 altered files
lmdb: 22 total files, 0 altered files
logrotate: 19 total files, 0 altered files
lsb-release: 7 total files, 0 altered files
lsof: 17 total files, 0 altered files
lsp-plugins: 0 total files, 0 altered files
lsp-plugins-clap: 4 total files, 0 altered files
lsp-plugins-docs: 532 total files, 0 altered files
lsp-plugins-gst: 191 total files, 0 altered files
lsp-plugins-ladspa: 4 total files, 0 altered files
lsp-plugins-lv2: 193 total files, 0 altered files
lsp-plugins-standalone: 411 total files, 0 altered files
lsp-plugins-vst: 191 total files, 0 altered files
lsp-plugins-vst3: 9 total files, 0 altered files
lua: 48 total files, 0 altered files
lua-lpeg: 20 total files, 0 altered files
luajit: 50 total files, 0 altered files
luit: 10 total files, 0 altered files
lv2: 288 total files, 0 altered files
lvm2: 172 total files, 0 altered files
lz4: 23 total files, 0 altered files
lzo: 35 total files, 0 altered files
m4: 93 total files, 0 altered files
mailcap: 13 total files, 0 altered files
make: 105 total files, 0 altered files
man-db: 499 total files, 0 altered files
man-pages: 4129 total files, 0 altered files
man-pages-de: 1516 total files, 0 altered files
mariadb-libs: 252 total files, 0 altered files
markdownpart: 137 total files, 0 altered files
md4c: 27 total files, 0 altered files
mda.lv2: 91 total files, 0 altered files
mdadm: 39 total files, 0 altered files
media-player-info: 268 total files, 0 altered files
mediainfo: 7 total files, 0 altered files
mediainfo-gui: 32 total files, 0 altered files
meld: 507 total files, 0 altered files
memtest86+: 6 total files, 0 altered files
mesa: 77 total files, 0 altered files
mesa-demos: 342 total files, 0 altered files
mesa-utils: 22 total files, 0 altered files
messagelib: 1303 total files, 0 altered files
mhwd: 21 total files, 0 altered files
mhwd-amdgpu: 7 total files, 0 altered files
mhwd-ati: 6 total files, 0 altered files
mhwd-db: 51 total files, 0 altered files
mhwd-nvidia: 6 total files, 0 altered files
mhwd-nvidia-390xx: 6 total files, 0 altered files
mhwd-nvidia-470xx: 6 total files, 0 altered files
milou: 243 total files, 0 altered files
minizip: 17 total files, 0 altered files
mjpegtools: 164 total files, 0 altered files
mkinitcpio: 100 total files, 0 altered files
mkinitcpio-busybox: 4 total files, 0 altered files
mkinitcpio-openswap: 14 total files, 0 altered files
mobile-broadband-provider-info: 8 total files, 0 altered files
modemmanager: 239 total files, 0 altered files
modemmanager-qt: 62 total files, 0 altered files
mp3val: 7 total files, 0 altered files
mpd: 104 total files, 0 altered files
mpdecimal: 26 total files, 0 altered files
mpfr: 30 total files, 0 altered files
mpg123: 38 total files, 0 altered files
mpv: 88 total files, 0 altered files
mtdev: 17 total files, 0 altered files
mtpfs: 3 total files, 0 altered files
mujs: 25 total files, 0 altered files
muparser: 31 total files, 0 altered files
mypaint-brushes1: 373 total files, 0 altered files
nano: 184 total files, 0 altered files
ncurses: 3935 total files, 0 altered files
neon: 238 total files, 0 altered files
net-snmp: 693 total files, 0 altered files
netcdf: 52 total files, 0 altered files
netpbm: 414 total files, 0 altered files
nettle: 95 total files, 0 altered files
networkmanager: 357 total files, 1 altered file
networkmanager-openconnect: 188 total files, 0 altered files
networkmanager-openvpn: 200 total files, 0 altered files
networkmanager-pptp: 200 total files, 0 altered files
networkmanager-qt: 167 total files, 0 altered files
networkmanager-vpnc: 201 total files, 0 altered files
nfs-utils: 126 total files, 0 altered files
nfsidmap: 26 total files, 0 altered files
nftables: 66 total files, 0 altered files
noto-fonts: 635 total files, 0 altered files
noto-fonts-cjk: 21 total files, 0 altered files
noto-fonts-emoji: 8 total files, 0 altered files
npth: 17 total files, 0 altered files
nspr: 72 total files, 0 altered files
nss: 142 total files, 0 altered files
nss-mdns: 8 total files, 0 altered files
ntfs-3g: 105 total files, 0 altered files
ntp: 305 total files, 0 altered files
numactl: 31 total files, 0 altered files
numlockx: 7 total files, 0 altered files
nvidia-driver-assistant: 19 total files, 0 altered files
oath-toolkit: 231 total files, 0 altered files
ocean-sound-theme: 79 total files, 0 altered files
ocl-icd: 26 total files, 0 altered files
okular: 1676 total files, 0 altered files
onetbb: 200 total files, 0 altered files
oniguruma: 33 total files, 0 altered files
openal: 45 total files, 0 altered files
openbsd-netcat: 13 total files, 0 altered files
openconnect: 184 total files, 0 altered files
opencore-amr: 27 total files, 0 altered files
opencv: 905 total files, 0 altered files
openexr: 219 total files, 0 altered files
openh264: 20 total files, 0 altered files
openjpeg2: 553 total files, 0 altered files
openmpi: 906 total files, 0 altered files
openpmix: 227 total files, 0 altered files
openresolv: 27 total files, 0 altered files
openssh: 85 total files, 0 altered files
openssl: 6686 total files, 0 altered files
openucx: 195 total files, 0 altered files
openvpn: 89 total files, 0 altered files
openxr: 43 total files, 0 altered files
opus: 21 total files, 0 altered files
opusfile: 23 total files, 0 altered files
orc: 94 total files, 0 altered files
os-prober: 42 total files, 0 altered files
oxygen: 1061 total files, 0 altered files
oxygen-icons: 9155 total files, 0 altered files
oxygen5: 13 total files, 0 altered files
p11-kit: 246 total files, 0 altered files
p8-platform: 31 total files, 0 altered files
pacman: 423 total files, 0 altered files
pacman-contrib: 62 total files, 0 altered files
pacman-mirrors: 359 total files, 1 altered file
pacutils: 56 total files, 0 altered files
pam: 602 total files, 0 altered files
pamac-cli: 22 total files, 0 altered files
pamac-gtk: 54 total files, 0 altered files
pamac-tray-icon-plasma: 7 total files, 0 altered files
pambase: 8 total files, 0 altered files
pandoc-cli: 15 total files, 0 altered files
pandoc-crossref: 197 total files, 0 altered files
pango: 86 total files, 0 altered files
pangomm: 73 total files, 0 altered files
pangomm-2.48: 74 total files, 0 altered files
parallel: 44 total files, 0 altered files
parted: 128 total files, 0 altered files
partitionmanager: 449 total files, 0 altered files
passim: 86 total files, 0 altered files
patch: 7 total files, 0 altered files
patool: 251 total files, 0 altered files
pavucontrol: 170 total files, 0 altered files
pciutils: 29 total files, 0 altered files
pcre: 211 total files, 0 altered files
pcre2: 254 total files, 0 altered files
pcsc-cyberjack: 15 total files, 0 altered files
pcsc-perl: 19 total files, 0 altered files
pcsc-tools: 25 total files, 0 altered files
pcsclite: 52 total files, 0 altered files
pdfarranger: 177 total files, 0 altered files
perl: 3218 total files, 0 altered files
perl-alien-build: 206 total files, 0 altered files
perl-alien-libxml2: 25 total files, 0 altered files
perl-capture-tiny: 17 total files, 0 altered files
perl-clone: 14 total files, 0 altered files
perl-common-sense: 15 total files, 0 altered files
perl-dbi: 146 total files, 0 altered files
perl-encode-locale: 17 total files, 0 altered files
perl-error: 18 total files, 0 altered files
perl-ffi-checklib: 17 total files, 0 altered files
perl-file-basedir: 21 total files, 0 altered files
perl-file-chdir: 9 total files, 0 altered files
perl-file-desktopentry: 17 total files, 0 altered files
perl-file-listing: 17 total files, 0 altered files
perl-file-mimeinfo: 32 total files, 0 altered files
perl-file-which: 17 total files, 0 altered files
perl-html-parser: 28 total files, 0 altered files
perl-html-tagset: 17 total files, 0 altered files
perl-http-cookiejar: 20 total files, 0 altered files
perl-http-cookies: 22 total files, 0 altered files
perl-http-daemon: 17 total files, 0 altered files
perl-http-date: 17 total files, 0 altered files
perl-http-message: 35 total files, 0 altered files
perl-http-negotiate: 17 total files, 0 altered files
perl-image-exiftool: 501 total files, 0 altered files
perl-io-html: 17 total files, 0 altered files
perl-ipc-system-simple: 19 total files, 0 altered files
perl-json-xs: 23 total files, 0 altered files
perl-libwww: 62 total files, 0 altered files
perl-lwp-mediatypes: 18 total files, 0 altered files
perl-mailtools: 48 total files, 0 altered files
perl-net-http: 24 total files, 0 altered files
perl-path-tiny: 17 total files, 0 altered files
perl-timedate: 63 total files, 0 altered files
perl-try-tiny: 20 total files, 0 altered files
perl-types-serialiser: 20 total files, 0 altered files
perl-uri: 96 total files, 0 altered files
perl-www-robotrules: 20 total files, 0 altered files
perl-xml-libxml: 67 total files, 0 altered files
perl-xml-namespacesupport: 9 total files, 0 altered files
perl-xml-parser: 57 total files, 0 altered files
perl-xml-sax: 36 total files, 0 altered files
perl-xml-sax-base: 14 total files, 0 altered files
perl-xml-writer: 20 total files, 0 altered files
phonon-qt5: 193 total files, 0 altered files
phonon-qt5-gstreamer: 202 total files, 0 altered files
phonon-qt6: 477 total files, 0 altered files
phonon-qt6-vlc: 6 total files, 0 altered files
pimcommon: 344 total files, 0 altered files
pinentry: 18 total files, 0 altered files
pipewire: 281 total files, 0 altered files
pipewire-alsa: 12 total files, 0 altered files
pipewire-audio: 126 total files, 0 altered files
pipewire-pulse: 69 total files, 0 altered files
pixman: 15 total files, 0 altered files
pkcs11-helper: 35 total files, 0 altered files
pkgconf: 45 total files, 0 altered files
plasma-activities: 51 total files, 0 altered files
plasma-activities-stats: 41 total files, 0 altered files
plasma-browser-integration: 233 total files, 0 altered files
plasma-desktop: 5053 total files, 0 altered files
plasma-firewall: 171 total files, 0 altered files
plasma-integration: 170 total files, 0 altered files
plasma-nm: 1046 total files, 0 altered files
plasma-pa: 334 total files, 0 altered files
plasma-simplemenu: 25 total files, 0 altered files
plasma-systemmonitor: 333 total files, 0 altered files
plasma-workspace: 7077 total files, 0 altered files
plasma-workspace-wallpapers: 368 total files, 0 altered files
plasma5-integration: 6 total files, 0 altered files
plasma5support: 588 total files, 0 altered files
plasma6-themes-breath: 183 total files, 0 altered files
plasma6-themes-breath-migration: 7 total files, 0 altered files
playonlinux: 592 total files, 0 altered files
plotutils: 76 total files, 0 altered files
podofo: 160 total files, 0 altered files
polkit: 226 total files, 0 altered files
polkit-kde-agent: 217 total files, 0 altered files
polkit-qt5: 59 total files, 0 altered files
polkit-qt6: 59 total files, 0 altered files
poppler: 169 total files, 0 altered files
poppler-data: 524 total files, 0 altered files
poppler-glib: 90 total files, 0 altered files
poppler-qt6: 27 total files, 0 altered files
popt: 126 total files, 0 altered files
portaudio: 43 total files, 0 altered files
portmidi: 25 total files, 0 altered files
portsmf: 21 total files, 0 altered files
postgresql: 3152 total files, 0 altered files
postgresql-libs: 271 total files, 0 altered files
postgresql-old-upgrade: 2494 total files, 0 altered files
potrace: 18 total files, 0 altered files
powerdevil: 727 total files, 0 altered files
powertop: 42 total files, 0 altered files
ppp: 89 total files, 0 altered files
pptpclient: 12 total files, 0 altered files
print-manager: 336 total files, 0 altered files
prison: 55 total files, 0 altered files
prison5: 64 total files, 0 altered files
procps-ng: 226 total files, 0 altered files
proj: 88 total files, 0 altered files
projectm: 4265 total files, 0 altered files
protobuf: 372 total files, 0 altered files
protobuf-c: 21 total files, 0 altered files
prrte: 158 total files, 0 altered files
psmisc: 196 total files, 0 altered files
pstoedit: 53 total files, 0 altered files
pugixml: 20 total files, 0 altered files
pulseaudio-qt: 63 total files, 0 altered files
purpose: 870 total files, 0 altered files
purpose5: 808 total files, 0 altered files
pv: 43 total files, 0 altered files
pwgen: 7 total files, 0 altered files
python: 3075 total files, 0 altered files
python-appdirs: 18 total files, 0 altered files
python-attrs: 87 total files, 0 altered files
python-autocommand: 30 total files, 0 altered files
python-beautifulsoup4: 137 total files, 0 altered files
python-build: 60 total files, 0 altered files
python-cachecontrol: 58 total files, 0 altered files
python-cachy: 94 total files, 0 altered files
python-cairo: 21 total files, 0 altered files
python-capng: 10 total files, 0 altered files
python-certifi: 28 total files, 0 altered files
python-cffi: 76 total files, 0 altered files
python-chardet: 167 total files, 0 altered files
python-charset-normalizer: 59 total files, 0 altered files
python-cleo: 256 total files, 0 altered files
python-click: 64 total files, 0 altered files
python-coverage: 155 total files, 0 altered files
python-crashtest: 56 total files, 0 altered files
python-cryptography: 286 total files, 0 altered files
python-cssselect: 27 total files, 0 altered files
python-dateutil: 78 total files, 0 altered files
python-dbus: 73 total files, 0 altered files
python-deprecated: 25 total files, 0 altered files
python-distlib: 51 total files, 0 altered files
python-distro: 30 total files, 0 altered files
python-dnspython: 461 total files, 0 altered files
python-docopt: 17 total files, 0 altered files
python-dulwich: 213 total files, 0 altered files
python-fastjsonschema: 50 total files, 0 altered files
python-fastnumbers: 35 total files, 0 altered files
python-filelock: 40 total files, 0 altered files
python-findpython: 83 total files, 0 altered files
python-fvs: 46 total files, 0 altered files
python-gobject: 105 total files, 0 altered files
python-html5lib: 125 total files, 0 altered files
python-idna: 40 total files, 0 altered files
python-inflect: 32 total files, 0 altered files
python-installer: 48 total files, 0 altered files
python-jaraco.classes: 30 total files, 0 altered files
python-jaraco.collections: 21 total files, 0 altered files
python-jaraco.context: 21 total files, 0 altered files
python-jaraco.functools: 22 total files, 0 altered files
python-jaraco.text: 36 total files, 0 altered files
python-jeepney: 60 total files, 0 altered files
python-jsonschema: 127 total files, 0 altered files
python-jsonschema-specifications: 59 total files, 0 altered files
python-keyring: 125 total files, 0 altered files
python-keyutils: 17 total files, 0 altered files
python-lark-parser: 135 total files, 0 altered files
python-legacy-cgi: 17 total files, 0 altered files
python-lockfile: 35 total files, 0 altered files
python-lxml: 170 total files, 0 altered files
python-markdown: 121 total files, 0 altered files
python-more-itertools: 29 total files, 0 altered files
python-mpv: 20 total files, 0 altered files
python-msgpack: 25 total files, 0 altered files
python-mutagen: 215 total files, 0 altered files
python-natsort: 59 total files, 0 altered files
python-npyscreen: 210 total files, 0 altered files
python-numpy: 1858 total files, 0 altered files
python-orjson: 28 total files, 0 altered files
python-packaging: 65 total files, 0 altered files
python-pathvalidate: 63 total files, 0 altered files
python-pbs-installer: 38 total files, 0 altered files
python-pefile: 38 total files, 0 altered files
python-pexpect: 71 total files, 0 altered files
python-pikepdf: 94 total files, 0 altered files
python-pillow: 344 total files, 0 altered files
python-pip: 1420 total files, 0 altered files
python-pipe: 14 total files, 0 altered files
python-pkginfo: 95 total files, 0 altered files
python-platformdirs: 41 total files, 0 altered files
python-poetry: 672 total files, 0 altered files
python-poetry-core: 289 total files, 0 altered files
python-poetry-plugin-export: 31 total files, 0 altered files
python-ptyprocess: 27 total files, 0 altered files
python-pybluez: 33 total files, 0 altered files
python-pycparser: 69 total files, 0 altered files
python-pycryptodomex: 812 total files, 0 altered files
python-pycups: 10 total files, 0 altered files
python-pycurl: 60 total files, 0 altered files
python-pygments: 1142 total files, 0 altered files
python-pyicu: 20 total files, 0 altered files
python-pyopenssl: 35 total files, 0 altered files
python-pyproject-hooks: 30 total files, 0 altered files
python-pypubsub: 87 total files, 0 altered files
python-pyqt5: 1058 total files, 0 altered files
python-pyqt5-sip: 12 total files, 0 altered files
python-pyserial: 82 total files, 0 altered files
python-pysmbc: 18 total files, 0 altered files
python-pyxdg: 50 total files, 0 altered files
python-rapidfuzz: 160 total files, 0 altered files
python-referencing: 59 total files, 0 altered files
python-regex: 29 total files, 0 altered files
python-reportlab: 543 total files, 0 altered files
python-requests: 67 total files, 0 altered files
python-requests-toolbelt: 125 total files, 0 altered files
python-rpds-py: 22 total files, 0 altered files
python-secretstorage: 38 total files, 0 altered files
python-setuptools: 818 total files, 0 altered files
python-shellingham: 40 total files, 0 altered files
python-simplejson: 142 total files, 0 altered files
python-six: 17 total files, 0 altered files
python-soupsieve: 38 total files, 0 altered files
python-steamgriddb: 37 total files, 0 altered files
python-tinycss2: 42 total files, 0 altered files
python-tomlkit: 55 total files, 0 altered files
python-trove-classifiers: 23 total files, 0 altered files
python-typeguard: 55 total files, 0 altered files
python-typing_extensions: 18 total files, 0 altered files
python-urllib3: 134 total files, 0 altered files
python-virtualenv: 367 total files, 0 altered files
python-webencodings: 25 total files, 0 altered files
python-websockets: 173 total files, 0 altered files
python-wheel: 63 total files, 0 altered files
python-wrapt: 41 total files, 0 altered files
python-wxpython: 951 total files, 0 altered files
python-yaml: 77 total files, 0 altered files
python-zstandard: 26 total files, 0 altered files
qbittorrent: 81 total files, 0 altered files
qca-qt5: 56 total files, 0 altered files
qca-qt6: 51 total files, 0 altered files
qcoro: 162 total files, 0 altered files
qgpgme: 117 total files, 0 altered files
qhull: 135 total files, 0 altered files
qmapshack: 117 total files, 0 altered files
qmmp: 195 total files, 0 altered files
qpdf: 105 total files, 0 altered files
qqc2-breeze-style: 109 total files, 0 altered files
qqc2-desktop-style: 202 total files, 0 altered files
qrencode: 15 total files, 0 altered files
qt5-base: 3860 total files, 0 altered files
qt5-declarative: 1057 total files, 0 altered files
qt5-graphicaleffects: 55 total files, 0 altered files
qt5-imageformats: 24 total files, 0 altered files
qt5-location: 397 total files, 0 altered files
qt5-multimedia: 375 total files, 0 altered files
qt5-quickcontrols: 433 total files, 0 altered files
qt5-quickcontrols2: 627 total files, 0 altered files
qt5-sensors: 173 total files, 0 altered files
qt5-speech: 50 total files, 0 altered files
qt5-svg: 56 total files, 0 altered files
qt5-tools: 382 total files, 0 altered files
qt5-translations: 351 total files, 0 altered files
qt5-virtualkeyboard: 153 total files, 0 altered files
qt5-wayland: 398 total files, 0 altered files
qt5-webchannel: 48 total files, 0 altered files
qt5-webengine: 357 total files, 0 altered files
qt5-x11extras: 31 total files, 0 altered files
qt5-xmlpatterns: 441 total files, 0 altered files
qt6-5compat: 160 total files, 0 altered files
qt6-base: 4567 total files, 0 altered files
qt6-charts: 436 total files, 0 altered files
qt6-connectivity: 243 total files, 0 altered files
qt6-declarative: 4956 total files, 0 altered files
qt6-imageformats: 65 total files, 0 altered files
qt6-multimedia: 472 total files, 0 altered files
qt6-multimedia-ffmpeg: 103 total files, 0 altered files
qt6-positioning: 206 total files, 0 altered files
qt6-quick3d: 1388 total files, 0 altered files
qt6-quicktimeline: 128 total files, 0 altered files
qt6-scxml: 315 total files, 0 altered files
qt6-sensors: 242 total files, 0 altered files
qt6-shadertools: 76 total files, 0 altered files
qt6-speech: 108 total files, 0 altered files
qt6-svg: 136 total files, 0 altered files
qt6-tools: 578 total files, 0 altered files
qt6-translations: 296 total files, 0 altered files
qt6-virtualkeyboard: 427 total files, 0 altered files
qt6-wayland: 913 total files, 0 altered files
qt6-webchannel: 118 total files, 0 altered files
qt6-webengine: 598 total files, 0 altered files
qt6-websockets: 92 total files, 0 altered files
qtkeychain-qt6: 30 total files, 0 altered files
qtractor: 59 total files, 0 altered files
quazip-qt6: 33 total files, 0 altered files
ragel: 15 total files, 0 altered files
raptor: 128 total files, 0 altered files
rav1e: 17 total files, 0 altered files
re2: 17 total files, 0 altered files
readline: 60 total files, 0 altered files
rebuild-detector: 15 total files, 0 altered files
reiserfsprogs: 37 total files, 0 altered files
ripgrep: 24 total files, 0 altered files
ripgrep-all: 6 total files, 0 altered files
rnnoise: 18 total files, 0 altered files
routino: 58 total files, 0 altered files
rpcbind: 24 total files, 0 altered files
rsync: 48 total files, 0 altered files
rtkit: 28 total files, 0 altered files
rtmpdump: 25 total files, 0 altered files
rubberband: 24 total files, 0 altered files
ruby: 763 total files, 0 altered files
ruby-abbrev: 17 total files, 0 altered files
ruby-base64: 17 total files, 0 altered files
ruby-bigdecimal: 45 total files, 0 altered files
ruby-bundled-gems: 6 total files, 0 altered files
ruby-bundler: 524 total files, 0 altered files
ruby-csv: 67 total files, 0 altered files
ruby-debug: 799 total files, 0 altered files
ruby-default-gems: 6 total files, 0 altered files
ruby-drb: 34 total files, 0 altered files
ruby-erb: 103 total files, 0 altered files
ruby-getoptlong: 43 total files, 0 altered files
ruby-irb: 736 total files, 0 altered files
ruby-matrix: 25 total files, 0 altered files
ruby-minitest: 373 total files, 0 altered files
ruby-mutex_m: 35 total files, 0 altered files
ruby-net-ftp: 26 total files, 0 altered files
ruby-net-imap: 1033 total files, 0 altered files
ruby-net-pop: 24 total files, 0 altered files
ruby-net-smtp: 29 total files, 0 altered files
ruby-nkf: 101 total files, 0 altered files
ruby-observer: 39 total files, 0 altered files
ruby-power_assert: 135 total files, 0 altered files
ruby-prime: 84 total files, 0 altered files
ruby-racc: 640 total files, 0 altered files
ruby-rake: 78 total files, 0 altered files
ruby-rbs: 2884 total files, 0 altered files
ruby-rdoc: 1832 total files, 0 altered files
ruby-repl_type_completor: 317 total files, 0 altered files
ruby-resolv-replace: 44 total files, 0 altered files
ruby-rexml: 978 total files, 0 altered files
ruby-rinda: 172 total files, 0 altered files
ruby-rss: 65 total files, 0 altered files
ruby-stdlib: 6 total files, 0 altered files
ruby-syslog: 96 total files, 0 altered files
ruby-test-unit: 118 total files, 0 altered files
ruby-typeprof: 1787 total files, 0 altered files
rubygems: 2688 total files, 0 altered files
run-parts: 31 total files, 0 altered files
s-nail: 16 total files, 0 altered files
samba: 1098 total files, 0 altered files
sane: 688 total files, 0 altered files
sbc: 14 total files, 0 altered files
scour: 31 total files, 0 altered files
scrcpy: 26 total files, 0 altered files
screenfetch: 7 total files, 0 altered files
sddm: 251 total files, 0 altered files
sddm-breath-theme: 17 total files, 0 altered files
sddm-kcm: 189 total files, 0 altered files
sdl12-compat: 52 total files, 0 altered files
sdl2-compat: 126 total files, 0 altered files
sdl3: 110 total files, 0 altered files
sdl_image: 14 total files, 0 altered files
sed: 130 total files, 0 altered files
serd: 28 total files, 0 altered files
serf: 12 total files, 0 altered files
shaderc: 22 total files, 0 altered files
shadow: 576 total files, 1 altered file
shared-mime-info: 252 total files, 0 altered files
shellcheck: 50 total files, 0 altered files
signon-kwallet-extension: 5 total files, 0 altered files
signon-plugin-oauth2: 10 total files, 0 altered files
signon-ui: 10 total files, 0 altered files
signond: 122 total files, 0 altered files
simplescreenrecorder: 126 total files, 0 altered files
skanlite: 291 total files, 0 altered files
slang: 182 total files, 0 altered files
smartmontools: 46 total files, 0 altered files
smbclient: 233 total files, 0 altered files
snapd: 117 total files, 2 altered files
snapd-glib: 65 total files, 0 altered files
snappy: 22 total files, 0 altered files
sndio: 69 total files, 0 altered files
socat: 14 total files, 0 altered files
sof-firmware: 586 total files, 0 altered files
solid: 257 total files, 0 altered files
solid5: 278 total files, 0 altered files
songrec: 62 total files, 0 altered files
sonnet: 379 total files, 0 altered files
sonnet5: 384 total files, 0 altered files
sord: 28 total files, 0 altered files
sound-theme-freedesktop: 44 total files, 0 altered files
soundtouch: 26 total files, 0 altered files
sox: 55 total files, 0 altered files
spandsp: 157 total files, 0 altered files
spdlog: 113 total files, 0 altered files
spectacle: 299 total files, 0 altered files
spectre-meltdown-checker: 3 total files, 0 altered files
speedtest-cli: 27 total files, 0 altered files
speex: 32 total files, 0 altered files
speexdsp: 22 total files, 0 altered files
spirv-tools: 58 total files, 3 altered files
splix: 15 total files, 0 altered files
sqlite: 32 total files, 0 altered files
squashfs-tools: 24 total files, 0 altered files
squashfuse: 45 total files, 0 altered files
sratom: 19 total files, 0 altered files
srt: 21 total files, 0 altered files
sshfs: 9 total files, 0 altered files
stoken: 33 total files, 0 altered files
subversion: 357 total files, 0 altered files
sudo: 244 total files, 0 altered files
suil: 26 total files, 0 altered files
suitesparse: 193 total files, 0 altered files
svt-av1: 22 total files, 0 altered files
svt-hevc: 17 total files, 0 altered files
syndication: 88 total files, 0 altered files
syndication5: 167 total files, 0 altered files
syntax-highlighting: 712 total files, 0 altered files
sysfsutils: 17 total files, 0 altered files
system-config-printer: 491 total files, 0 altered files
systemd: 1570 total files, 1 altered file
systemd-fsck-silent: 11 total files, 0 altered files
systemd-kcm: 79 total files, 0 altered files
systemd-libs: 829 total files, 0 altered files
systemd-sysvcompat: 14 total files, 0 altered files
systemsettings: 373 total files, 0 altered files
taglib: 138 total files, 0 altered files
talloc: 23 total files, 0 altered files
tar: 139 total files, 0 altered files
tcl: 1183 total files, 0 altered files
tdb: 25 total files, 0 altered files
terminus-font: 311 total files, 0 altered files
tevent: 13 total files, 0 altered files
texinfo: 673 total files, 0 altered files
thin-provisioning-tools: 50 total files, 0 altered files
threadweaver: 84 total files, 0 altered files
thunderbird: 98 total files, 1 altered file
thunderbird-i18n-de: 5 total files, 0 altered files
thunderbird-i18n-en-us: 5 total files, 0 altered files
timeshift: 266 total files, 0 altered files
tinysparql: 273 total files, 0 altered files
tinyxml: 14 total files, 0 altered files
tinyxml2: 19 total files, 0 altered files
tk: 640 total files, 0 altered files
tlp: 108 total files, 0 altered files
tpm2-tss: 280 total files, 0 altered files
transcode: 242 total files, 0 altered files
tree: 7 total files, 0 altered files
tslib: 74 total files, 0 altered files
ttf-bitstream-vera: 17 total files, 0 altered files
ttf-dejavu: 56 total files, 0 altered files
ttf-droid: 42 total files, 0 altered files
ttf-hack: 14 total files, 0 altered files
ttf-hack-nerd: 19 total files, 0 altered files
ttf-inconsolata: 87 total files, 0 altered files
ttf-indic-otf: 36 total files, 0 altered files
ttf-liberation: 19 total files, 0 altered files
ttf-meslo-nerd-font-powerlevel10k: 8 total files, 0 altered files
tvbrowser: 99 total files, 0 altered files
twolame: 24 total files, 0 altered files
tzdata: 2507 total files, 0 altered files
uchardet: 22 total files, 0 altered files
udiskie: 126 total files, 0 altered files
udisks2: 281 total files, 0 altered files
ufw: 76 total files, 0 altered files
unarchiver: 13 total files, 0 altered files
unixodbc: 53 total files, 0 altered files
unzip: 18 total files, 0 altered files
update-grub: 8 total files, 0 altered files
upower: 111 total files, 0 altered files
usb_modeswitch: 538 total files, 0 altered files
usbmuxd: 16 total files, 0 altered files
usbutils: 27 total files, 0 altered files
util-linux: 1309 total files, 0 altered files
util-linux-libs: 79 total files, 0 altered files
v4l-utils: 841 total files, 0 altered files
vamp-plugin-sdk: 52 total files, 0 altered files
vapoursynth: 30 total files, 0 altered files
vcdimager: 39 total files, 0 altered files
vde2: 94 total files, 0 altered files
verdict: 23 total files, 0 altered files
vi: 25 total files, 0 altered files
vid.stab: 24 total files, 0 altered files
vigra: 257 total files, 0 altered files
vim: 190 total files, 0 altered files
vim-runtime: 2441 total files, 0 altered files
vim-spell-de: 12 total files, 0 altered files
vim-spell-en: 14 total files, 0 altered files
virtualbox: 335 total files, 0 altered files
virtualbox-guest-iso: 6 total files, 0 altered files
vkbasalt-cli: 27 total files, 0 altered files
vlc: 349 total files, 0 altered files
vlc-cli: 11 total files, 0 altered files
vlc-gui-qt: 8 total files, 0 altered files
vlc-plugin-a52dec: 6 total files, 0 altered files
vlc-plugin-aalib: 6 total files, 0 altered files
vlc-plugin-alsa: 8 total files, 0 altered files
vlc-plugin-aom: 6 total files, 0 altered files
vlc-plugin-archive: 6 total files, 0 altered files
vlc-plugin-aribb24: 6 total files, 0 altered files
vlc-plugin-aribb25: 6 total files, 0 altered files
vlc-plugin-ass: 6 total files, 0 altered files
vlc-plugin-avahi: 6 total files, 0 altered files
vlc-plugin-bluray: 6 total files, 0 altered files
vlc-plugin-caca: 6 total files, 0 altered files
vlc-plugin-cddb: 6 total files, 0 altered files
vlc-plugin-chromecast: 6 total files, 0 altered files
vlc-plugin-dav1d: 6 total files, 0 altered files
vlc-plugin-dbus: 6 total files, 0 altered files
vlc-plugin-dbus-screensaver: 6 total files, 0 altered files
vlc-plugin-dca: 6 total files, 0 altered files
vlc-plugin-dvb: 10 total files, 0 altered files
vlc-plugin-dvd: 7 total files, 0 altered files
vlc-plugin-faad2: 6 total files, 0 altered files
vlc-plugin-ffmpeg: 20 total files, 0 altered files
vlc-plugin-firewire: 7 total files, 0 altered files
vlc-plugin-flac: 6 total files, 0 altered files
vlc-plugin-fluidsynth: 6 total files, 0 altered files
vlc-plugin-freetype: 6 total files, 0 altered files
vlc-plugin-gme: 6 total files, 0 altered files
vlc-plugin-gnutls: 6 total files, 0 altered files
vlc-plugin-gstreamer: 6 total files, 0 altered files
vlc-plugin-inflate: 6 total files, 0 altered files
vlc-plugin-jack: 8 total files, 0 altered files
vlc-plugin-journal: 6 total files, 0 altered files
vlc-plugin-jpeg: 6 total files, 0 altered files
vlc-plugin-kate: 6 total files, 0 altered files
vlc-plugin-kwallet: 6 total files, 0 altered files
vlc-plugin-libsecret: 6 total files, 0 altered files
vlc-plugin-lirc: 6 total files, 0 altered files
vlc-plugin-live555: 6 total files, 0 altered files
vlc-plugin-lua: 152 total files, 0 altered files
vlc-plugin-mad: 6 total files, 0 altered files
vlc-plugin-matroska: 6 total files, 0 altered files
vlc-plugin-mdns: 6 total files, 0 altered files
vlc-plugin-modplug: 6 total files, 0 altered files
vlc-plugin-mpeg2: 6 total files, 0 altered files
vlc-plugin-mpg123: 6 total files, 0 altered files
vlc-plugin-mtp: 8 total files, 0 altered files
vlc-plugin-musepack: 6 total files, 0 altered files
vlc-plugin-nfs: 6 total files, 0 altered files
vlc-plugin-notify: 6 total files, 0 altered files
vlc-plugin-opus: 6 total files, 0 altered files
vlc-plugin-png: 6 total files, 0 altered files
vlc-plugin-pulse: 13 total files, 0 altered files
vlc-plugin-quicksync: 6 total files, 0 altered files
vlc-plugin-samplerate: 6 total files, 0 altered files
vlc-plugin-sdl: 6 total files, 0 altered files
vlc-plugin-sftp: 6 total files, 0 altered files
vlc-plugin-shout: 6 total files, 0 altered files
vlc-plugin-smb: 6 total files, 0 altered files
vlc-plugin-soxr: 6 total files, 0 altered files
vlc-plugin-speex: 8 total files, 0 altered files
vlc-plugin-srt: 8 total files, 0 altered files
vlc-plugin-svg: 8 total files, 0 altered files
vlc-plugin-tag: 6 total files, 0 altered files
vlc-plugin-theora: 6 total files, 0 altered files
vlc-plugin-twolame: 6 total files, 0 altered files
vlc-plugin-udev: 6 total files, 0 altered files
vlc-plugin-upnp: 6 total files, 0 altered files
vlc-plugin-vorbis: 6 total files, 0 altered files
vlc-plugin-vpx: 6 total files, 0 altered files
vlc-plugin-x264: 7 total files, 0 altered files
vlc-plugin-x265: 6 total files, 0 altered files
vlc-plugin-xml: 6 total files, 0 altered files
vlc-plugin-zvbi: 9 total files, 0 altered files
vlc-plugins-all: 0 total files, 0 altered files
vlc-plugins-base: 289 total files, 0 altered files
vlc-plugins-extra: 7 total files, 0 altered files
vlc-plugins-video-output: 42 total files, 0 altered files
vlc-plugins-visualization: 9 total files, 0 altered files
vmaf: 245 total files, 0 altered files
volume_key: 126 total files, 0 altered files
vpnc: 30 total files, 0 altered files
vte-common: 313 total files, 0 altered files
vte3: 42 total files, 0 altered files
vulkan-icd-loader: 12 total files, 0 altered files
vulkan-intel: 12 total files, 0 altered files
vulkan-radeon: 12 total files, 0 altered files
vulkan-tools: 5 total files, 0 altered files
wallpapers-2018: 55 total files, 0 altered files
wallpapers-juhraya: 26 total files, 0 altered files
wavpack: 33 total files, 0 altered files
wayland: 46 total files, 0 altered files
wayland-utils: 10 total files, 0 altered files
waylandpp: 86 total files, 0 altered files
webkit2gtk: 413 total files, 0 altered files
webkit2gtk-4.1: 413 total files, 0 altered files
webrtc-audio-processing-1: 54 total files, 0 altered files
wget: 177 total files, 0 altered files
which: 9 total files, 0 altered files
wildmidi: 46 total files, 0 altered files
wine: 3939 total files, 0 altered files
wireless-regdb: 25 total files, 0 altered files
wireless_tools: 68 total files, 0 altered files
wireplumber: 292 total files, 0 altered files
wl-clipboard: 22 total files, 0 altered files
woff2: 25 total files, 0 altered files
wolfssl: 213 total files, 0 altered files
wpa_supplicant: 37 total files, 0 altered files
wxmp3val-git: 52 total files, 0 altered files
wxwidgets-common: 995 total files, 0 altered files
wxwidgets-gtk3: 63 total files, 0 altered files
x264: 15 total files, 0 altered files
x265: 13 total files, 0 altered files
xapian-core: 108 total files, 0 altered files
xapp: 342 total files, 0 altered files
xbitmaps: 81 total files, 0 altered files
xcb-proto: 74 total files, 0 altered files
xcb-util: 20 total files, 0 altered files
xcb-util-cursor: 14 total files, 0 altered files
xcb-util-image: 16 total files, 0 altered files
xcb-util-keysyms: 14 total files, 0 altered files
xcb-util-renderutil: 14 total files, 0 altered files
xcb-util-wm: 19 total files, 0 altered files
xclip: 11 total files, 0 altered files
xdg-dbus-proxy: 7 total files, 0 altered files
xdg-desktop-portal: 189 total files, 0 altered files
xdg-desktop-portal-kde: 179 total files, 0 altered files
xdg-user-dirs: 245 total files, 0 altered files
xdg-utils: 25 total files, 0 altered files
xerces-c: 518 total files, 0 altered files
xf86-input-elographics: 13 total files, 0 altered files
xf86-input-evdev: 21 total files, 0 altered files
xf86-input-libinput: 21 total files, 0 altered files
xf86-input-void: 13 total files, 0 altered files
xf86-video-amdgpu: 16 total files, 0 altered files
xf86-video-ati: 18 total files, 0 altered files
xf86-video-intel: 27 total files, 0 altered files
xf86-video-nouveau: 13 total files, 0 altered files
xfsprogs: 156 total files, 0 altered files
xkeyboard-config: 520 total files, 0 altered files
xmlsec: 237 total files, 0 altered files
xnviewmp: 857 total files, 0 altered files
xorg-fonts-encodings: 60 total files, 0 altered files
xorg-server: 49 total files, 0 altered files
xorg-server-common: 15 total files, 0 altered files
xorg-setxkbmap: 10 total files, 0 altered files
xorg-twm: 13 total files, 0 altered files
xorg-xauth: 10 total files, 0 altered files
xorg-xdpyinfo: 10 total files, 0 altered files
xorg-xhost: 10 total files, 0 altered files
xorg-xinit: 17 total files, 0 altered files
xorg-xkbcomp: 13 total files, 0 altered files
xorg-xkill: 10 total files, 0 altered files
xorg-xmessage: 14 total files, 0 altered files
xorg-xmodmap: 10 total files, 0 altered files
xorg-xprop: 10 total files, 0 altered files
xorg-xrandr: 10 total files, 0 altered files
xorg-xrdb: 10 total files, 0 altered files
xorg-xset: 10 total files, 0 altered files
xorg-xwayland: 15 total files, 0 altered files
xorgproto: 211 total files, 0 altered files
xsettingsd: 16 total files, 0 altered files
xterm: 40 total files, 0 altered files
xvidcore: 7 total files, 0 altered files
xxhash: 27 total files, 0 altered files
xz: 462 total files, 0 altered files
yad: 67 total files, 0 altered files
yakuake: 370 total files, 0 altered files
youplay: 9 total files, 0 altered files
yt-dlp: 3401 total files, 0 altered files
zam-plugins-lv2: 133 total files, 0 altered files
zbar: 64 total files, 0 altered files
zenity: 1186 total files, 0 altered files
zensu: 8 total files, 0 altered files
zeromq: 184 total files, 0 altered files
zimg: 34 total files, 0 altered files
zita-convolver: 12 total files, 0 altered files
zix: 35 total files, 0 altered files
zlib: 18 total files, 0 altered files
zlib-ng: 24 total files, 0 altered files
zsh: 1210 total files, 0 altered files
zsh-autosuggestions: 14 total files, 0 altered files
zsh-completions: 157 total files, 0 altered files
zsh-history-substring-search: 12 total files, 0 altered files
zsh-syntax-highlighting: 43 total files, 0 altered files
zsh-theme-powerlevel10k: 97 total files, 0 altered files
zstd: 39 total files, 0 altered files
zvbi: 55 total files, 0 altered files
zxing-cpp: 46 total files, 0 altered files
zziplib: 76 total files, 0 altered files

Offline

#9 2025-07-26 20:02:54

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

That's not the xorg log but some random line?

Is your grep also broken?
Why was ", 0 altered files" not filtered out?
Either way:

linux515: 6630 total files, 11 altered files
linux61: 6910 total files, 11 altered files
linux612: 7404 total files, 11 altered files
linux66: 7177 total files, 11 altered files

Right off the bat: try one of the main kernels (notably linux or linux-lts)

Offline

#10 2025-07-27 07:14:35

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

Re: No graphic session after boot: Failed to read display number from pipe

Thank you!

mhwd-kernel -i linux615

worked fine, but same issue. Any other idea? What about the messages Display server stopping / failed in my journalctl-b?

Offline

#11 2025-07-27 07:42:58

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

MichaARCH wrote:

Thank you!

mhwd-kernel -i linux615

worked fine, but same issue.

So this is manjaro?
The display server stops because X11 crashes.
X11 crashes because the xf86-video-amdgpu ddx driver via libgbm tries to dlopen some probably bogus or incompatible library.
You could try to simply remove xf86-video-amdgpu and see whether you get the same problem w/ the modesetting driver.

Offline

#12 2025-07-27 08:37:13

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

Re: No graphic session after boot: Failed to read display number from pipe

Thank you so much!

seth wrote:

The display server stops because X11 crashes.
X11 crashes because the xf86-video-amdgpu ddx driver via libgbm tries to dlopen some probably bogus or incompatible library.

Where did you find this?

seth wrote:

You could try to simply remove xf86-video-amdgpu and see whether you get the same problem w/ the modesetting driver.

Is it worth to re-install? How to remove and re-install the package?

Offline

#13 2025-07-27 09:40:30

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

1. The backtrace highlighted in #4
2. https://wiki.archlinux.org/title/Pacman#Usage - re-installing the package will unlikely change anything (unless this is a partial upgrade situation in which case you rather want to -Suy)
The idea would be to remove the xf86-video-* packages altogether and rely on the generic kms driver (this does not! mean unaccelerated)

seth wrote:

S this is manjaro?

Offline

#14 2025-07-27 10:30:30

MichaARCH
Member
Registered: 2021-04-16
Posts: 19

Re: No graphic session after boot: Failed to read display number from pipe

Thank you!

seth wrote:

S this is manjaro?

Yes, Manjaro.
The rest of your message i did not understand really. I did:

$ pamac list -i | grep xf86-video-
xf86-video-amdgpu                         23.0.0-2                    extra     170,2 KB
xf86-video-ati                            1:22.0.0-2                  extra     488,1 KB
xf86-video-intel                          1:2.99.917+939+g4a64400e-1  extra     2,3 MB
xf86-video-nouveau                        1.0.18-1                    extra     216,0 KB

and am thinking of:

pamac remove xf86-video-amdgpu

Is this what you proposed?

Offline

#15 2025-07-27 11:44:07

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: No graphic session after boot: Failed to read display number from pipe

I prropose to read the pacman article. Then remove all of the xf86-video-* packages. And make sure to fully update your system so this isn't merely some ABI incompatibility.
Also maybe https://bbs.archlinux.org/misc.php?action=rules

Offline

Board footer

Powered by FluxBB