You are not logged in.
New 5.03 ob-max-z uploaded, lots of updates including new kernel and new versions of Vuu-do apps.
Will get a new mini rolled up here in a few days.
https://sourceforge.net/projects/vuu-do … -ob-max-z/
So I went into the BIOS and made sure Secure Boot was disabled, UEFI-only is enabled (it was Legacy when the trouble started).
Wait, so you installed the system as MBR with the Legacy/CSM turned on in BIOS and UEFI turned off, then went in after the fact (as part of trying to diagnose the issue) and switched UEFI on in BIOS without making any other changes? If so that's going to cause new issues....
Welcome to Devuan! I'm another user that can't stand sudo, I also used pclinuxos back in the day, and that part of it stuck with me all these years.
Hey buddy, i'm so sorry, I need to work on my documentation and communication skills. This app, like Nitrogen, will not work on DE's like XFCE and MATE. It is intended for Openbox, Fluxbox etc., not DE's that have their own wallpaper setters. Like all things I imagine there might be some way of hacking it in but that's beyond the scope of this project.
Just for giggles I tried it on Mate last night and yeah it installed fine and worked great up until I hit that Apply button...it was a hoot, it actually tried to apply the paper but only like a quarter of it laid over the previous wallpaper.
Maybe try .asoundrc ?
This is the way!
Very nice! Welcome to Devuan and the forum!
Updated now to version 1.0-1, .deb at : https://sourceforge.net/projects/vuu-do ... /VuuPaper/
Source: https://git.devuan.org/greenjeans/vuupaper
Looking good I think, re-worked the first-run dialog too so it's much better.
Hmm, pipewire is not my area of expertise, but off the top of my head i'd open a terminal and type alsamixer to see if I could get an idea of what's available, could be wrong device or maybe a muted channel.
Problem is with a big DE like that not to mention pipewire, you might not get proper output from that command, but it's what i'd do first.
Nice work! I'm a little up to my neck in projects right now, but I will definitely make some time soon to check it all out and take it for a spin. ![]()
Made a new derivative where to host?
If you mean where to host your iso, i've had really good luck with Sourceforge.
Okay, got a lot done last night and today, still needs more testing and of course I had another better idea after I shut down my dev partition for the night (Murphy's law). I have NOT packaged or uploaded the changes to git, wanted to possibly get some thoughts on it and do a lot more testing before doing so.
1. Fixed the alphabetizing issue, case-insensitive now. Real forehead slapper that, i'm usually a stickler for sorting, guess I got excited and rushed it out a bit. Even numbered files weren't right. All better now.
2. Fixed first run, it will now default to /usr/share/backgrounds if you click Cancel. And that's where the new thought came from, I should just label that button "Default" and add to the first run dialog: " Click Default below to use the standard system folder /usr/share/backgrounds, or click Choose Directory to select a different folder"
3. Also related to first-run, when you hit the Choose Directory button, it now opens the file-chooser to /usr/share/backgrounds, as possibly someone might have specific folders within that directory they want to choose instead of the main directory. But of course a user can navigate from there wherever they want.
4. I did a LOT of messing with gtk, if you've ever tried it you know how many re-compiles that takes, it can be weird and finicky at times but I suppose there's reasons for that. Long story short I tightened up all the padding/spacing, it now has a nice grid of 12 displayed at default size with rows of 4 with room left for the scroll bar and a little breathing room at the right side and bottom. I re-claimed a lot of real estate that way, only 10 px in height saved but I reduced width by 120 px.
Click the thumb below for a larger image.
Well chromium is not the only alternative browser. And speaking solely for myself i'm not going to go through that mountain of instructions, but what I, and I think others, would be willing to do, is try out a re-packaged version of FF if you would create one, and test it and report back. That would be a real service to the community if you would do so.
Hi Robin, nice work and welcome to Devuan! Yep, when in doubt, Refracta it out, it always "just works" and so saves a lot of time to get up and running!
Maybe try a different browser?
Ya know, i've perused a literal mountain of code in the last week, a truly epic amount and have written a bunch myself. And weirdly enough I have not seen any left or right wings in there, no "isms" or "ists", nothing. It's almost like the code doesn't give a damn about any of that, and just wants to do it's job without any discrimination or censorship, and 100% less virtue-signaling.
This is why me and code are friends, we both wish governments, politicians, activists, NGO's and all would stay out of our code, and also wish coders would stop dragging that aforementioned hoopla into coding.
Done! First version uploaded to Sourceforge:
https://sourceforge.net/projects/vuu-do … /VuuPaper/
Up on gitea now: https://git.devuan.org/greenjeans/vuupaper
This is the first version, still might have some small bugs and surely could use some polishing, but it seems pretty stable
and very useful even in multi-monitor setups. Some nice features and workflow too, check it out when you have time! To compile yourself:
gcc -o vuupaper22 vuupaper22.c `pkg-config --cflags --libs gtk+-3.0` -Wall -O2
From the readme:
VuuPaper, a simple wallpaper manager/setter for X.
This app was inspired by Nitrogen and is similar in look and feel, this app is built with C and gtk3
and uses the excellent xwallpaper for the backend. Very small and fast, less than 40 kb for the binary.
On first run a dialog is opened that offers quick instructions about the --restore function, and
a Choose Directory button that opens the file-chooser for you to select your default wallpaper
folder, and then opens the app with thumbnails of your images ready to apply. You can add additional
wallpaper folders by using the Add Folder button, to the right of that is a drop-down menu from
which you can select what folder you want to use. The Style menu lets you choose what mode to
apply the wallpaper with (i.e. zoom, center, maximize etc.) The BG Color button lets you choose
what background color is behind your image. On the upper right is the monitor selector drop-down
menu, you can choose from All Monitors (same image/style on all), Span (one image spanning all),
and after that will be listed all monitors connected. And of course the Apply button to use after
you have selected a monitor, wallpaper, and style.
At the top is the infobar which gives you the full path to the wallpaper currently applied, for
multi-monitor setups the monitor drop-down selector also toggles the infobar if you have different
papers applied on different monitors, so you can always know what's currently on each display.
To make your wallpaper choices restore after reboot, you need to add it to your autostart file
similar to the way other wallpaper apps do:
"vuupaper --restore &"
In Openbox this is usually ~/.config/openbox/autostart but there are many ways to do it, consult
the docs for your system/WM/DE to find out what's best.
Sorry! I got sidetracked first with a tooth infection that knocked me out for a few days, then swamped with other things, today though I got 2 priorities, finishing this up and investigating Void to see about getting AlsaTune to work in it. Can't promise anything though 'cause I gotta mow the lawn too and help the wife down at the library as well, busy day for me!
Well you can say it's not a flaw or a bug or whatever, but when a tool like gparted cannot tell there are 2 partitions on a stick when every other tool and even file managers can, it's an issue, period, for the user. See Mercury's post above.
But there is also a flaw in GDU, one that would be super easy to fix really. As all that's needed is for it to call wipefs on the empty space before creating a new partition.
# Proactively wipe ISO-9660 signatures to prevent Gparted detection issues
wipefs -a -t iso9660 "$USB_DEV" 2>/dev/null || {
error_dialog "Failed to wipe ISO-9660 signatures on $USB_DEV."
}It's literally that easy. But GDU doesn't do it, and it leaves 5 bytes that confound gparted. So i'm sticking by what I said, they both need to be fixed.
That looks gorgeous! Wallpapers are really nice. But please tell me it's possible to move the panel to the bottom? ![]()
Sweet! we're almost there, the test tone shouldn't react to most EQ settings as it's just a straight 400 hz tone. What is the output if you open a terminal and type alsamixer?
Downloading the iso you linked to now, will try this in a live-session and see what's what.
EDIT: Well I got sidetracked yesterday and didn't get it done, but just finished downloading it a minute ago, let me get a little more coffee in me and i'll get started, never used anything Void-based so this will be fun for me, I do like exploring new file systems to see how they work. ![]()
Hey my friend, sorry for the late reply, I was out for a couple days with a tooth infection and up to my neck in projects. Not having a Void instance in front of me it's really hard to troubleshoot, and from more reading about Void it seems to have a very different file structure in some ways. The error does seem to originate with libasound2-plugin-equal trying to load the LADSPA plugin "caps.so" at runtime. So maybe the loader needs an explicit hint about where to find LADSPA plugins. Maybe try:
export LADSPA_PATH=/usr/lib/ladspaAnd if that doesn't work, try:
export LADSPA_PATH=/usr/lib/ladspa:/usr/lib64/ladspa
export ALSA_PLUGIN_DIR=/usr/lib/alsa-libYou might also try adding "ldl" to the compile command when compiling from source:
gcc -o alsatune alsatune.c $(pkg-config --cflags --libs gtk+-3.0 alsa glib-2.0) -Wall -ldlTry that and let me know, if it doesn't work we may need to run an strace to see exactly what's happening.
Thanks for giving it a try, i'm very interested to know if it can run on Void and if so what other steps/instructions I need to add for Void users, and again i'm so sorry about the delayed reply.
Normally, you take a stable, e.g. netinstall, do your installation, and then change the sources.list to freia. apt update/apt full-upgrade then will do the job.
There ya go, then roll it up with Refracta-Snapshot and you have a nice iso. ![]()
Almost there, I decided to go ahead and implement multi-monitor choices, so now you can set all monitors to the same paper, or set them individually or make one big panoramic span across all. Just a little work left today on storing the new multi-monitors properly so the restore function works 100% on multi-setups. I say a "little" work but you never know...;)

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+b1I'd have to recommend for a first time user, that you start off with the default Sysvinit and use ext4, it's simple and well-tested and almost boringly stable, i've beaten and hacked on it 9 ways from Tuesday and still it just hums along all day, and on very old equipment too.