Join Nostr
2023-08-30 18:01:03 UTC
in reply to

Justine Smithies on Nostr: But if i do this using python it does not display the icon but does echo the -e ...

But if i do this using python it does not display the icon but does echo the -e character which is suppoesed to be an option for echo.

result = subprocess.Popen('echo -e "Firefox\\0icon\\x1fweechat" | fuzzel -d -w 100 -l "$LINES"', shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=d)

2/2