Failed update; help needed

Hello,

the last night update and one reboot: After login there is nothing. Only a frozen mouse.

I did this without success (sdd is the USB-Stick with Live-Manjaro):

sudo fdisk -l:

Disk /dev/sda: 931,51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: CT1000MX500SSD1 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x932dd4f2

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1             2048    1187839    1185792   579M  7 HPFS/NTFS/exFAT
/dev/sda2  *       1187840  266239999  265052160 126,4G  7 HPFS/NTFS/exFAT
/dev/sda3        266240000 1911541759 1645301760 784,5G 83 Linux
/dev/sda4       1911541760 1953523711   41981952    20G  f W95 Ext'd (LBA)
/dev/sda5       1911543808 1953523711   41979904    20G 82 Linux swap / Solaris

Disk /dev/sdb: 7,28 TiB, 8001563222016 bytes, 15628053168 sectors
Disk model: ST8000DM004-2U91
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/sdc: 2,73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: WDC WD30EZRX-00D
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 8A450C41-08D4-465F-BFB2-D26C0856804E

Device          Start        End    Sectors  Size Type
/dev/sdc1        2048 2931892223 2931890176  1,4T Microsoft basic data
/dev/sdc2  2931892224 5860532223 2928640000  1,4T Microsoft basic data

Disk /dev/sdd: 14,51 GiB, 15581839360 bytes, 30433280 sectors
Disk model: Disk 2.0        
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device     Boot   Start     End Sectors  Size Id Type
/dev/sdd1  *         64 8273211 8273148  3,9G  0 Empty
/dev/sdd2       8273212 8281403    8192    4M ef EFI (FAT-12/16/32)

Disk /dev/loop0: 64,65 MiB, 67788800 bytes, 132400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop1: 1,96 GiB, 2103304192 bytes, 4108016 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop2: 893,05 MiB, 936435712 bytes, 1828976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop3: 928,31 MiB, 973406208 bytes, 1901184 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
sudo mount /dev/sda3 /mnt
sudo mount --bind/dev /mnt/dev
mount: unrecognized option '--bind/dev'
Try 'mount --help' for more information.
sudo mount --bind /dev /mnt/dev
sudo mount --bind /sys /mnt/sys
sudo mount --bind /proc /mnt/proc
sudo chroot /mnt

# update-grub:

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.12-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.12-x86_64.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
ERROR: mkdir /var/lock/dmraid
grub-probe: error: cannot find a GRUB drive for /dev/sdd1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdd1.  Check your device.map.
Found Windows 10 on /dev/sda2
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest86+ image: /boot/memtest86+/memtest.bin
done

update-grub:

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.12-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.12-x86_64.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sdd1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdd1.  Check your device.map.
Found Windows 10 on /dev/sda2
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest86+ image: /boot/memtest86+/memtest.bin
done

Then I saw this and did it with the same result.

I saw, that at the start (login window) is only Gnome and Gnome Classic to choosse. No more wayland.

I use KDE rather than GNOME but I experienced similar symptoms after the upgrade: graphical session basically wasn’t working, and the login screen no longer gave an option between X11 and Wayland, which I eventually realized was because X11 had been removed during the upgrade.

I solved it by doing the following:

  • Press Ctrl+Alt +F3 to get to a terminal
  • Installed plasma-x11-session to get back my X11 session
  • Ran sudo systemctl restart sddm to get a fresh login screen, which now gave me a choice between X11 and Wayland
  • Chose X11 (which is what I had been using before, Wayland has always been buggy for me) and logged in, and everything was working fine

Note plasma-x11-sessionand sddm are KDE-specific, but maybe the GNOME equivalents would apply for you.

2 Likes

Thank you! I tried it in GNOME. But not with access. At the GUI no change to choose Xorg…

May be I am missing something. And wayland doesn’t work anymore. No Nvidia onboard. See attachment…

Known Issues and Solutions:

Plasma:

Gnome: :point_down:

(Emphasis, mine.)


As X11 is no longer available to GNOME, I think you should find that GNOME and GNOME Classic are both using Wayland – assuming the update went as planned.

  • The X11 option is not available in GNOME 49
  • X11 is to be removed completely from GNOME 50+

Please provide your system information as described (below) and any other useful details that might help others to diagnose your other issues.

Please be clear and precise with all information provided. Links designed to help you create your Support topic properly can also be found below.

I’m sure someone will help when they are able.

Regards.


What follows is from a standard template.

Welcome back to the Manjaro community

As a new or infrequent forum user, please take some time to familiarise yourself with forum requirements, and the many ways to use the forum to your benefit.

Note: By virtue of using the Manjaro forum you acknowledge and agree to follow Rules and Guidelines outlined; so, you really should read them:

Required Reading
Highly Recommended

Work with us, not against us

It is important to provide as much actionable information as possible in your first post, rather than simply indicating there is a problem. Please also be prepared to provide output from commands if/when asked.

Simply waiting for others to ask you questions is counter-productive – typically, nobody has a :crystal_ball: at their disposal – and your clear, concise and accurate input is often relied upon in order to help you.

Please help others to make informed suggestions based on information you provide.


System Information

While information from *-fetch type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly; :eyes:

Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:

Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)
inxi man pages (manual)
If running `inxi` within a `chroot` environment
  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0
Your privacy is respected

Update Announcements


Technical Resources


Thank you! Here is a diagram of my complete system. Is that sufficient?

I made the update in the evening. Because the update of qt5-webengine took so long, I left the computer running overnight. All updates were completed. The system was shown to be up to date when I checked again. Everything looked fine. Until I rebooted later.

I can log in (choice of Gnome and Gnome Classic), but then I see a dark screen with a frozen mouse pointer.

It’s out of date.

You will need to at least provide your current inxi output. Use inxi -zv8 as described (above), and add it to your first post.

Thank you for tidying your first post, btw.

Now that the confusion regarding GNOME and X11 has been clarified, others can focus on your actual problem with the mouse.

Regards.

I don’t have access via the GUI. Only via the terminal. The output is too long for one screen height. How can I pause it?

You can pipe it to a text file:

inxi -zv8 > ~/my-inxi-output.txt

Then copy it to wherever you like; a USB for example.

There are plenty of “pastebin” type sites to choose from – you could copy the text to one of them, and simply return the URL, if you can’t manage to paste the output from the file.

Choose your poison.


For the benefit of others who might like to help…

Does the screen freeze after login, or is it only that you can’t move the mouse? Is keyboard navigation still possible?

Here it comes:

System:
  Kernel: 6.12.61-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.2.1 clocksource: tsc
    avail: hpet,acpi_pm parameters: BOOT_IMAGE=/boot/vmlinuz-6.12-x86_64
    root=UUID=23904d8e-beb2-44b5-b9df-7616bc3d91aa rw quiet udev.log_priority=3
  Console: tty 4 DM: GDM v: 49.2 Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop System: ASUS product: All Series v: N/A serial: N/A
  Mobo: ASUSTeK model: Z97-A-USB31 v: Rev 1.xx serial: <filter> part-nu: All
    uuid: 27fcf720-d87a-11dd-a455-086266c5c652 Firmware: UEFI-[Legacy] vendor: American Megatrends
    v: 3503 date: 04/18/2018
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 16 GiB available: 15.56 GiB used: 848.2 MiB (5.3%)
  Array-1: capacity: 32 GiB slots: 4 modules: 2 EC: None max-module-size: 8 GiB note: est.
  Device-1: DIMM_A1 type: DDR3 detail: synchronous size: 8 GiB speed: spec: 1600 MT/s
    actual: 1333 MT/s volts: curr: 1.5 min: 1.5 max: 1.5 width (bits): data: 64 total: 64
    manufacturer: Chips and Technologies part-no: F3-1600C9-8GAR serial: N/A
  Device-2: DIMM_A2 type: DDR3 detail: synchronous size: 8 GiB speed: spec: 1600 MT/s
    actual: 1333 MT/s volts: curr: 1.5 min: 1.5 max: 1.5 width (bits): data: 64 total: 64
    manufacturer: Chips and Technologies part-no: F3-1600C9-8GAR serial: N/A
  Device-3: DIMM_B1 type: no module installed
  Device-4: DIMM_B2 type: no module installed
PCI Slots:
  Slot: 0 type: PCIe status: available length: short volts: 3.3 bus-ID: ff:00.0
  Slot: 1 type: PCIe status: in use length: long volts: 3.3 bus-ID: 01:00.0
  Slot: 2 type: PCI status: available length: long volts: 3.3 bus-ID: ff:00.0
  Slot: 3 type: PCIe status: available length: short volts: 3.3 bus-ID: ff:00.0
  Slot: 4 type: PCIe status: available length: long volts: 3.3 bus-ID: ff:00.0
  Slot: 5 type: PCI status: available length: long volts: 3.3 bus-ID: ff:00.0
  Slot: 6 type: PCIe status: available length: long volts: 3.3 bus-ID: ff:00.0
CPU:
  Info: model: Intel Xeon E3-1231 v3 socket: BGA1155 (1150) note: check bits: 64 type: MT MCP
    arch: Haswell level: v3 note: check built: 2013-15 process: Intel 22nm family: 6
    model-id: 0x3C (60) stepping: 3 microcode: 0x28
  Topology: cpus: 1x dies: 1 clusters: 4 cores: 4 threads: 8 tpc: 2 smt: enabled cache:
    L1: 256 KiB desc: d-4x32 KiB; i-4x32 KiB L2: 1024 KiB desc: 4x256 KiB L3: 8 MiB desc: 1x8 MiB
  Speed (MHz): avg: 3800 min/max: 800/3800 base/boost: 3400/3800 scaling: driver: intel_cpufreq
    governor: schedutil volts: 1.2 V ext-clock: 100 MHz cores: 1: 3800 2: 3800 3: 3800 4: 3800
    5: 3800 6: 3800 7: 3800 8: 3800 bogomips: 54385
  Flags: abm acpi aes aperfmperf apic arat arch_perfmon avx avx2 bmi1 bmi2 bts clflush cmov
    constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb erms est f16c
    flush_l1d fma fpu fsgsbase fxsr ht ibpb ibrs ida invpcid lahf_lm lm mca mce md_clear mmx
    monitor movbe msr mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge
    pln pni popcnt pse pse36 pti pts rdrand rdtscp rep_good sdbg sep smep smx ss ssbd sse sse2
    sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tsc tsc_adjust tsc_deadline_timer vme x2apic xsave
    xsaveopt xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: KVM: VMX unsupported
  Type: l1tf mitigation: PTE Inversion
  Type: mds mitigation: Clear CPU buffers; SMT vulnerable
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data status: Unknown: No mitigations
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: conditional; RSB
    filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds mitigation: Microcode
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
  Type: vmscape mitigation: IBPB before exit to userspace
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
    vendor: Sapphire driver: amdgpu v: kernel arch: GCN-4 code: Arctic Islands process: GF 14nm
    built: 2016-20 pcie: gen: 3 speed: 8 GT/s lanes: 16 ports: active: HDMI-A-2 empty: DP-1,
    DP-2, DVI-D-1, HDMI-A-1 bus-ID: 01:00.0 chip-ID: 1002:67df class-ID: 0300 temp: 44.0 C
  Display: unspecified server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.9
    compositor: gnome-shell driver: X: loaded: amdgpu unloaded: modesetting,radeon
    alternate: fbdev,vesa dri: radeonsi gpu: amdgpu tty: 240x67
  Monitor-1: HDMI-A-2 model: Acer S273HL serial: <filter> built: 2011 res: 1920x1080 dpi: 82
    gamma: 1.2 chroma: red: x: 0.651 y: 0.337 green: x: 0.290 y: 0.612 blue: x: 0.145 y: 0.071
    white: x: 0.314 y: 0.329 size: 597x336mm (23.5x13.23") diag: 685mm (27") ratio: 16:9
    modes: 1920x1080, 1680x1050, 1280x1024, 1440x900, 1280x800, 1152x864, 1280x720, 1024x768,
    800x600, 720x576, 720x480, 640x480, 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi device: 1 drv: swrast
    gbm: drv: radeonsi surfaceless: drv: radeonsi inactive: wayland,x11
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 25.3.1-arch1.2 note: console (EGL sourced)
    renderer: AMD Radeon RX 570 Series (radeonsi polaris10 ACO DRM 3.61 6.12.61-1-MANJARO),
    llvmpipe (LLVM 21.1.6 256 bits)
  Info: Tools: api: eglinfo,glxinfo x11: xprop,xrandr
Audio:
  Device-1: Intel 9 Series Family HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel
    bus-ID: 00:1b.0 chip-ID: 8086:8ca0 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD/ATI] Ellesmere HDMI Audio [Radeon RX 470/480 /
    570/580/590] vendor: Sapphire driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s
    lanes: 16 bus-ID: 01:00.1 chip-ID: 1002:aaf0 class-ID: 0403
  Device-3: VIA VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio driver: snd_ice1724 v: kernel
    bus-ID: 06:00.0 chip-ID: 1412:1724 class-ID: 0401
  API: ALSA v: k6.12.61-1-MANJARO status: kernel-api with: aoss type: oss-emulator
    tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.9 status: n/a (root, process) with: pipewire-media-session
    status: active tools: pw-cat,pw-cli
  Server-3: PulseAudio v: 17.0-93-gbe2efb status: active (root, process) with:
    1: pulseaudio-alsa type: plugin 2: pulseaudio-jack type: module tools: pacat,pactl,pavucontrol
Network:
  Device-1: Intel Ethernet I218-V vendor: ASUSTeK driver: e1000e v: kernel port: f040
    bus-ID: 00:19.0 chip-ID: 8086:15a1 class-ID: 0200
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, smbd, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 10.92 TiB used: 1.89 TiB (17.3%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/sda maj-min: 8:0 vendor: Crucial model: CT1000MX500SSD1 size: 931.51 GiB
    block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s tech: SSD serial: <filter>
    fw-rev: 046 scheme: MBR
  ID-2: /dev/sdb maj-min: 8:16 vendor: Seagate model: ST8000DM004-2U9188 size: 7.28 TiB
    block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s tech: HDD rpm: 5400 serial: <filter>
    fw-rev: 0001
  ID-3: /dev/sdc maj-min: 8:32 vendor: Western Digital model: WD30EZRX-00DC0B0 size: 2.73 TiB
    block-size: physical: 4096 B logical: 512 B speed: 3.0 Gb/s tech: N/A serial: <filter>
    fw-rev: 0A80 scheme: GPT
  ID-4: /dev/sdd maj-min: 8:48 model: USB DISK 2.0 size: 981 MiB block-size: physical: 512 B
    logical: 512 B type: USB rev: 2.0 spd: 480 Mb/s lanes: 1 mode: 2.0 tech: N/A serial: <filter>
    fw-rev: PMAP scheme: MBR
  Optical-1: /dev/sr0 vendor: HL-DT-ST model: BD-RE BH16NS40 rev: 1.03 dev-links: cdrom
  Features: speed: 48 multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram
    state: running
  Optical-2: /dev/sr1 vendor: HL-DT-ST model: DVD-RAM GH22LP20 rev: 2.00 dev-links: N/A
  Features: speed: 48 multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram
    state: running
Partition:
  ID-1: / raw-size: 784.54 GiB size: 771.66 GiB (98.36%) used: 67.71 GiB (8.8%) fs: ext4
    block-size: 4096 B dev: /dev/sda3 maj-min: 8:3 label: root
    uuid: 23904d8e-beb2-44b5-b9df-7616bc3d91aa
  ID-2: /home raw-size: 7.28 TiB size: 7.16 TiB (98.42%) used: 1.82 TiB (25.4%) fs: ext4
    block-size: 4096 B dev: /dev/sdb maj-min: 8:16 label: home
    uuid: f107e863-69ce-4197-88d6-4cf06311bfa1
  ID-3: /media/usb raw-size: 980 MiB size: 978.1 MiB (99.80%) used: 217.4 MiB (22.2%) fs: vfat
    block-size: 512 B dev: /dev/sdd1 maj-min: 8:49 label: USB-MAXELL uuid: 4BEC-35AF
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: partition size: 20.02 GiB used: 0 KiB (0.0%) priority: -2 dev: /dev/sda5
    maj-min: 8:5 label: N/A uuid: e1682136-484a-4a62-bac0-4faa41ed7348
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 579 MiB fs: ntfs label: N/A uuid: 9A608D3A608D1DDF
  ID-2: /dev/sda2 maj-min: 8:2 size: 126.39 GiB fs: ntfs label: WIN10PRO uuid: DE6A888D6A88645D
  ID-3: /dev/sda4 maj-min: 8:4 size: 1 KiB fs: N/A label: N/A uuid: N/A
  ID-4: /dev/sdc1 maj-min: 8:33 size: 1.37 TiB fs: ntfs label: Bild uuid: 080A694D0A693938
  ID-5: /dev/sdc2 maj-min: 8:34 size: 1.36 TiB fs: ntfs label: Musik uuid: 54226F67226F4CD4
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 14 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 1d6b:0002 class-ID: 0900
  Device-1: 1-1:2 info: Phison DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB
    type: mass storage driver: usb-storage interfaces: 1 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 power: 200mA chip-ID: 13fe:1d00 class-ID: 0806 serial: <filter>
  Device-2: 1-4:3 info: CHERRY KC 6000 Slim Keyboard type: keyboard,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0
    power: 100mA chip-ID: 046a:0113 class-ID: 0300
  Device-3: 1-6:4 info: JMicron / USA JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
    type: mass storage driver: usb-storage interfaces: 1 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 power: 2mA chip-ID: 152d:2338 class-ID: 0806 serial: <filter>
  Device-4: 1-7:5 info: Genesys Logic Multislot Card Reader/Writer type: mass storage
    driver: usb-storage interfaces: 1 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    power: 500mA chip-ID: 05e3:0716 class-ID: 0806 serial: <filter>
  Device-5: 1-12:6 info: MosArt Wireless Mouse type: mouse driver: hid-generic,usbhid
    interfaces: 1 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 062a:4102 class-ID: 0301
  Hub-2: 2-0:1 info: full speed or root hub ports: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 1d6b:0002 class-ID: 0900
  Hub-3: 2-1:2 info: Intel Integrated Hub ports: 8 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 8087:8001 class-ID: 0900
  Hub-4: 3-0:1 info: super-speed hub ports: 6 rev: 3.0 speed: 5 Gb/s (596.0 MiB/s) lanes: 1
    mode: 3.2 gen-1x1 chip-ID: 1d6b:0003 class-ID: 0900
  Hub-5: 4-0:1 info: full speed or root hub ports: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 chip-ID: 1d6b:0002 class-ID: 0900
  Hub-6: 4-1:2 info: Intel ports: 6 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    chip-ID: 8087:8009 class-ID: 0900
Sensors:
  System Temperatures: cpu: 33.0 C mobo: N/A gpu: amdgpu temp: 44.0 C
  Fan Speeds (rpm): N/A gpu: amdgpu fan: 1626
Repos:
  Packages: 2017 pm: dpkg pkgs: 0 pm: pacman pkgs: 2011 libs: 479 tools: octopi,pamac,yay pm: rpm
    pkgs: 0 pm: flatpak pkgs: 6
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://manjaro.kurdy.org/stable/$repo/$arch
    2: https://mirror.23m.com/manjaro/stable/$repo/$arch
    3: https://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch
    4: https://mirror.alpix.eu/manjaro/stable/$repo/$arch
    5: https://mirror.netcologne.de/manjaro/stable/$repo/$arch
    6: http://ftp.uni-kl.de/pub/linux/manjaro/stable/$repo/$arch
    7: https://ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 266
  1: cpu: 0.8% command: [kworker/3:1-events] pid: 129 mem: 0.00 MiB (0.0%)
  2: cpu: 0.5% command: [kworker/4:1-events] pid: 83 mem: 0.00 MiB (0.0%)
  3: cpu: 0.5% command: [kworker/2:1-events] pid: 95 mem: 0.00 MiB (0.0%)
  4: cpu: 0.4% command: [kworker/7:1-events] pid: 128 mem: 0.00 MiB (0.0%)
  5: cpu: 0.3% command: [kworker/5:1-events] pid: 84 mem: 0.00 MiB (0.0%)
  Memory top: 5 of 266
  1: mem: 175.1 MiB (1.0%) command: gnome-shell pid: 802 cpu: 0.3%
  2: mem: 53.8 MiB (0.3%) command: mutter-x11-frames pid: 1598 cpu: 0.0%
  3: mem: 45.7 MiB (0.2%) command: Xwayland pid: 1564 cpu: 0.0%
  4: mem: 40.1 MiB (0.2%) command: pulseaudio pid: 1035 cpu: 0.0%
  5: mem: 38.2 MiB (0.2%) command: xdg-desktop-portal-gnome pid: 1714 cpu: 0.0%
Info:
  Processes: 266 Power: uptime: 9m states: freeze,mem,disk suspend: deep avail: s2idle wakeups: 0
    hibernate: platform avail: shutdown, reboot, suspend, test_resume image: 6.2 GiB
    services: gsd-power, power-profiles-daemon, upowerd Init: systemd v: 258 default: graphical
    tool: systemctl
  Compilers: clang: 21.1.6 gcc: 15.2.1 Shell: Bash (login) v: 5.3.8 running-in: tty 4
    inxi: 3.3.40

Sorry I forgot to answer:

It freezes after login. After Login there is nothing than a complete empty screen. Only the frozen mouse at its last position before login. Keyboard navigation is not possible. On keyboard it is only possible to use Ctrl+Alt+Del or Ctrl+Alt+Fx

7 posts were split to a new topic: GDM hangs with the mouse frozen

There seems to be no mention of Gnome (version, etc.) in your inxi output, which in itself is rather unusual. This leads me to believe that the update might not have successfully completed.

These questions are to help get a feel for what may have contributed:

  • How did you perform the update; that is, which exact command(s) did you use?
  • Did you update from within Gnome, or logout and use a TTY?
  • Is any software installed via the AUR?

The following Tutorial shows how to enter a chroot environment, allowing you to perform various actions as the Super User (root).

You would need to boot with the Manjaro Installer USB, and use its Terminal. As you are using the ext4 filesystem, you can use manjaro-chroot -a to enter the chroot environment.

In the chroot environment, you are already the Super User, so sudo is not required for any command.

Try performing the update again:

1. Refresh the mirrors

  • pacman-mirrors --continent

2. Update packages from the Manjaro repo(s):

  • pacman -Syu

3. Build/update software sourced via the AUR:

  • pamac update --aur (using pamac)

4. If you use flatpak containerised apps:

  • flatpak update

While in chroot it’s likely a good idea to also remove your ~/.cache directory:

rm -rf ~/.cache/*

It should normally be recreated progressively as you use the computer.


I might also suggest updating Grub after the update(s) have completed successfully – while still in the chroot environment – it might be enough to use the install-grub script followed by update-grub (to update the configuration).

  • install-grub itself may need to be installed first: pacman -S install-grub

There is also a related Tutorial for reference:

2 Likes

I’m starting to see some commonality now, with the symptoms you describe.

For example, in the Stable Update Announcement thread:

At this time it’s no doubt difficult to see the cause, however I suspect that older machines and poor maintenance might generally be among the contributors to the problem.

This is only supposition on my part.

However, at least one post I’ve seen in the thread indicates that the user’s system was in an “unsupported state” before they thought it was a wonderful idea to update. Plus, they seemingly hadn’t bothered to read through Known Issues and Solutions before updating.

  • I did the update with pamac - GUI : I wasn’t sitting the whole time at the computer, but I remember, that I saw first the big update. After a short time there was only a short update. This “short“ update took a very long time, so I decided to go to sleep. → my first post
  • I did update within Gnome
  • Many software from AUR

I tried performing the update. It hangs on point 3. May be because of chroot?

Warning: Building packages as dynamic user
Warning: Setting build directory to /var/cache/pamac
Preparing...
Synchronizing package databases...
Failed to synchronize AUR database
Warning: shortwave: local (1:3.2.0-1) is newer than extra (5.0.0-3)
Nothing to do.
Transaction successfully finished.

I did also this without success:

pamac update --aur --force-refresh

Please show every update command you used in chroot along with the output it provides. Use the method previously shown to pipe it to a text file, if needed.

I understand it may be inconvenient, but in order to understand the context of output provided, the command used and the full output must be shown.

It’s important to see successes and failures in the output.

Do that for each of these as needed:

pacman -Syu
pamac update --aur
flatpak update

Note: My post above regarding chroot has been updated. :eyes:

Since it is Gnome, are any Gnome Extensions installed? Either in manually in your Home or via AUR.

If so remove them all. This is always the first step with new Gnome versions. Remove all Gnome Extensions.

# pacman-mirrors --continent:

::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  0.184 Austria        : https://mirror.easyname.at/manjaro/
  0.242 Austria        : https://mirror.alwyzon.net/manjaro/
  0.314 Belarus        : https://mirror.datacenter.by/pub/mirrors/manjaro/
  0.874 Belgium        : https://manjaro.mirror-services.net/pub/
  0.534 Belgium        : https://ftp.belnet.be/mirrors/manjaro/repos/
  0.162 Belgium        : https://mirror.futureweb.be/manjaro/
  0.366 Bulgaria       : https://mirror.telepoint.bg/manjaro/
  0.200 Czech_Republic : https://mirror.dkm.cz/manjaro/
  0.428 Czech_Republic : https://mirror.it4i.cz/manjaro/
  0.225 Denmark        : https://mirrors.dotsrc.org/manjaro/
  0.245 France         : https://mirrors.eric.ovh/manjaro/
  0.164 France         : https://ftp.free.org/mirrors/repo.manjaro.org/repos/
  0.272 France         : https://manjaro.ynh.ovh/
  0.192 France         : https://manjaro.syxpi.fr/manjaro/
  0.146 Germany        : https://mirror.alpix.eu/manjaro/
  0.159 Germany        : http://ftp.uni-kl.de/pub/linux/manjaro/
  0.244 Germany        : https://ftp.gwdg.de/pub/linux/manjaro/
  0.148 Germany        : https://mirror.23m.com/manjaro/
  0.129 Germany        : https://ftp.halifax.rwth-aachen.de/manjaro/
  0.182 Germany        : https://ftp.tu-chemnitz.de/pub/linux/manjaro/
  0.154 Germany        : https://mirror.netcologne.de/manjaro/
  0.320 Germany        : https://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/
  0.085 Germany        : https://manjaro.kurdy.org/
  0.293 Greece         : https://fosszone.csd.auth.gr/manjaro/
  0.244 Hungary        : https://quantum-mirror.hu/mirrors/pub/manjaro/
  0.353 Italy          : https://manjaro.mirror.garr.it/manjaro/
  0.537 Italy          : https://ba.mirror.garr.it/mirrors/manjaro/
  0.532 Italy          : https://ct.mirror.garr.it/mirrors/manjaro/
  0.199 Netherlands    : https://manjaro.mirror.wearetriple.com/
  0.201 Netherlands    : https://manjaro.mirrors.lavatech.top/
  0.204 Netherlands    : https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/
  0.196 Netherlands    : https://ftp.snt.utwente.nl/pub/linux/manjaro/
  0.154 Netherlands    : https://mirror.koddos.net/manjaro/
  0.414 Netherlands    : https://mirror.bouwhuis.network/manjaro/
  0.188 Poland         : https://ftp.psnc.pl/linux/manjaro/
  ..... Portugal       : https://mirrors.up.pt/pub/manjaro/
  0.328 Russia         : https://mirror.yandex.ru/mirrors/manjaro/
  0.222 Serbia         : https://mirror1.sox.rs/manjaro/
  0.100 Slovenia       : https://mirror.komelt.dev/manjaro/
  0.243 Spain          : https://mirror.raiolanetworks.com/manjaro/
  0.293 Spain          : https://mirrors.ft.uam.es/manjaro/
  0.248 Sweden         : https://ftp.lysator.liu.se/pub/manjaro/
  0.334 Sweden         : https://ftpmirror1.infania.net/mirror/manjaro/
  0.172 Switzerland    : https://mirror.init7.net/manjaro/
  0.350 Turkey         : https://ftp.linux.org.tr/manjaro/
  0.444 Ukraine        : https://mirror.hostiko.network/manjaro/
::INFO Writing mirror list
::Germany         : https://manjaro.kurdy.org/stable
::Slovenia        : https://mirror.komelt.dev/manjaro/stable
::Germany         : https://ftp.halifax.rwth-aachen.de/manjaro/stable
::Germany         : https://mirror.alpix.eu/manjaro/stable
::Germany         : https://mirror.23m.com/manjaro/stable
::Germany         : https://mirror.netcologne.de/manjaro/stable
::Netherlands     : https://mirror.koddos.net/manjaro/stable
::Germany         : http://ftp.uni-kl.de/pub/linux/manjaro/stable
::Belgium         : https://mirror.futureweb.be/manjaro/stable
::France          : https://ftp.free.org/mirrors/repo.manjaro.org/repos/stable
::Switzerland     : https://mirror.init7.net/manjaro/stable
::Germany         : https://ftp.tu-chemnitz.de/pub/linux/manjaro/stable
::Austria         : https://mirror.easyname.at/manjaro/stable
::Poland          : https://ftp.psnc.pl/linux/manjaro/stable
::France          : https://manjaro.syxpi.fr/manjaro/stable
::Netherlands     : https://ftp.snt.utwente.nl/pub/linux/manjaro/stable
::Netherlands     : https://manjaro.mirror.wearetriple.com/stable
::Czech_Republic  : https://mirror.dkm.cz/manjaro/stable
::Netherlands     : https://manjaro.mirrors.lavatech.top/stable
::Netherlands     : https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable
::Serbia          : https://mirror1.sox.rs/manjaro/stable
::Denmark         : https://mirrors.dotsrc.org/manjaro/stable
::Austria         : https://mirror.alwyzon.net/manjaro/stable
::Spain           : https://mirror.raiolanetworks.com/manjaro/stable
::Germany         : https://ftp.gwdg.de/pub/linux/manjaro/stable
::Hungary         : https://quantum-mirror.hu/mirrors/pub/manjaro/stable
::France          : https://mirrors.eric.ovh/manjaro/stable
::Sweden          : https://ftp.lysator.liu.se/pub/manjaro/stable
::France          : https://manjaro.ynh.ovh/stable
::Greece          : https://fosszone.csd.auth.gr/manjaro/stable
::Spain           : https://mirrors.ft.uam.es/manjaro/stable
::Belarus         : https://mirror.datacenter.by/pub/mirrors/manjaro/stable
::Germany         : https://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable
::Russia          : https://mirror.yandex.ru/mirrors/manjaro/stable
::Sweden          : https://ftpmirror1.infania.net/mirror/manjaro/stable
::Turkey          : https://ftp.linux.org.tr/manjaro/stable
::Italy           : https://manjaro.mirror.garr.it/manjaro/stable
::Bulgaria        : https://mirror.telepoint.bg/manjaro/stable
::Netherlands     : https://mirror.bouwhuis.network/manjaro/stable
::Czech_Republic  : https://mirror.it4i.cz/manjaro/stable
::Ukraine         : https://mirror.hostiko.network/manjaro/stable
::Italy           : https://ct.mirror.garr.it/mirrors/manjaro/stable
::Belgium         : https://ftp.belnet.be/mirrors/manjaro/repos/stable
::Italy           : https://ba.mirror.garr.it/mirrors/manjaro/stable
::Belgium         : https://manjaro.mirror-services.net/pub/stable
::Portugal        : https://mirrors.up.pt/pub/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist

# pacman -Syu:

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: shortwave: local (1:3.2.0-1) is newer than extra (5.0.0-3)
 there is nothing to do

# pamac update --aur:

Warning: Building packages as dynamic user
Warning: Setting build directory to /var/cache/pamac
Preparing...
Synchronizing package databases...
Refreshing AUR...                                                               
Failed to synchronize AUR database                                              
Warning: shortwave: local (1:3.2.0-1) is newer than extra (5.0.0-3)
Nothing to do.
Transaction successfully finished.

# flatpak update:

Looking for updates?

Info: runtime org.gnome.Platform branch 41 is end-of-life, with reason:
   The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.

Info: runtime org.gnome.Platform branch 40 is end-of-life, with reason:
   The GNOME 40 runtime is no longer supported as of March 21, 2022. Please ask your application developer to migrate to a supported platform.
Info: applications using this runtime:
   org.tabos.roger

Info: runtime org.freedesktop.Platform.GL.default branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.

Info: runtime org.freedesktop.Platform.GL.default branch 20.08 is end-of-life, with reason:
   org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this extension:
   org.tabos.roger
Required runtime for org.tabos.roger/x86_64/stable (runtime/org.gnome.Platform/x86_64/48) found in remote flathub
Do you want to install it? [Y/n]: y

New org.tabos.roger permissions:
    fallback-x11



        ID                                  Branch     Op Remote  Download
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB
 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 1        ID                                  Branch     Op Remote  Download
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB
 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 1 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub     4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub   100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub   144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  f 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flat 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub    4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub  100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub  144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub   24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  flathub   1.2?MB / 1.5?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  fl 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  flathub   1.2?MB / 1.5?MB 6. [?] org.freedesktop.Platform.openh264   2.5.1      i  flathub 913.7?kB / 971.4?kB
 7. [?] org.gnome.Platform.Locale           40         u  flathub 151.3?MB / 333.9?MB
 1. [?] org.freedesktop.Platform.GL.default 20.08      u  flathub   4.5?MB / 106.4?MB 2. [?] org.freedesktop.Platform.GL.default 21.08      u  flathub 100.7?MB / 129.8?MB 3. [?] org.freedesktop.Platform.GL.default 24.08      i  flathub 144.7?MB / 145.4?MB 4. [?] org.freedesktop.Platform.GL.default 24.08extra i  flathub  24.0?MB / 145.4?MB 5. [?] org.freedesktop.Platform.openh264   2.0        u  flathub   1.2?MB / 1.5?MB 6. [?] org.freedesktop.Platform.openh264   2.5.1      i  flathub 913.7?kB / 971.4?kB
 7. [?] org.gnome.Platform.Locale           40         u  flathub 151.3?MB / 333.9?MB
 8. [?] org.gnome.Platform                  40         u  flathub  65.4?MB / 367.4?MB
 9. [?] org.gnome.Platform.Locale           41         u  flathub  29.6?MB / 337.1?MB
10. [?] org.gnome.Platform                  41         u  flathub 212.4?MB / 292.7?MB
11. [?] org.gnome.Platform.Locale           48         i  flathub 103.9?MB / 394.9?MB
12. [?] org.gnome.Platform                  48         i  flathub 338.2?MB / 407.8?MB
13. [?] org.tabos.roger.Locale              stable     u  flathub   2.8?MB / 2.9?MB
14. [?] org.tabos.roger                     stable     u  flathub   7.4?MB / 17.3?MB

Warning: While trying to apply extra data: apply_extra script failed, exit status 256
Warning: While trying to apply extra data: apply_extra script failed, exit status 256
Changes complete.

I didn’t do that. I just read it.

EDIT: I repeated all commands and deleted the cache before. No change.

It looks like shortwave from the AUR no longer exists.

https://aur.archlinux.org/packages/shortwave?O=50

There is a shortwave-git but I suggest avoiding that and removing it completely:

sudo pacman -Rns shortwave

Install again later from the official repository, if you need it:

sudo pacman -S shortwave
  • Run pamac update --aur again, and there should arguably be no warnings.
  • Failed to synchronize AUR database may result from ongoing DDoS attacks against Arch infrastructure, or it might not.
  • This doesn’t affect updating from the official Manjaro repositories. :eyes:

It’s more good practice than anything, especially with older systems;
it still might make some difference.

While shortwave wasn’t found via chroot (pacman -Rns shortwave) and AUR couldn’t be synchronized, I made! this via TTY. Shortwave was not found, but AUR was synchronized:

1 Like