<ruivlea>
is nspr can be build without using lfs64.patch for musl?. i fail to build without it.
<xdream8[m]>
<sewn> "how is dillo" <- it renders some sites bad and it gives lots of certificate warnings(i think i can fix this by patching it) but other than that it is good enough for normal browsing
<ruivlea>
is dillo good enough to render static sites like suckless.org or sr.ht?
<ruivlea>
is it still maintained? seems like hg.dillo.org cannot be accessed
<xdream8[m]>
Yeah i couldnt acces it too that is why i tried to build dillo-plus first. dillo-plus seems to be still maintained and has lots of new features.
<xdream8[m]>
if you use Xorg you can try to build it
<xdream8[m]>
i might later try to build netsurf if it works on wayland
<xdream8[m]>
we wrote at the same time .d
ruivlea has quit [Ping timeout: 244 seconds]
<iceman[m]>
oof, I might switch away from KISS, it's really taking a toll on development time
<iceman[m]>
I really don't want to, so maybe I'll have another distribution along side
rory50 has quit [Ping timeout: 240 seconds]
rory50 has joined #kisslinux
travankor has joined #kisslinux
travankor has quit [Remote host closed the connection]
travankor has joined #kisslinux
<sewn>
<iceman[m]> "oof, I might switch away from..." <- how so?
phinxy has joined #kisslinux
<xdream8[m]>
netsurf seems to renders sites a lot better than dillo
<xdream8[m]>
<iceman[m]> "oof, I might switch away from..." <- just install nix or flatpak and use them to install time taking packages
rory50 has quit [Ping timeout: 246 seconds]
rory50 has joined #kisslinux
<iceman[m]>
xdream8: Thanks for the recommendation
<iceman[m]>
I'm going to check nix
phinxy has quit [Ping timeout: 258 seconds]
<rottatorg>
hi, is there some reason why kiss's top level cache directory is hard wired to be in XDG_CACHE_HOME and not an enviromental variable like everything else?
<rottatorg>
i'm currently installing kiss with a separate /var partition and it just seems like a more suitable place for it than like /root/.cache
<xdream8[m]>
try setting 'KISS_TMPDIR'
<sewn>
TMPDIR is where the package building, extraction, and compression will be performed
<rottatorg>
for now i just edited /usr/bin/kiss directly to be able to set the location with KISS_CACHE and it seems to be working fine
<rottatorg>
it just seems generally kinda wierd that only the TMPDIR can be changed but not the rest of the cache
<phoebos>
good point
<phoebos>
but of course you could use XDG_CACHE_HOME=/var/.cache kiss ...