
konsole -e function_namekonsole -e "bash -c $(comfyinit)" should work?$() is only used to get whatever something in bash prints to stdin#!/bin/bash
# activate the venv
source venv/bin/activate
# start comfyui
python3 main.py#!/bin/bash
exec konsole -e /path/to/script #!/bin/bash
comfyinit () {
# activate the venv
source venv/bin/activate
# start comfyui
python3 main.py
}
exec konsole -e $(comfyinit)sudo firewall-cmd --list-all
FedoraWorkstation (active)
target: default
icmp-block-inversion: no
interfaces: wlp2s0
sources:
services: dhcpv6-client samba-client ssh
ports: 1025-65535/udp 1025-65535/tcp
protocols:
forward: yes
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules: STATE_INVALID_DROP: IN=wlo1 OUT= MAC=B8:1F:F5:F9:F5:39:2A:AB:61:E5:E3:E9 SRC=192.168.1.8 DST=192.168.1.33 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=993 DPT=50170 WINDOW=28960 RES=0x00 ACK SYN URGP=0