You are not logged in.
There is no one-size-fits-all theme, ever. People are still gonna complain. ![]()
Offline
No one ever said there was. But there are general rules that help to make content more accessible and conversely practices to avoid. One being low contrast . . .
Offline
Are you volunteering to do the theming for the software? No? It's his software, let him do whatever he wants.
Offline
Why are you accusing me of imaginary intentions? And putting words into my mouth or thoughts into my head.
I am sensitive to the subject because I have known visually challenged individuals since the 70s and have always tried to be as inclusive in my communications as possible.
greenjeans and I (and others here) go back well over a decade. . . Long before you came on the scene. So your perspective has very little relationship to history or reality. Neither does it provide value to others. It is just an amateur hit piece. Time to grow up . . .
Offline
Greenjeans already clarified he didn't hardcode any of that "inaccessibility" crap, and he did say he'll look into it, simply because he wants to help. It mainly comes down to which theme you use, as Rations mentioned. Wanting to cater to the visually impaired is nice and all, but it's not "mandatory", and hardly at all the end of the world because the current theme in use made it harder for you to tell things apart. That MATE screenshot was way more evident of visual issues.
The "historical relationship" is a moot point when you're just nitpicking over a theme's color and contrast defaults. That's why you can change it. Not a big deal.
Offline
There is no one-size-fits-all theme, ever. People are still gonna complain.
Yep. Plenty themes out there to make everybody happy. I have old eyes myself, and my theme is the only one that doesn't strain them, so it makes me happy.
But this thread really isn't about theming, it's about sound and music, be great if we could get back to that. I was trying to talk about making a special version of AT to accommodate a fellow user with some hearing issues before I got accused of not considering folks with disabilities. ![]()
https://sourceforge.net/projects/vuu-do/ Vuu-do GNU/Linux, Devuan-based Openbox systems.
Devuan 6 mate-mini iso, pure Devuan, 100% no-vuu-do, mostly
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
https://devuanusers.com/
Offline
. . . before I got accused of not considering folks with disabilities.
From: https://dev1galaxy.org/viewtopic.php?pid=63215#p63215
"Just a suggestion . . . Are you aware that the gray on gray is borderline to being an accessibility hindrance for a lot of folks? It also looks like there might be some blue there but the contrast is so minimal I can't really discern it."
You have an overactive imagination. I "accused" you of nothing.
Offline
Version 3.3-0 uploaded! This adds the dual-sliders for balance control in the mixer. I'll start on the dual-sliders for the EQ version soon. ![]()
https://sourceforge.net/projects/vuu-do … /AlsaTune/
Also new versions of Fatstick, Vuu-do App Info, and Scrotshot. Did a lot of house-cleaning today on the older apps.
Last edited by greenjeans (2026-04-17 23:17:59)
https://sourceforge.net/projects/vuu-do/ Vuu-do GNU/Linux, Devuan-based Openbox systems.
Devuan 6 mate-mini iso, pure Devuan, 100% no-vuu-do, mostly
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
https://devuanusers.com/
Offline
i tried your deb pkg on void, i get this error:
Failed to load plugin "caps.so": caps.so: cannot open shared object file: No such file or directory
caps.so is under /usr/lib/ladspa/caps.so
i searched for "caps" in your source code but found nothing
Offline
Hi, so caps is a dependency for libasound2-plugin-equal so you won't see it in the source code as it's not called directly.
So to clarify, you do have the "/usr/lib/ladspa/caps.so" file? If so it's pretty puzzling that it can't find it....
I have never worked with Void and don't know much about it, my first thought is there might some differences, package names, methods, etc. in Void, possibly versioning issue, but it would sure be cool to have it up and running in it.
Was your error genned by running it using the .desktop, and have you tried it in terminal?
FYI this was all built on Devuan daedalus libraries, in limited testing it works here for excalibur as well but have not fully tested or re-built the binaries against excalibur/trixie libraries. So that could be an issue with versioning possibly.
caps - 0.9.26-1
libasound2-plugin-equal - 0.6-8
libasound2 - 1.2.8-1+b1Last edited by greenjeans (2026-04-26 17:11:50)
https://sourceforge.net/projects/vuu-do/ Vuu-do GNU/Linux, Devuan-based Openbox systems.
Devuan 6 mate-mini iso, pure Devuan, 100% no-vuu-do, mostly
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
https://devuanusers.com/
Offline
Was your error genned by running it using the .desktop, and have you tried it in terminal?
i get the error from the terminal, but the .desktop doesnt work either
i downloaded the 3.3 source and ran
gcc -o alsatune alsatune.c $(pkg-config --cflags --libs gtk+-3.0 alsa glib-2.0) -Wallbut its the same error as from the .deb
# this are the corresponding packages on void
xbps-query -f caps-0.9.26_3
/usr/lib/ladspa/caps.so
/usr/share/ladspa/rdf/caps.rdf
xbps-query -f alsaequal-0.7.1_2
/usr/lib/alsa-lib/libasound_module_ctl_equal.so
/usr/lib/alsa-lib/libasound_module_pcm_equal.soi noticed that devuan has
/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_ctl_equal.so
and on void it is here
/usr/lib/alsa-lib/libasound_module_ctl_equal.so
i tried to symlink the directory into the place:
sudo ln -s /usr/lib/alsa-lib /usr/lib/x86_64-linux-gnu/alsa-lib
ls -lah /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_equal.so
-rwxr-xr-x 1 root root 23K 26.04.2019 21:03 /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_equal.soeven after installing the deb libasound2-plugin-equal_0.6-8_amd64.deb
i still error:
./alsatune
Failed to load plugin "caps.so": caps.so: cannot open shared object file: No such file or directoryLast edited by alphalpha (Yesterday 17:54:51)
Offline