libera/#devuan/ Tuesday, 2022-01-25

Guest9614Hi  I just installed  chimaera and was wondering how I install kde or other desktops?00:06
tkmum38: using apt?00:19
mum38yes00:19
tkhmm, looks like devuan does not package kde00:22
mum38ok00:22
golinuxmum38: Of course we have KDE available00:26
brocashelmtask-kde-desktop00:26
tkah, never mind, I screwed up searching for it00:28
tkit is indeed listed00:28
mum38hunting around I found an article on tde desktop ... It looks good so I'll try that and task-kde-desktop :-)00:29
golinuxThe two are quite different.  gtk vs qt for one00:31
mum38I can try them both without problems?00:33
golinuxYou might want to have a look at this https://tech.slashdot.org/story/22/01/22/1751259/kde-powering-qts-new-framework-lets-developers-bring-ads-into-their-apps00:33
golinuxQT is going in a monetizing direction00:34
sycoold news00:34
golinuxsyco: Yup/. Just recently in the news though.00:35
gnarfacemum38: you can install all the desktops concurrently, but if you're using a graphical login manager, they don't all play nice with the same ones00:35
mum38Can't do without fiat debt currency in this pope god driven world lol00:35
sycoim still using 2 QT apps .. Clementine and Kate :/00:35
gnarfacemum38: so, it's possible to test them all if you know what you're doing, but if you don't it'll be a minor annoyance followed by a learning opportunity00:36
golinuxTest in a VM before installing to disk00:36
mum38gnarface I'm using the standard default login  that comes with chimaera... It should work F1 key to choose either ?00:37
golinuxKDE is a resource hog.00:37
mum38oh it is hmmm I have minimal ram so kde is out then...00:38
gnarfacemum38: i think it should work but i haven't tested it in chimaera, and in beowulf there was an issue where it might not work if you didn't know to manually install a non-default alternate permissions-backend dependency library (i rarely deal graphical logins except on machines i have to share with others)00:40
brocashelmthere's also mate you can try if you don't want to use xfce00:40
brocashelmit's basically a protest de after gnome 3 came out00:40
gnarfacemum38: if you're low on ram though, using zram-tools for zram-swap might mitigate any big issues00:41
mum38oh I'll look into mate too...00:41
brocashelmopenbox is MUCH lighter than xfwm400:41
mum38never heard of zram-tools...00:41
gnarfacemum38: you might need some help setting it up initially since they gutted the sysvinit support but i can flip you my hand-made init.sh for it if you need it00:42
mum38I'm not a whizz on operating systems at all lol I just learn from articles and follow the information...00:44
mum38lol00:44
gnarfacebasically it just uses standard compression algorithms to give you a very fast swap partition on a small ramdisk00:45
mum38ok00:45
gnarfaceit's great for systems with very little physical ram or crappy slow/high-wear flash-based storage00:45
gnarfaceif you read the instructions you shouldn't have any problems setting it up to test it, but like i said you might need help making it start automatically at boot00:47
mum38ok I'll be back tde installed and openbox going to try them out... :)00:47
gnarfacegood luck!00:49
golinuxmum38: We have a derivative based on TDE00:49
golinuxhttp://exegnulinux.net/00:50
golinuxMight have a live disk that you can preview without installing00:50
mum38ok yes that be good...00:50
golinuxYup.  It's a "live" disk and you can install from there if you like it.00:50
golinuxIt was one of our first derivatives.  :)00:51
golinuxLet us know how it goes!00:52
mum38Will do login out.... Thanks for all the advice...00:52
qwestionAny open power users? Is it dailydriveable?00:53
gnarfacei think i vaguely recall someone mentioned they were gonna pick one of those up but i don't recall how it turned out01:01
gnarfaceshould work as well as debian does on them though01:02
qwestionFrom https://wiki.raptorcs.com/wiki/Operating_System_Compatibility_List  :01:10
qwestionDevuan4.0 ppc64le MPC7500 Works01:10
qwestionHe posted his parts list too,01:10
cytokine_stormgolinux: thanks04:05
golinuxcytokine_storm: Info like that can be found in the Release Notes.  https://files.devuan.org/devuan_beowulf/Release_notes.txt04:33
golinuxHowever, since it has always been that way in Devuan, probably not in the recent iterations of that document.04:34
ibanjaDoes anyone have experience with nilfs2?  I was thinking of using it on my 6TB backup drive.17:12
VallHowdy everyone. Is there a "Chimaera Backports" repo? What line(s) do I need to add to my APT sources in order to use it?18:40
VallGoogle brought this up, but I was hoping for more Devuan-specific info: https://backports.debian.org/Instructions/)18:41
fsmithredVall, there is, and the line looks like the others but says chimaera-backports instead of chimaera18:41
fsmithredand you might already have the line in sources.list but commented out.18:42
Vallfsmithred: thanks, will check that out18:43
Vallfsmithred: you are right: grep -ri backports /etc/apt18:44
Vall/etc/apt/sources.list:deb http://deb.devuan.org/merged chimaera-backports main contrib non-free18:44
fsmithredyeah18:45
VallSo I think I just need to indicate it specifically via `apt install -t chimaera-backports`18:45
fsmithredyes18:51
fsmithredbecause the priority is lower18:51
Vallfsmithred: seems to have worked: among a fuckton of other packages it's bringing this is:18:58
Vall*this in:18:58
VallGet:87 http://deb.devuan.org/merged chimaera-backports/main arm64 qemu-system-arm arm64 1:6.1+dfsg-6~bpo11+1 [7,794 kB]18:59
fsmithredweird19:00
fsmithredadd --no-install-recommends19:00
Valltoo late, finished already19:01
fsmithredI have that set as my default.19:02
Vall`apt-get remove && apt-get auto-remove` and then try again with that option?19:02
VallOK, did it and worked19:04
golinuxVall: For future reference: https://www.devuan.org/os/packages19:05
fsmithred$ cat /etc/apt/apt.conf.d/00norecommends19:06
fsmithredAPT::Install-Recommends "no";19:06
Vallthanks golinux !19:06
Vallfsmithred: now with ` --no-install-recommends it installed just 27 packages instead of 92 as previously19:09
Valljust a small difference ;-)19:09
VallWill add /etc/apt/apt.conf.d/00norecommends as you did19:09
fsmithredyeah, you can always install something that was excluded if you decide you want it.19:11
VallYeah19:12
VallEven so it installed some stuff I think I don't really need, like "dbus-x11"19:16
Vall(this is a headless machine)19:16
fsmithredaptitude why dbus-x11 (except you probably don't have aptitude)19:17
fsmithredor try to remove it and see what it wants to take with it19:19
Tenkawa  apt-cache rdepends --installed  dbus-x1119:20
fsmithredoh nice. I didn't know you could use --installed there19:21
Tenkawayeah they wrapped dbus-x11 in with dbus-user-session  it appears19:23
Tenkawamakes sense from an integration standpoint… hard to unwind though19:23
Guest28If I have an app that doesn't work because it expects to find "systemctl", is there a workaround?22:09
gnarfaceif Guest28 comes back, ask if they looked at this: systemctl - daemonless "systemctl" command to manage services without systemd23:07
gnarfaceor maybe this one: systemctl-service-shim - Adds systemctl translator script23:07

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