!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

205 Members
55 Servers

Load older messages


SenderMessageTime
3 Mar 2026
@gsaurel:laas.frnim65s changed their display name from Guilhem to nim65s.15:40:31
@sigmanificient:matrix.orgSigmanificient joined the room.15:40:49
@sigmanificient:matrix.orgSigmanificient

No sure this is the proper room, but i am making a project with Qt6, and i have issues when using the qtimageformats plugin in my project.

When I pulled the deps into my devShell, the tiff image format (which is part of qtimageformats) is not found:

qDebug() << QImageReader::supportedImageFormats();
QList("bmp", "cur", "gif", "ico", "jfif", "jpeg", "jpg", "pbm", "pgm", "png", "ppm", "xbm", "xpm")

After digging a bit, i come across https://discourse.nixos.org/t/python-qt-woes/11808/10, and after applying

        shellHook = ''
          setQtEnvironment=$(mktemp --suffix .setQtEnvironment.sh)
          echo "shellHook: setQtEnvironment = $setQtEnvironment"
          makeWrapper "/bin/sh" "$setQtEnvironment" "''${qtWrapperArgs[@]}"
          sed "/^exec/d" -i "$setQtEnvironment"
          source "$setQtEnvironment"
        '';

it seems to properly find the formats:

QList("bmp", "cur", "gif", "icns", "ico", "jfif", "jp2", "jpeg", "jpg", "mng", "pbm", "pgm", "png", "ppm", "tga", "tif", "tiff", "wbmp", "webp", "xbm", "xpm")

My issue: This seems super hacky and was proposed back in 2021. Is there anyhting new on the matter? A better approach?

15:45:29
@k900:0upti.meK900No, basically wrapQtAppsHook probably needs to be split into two, just like wrapGAppsHook is15:55:50
@k900:0upti.meK900 So that we have a hook that sets QTPLUGINPATH and a hook that propagates it to the wrappers 15:56:39
@k900:0upti.meK900 Then the devshell would simply get the QTPLUGINPATH hook 15:56:47
@whispers:catgirl.cloudwhispers [& it/fae] joined the room.18:35:43
4 Mar 2026
@qweered_real:matrix.orgAliaksandr joined the room.18:48:54
@ghadfg:matrix.orgポポロDownload account-statement_2026-03-01_2026-03-04_fr-fr_be6a93.pdf20:07:26
@k900:0upti.meK900Huh20:09:22
@emilazy:matrix.orgemily(are we getting zero-dayed?)20:13:38
5 Mar 2026
@silverhadch07:matrix.orgHadi Chokr From my Security Analysis the PDF seems to be safe. But why would somebody post this? 11:15:34
@silverhadch07:matrix.orgHadi Chokr There are URIs which lead to a bank and an insurance company. SO either these are phising sites or a just a badly confused person. 11:17:55
@silverhadch07:matrix.orgHadi Chokr There are URIs which lead to a bank and an insurance company. One belonging to a Goverment. 11:19:06
@silverhadch07:matrix.orgHadi Chokr There are URIs which lead to a bank and an insurance company. One belonging to a Goverment. So it seems like a legit legal document... but why? 11:26:18
@k900:0upti.meK900 I assume they tried to send it to another room 12:24:28
@k900:0upti.meK900But yeah it looks innocuous12:24:44
6 Mar 2026
@elisaado:elisaado.comEli Saado joined the room.11:58:12
@elisaado:elisaado.comEli Saado Good morning :)

I'm a NixOS Asahi user, using plasma6. Occaisonally when booting, SDDM fails to start, it happens about 50% of the time. When I use an external display over HDMI, it happens 100% of the time.

I've recently come across plasma-login-manager, and I love it, it never fails to start on boot... except when I have an HDMI device plugged in. The systemd service keeps running, but the inner kwin process seems to crash.

Since I'm using Asahi, which means that most of the hardware support is reverse engineered, I'm not excluding that this is a hardware issue, but @K900 mentioned that there might still be use in me posting the logs here.

I've collected my log journal from a boot where I have HDMI plugged in. What happens on screen is that plasma-login-manager starts, renders the screen on my main (laptop) display, and then quits (it seems to crash), there are no coredumps in /tmp nor in coredumpctl.

These are the logs from boot, including those from the apple-dcp module: https://gist.githubusercontent.com/elisaado/b0a471ab0ed9b669ff631723250ce309/raw/dbe418f975f5f5c2e06740db6040543ee5e936fe/gistfile1.txt

I hope these logs are useful to anyone, and feel free to reach out if I can help debug or test something <3
12:11:52
@k900:0upti.meK900That's very interesting12:13:11
@k900:0upti.meK900 Maybe post this in #Plasma Development 12:13:15
@elisaado:elisaado.comEli Saado will do, my poor homeserver jumped to 2GB of RAM usage joining that room

do you think simply copy pasting my message is fine?
12:16:12
@k900:0upti.meK900Yes12:16:28

There are no newer messages yet.


Back to Room ListRoom Version: 9