[-] blobjim@hexbear.net 1 points 1 month ago

Thanks for the additional info.

[-] blobjim@hexbear.net 4 points 1 month ago

Most of the lowercase abbreviations are just the names of device drivers or platforms. VK is just Vulkan, GL is OpenGL, ARB is "Architecture Review Board" as its sort of a preview or extension feature I think. EXT presumably for extension. KHR is Khronos, the organization that creates the Vulkan and OpenGL standards, and the acronym apparently means it's "Khronos-approved". https://registry.khronos.org/vulkan/specs/1.1-extensions/html/vkspec.html#extensions

[-] blobjim@hexbear.net 3 points 1 month ago

I wish there was something nice like that too.

In the server world that would usually involve doing something like sending the journal data to Elasticsearch using an Elasticsearch integration. But that involves setting up an Elasticsearch server and Kibana and so on which is very unwieldy for a desktop computer. It does work pretty well though in terms of filtering. But it also stores the data internally in indexes to speed up search.

Of course journald has a seemingly simple C API but writing code is a lot of work. There are probably API bindings for various languages.

[-] blobjim@hexbear.net 2 points 3 months ago

For images, you can use a photo library application like digikam and set tags on the files, which are saved both to a relational database and to the photo metadata inside the image file. For other file types I don't think there's anything standard.

[-] blobjim@hexbear.net 3 points 3 months ago* (last edited 3 months ago)

I think it might store tags in linux file system xattrs so other software (or scripts) could access and index it.

[-] blobjim@hexbear.net 2 points 1 year ago

tmux has long been the better replacement to screen. SFTP makes it so you can use desktop software for file system operations.

[-] blobjim@hexbear.net 3 points 1 year ago* (last edited 1 year ago)

I don't know how helpful it is to split stuff out like that. Especially grouping so many things under "default applications and daemons", which is most of what a desktop distro is. Also depends largely on a PC vs server setup.

should list an init system as its own bullet, which others have mentioned.

"one or more shells" doesn't mean that much. Yes, every distro includes one but the only difference between a terminal and any other application is that a terminal needs to be able to escalate to root privileges. You can think of it as just another default (but special) application. A lot of stuff that people think about when they think of Linux distros is just various clever mechanisms for supporting the terminal shell. Like the PATH environment variable. If you are using actual desktop applications other than a terminal, there isn't any interaction with the terminal shell application.

There's also fwupd, for updating firmware (your hardware is gonna be running out of date/buggy/insecure code if you don't have this).

The dbus daemon falls under the "daemons" bullet but it's pretty important, like wayland/x11 it's another IPC mechanism you need for programs to work correctly.

There's also the sound system. PipeWire is the modern one that implements the interfaces of various other sound systems so existing applications work with it. https://pipewire.org/ (PipeWire also has its own IPC protocol like dbus/wayland/x11).

flatpak, snap, distrobox, toolbox, docker, podman, etc. for running sandboxed PC/server applications. I assume there are some programs that are flatpak-only these days.

gsettings/dconf for Windows-registry like config that many programs use.

There's also plugging in an implementation of the glibc Name Service Switch, which allows libc to use a mechanism other than /etc/passwd and related files for user accounts, internet service names, DNS resolution, etc. . systemd can provide NSS implementations using its own user account mechanism.

[-] blobjim@hexbear.net 3 points 1 year ago

Maybe there's just wasn't any data written past the partition point yet?

[-] blobjim@hexbear.net 2 points 1 year ago

Maybe also add a criteria that they depend on X11, Wayland, (will still include libraries like java) or GUI toolkits like Qt or libadwaita/gtk.

[-] blobjim@hexbear.net 2 points 1 year ago

I guess if you're just running it in a VM with a passthrough storage device with nothing else running in the VM that could be okay.

[-] blobjim@hexbear.net 2 points 1 year ago

Are you using some kind of IDE application? Or just standard GUI apps?

view more: ‹ prev next ›

blobjim

joined 4 years ago