The officially official Devuan Forum!

You are not logged in.

#51 Re: Documentation » How to: Devuan 5 Daedalus an pipewire » 2025-11-18 00:25:27

yeh, why do we even bother writing software right?

#52 Re: Documentation » How to: Devuan 5 Daedalus an pipewire » 2025-11-17 18:10:51

it really warms my heart to see the joke fly over everyone's head thanks to my posts being ignored unless i join the whining...

still interesting to see how simple the approach of the start_user_pipewire script is when i went ahead like an idiot and engineered a whole crappy process manager + incomplete session process in shell (not even bash because arrays are the devil) all to have pipewire "just work" with 3 files that barely classify as config files...

https://dev1galaxy.org/viewtopic.php?pid=49728#p49728

#53 Re: Documentation » How to: Devuan 5 Daedalus an pipewire » 2025-11-17 01:37:33

just cancel pipewire and use alsa only + jack every so often, this is literally bloating the desktop with the bloatware of pipewire as if the poettering bloatware of pulseaudio wasn't bad enough, maybe we should all go to a real OS like OpenBSD that has a proper audio stack and system.

#54 Re: Desktop and Multimedia » [SOLVED] Can't suspend, reboot, or shut down in a WM » 2025-11-09 02:22:21

again, the repo i posted is the script i use on my machine, it works nicely for sysvinit + elogind.

#55 Re: Desktop and Multimedia » [SOLVED] Can't suspend, reboot, or shut down in a WM » 2025-11-08 16:39:07

you can always give https://github.com/eylles/systemact a try, it is a "backend" for power menus, (a wrapper for systemctl and loginctl, anyone that wants consolekit support will have to help providing the equivalent commands) that uses yad to provide a confirmation and timeout dialog for every action except lock, it does the heavy lifting and is configurable to support custom logout and lock commands

all needed for icewm would be to make a local copy of the included power menu entry and replace the systemd commands with the corresponding systemact command.

#56 Re: Off-topic » Work - or Support for project » 2025-11-08 03:58:00

open a thread in DIY and post the repo in the opening post, tho if any of my projects is an indication expect no traction nor engagement from the forum whatsoever.

#57 Re: Off-topic » Hard Rust requirements for APT from may next year » 2025-11-07 13:45:32

ah so nice to see the useful and constructive conversations are still ongoing on

#58 Re: Hardware & System Configuration » Concurrent filecopy over USB / onto NAS » 2025-11-05 08:07:29

yeh, desktop environment GUI copy tooling is not great, for large numbers of files rsync is always the way to go, mainly because you can cancel the operation and continue it later by running the same command

there is also grsync to ease things up a little

#59 Re: Off-topic » Hard Rust requirements for APT from may next year » 2025-11-05 07:27:52

man, i gotta agree with steve_v, more than half of the forum seems to be people who have never coded and whose hobby is to complain about anything and everything with the utmost learned helplessness that there is and there will never be anything they can do other than give up, really something refreshing and pleasant to read every time.

#60 Re: Freedom Hacks » Request: Can we PLEASE fork APT? » 2025-11-04 23:55:43

just to provide more context on the problems you mention:

the licensing is the licensing of the COMPILER, rustc, not the language syntax itself, and yes the license of the compiler does seems a bit in bad faith, but for that there is a project implementing a rust compiler over gcc https://github.com/Rust-GCC/gccrs , it still is a work in progress but the project is already on the stage of compiling the rust stable core library and focusing on increasing coverage of the testsuite.

the ubuntu fiasco with the rust core utilities project, uutils, stems not from the uutils project itself but rather from the ubuntu developers whom decided to ship as default a core utils package whose compatibility level is not just lower than busybox but even right now is not able to pass the gnu coreutils testsuite, so for credit where it is due and blame where it causes shame, this is fault of the ubuntu developers rushing to push a not ready for production package into a "production ready" release as a default core component

that context provided, there is the posibility that the addition of rust into apt could be a very rushed one seeing that the push does come from an ubuntu developer tho beyond that there is nothing else i can comment on a technical level at the time.

#61 Re: Installation » Latest Excalibur desktop installer forces LXQt? » 2025-11-04 18:36:23

so there is a project that implements a command line policykit auth interface intended to build custom polkit agents with scripts.

https://github.com/OmarCastro/cmd-polkit

it has examples to use rofi and zenity as GUI frontend, so it should be possible to build an auth agent with any toolkit frontend we want, will check the project out in depth later, compile and give it a try.

edit: there is an implemented polkit agent using cmd-polkit https://github.com/cobaltgit/pkmenu

i will look into compiling cmd-polkit through the week and see if i can take the idea of pkmenu into something more flexible that can support multiple graphical frontends, all i need is someone who got a good idea of how to do packaging cuz i do get confused with the myriad of helpers for deb packaging that don't work for me.

#62 Re: Installation » Latest Excalibur desktop installer forces LXQt? » 2025-11-04 06:09:12

makes sense, if anything it should install the policykit-1-gnome as that does provide the polkit-1-auth-agent that would integrate the best with gtk and the network-manager-applet, however my guess is that apt resolved the dependencies getting a list of which packages provide polkit-1-auth and choose the first available option by alphabetical order, were the lxqt agent not available it would had gone with the mate agent...

edit: i just noticed that the policykit-1-gnome agent was removed in trixie because it is unmaintained upstream as stated here https://bugs.debian.org/cgi-bin/bugrepo … bug=990271

so the real solution is to install the mate-polkit-bin package as that WILL integrate with a mainly gtk environment without pulling the lxqt session NOR the mate-session package

#63 Re: Desktop and Multimedia » excalibur/KDE non-root X11 session is broken » 2025-11-03 19:05:52

so after seeing that bunsenlabs is considering greetd i got into looking at it some, greetd is a small daemon, written in rust (for good or for bad that's not the important part here), needs greeters to display a login

about the greeters most of them target wayland and require a wayland compositor to run, however the way greeters are structured it should be possible to craft a greeter that runs on x11 it would just need to launch x11 as part of it's initialization, that aside rn there are some TUI greeters that do not require wayland AND support rootless x11 (ar at least seem to, have not tested them yet) https://github.com/apognu/tuigreet tuigreet which is written in rust and is packaged on debian 13, there also is https://github.com/Nomadcxx/sysc-greet sysc-greet which is written in go and has a fancier presentation (tho it may need a wayland compositor for such fancier stuff, not sure yet).

tho at the time bunsenlabs is still sticking with lightdm so getting the lightdm rootless x11 session working would still be useful...

#64 Re: Desktop and Multimedia » noCSD for GTK4 » 2025-11-01 23:44:56

unless someone (probably not from the forum), forks and continues the work of stlwrt to have a toolkit library compatible with gtk2 to gtk4 with whichever rendering appearance is desired all that complaining about qt6, gtk4 and the eventually upcoming qt7 and gtk5 will accomplish is to have a bunch of written complains in our corner of the internet

stlwrt: https://github.com/thesquash/stlwrt
ubuntu mate forum thread (where stlwrt repo got posted): https://ubuntu-mate.community/t/horribl … 4/22028/63

#65 Re: Desktop and Multimedia » noCSD for GTK4 » 2025-11-01 22:23:47

got it configured already, this is a new phone i got from my mobile plan earlier this week so i'm still finishing the setup

anyway, back on track i'll see later once i'm home how compiling the GTK4-NoCSD library and adding it to the LD_PRELOAD env var goes and give some feedback.

#66 Re: Desktop and Multimedia » noCSD for GTK4 » 2025-11-01 20:06:08

posted that from phone and autocorrect screwed me over, forgot to turn that off in this phone lol

#67 Re: Desktop and Multimedia » noCSD for GTK4 » 2025-11-01 19:41:15

on the case of my wondow manager of choice, awesome wm, it can match rules per window class, name and some other properties, but yeh ideally having the library provide the supression of the hints is better, would have to check out the noscd gtk4 posted by greenjames and try compiling it, guess some package can be crafted taking the nocsd gtk3 as a baseline.

#68 Re: Desktop and Multimedia » noCSD for GTK4 » 2025-11-01 03:20:41

ah yes i can explain why even when the ubuntu patch does remove the Client Side Decorations no Server Side Decorations are added, the EWMH and _MOTIF_WM_HINTS, to be more precise the MWM_DECOR_TITLE hint which when set requests the window manager to NOT add titlebars (Server Side Decorations) to a window be it because the window is of type dialog or some other reason like having Client Side Decorations, the ubuntu patch manages to disable the Client Side Decorations on gtk4 but fails to set the appropriate window hints to allow the window manager to decorate the window with a titlebar, if you got a configurable window manager that is a non issue as ya can simply set the window manager to ignore the title hint for gtk4 apps.

for example on greenjames suggestion of using a CSS hack to hide window buttons on gtk4 apps and then just add decorations through the window manager selectively ignoring the title hints of gtk4 apps.

some reference from the hand of awesome wm documentation:
https://awesomewm.org/doc/api/classes/c … o_titlebar

#69 Re: Forum Feedback » FluxBB » 2025-10-18 22:28:21

So the devuan fork of fluxbb is now the maintained fork.

#70 Re: Devuan » Debian looking to integrate systemd-boot » 2025-10-17 03:32:24

there was a talk a while ago about forking the systemd-boot outta the systemd source tree as egummy-boot for the whole reason that for it to work completely free of any systemd tree untility it just needs a shim, the reason for the fork being to ensure that it remains requiring only that one shim instead of relaying on other systmed "utilities"

edit: the link of the thread https://dev1galaxy.org/viewtopic.php?id=6095

in usual dev1 forum fashion the idea of a shim was discussed along the idea of maintaining a fork to ensure just the shim is needed but the proposal got no traction and nothing was done.

#71 Re: Desktop and Multimedia » excalibur/KDE non-root X11 session is broken » 2025-10-16 21:48:53

so more reason to get lightdm rootless x11 working, mind you it is not an easy task even if it looks like so...

https://github.com/canonical/lightdm/pull/127

if anyone figures the code to get the displayfd method working or is able to at least find which display managers works in that manner to be able to port the code onto lightdm that would be the ideal solution as it is always easier to just yank existing code from someone else than writing it up from nothing...

another idea would be to build a display manager from the ground up that can just be "lazy" and try to route the x11 starting through the xserver-command from the xserver-xorg-legacy package to force the xorg server into starting with dropped priviledges.

#72 Re: Devuan » [SOLVED] Development and goal of Devuan. » 2025-10-14 22:30:59

golinux wrote:

Few under 60 are capable of doing the required tasks and those of us who gave so much are burned out and feeling the weight of our years

Is not just a decrease in competency, but also a problem of the "entry cost" for the knowledge and the knowledge not being passed along in an efficient manner, case in point is debian packaging, to anyone who wants to package some piece of software for use in debian (and derivates) the whole debian packaging process will seem like some sort arcane magic burdened by bureaucracy after reading the debian maintainer guide once...

#73 Re: Other Issues » [SOLVED] Growing file bloat in ~/.dbus/session-bus and /root/.dbus/session-bus » 2025-09-18 05:08:43

thanks, i will check later on the source code of the kde session process to see if there's something that specifically deals with the $HOME/.dbus/session-bus/ files

#74 Re: Other Issues » [SOLVED] Growing file bloat in ~/.dbus/session-bus and /root/.dbus/session-bus » 2025-09-18 03:41:04

redgreen925 do ya use a desktop environment like mate, xfce, kde, etc... or have a setup with a plain window manager and tools composed on top of it?

it could be that for all of use whom get the files piled up is because we are using plain window managers that do not purge their active dbus session address file upon session end (logoff, shutdown, reboot)

#75 Re: Off-topic » Opinions about keypassXC » 2025-09-16 02:11:55

cmake is just as bad as autohell, meson is okay so is ninja, simple makefiles are still the best way, if you need a configure.sh script just build one yourself instead of letting autohell to spit out half a morbillion lines of highly obfuscated shell slop.

Board footer

Forum Software