libera/#devuan-dev/ Saturday, 2021-07-17

fsmithredall the task-*-desktop packages recommend devuan-speech-dispatcher-config-override00:20
fsmithredbut xfce4 depends on xfce4-pulseaudio-plugin, which depends on pavucontrol00:20
fsmithredso the desktop-live iso has a pavucontrol icon on the panel, but it hangs trying to connect to pulseaudio.00:21
fsmithredAre we intending to exclude pulseaudio from all the default desktop installs?00:21
fsmithredLeePen, ^^^00:22
fsmithredBTW, audio works. This is a system installed from the desktop-live.00:23
golinuxI noticed that icon and did a double take . . .00:38
rrqfsmithred: https://bugs.devuan.org/cgi/bugreport.cgi?bug=59210:24
rrq.. you had some thought in how to pacth magic-touch for that?10:24
LeePenfsmithred: Hmmm, I suppose that wasn't the primary intention, but is the consequent effect.10:33
LeePenxfce4-pulseaudio-plugin only recommends pavucontrol. Does uninstalling pavucontrol work?10:36
LeePendevuan-speech-dispatcher-config-override could also conflict with pavucontrol to make that happen automatically.10:37
LeePenThat would be a problem for lxqt which depends pavucontrol.10:39
LeePenI use volumeicon-alsa as a systray volume control when I don't have pulseaudio installed.11:07
fsmithredrrq, if we can figure out a way to test for encrypted root filesystem, the GRUB_THEME line could be commented or left out.12:48
rrqcould you check the newest iso, which copies splash.png to the target.. is that an option instead of GRUB_THEME?12:51
fsmithredyeah, I tested that a few days ago12:52
rrqroot12:52
fsmithredthat's the case where if you add the theme later, when you boot you see the theme and then for an instant you see the splash, and then it starts scrolling12:52
fsmithredadd the theme later= installation12:53
rrqyes, I was thinking to do without theme12:53
fsmithreddo without the theme just in the isos you mean?12:54
rrqon the installed system.. it has the Devuan splash12:56
fsmithredthere will be a storm12:56
fsmithredI thought about changing desktop-base to put the grub themes in /boot/grub but that will break the alternatives choice12:59
fsmithredupdate-alternatives changes links, doesn't edit /etc/default/grub to change the theme12:59
rrqwith a "default splash" then any themeing will override, and it's "branded13:00
rrqwithout theming13:00
rrqthe splash just replaces the "beautiful blue"13:01
hagbardEven /boot can be encrypted, putting the themes there won't help then. And the space in /boot often is not plenty.13:05
fsmithredgood point13:05
hagbardEncrypted /boot works well with grub, btw. I have it that way on my Laptop.13:06
fsmithredyeah, I've done it. I don't like it, but it does work.13:06
fsmithredand refractainstaller will let you do it during the install.13:07
fsmithreddoes the debian/devuan installer do it now, or do you still have to do it afterward?13:07
yetiis theming grub worth it?  how often would one see it?13:08
yeti$ uptime | awk -F, '$0=$1","$2'13:08
yeti 11:07:17 up 60 days, 19:2413:08
fsmithredI think you'd see it about once a month with all the kernel updates13:08
yetiI typically suspend that box if unused to keep my workflow kinda chackpointed13:09
yetiso it gets that uptime without running 24/713:10
hagbardBut holdup, after the first stage of grub, after /boot gets decrypted, themes in /boot might be accessible from the grub menu stage.13:10
fsmithredyeah, that should work13:10
fsmithredbut that still takes it out of the alternatives system13:11
fsmithredanyway, I'm doing an install with the June14 netinstall iso now.13:11
hagbardBut imho a clean and reliable boot process is more important than some pretty pictures.13:11
yetiapropos... the arm crowd seems to call netinstall netboot... is that a mishap or intentionally?13:12
fsmithredrrq, I'm not fully awake. Do I need to be doing a uefi install?13:12
fsmithreddoes anyone actually install on arm? Don't they just copy disk images?13:12
rrqno, both are the same13:12
fsmithredoops. booted without virtual disk.13:13
rrqI think "netboot" is an image that boots via net13:13
fsmithredyeah, you can find it in the debian-installer tree13:13
fsmithredpkgmaster13:14
fsmithredalmost done14:02
fsmithredno splash on reboot14:03
rrqhmm gimme a sec14:04
fsmithredyeah, file is not there14:04
fsmithredwow, that was vague14:04
fsmithredno splash.png in /boot/grub14:05
fsmithredor any png14:05
fsmithredalso, unrelated, saw "amixer: invalid command" or something like that at the end of the boot messages14:05
fsmithredthere's a mixer icon on the panel, but it does nothing14:05
rrqdevuan_chimaera_4.0.alpha-20210714 ?14:06
fsmithredand same as install from desktop-live, pavucontrol is installed without pulseaudio14:06
fsmithredyeah 71414:07
LeePenfsmithred: See my earlier comments about that ^^^14:08
fsmithredI did. I don't have an answer at this time.14:08
LeePenOK14:08
fsmithredyes, uninstalling pavucontrol works easily14:08
rrqmmm right .. the magic logic doesn't keep the splash if there's a desktop-base.list14:09
fsmithredoh, that test14:09
rrqI suppose for this test you'll need to install without DE, and then maybe pull in DE manually14:11
rrqI'll cut a collection fully without GRUB_THEME fixing ... coming up soonish14:12
fsmithredis there some easy way we can test for encrypted root in that script?14:13
rrqno idea... check for running decryption process ? check mount output? blkid? lsblk?14:15
fsmithredyeah, blkid |grep crypt might be part of it14:16
fsmithredmaybe there's some global variable for root filesystem?14:17
fsmithredoh14:17
fsmithredcrypttab14:17
fsmithredin the target14:17
rrq... 717 in the oven14:23
fsmithredok14:23
hagbardyou'd have to check cryptab, and then fstab, to see if the encrypted file system get's mounted to /14:24
fsmithredif awk '$2 =="/" { print $1 } /etc/fstab | grep crypt ; then echo "root is encrypted" ; fi14:27
fsmithredthat works14:27
fsmithreddo we have awk in the installer environment?14:27
yetidoes it use the same busybox as the installed system?14:28
yetithen awk is in there14:28
yeticheck `busybox awk` if it isnt already linked14:29
rrqfsmithred: amd64 isos available .. mirroring to charla atm15:19
fsmithredinstalling debian right now15:20
golinux<hagbard> [06:11:54] But imho a clean and reliable boot process is more important than some pretty pictures.17:28
golinux:((((17:28
yetiI really do not care for that bootblingbling at all17:43
* golinux is delighted to be letting go of theming the desktop . . .18:29
yetitake back the day again!18:40
fsmithred rrq success on 717! I downloaded i386 by mistake, but it works.18:49

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!