Comment by ~eloitor on ~mil/sxmo-tickets
I see the code in sxmo-factory is more centered in alpine than sxmo-build... Does it make sense to allow contributions for other distributions here? Or is it better to create a void version of sxmo-factory...
Comment by ~eloitor on ~mil/sxmo-tickets
https://man.sr.ht/~anjan/sxmo-docs/CONTRIBUTING.md#strongtesting-nightlystrong It is also mentioned in https://sxmo.org/docs/
It's the first time I hear about sxmo-factory
Ticket created by ~eloitor on ~mil/sxmo-tickets
I'm installing void-linux with sxmo on my pinephone.
I'm adapting the sxmo-build script. I installed the dependencies, and when it tries to install sxmo-utils I get this error:
setcap 'cap_wake_alarm=ep' /usr/bin/sxmo_sleep Failed to set capabilities on file '/usr/bin/sxmo_sleep': Operation not supported
Would it be possible to have some alternative to that command in case it fails?
Comment by ~eloitor on ~mil/sxmo-tickets
Using this patch with vim, will open a new terminal when
$EDITOR
is called right? I think it is best to keepsxmo_terminal.sh $EDITOR
when the script wants to spawn a window. This allows the use$EDITOR
in scripts running in a terminal without extra windows opening.I think using the environment variable
VISUAL_EDITOR
is a better idea.