fuction_namekonsole -e "bash -c $(comfyinit)" should work?$() is only used to get whatever something in bash prints to stdinfirewall-cmd --list-interfaces
wlp2s0── 10:46:34 - System update ────────────────────────────────────────────────────
Pulling manifest: ostree-unverified-registry:ghcr.io/ublue-os/bazzite-deck:stable
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: cryptographic signature verification failed: invalid signature when validating ASN.1 encoded signature
System update failed:
0: Command failed: /usr/bin/rpm-ostree upgrade
1: /usr/bin/rpm-ostree failed: exit status: 1
Location:
src/steps/os/linux.rs:273
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 ── 10:46:34 - System update ────────────────────────────────────────────────────
Pulling manifest: ostree-unverified-registry:ghcr.io/ublue-os/bazzite-deck:stable
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: cryptographic signature verification failed: invalid signature when validating ASN.1 encoded signature
System update failed:
0: Command failed: failed: exit status: 1
Location:
src/steps/os/linux.rs:273
#!/bin/bash
comfyinit () {
# activate the venv
source venv/bin/activate
# start comfyui
python3 main.py
}
exec konsole -e $(comfyinit)