The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » [SOLVED] How does polkit work on devuan / sysvinit ? » Yesterday 12:12:01

Code for forked packages is here:
https://git.devuan.org/devuan/policykit-1

You can also get devuan package information from here:
https://pkginfo.devuan.org/cgi-bin/policy-query.html

If you can't find an associated package on our git, check salsa.debian.org.

#3 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-15 13:21:01

Some packages are missing in that last iso. They're the ones that were excluded in the debootstrap command, and I forgot to add them back in. If you do install from that iso, make sure you install logrotate and rsyslog. That will also pull in cron.

The other issue is that "username=devuan" isn't on the command line, and /etc/sudoers.d/live gives sudo nopasswd permissions to the non-existent user named "user". If you install the system, edit or delete that file.

I left out the section of the build that edits initrd to remove unnecessary stuff to make it smaller. Seems to be 47mb either way. With all the software bloat, the "minimal" live iso no longer fits on a CD. It's more than 47mb over the limit, so trimming initrd isn't going to help.

New iso:
https://get.refracta.org/files/experime … l-live.iso

sha256sum
https://get.refracta.org/files/experime … iso.sha256

8278bc1c1af87d538d73efb64534c076bdd3ecaeba27a1eb20cdc49e5b701660  devuan_excalibur_6.0-preview-2025-04-15_0923_amd64_minimal-live.iso

#4 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-14 22:15:51

It was the rootfs_overlay that had lib/live/config/ and two custom scripts that was interfering with the symlink. I changed it to usr/lib/live/config and it's all better. Uploading new iso to the same directory now. Release docs and motd need refreshing, but other than that, I think it's good to go. If you happen to have a braille display, please test.

It finally finished uploading and the sha256sum is good.

248b64b2bca77de3a2d1f8582049d604d007004fa31487409fb8fe3bfc00e15d  devuan_excalibur_6.0-preview-2025-04-14_2142_amd64_minimal-live.iso

#5 Re: Devuan Derivatives » GNUinOS - Libre » 2025-04-12 15:50:56

Making encrypted partitions in d-i is a confusing process. For reference, here's a video of making an unencrypted boot partition and an encrypted root partition.  The "-4" at the end of the filename is the number of attempts I made until I did it right. I screw it up about half the times I do it.

https://distro.ibiblio.org/refracta/mis … rypt-4.ogv

#6 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-11 10:07:33

I added the usrmerge part incorrectly the first time.  The option is "--merged-usr" - but doing that correctly didn't help.

Running the build functions manually one at a time worked except for the xorriso part, but running xorriso manually did work, and I got a bootable iso. All the live-* scripts are there, but the efi part didn't get made.  And it seems like the espeak stuff isn't working, but I'll need to boot it on hardware to be sure.  I'll compare the build scripts for the desktop-live and minimal-live and see if I can cobble one that works.

#7 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-10 21:53:00

If your mate install includes desktop-base, you'll need to wait for version 5.9 to move down to excalibur. (Or pull it from ceres)

#8 Re: Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-10 18:06:38

Thanks. I looked for the usrmerge links quickly and missed that. I'm not sure why it didn't work when the desktop live did. Both builds use the same library for the debootstrap command.

Looking again...

Update: Adding usrmerge to the debootstrap includes did not help. Also, the date on /lib is Dec 31 2020. That seems very weird.

#9 Re: DIY » An idea for 32-bit system for old machines, input requested » 2025-04-10 18:03:00

My 32-bit netbook thinks it's a good idea. It already has convinced me to work on a similar project. I merged it with my project to update my nodbus build, which turned out to be more difficult than expected. A bunch of stuff that used to install without dbus will no longer comply with such a restriction. That includes spacefm. sad   I think xfe is the only graphical file manager that doesn't want dbus.

Anyway, if you want to look at any of what I've done, we can talk. If you do make one, I'm sure it'll be leaner than mine.

The real issue is the web browser. None of the big ones are fun to use with only 2G of memory. Falkon uses more than firefox which uses more than chromium. Hundreds of megabytes with one page open. Leave that out and you just eliminated a huge security risk.

Also regarding security - encrypted filesystems only work when the computer is turned off.

#10 Other Issues » [SOLVED] Excalibur minimal-live isos need something. » 2025-04-10 14:07:28

fsmithred
Replies: 10

I don't know what. First isos had some things missing. All the live-boot* and live-config* packages were installed, but /lib/live/boot didn't exist and /lib/live/config/ only had the custom scripts that get added during the build.

Two minimal-live amd64 isos:
https://get.refracta.org/files/experimental/

2025-04-08-5 In this one the build was hacked to reinstall the live-* packages at the end. It populated /lib/live/config but not /lib/live/boot.

2025-04-10 I disabled the reinstall of the live-* packages to have an example. Also in this one (and one before that didn't get uploaded) I disabled the surgical procedures on the initramfs to see if that would help. It didn't.

No hostname with or without the live-config scripts, and even though /etc/hostname is correct.

#11 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-07 15:10:24

I was able to get to the xfce backgrounds dir. You can't select a file from that settings dialog. It only lets you choose a directory, then it shows thumbnails.

Wow, I didn't notice the inird. I looked inside and it's around 90mb of firmware, 60 of which are nvidia.

#12 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-07 13:49:17

Yeah, that works!  Thanks!!! I was working on similar yesterday but I got stuck on which image to copy in place of xfce-x.png. I didn't think of a symlink. For now, I just put it in the finalize function in live-sdk. It'll go into desktop-base so it works with netinstall, too.

It works with the changes in desktop-base. I rebuilt the package locally and made a new iso to test. Pushed the changes to git and new destkop-base (5.7) is in ceres now. Maybe next week I'll make an official desktop-live iso.

OT: minimal-live needs debugging, but that'll have to be another thread.

#13 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-05 23:10:17

I can't find where xfce sets the desktop background. For one thing, some of the files in /etc/xdg/xfce4 have changed. The default bg image is xfce-x.svg. I grepped for that in /etc/xdg/xfce4 in ~/.config/xfce4 and in /usr/share/xfce4 and found nothing. Got the same looking for "monitor" and "last-image".  "workspace" shows up for keybindings, but not for bg image.

xfce4-desktop.xml in the user's configs is nearly empty. (see below)
The source code contains stuff about randr, so it must figure out the monitor while it's loading and injects it into the user's config file.

I'm feeling pretty much hopeless about this, and maybe the idea of replacing the default background image is not so bad if it can be done with dpkg-divert. Or maybe the old desktop-base we're using needs to be updated to the newer version in debian. That hasn't been done since it was first forked. I don't have the time, energy or motivation to do that.

Here are some tree outputs from excalibur with the default xfce files without desktop-base. If anyone wants to examine the actual files without going through doing an install, I can post a couple tarballs.

In /etc/xdg/xfce4:

xdg-excalibur/
└── xdg
    ├── autostart
    │   ├── xfce4-clipman-plugin-autostart.desktop
    │   ├── xfce4-notes-autostart.desktop
    │   ├── xfce4-notifyd.desktop
    │   ├── xfce4-power-manager.desktop
    │   ├── xfce4-screensaver.desktop
    │   └── xfsettingsd.desktop
    ├── menus
    │   ├── xfce4-screensavers.menu
    │   ├── xfce-applications.menu
    │   └── xfce-settings-manager.menu
    ├── Thunar
    │   └── uca.xml
    └── xfce4
        ├── helpers.rc
        ├── panel
        │   ├── default.xml
        │   └── xfce4-clipman-actions.xml
        ├── whiskermenu
        │   └── defaults.rc
        ├── xfconf
        │   └── xfce-perchannel-xml
        │       ├── xfce4-keyboard-shortcuts.xml
        │       ├── xfce4-power-manager.xml
        │       ├── xfce4-session.xml
        │       └── xsettings.xml
        ├── Xft.xrdb
        └── xinitrc

In user's ~/.config/

└── xfce4
    ├── desktop
    │   ├── accels.scm
    │   ├── icons.screen0-1008x671.rc
    │   ├── icons.screen0-1008x672.rc
    │   ├── icons.screen0-1008x703.rc
    │   ├── icons.screen0-1008x721.rc
    │   ├── icons.screen0-1008x722.rc
    │   ├── icons.screen0-1008x752.rc
    │   └── icons.screen0.yaml
    ├── panel
    │   ├── cpugraph-17.rc
    │   ├── cpugraph-17.rc.2308.tmp
    │   ├── launcher-13
    │   │   └── 17429900681.desktop
    │   ├── launcher-14
    │   │   └── 17429900682.desktop
    │   ├── launcher-15
    │   │   └── 17429900683.desktop
    │   ├── launcher-16
    │   │   └── 17429900684.desktop
    │   ├── launcher-20
    │   │   ├── 15227719791.desktop
    │   │   ├── 15227720282.desktop
    │   │   ├── 15227720744.desktop
    │   │   ├── 15239594091.desktop
    │   │   └── 15240025661.desktop
    │   ├── netload-16.rc
    │   ├── xkb-plugin-18.rc
    │   └── xkb-plugin-18.rc.2309.tmp
    ├── terminal
    │   ├── accels.scm
    │   └── terminalrc
    ├── xfce4-screenshooter
    ├── xfconf
    │   └── xfce-perchannel-xml
    │       ├── accessibility.xml
    │       ├── displays.xml
    │       ├── keyboards.xml
    │       ├── thunar.xml
    │       ├── xfce4-desktop.xml
    │       ├── xfce4-keyboard-shortcuts.xml
    │       ├── xfce4-notifyd.xml
    │       ├── xfce4-panel.xml
    │       ├── xfce4-session.xml
    │       ├── xfce4-session.xml.new
    │       ├── xfce4-settings-manager.xml
    │       ├── xfwm4.xml
    │       └── xsettings.xml
    └── xfwm4

Default user's xfce4-desktop.xml (yeah, that's the whole thing - it gets bigger if the user chooses a bg image.)

<?xml version="1.1" encoding="UTF-8"?>

<channel name="xfce4-desktop" version="1.0">
  <property name="last-settings-migration-version" type="uint" value="1"/>
</channel>

#14 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-05 12:04:30

Yes I was able to reproduce the no-consoles problem.

mc has been added. (I thought it was already there.)

desktop-base configs are complicated. The config file that should get used is a symbolic link in /etc/xdg that points to a symbolic link in /etc/alternatives, and that one points back to a config file in /etc/xdg that is specific for the theme. Those files have the theme name in the filename. The whole mess is controlled by the alternatives system.

Files to look at would include:
/etc/xdg/xfce4/xfconf/xfce4-perchannel-xml/xfce4-desktop.xml-devuan-sapphire (and the one without -devuan-sapphire)
/home/devuan/.config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-desktop.xml
/etc/alternatives/desktop-background
/etc/alternatives/desktop-background.xml
/usr/share/desktop-base/

#15 Re: Installation » [SOLVED] install password » 2025-04-04 23:06:47

login:password on the live isos:

devuan:devuan
root:toor

also, sudo with no password is enabled.

#17 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-04 17:20:05

@dev-1-dash-1: The default behavior for live-config was to have you logged in on all  six ttys automatically.  So if you dropped to console from the desktop, you would already be logged in.

I couldn't reproduce the problem you got with mc, but I'm adding LANG=C.UTF-8 to /etc/default/locale in the next build.

#18 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-04 17:01:50

That xfconf-query command didn't work for me. I tried it a few ways in a live session and in an installed session. I also tried copying the file from /etc/xdg/xfce4 that it's supposed to be using into my home configs, and it still got clobbered on logout/in. But if I go through selecting the background in the xfce settings, the change persists after logging out.

I think maybe the xfce4-desktop.xml template in desktop-base needs to be updated to one from the excalibur version. There's probably something in the newer one that xfce needs to see so it won't clobber.  Oy. Anyone want to become a package maintainer?

I'm also ok with leaving it the way it is. It doesn't look terrible and the colors are ok with the default theme.

#19 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-04 12:49:47

This is the same problem I was running into with no-X isos I'm building. It might be a live-config problem. Not sure. Ran into it with sysvinit and runit builds.

At the boot screen press TAB to edit the boot menu and add something...  (press e if it's a grub boot screen)

Add 'nottyautologin' and you will boot to the desktop with tty1-6 available with ctrl-alt-fn.
Add 'noautologin' and you will be booted to the graphical login screen. tty1-6 will work.

if you add 'nox11autologin' you'll get graphical login screen but no ttys.

I tried disabling the graphical desktop with various cominations of the above and also 'nocomponents=xinit,xserver-xorg,lightdm' but it keeps going to the desktop. Recently I made some live isos without a display manager and I was able to get it to boot to console login and stay there once I logged in. Without the nocomponents it would go right to the desktop when logging into console.

#20 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-04 09:42:32

The latest devuan daedalus live isos are the same ones that have been there all along. We haven't done a point release. You might have better luck using a Refracta iso. Latest daedalus isos I made were in February of this year with 6.1.0-31 kernel and headers installed. https://get.refracta.org/files/daedalus/

I'll make a live usb and boot on hardware to investigate the VT problem.

#21 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-03 15:43:50

One more thought regarding the zfs issue. The live isos have the live-tools package installed which replaces update-initramfs with one that won't update in the live session. You could try uninstalling live-tools first and then see if it works. Or, if you get to call update-initramfs manually during the zfs install, call the original update-initramfs. It's there under a slightly modified name -
/usr/sbin/update-initramfs.orig.initramfs-tools

#22 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-04-03 10:23:42

Package is built and currently in ceres. It'll move down to excalibur in a few days. I built a new iso and uploaded it to the same directory where the others were. If someone wants to figure out why the desktop background is getting clobbered by the default xfce bg, I would be happy to accept additional changes to the package.

@dev-1-dash-1 - I can't think of a reason that building zfs would be different. The excalibur isos are made the same way as the daedalus isos. If you boot with 'toram' you can probably do it, but it won't be saved. Maybe you set up a persistent partition when you did it before? Or maybe you did it in the live session and then installed to hard drive before rebooting. That would save the changes.

#23 Off-topic » Debian with sysvinit » 2025-03-31 19:04:35

fsmithred
Replies: 0

I was going through some old usb sticks to throw out the dead ones. One was not dead and booted to an old Refracta iso made in March of 2015 when jessie was still in testing. It might have been the last one that used debian sources. I'd have to go digging to find out for sure.

https://get.refracta.org/files/misc/scr … e-sysv.png

screenshot_jessie-sysv.png

#24 Re: Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-03-25 23:59:42

Thanks, guys. I made the edits and built the package locally and managed to test it in the March live iso. It works. I'll push the changes and get a new package into the repo.

#25 Other Issues » Preliminary excalibur desktop-live isos need testing » 2025-03-24 16:01:15

fsmithred
Replies: 32

...and some problem-solving. Below are links to two desktop-live isos I made. The one from October boots up to the desktop as expected. The one from March presents an error screen before the second panel comes up on the desktop complaining about Plugin "null" that can't be loaded. You can select to remove that plugin and panel 2 comes up and you have the desktop, or you can select to quit and you get the desktop without panel 2.

I've looked at the config files for the panel and I can't figure out which plugin they're talking about or identify any of the plugins by looking at the code. Relevant files can be found in /etc/xdg/xfce4 and in ~/.config/xfce4.

I'm putting these on my own site for now. I don't want anyone to think that they are any kind of official release. Please take a look, and if anyone can figure out what's going on, it would be a big help.

The isos: (there are checksum files and signatures in the same directory)
https://get.refracta.org/files/experime … p-live.iso
https://get.refracta.org/files/experime … p-live.iso

sha256sums:

141f99794ce7c17d825134733bb1240eff63442e7e8cd761d65bc3a82d246005  devuan_excalibur_6.0-preview-2024-10-23_amd64_desktop-live.iso

6fe3b7ad120e7afdf49cb6bcbe21be0dc27bbe65835db7f063517655fed31817  devuan_excalibur_6.0-preview-2025-03-22_amd64_desktop-live.iso

Package list diff:

--- packages.20241023	2025-03-22 09:31:25.858107172 -0400
+++ packages.20250322	2025-03-22 09:32:21.914104796 -0400
@@ -21,6 +21,9 @@
 aspell-en
 at-spi2-common
 at-spi2-core
+atril
+atril-common
+avahi-autoipd
 avahi-daemon
 avahi-utils
 base-files
@@ -37,6 +40,7 @@
 bsd-mailx
 bsdextrautils
 bsdutils
+bubblewrap
 busybox
 bzip2
 ca-certificates
@@ -44,7 +48,7 @@
 coinor-libcbc3.1:amd64
 coinor-libcgl1:amd64
 coinor-libclp1:amd64
-coinor-libcoinmp1v5:amd64
+coinor-libcoinmp0:amd64
 coinor-libcoinutils3v5:amd64
 coinor-libosi1v5:amd64
 colord
@@ -109,7 +113,6 @@
 dmz-cursor-theme
 dns-root-data
 dnsmasq-base
-dnsutils
 doc-debian
 docutils-common
 docutils-doc
@@ -140,6 +143,7 @@
 firmware-bnx2
 firmware-bnx2x
 firmware-brcm80211
+firmware-carl9170
 firmware-intel-graphics
 firmware-intel-misc
 firmware-iwlwifi
@@ -165,6 +169,7 @@
 fonts-lato
 fonts-liberation
 fonts-liberation-sans-narrow
+fonts-mathjax
 fonts-noto-mono
 fonts-opensymbol
 fonts-symbola
@@ -260,7 +265,7 @@
 hyphen-en-us
 i965-va-driver:amd64
 ifupdown
-imagemagick-6-common
+imagemagick-7-common
 inetutils-telnet
 init
 init-system-helpers
@@ -288,7 +293,7 @@
 liba52-0.7.4:amd64
 libaa1:amd64
 libaacs0:amd64
-libabsl20230802:amd64
+libabsl20240722:amd64
 libabw-0.1-1:amd64
 libacl1:amd64
 libaio1t64:amd64
@@ -296,7 +301,7 @@
 libao4:amd64
 libaom3:amd64
 libapparmor1:amd64
-libapt-pkg6.0t64:amd64
+libapt-pkg7.0:amd64
 libarchive13t64:amd64
 libargon2-1:amd64
 libasound2-data
@@ -312,6 +317,8 @@
 libatkmm-1.6-1v5:amd64
 libatomic1:amd64
 libatopology2t64:amd64
+libatrildocument3t64
+libatrilview3t64
 libatspi2.0-0t64:amd64
 libattr1:amd64
 libaudio2:amd64
@@ -371,6 +378,7 @@
 libcairo2:amd64
 libcairomm-1.0-1v5:amd64
 libcairomm-1.16-1:amd64
+libcaja-extension1:amd64
 libcanberra0:amd64
 libcap-ng0:amd64
 libcap2:amd64
@@ -393,6 +401,7 @@
 libcolord2:amd64
 libcolorhug2:amd64
 libcom-err2:amd64
+libcpuinfo0:amd64
 libcrypt1:amd64
 libcryptsetup12:amd64
 libcups2t64:amd64
@@ -420,10 +429,11 @@
 libdevmapper-event1.02.1:amd64
 libdevmapper1.02.1:amd64
 libdialog15:amd64
-libdirectfb-1.7-7t64:amd64
 libdiscover2
+libdisplay-info2:amd64
 libdjvulibre-text
 libdjvulibre21:amd64
+libdnnl3.6:amd64
 libdotconf0:amd64
 libdpkg-perl
 libdrm-amdgpu1:amd64
@@ -438,6 +448,7 @@
 libdvdread8t64:amd64
 libdw1t64:amd64
 libe-book-0.1-1:amd64
+libebur128-1:amd64
 libedit2:amd64
 libefiboot1t64:amd64
 libefivar1t64:amd64
@@ -450,7 +461,6 @@
 libencode-locale-perl
 libeot0:amd64
 libepoxy0:amd64
-libept1.6.0t64:amd64
 libepubgen-0.1-1:amd64
 libespeak-ng1:amd64
 libetonyek-0.1-1:amd64
@@ -477,7 +487,7 @@
 libfile-fcntllock-perl
 libfile-listing-perl
 libfile-mimeinfo-perl
-libflac12t64:amd64
+libflac14:amd64
 libflite1:amd64
 libfluidsynth3:amd64
 libfont-afm-perl
@@ -514,15 +524,14 @@
 libgdk-pixbuf2.0-bin
 libgdk-pixbuf2.0-common
 libgfortran5:amd64
-libgif7:amd64
 libgirepository-1.0-1:amd64
 libgl1:amd64
 libgl1-mesa-dri:amd64
-libglapi-mesa:amd64
 libgles2:amd64
 libglib-object-introspection-perl
 libglib-perl:amd64
 libglib2.0-0t64:amd64
+libglib2.0-bin
 libglib2.0-data
 libglibmm-2.4-1t64:amd64
 libglibmm-2.68-1t64:amd64
@@ -585,6 +594,7 @@
 libgupnp-1.6-0:amd64
 libgupnp-igd-1.6-0:amd64
 libgusb2:amd64
+libgxps2t64:amd64
 libhandy-1-0:amd64
 libharfbuzz-gobject0:amd64
 libharfbuzz-icu0:amd64
@@ -611,6 +621,7 @@
 libhyphen0:amd64
 libice6:amd64
 libicu72:amd64
+libicu76:amd64
 libidn12:amd64
 libidn2-0:amd64
 libiec61883-0:amd64
@@ -635,6 +646,7 @@
 libiw30t64:amd64
 libjack-jackd2-0:amd64
 libjansson4:amd64
+libjavascriptcoregtk-4.1-0:amd64
 libjbig0:amd64
 libjbig2dec0:amd64
 libjemalloc2:amd64
@@ -642,13 +654,14 @@
 libjpeg-turbo-progs
 libjpeg62-turbo:amd64
 libjs-jquery
+libjs-mathjax
 libjs-sphinxdoc
 libjs-underscore
 libjson-c5:amd64
 libjson-glib-1.0-0:amd64
 libjson-glib-1.0-common
 libjte2:amd64
-libjxl0.9:amd64
+libjxl0.11:amd64
 libjxr-tools
 libjxr0t64:amd64
 libk5crypto3:amd64
@@ -656,6 +669,7 @@
 libkeyutils1:amd64
 libklibc:amd64
 libkmod2:amd64
+libkpathsea6:amd64
 libkrb5-3:amd64
 libkrb5support0:amd64
 libksba8:amd64
@@ -665,8 +679,8 @@
 liblc3-1:amd64
 liblcms2-2:amd64
 libldacbt-enc2:amd64
-libldap-2.5-0:amd64
 libldap-common
+libldap2:amd64
 libldb2:amd64
 liblerc4:amd64
 liblightdm-gobject-1-0:amd64
@@ -683,6 +697,7 @@
 liblouisutdml9t64:amd64
 liblqr-1-0:amd64
 liblrdf0:amd64
+liblsof0
 libltc11:amd64
 libltdl7:amd64
 liblvm2cmd2.03:amd64
@@ -693,12 +708,13 @@
 liblzo2-2:amd64
 libmagic-mgc
 libmagic1t64:amd64
-libmagickcore-6.q16-7-extra:amd64
-libmagickcore-6.q16-7t64:amd64
-libmagickwand-6.q16-7t64:amd64
+libmagickcore-7.q16-10:amd64
+libmagickcore-7.q16-10-extra:amd64
+libmagickwand-7.q16-10:amd64
 libmailtools-perl
+libmanette-0.2-0:amd64
 libmaxminddb0:amd64
-libmbedcrypto7t64:amd64
+libmbedcrypto16:amd64
 libmbim-glib4:amd64
 libmbim-proxy
 libmbim-utils
@@ -718,7 +734,7 @@
 libmpfr6:amd64
 libmpg123-0t64:amd64
 libmplex2-2.1-0t64:amd64
-libmsgraph-0-1:amd64
+libmsgraph-1-1:amd64
 libmspub-0.1-1:amd64
 libmtdev1t64:amd64
 libmtp-common
@@ -770,13 +786,15 @@
 libnvme1t64
 libodfgen-0.1-1:amd64
 libogg0:amd64
+libonnx1t64:amd64
+libonnxruntime1.21:amd64
 libopenal-data
 libopenal1:amd64
 libopencore-amrnb0:amd64
 libopencore-amrwb0:amd64
 libopenexr-3-1-30:amd64
 libopengl0:amd64
-libopenh264-7:amd64
+libopenh264-8:amd64
 libopenjp2-7:amd64
 libopenmpt0t64:amd64
 libopenni2-0:amd64
@@ -800,7 +818,7 @@
 libpangomm-2.48-1t64:amd64
 libpangoxft-1.0-0:amd64
 libpaper-utils
-libpaper1:amd64
+libpaper2:amd64
 libparted-fs-resize0t64:amd64
 libparted2t64:amd64
 libpcap0.8t64:amd64
@@ -822,26 +840,28 @@
 libpolkit-agent-1-0:amd64
 libpolkit-gobject-1-0
 libpolkit-gobject-elogind-1-0:amd64
-libpoppler-cpp1:amd64
+libpoppler-cpp2:amd64
 libpoppler-glib8t64:amd64
-libpoppler140:amd64
+libpoppler147:amd64
 libpopt0:amd64
 libpostproc58:amd64
 libproc2-0:amd64
 libprotobuf-c1:amd64
+libprotobuf32t64:amd64
 libproxy1v5:amd64
 libpsl5t64:amd64
+libpthreadpool0:amd64
 libpulse-mainloop-glib0:amd64
 libpulse0:amd64
 libpulsedsp:amd64
 libpython3-stdlib:amd64
-libpython3.12-minimal:amd64
-libpython3.12-stdlib:amd64
-libpython3.12t64:amd64
+libpython3.13:amd64
+libpython3.13-minimal:amd64
+libpython3.13-stdlib:amd64
 libqmi-glib5:amd64
 libqmi-proxy
 libqmi-utils
-libqpdf29t64:amd64
+libqpdf30:amd64
 libqrencode4:amd64
 libqrtr-glib0:amd64
 libqxp-0.0-0
@@ -853,6 +873,7 @@
 libraw1394-11:amd64
 libraw23t64:amd64
 librdf0t64:amd64
+libre2-11:amd64
 libreadline8t64:amd64
 libreoffice-base-core
 libreoffice-calc
@@ -909,7 +930,6 @@
 libsmbclient0:amd64
 libsnappy1v5:amd64
 libsndfile1:amd64
-libsndio7.0:amd64
 libsnmp-base
 libsnmp40t64:amd64
 libsodium23:amd64
@@ -923,6 +943,7 @@
 libsoxr0:amd64
 libspa-0.2-modules:amd64
 libspandsp2t64:amd64
+libspectre1:amd64
 libspeechd2:amd64
 libspeex1:amd64
 libspeexdsp1:amd64
@@ -942,9 +963,9 @@
 libsvtav1enc2:amd64
 libswresample5:amd64
 libswscale8:amd64
-libtag1v5:amd64
-libtag1v5-vanilla:amd64
-libtagc0:amd64
+libsynctex2:amd64
+libtag-c2:amd64
+libtag2:amd64
 libtalloc2:amd64
 libtasn1-6:amd64
 libtdb1:amd64
@@ -957,6 +978,8 @@
 libthai-data
 libthai0:amd64
 libtheora0:amd64
+libtheoradec1:amd64
+libtheoraenc1:amd64
 libthunarx-3-0:amd64
 libtie-ixhash-perl
 libtiff6:amd64
@@ -1020,14 +1043,16 @@
 libwayland-egl1:amd64
 libwayland-server0:amd64
 libwbclient0:amd64
+libwebkit2gtk-4.1-0:amd64
 libwebp7:amd64
 libwebpdemux2:amd64
 libwebpmux3:amd64
-libwebrtc-audio-processing1:amd64
+libwebrtc-audio-processing-1-3:amd64
 libwildmidi2:amd64
 libwmflite-0.2-7:amd64
 libwnck-3-0:amd64
 libwnck-3-common
+libwoff1:amd64
 libwpd-0.10-10:amd64
 libwpg-0.3-3:amd64
 libwps-0.4-4:amd64
@@ -1039,7 +1064,7 @@
 libx11-protocol-perl
 libx11-xcb1:amd64
 libx264-164:amd64
-libx265-209:amd64
+libx265-215:amd64
 libxapian30:amd64
 libxatracker2:amd64
 libxau6:amd64
@@ -1071,6 +1096,8 @@
 libxfce4util-bin
 libxfce4util-common
 libxfce4util7:amd64
+libxfce4windowing-0-0:amd64
+libxfce4windowing-common
 libxfconf-0-3:amd64
 libxfixes3:amd64
 libxfont2:amd64
@@ -1094,6 +1121,7 @@
 libxmlsec1t64-nss:amd64
 libxmu6:amd64
 libxmuu1:amd64
+libxnnpack0.20241108:amd64
 libxnvctrl0:amd64
 libxpm4:amd64
 libxpresent1:amd64
@@ -1113,6 +1141,7 @@
 libxxf86vm1:amd64
 libxxhash0:amd64
 libyajl2:amd64
+libyaml-0-2:amd64
 libyuv0:amd64
 libz3-4:amd64
 libzbar0t64:amd64
@@ -1128,8 +1157,9 @@
 lightdm
 lightdm-gtk-greeter
 linux-base
-linux-image-6.11.4-amd64
+linux-image-6.12.17-amd64
 linux-image-amd64
+linux-sysctl-defaults
 live-boot
 live-boot-doc
 live-boot-initramfs-tools
@@ -1143,11 +1173,12 @@
 login.defs
 logrotate
 logsave
-lp-solve
 lsb-release
 lsof
 luit
 lvm2
+lxpolkit
+lxsession-data
 lynx
 lynx-common
 mailcap
@@ -1176,9 +1207,11 @@
 netbase
 netcat-traditional
 network-manager
-network-manager-gnome
+network-manager-applet
+network-manager-l10n
 nfs-common
 nftables
+nm-connection-editor
 node-clipboard
 node-normalize.css
 node-prismjs
@@ -1210,7 +1243,6 @@
 pkexec
 plocate
 pocketsphinx-en-us
-policykit-1-gnome
 polkitd
 poppler-data
 poppler-utils
@@ -1226,7 +1258,6 @@
 python-apt-common-devuan
 python3
 python3-apt
-python3-autocommand
 python3-brlapi:amd64
 python3-cairo
 python3-certifi
@@ -1243,18 +1274,13 @@
 python3-gi
 python3-gi-cairo
 python3-idna
-python3-inflect
-python3-jaraco.context
-python3-jaraco.functools
 python3-louis
 python3-minimal
-python3-more-itertools
 python3-musicbrainzngs
 python3-mutagen
 python3-ntp
 python3-olefile
 python3-pil:amd64
-python3-pkg-resources
 python3-pyasyncore
 python3-pygments
 python3-pyinotify
@@ -1264,13 +1290,11 @@
 python3-sgmllib3k
 python3-smbc
 python3-speechd
-python3-typeguard
-python3-typing-extensions
 python3-uno
 python3-urllib3
 python3-xdg
-python3.12
-python3.12-minimal
+python3.13
+python3.13-minimal
 quodlibet
 readline-common
 refractainstaller-base
@@ -1380,6 +1404,9 @@
 xbitmaps
 xbrlapi
 xcvt
+xdg-dbus-proxy
+xdg-desktop-portal
+xdg-desktop-portal-gtk
 xdg-user-dirs
 xdg-utils
 xfburn
@@ -1398,6 +1425,8 @@
 xfce4-helpers
 xfce4-mailwatch-plugin
 xfce4-netload-plugin:amd64
+xfce4-notes
+xfce4-notes-plugin
 xfce4-notifyd
 xfce4-panel
 xfce4-places-plugin:amd64
@@ -1437,6 +1466,8 @@
 xorg
 xorg-docs-core
 xorriso
+xsane
+xsane-common
 xscreensaver
 xscreensaver-data
 xscreensaver-gl
@@ -1453,6 +1484,7 @@
 xserver-xorg-video-fbdev
 xserver-xorg-video-intel
 xserver-xorg-video-nouveau
+xserver-xorg-video-qxl
 xserver-xorg-video-radeon
 xserver-xorg-video-vesa
 xserver-xorg-video-vmware

Board footer

Forum Software