You are not logged in.

#41 Today 11:32:32

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 559
Website

Re: [DONE] A couple of last-minute app substitutions for Carbon

Here's the kicker:
https://stopthemingmy.app

AFAIC, bunch of cry babies. I'm happy to avoid gtk4. I did like simple scan but Xsane will do me even if I have to use with Xwayland - still works!

I'm getting more and more interested in Qt, with good reason.

20251202-21h22m06s-grim.png

In that screeny everything is either Qt (mostly Qt6) or toolkit agnostic. Icon theme is labbe-grey-icons. Qt respects that and it's easy to write that into your program as @malms qt6 panel demonstrates.

</rant> (apologies for slight derailment apart from the stopthemingmy.app link.)


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

Board footer

Powered by FluxBB