Skip to main content
Recent Posts
41
Applications & Software / Re: experimenting with lxqt 2.1
Last post by Hitman -
Fresh install, working fine with no big issues, made me happy to see that.

A note: just run "startlxqtwayland" with something like greetd since it's not only possible now, but also some DM's like sddm with it's default config seem to be buggy with xorg/xwayland, at least i had a weirdness with it.

Kwin_wayland is eating memory for lunch, got to 600 something mb. Labwc sits at around 300 on the main pc with amdgpu, which is still more than a composited xorg session, no idea why it's behaving bloaty with it. On an intel igpu it's just around 100.

Is libsfdo missing from the repos here? i installed it by hand for labwc.

For the sake of reference, the previous thread. Part of the environment and kanshi/config remain good: https://forum.artixlinux.org/index.php/topic,6185.msg38166.html
44
Installation / Migration / Configuration / Re: BIOS BOOT PARTITION is a substitute for the usual boot partition?
Last post by tintin -
On my PC :

Code: [Select]
lsblk 
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda      8:0    0 931,5G  0 disk
├─sda1   8:1    0  19,9G  0 part
├─sda2   8:2    0  19,5G  0 part /
├─sda3   8:3    0 888,1G  0 part /media/77
├─sda4   8:4    0   100M  0 part /boot/efi
└─sda5   8:5    0   3,9G  0 part [SWAP]
46
System / Re: How do I get nftables to work with libvirt?
Last post by revsuine -
In case anyone stumbles across this thread while searching for stuff, I couldn't actually get this to work with nftables, but I switched to UFW as my firewall.

Code: [Select]
sudo ufw allow in on virbr0

allows internet to work completely fine in QEMU virtual machines.
50
Applications & Software / Re: Is it possibly to reduce disk space used by gnugpg cache - in some simple way?
Last post by Ambie -
You would try to move this "cache" somewhere and return it if something fails and delete it if not. Where is placed that cache? I didn't find anything similar. And I think that 2GB is a bit too much anyway. What is GnuPG (you meant GnuPG not gnugpg right?) need to cache except password and keys?