Skip to content

ptixis Fedora issue #3786

@mdco1990

Description

@mdco1990

Checks

Operating system

Linux 6.19.13-200.fc43.x86_64 - Fedora Linux 43 (Workstation Edition)

Expected behaviour

Should run kiro-cli

Actual behaviour

❯ kiro-cli doctor

✘ Kiro CLI terminal integrations: kiro-cli-term is not running in this terminal, please try restarting your terminal

✘ Doctor found errors. Please fix them and try again.

If you are not sure how to fix it, please open an issue with kiro-cli issue to let us know!

❯ kiro-cli restart
error: launching Kiro CLI from minimal installs is not yet supported

❯ kiro-cli

❯ kiro-cli _ should-figterm-launch -vvv
2026-04-30T18:35:58.195806Z DEBUG q_cli::cli: 363: Command ran command=["kiro-cli", "_", "should-figterm-launch", "-vvv"]
❌ ptyxis-agent | ptyxis-agent (399554) <- ✅ bash (399599)

Steps to reproduce

On Fedora 43 with ptyxis and starship prompt installed.

❯ cat .bashrc

# Kiro CLI pre block. Keep at the top of this file.
[[ -f "${HOME}/.local/share/kiro-cli/shell/bashrc.pre.bash" ]] && builtin source "${HOME}/.local/share/kiro-cli/shell/bashrc.pre.bash"

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
    . /etc/bashrc
fi

# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
    PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH

# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=

# User specific aliases and functions
if [ -d ~/.bashrc.d ]; then
    for rc in ~/.bashrc.d/*; do
        if [ -f "$rc" ]; then
            . "$rc"
        fi
    done
fi

unset rc

# add starship
eval "$(starship init bash)"

# 2. Kiro CLI post block (ensure this is the absolute last thing)
if [ -f "$HOME/.local/share/kiro-cli/shell/bashrc.post.bash" ]; then
    source "$HOME/.local/share/kiro-cli/shell/bashrc.post.bash"
fi

# Kiro CLI post block. Keep at the bottom of this file.

[[ -f "${HOME}/.local/share/kiro-cli/shell/bashrc.post.bash" ]] && builtin source "${HOME}/.local/share/kiro-cli/shell/bashrc.post.bash"

❯ kiro-cli doctor

✘ Kiro CLI terminal integrations: kiro-cli-term is not running in this terminal, please try restarting your terminal

✘ Doctor found errors. Please fix them and try again.

If you are not sure how to fix it, please open an issue with kiro-cli issue to let us know!

❯ kiro-cli restart
error: launching Kiro CLI from minimal installs is not yet supported

❯ kiro-cli

❯ kiro-cli _ should-figterm-launch -vvv
2026-04-30T18:42:51.667189Z DEBUG q_cli::cli: 363: Command ran command=["kiro-cli", "_", "should-figterm-launch", "-vvv"]
❌ ptyxis-agent | ptyxis-agent (399554) <- ✅ bash (399599)

Environment

<This will be visible to anyone. Do not include personal or sensitive information>

[q-details]
version = "2.2.0"
hash = "c96876dd5075aa453fe731882a863ab8216a9a3a"
date = "2026-04-28T21:13:32.887766Z (2d ago)"
variant = "minimal"

[system-info]
chip = "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz"
total-cores = 4
memory = "7.65 GB"

[system-info.os.linux]
kernel_version = "6.19.13-200.fc43.x86_64"
id = "fedora"
name = "Fedora Linux"
pretty_name = "Fedora Linux 43 (Workstation Edition)"
version_id = "43"
version = "43 (Workstation Edition)"
variant_id = "workstation"
variant = "Workstation Edition"

[environment]
cwd = "/home/USER"
cli-path = "/home/USER"
os = "Linux"
shell-path = "/usr/bin/bash"
shell-version = "5.3.0"
install-method = "unknown"

[env-vars]
DISPLAY = ":0"
PATH = "/home/USER/.local/bin:/home/USER/bin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
QT_IM_MODULE = "ibus"
Q_SET_PARENT_CHECK = "1"
SHELL = "/bin/bash"
TERM = "xterm-256color"
XDG_CURRENT_DESKTOP = "GNOME"
XDG_SESSION_DESKTOP = "gnome"
XDG_SESSION_TYPE = "wayland"
XMODIFIERS = "@im=ibus"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions