this post was submitted on 05 May 2023
1 points (100.0% liked)

Split Linux

16 readers
1 users here now

The Linux distribution that splits your various identities into separate Tor-enabled TTY’s so you don't accidentally give yourself away. Visit splitlinux.org

founded 2 years ago
MODERATORS
 

Upstream is replacing sxiv by nsxiv.

This command sequence should allow for a seamless transition for any Beast user:

XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
mv "$XDG_CONFIG_HOME/sxiv" "$XDG_CONFIG_HOME/nsxiv"
ln -s "$XDG_CONFIG_HOME/nsxiv" "$XDG_CONFIG_HOME/sxiv"

Specifically, the above mitigates this error:

sxiv: /home/<user>/.config/nsxiv/exec/key-handler: No such file or directory
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here