mFat@lemdro.id to Linux@lemmy.mlEnglish · edit-23 months agoWhich CLI app/utility you wish there was a GUI for?message-squaremessage-square115fedilinkarrow-up156arrow-down13file-text
arrow-up153arrow-down1message-squareWhich CLI app/utility you wish there was a GUI for?mFat@lemdro.id to Linux@lemmy.mlEnglish · edit-23 months agomessage-square115fedilinkfile-text
minus-squareHumanPenguin@feddit.uklinkfedilinkEnglisharrow-up0·edit-23 months agoJust of the top of my head discovered today. Not a GUI as one exists. But a more configurable one as it is crap for visually impaired. Rpi-imager gui dose not take theme indications for font size etc. Worse it has no configuration to change such thing. Making it pretty much unsuable for anyone with poor vision. Also it varies for each visually impaired indevidual. But dark mode is essential for some of ua. So if your looking for small projects. Youd at least make me happy;)
minus-squareBaldur Nil@programming.devlinkfedilinkarrow-up1·3 months agoIt seems that it is based on Qt, so there might be a easy way to fix this unless they’re creating their controls from scratch. I know QML can be used as a canvas to draw custom controls, so it depends on the code.
Just of the top of my head discovered today.
Not a GUI as one exists. But a more configurable one as it is crap for visually impaired.
Rpi-imager gui dose not take theme indications for font size etc. Worse it has no configuration to change such thing.
Making it pretty much unsuable for anyone with poor vision.
Also it varies for each visually impaired indevidual. But dark mode is essential for some of ua.
So if your looking for small projects. Youd at least make me happy;)
It seems that it is based on Qt, so there might be a easy way to fix this unless they’re creating their controls from scratch. I know QML can be used as a canvas to draw custom controls, so it depends on the code.