~mil/sxmo-devel

sxmo-utils: profile: set st -e to st v1 APPLIED

hazardchem: 1
 profile: set st -e to st

 1 files changed, 1 insertions(+), 1 deletions(-)
#1174802 test.yml success
Applied

This patch goes along with
https://lists.sr.ht/~mil/sxmo-devel/patches/49837. sxmo_terminal.sh adds
the -e flag to the configured terminal, if it's also included here it
will get passed twice, which will cause errors.

To git.sr.ht:~mil/sxmo-utils
   4b44d66..d5dbfc6  d5dbfc6 -> master
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mil/sxmo-devel/patches/50344/mbox | git am -3
Learn more about email & git

[PATCH sxmo-utils] profile: set st -e to st Export this patch

st -e has been causing issues when run by sxmo_terminal.sh

Removing from profile will make the default not cause issues if people decide
to uncomment it

Signed-off-by: hazardchem <hazardchem@disroot.org>
---
 configs/appcfg/profile_template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/appcfg/profile_template b/configs/appcfg/profile_template
index c811f30..851bd39 100755
--- a/configs/appcfg/profile_template
+++ b/configs/appcfg/profile_template
@@ -31,7 +31,7 @@ command -v firefox >/dev/null && export BROWSER=firefox
export TERMCMD="sxmo_terminal.sh"

# Change the used terminal command
# export SXMO_TERMINAL="st -e"
# export SXMO_TERMINAL="st"

# When scrolling past the beginning or end of a menu, wrap it around:
#export DMENU_WRAP_AROUND=1
-- 
2.44.0
sxmo-utils/patches/test.yml: SUCCESS in 23s

[profile: set st -e to st][0] from [hazardchem][1]

[0]: https://lists.sr.ht/~mil/sxmo-devel/patches/50344
[1]: mailto:hazardchem@disroot.org

✓ #1174802 SUCCESS sxmo-utils/patches/test.yml https://builds.sr.ht/~mil/job/1174802
Mhh, sorry can you recap what issue it causes?