Skip to content

Figure out how to document konsole usage #41

@clcollins

Description

@clcollins

Using konsole as the terminal causes some weird behavior, not specific to SREPD, but it would be good to figure out how to run the following command properly and understand what konsole is doing that other terminals are not. It looks like konsole may be passing in environment info as arguments or something similar:

/usr/bin/flatpak run org.kde.konsole --hold -e /usr/bin/ls -la

Resuts in:

/usr/bin/ls: unrecognized option '--env=TERM=xterm-256color'

With:

/usr/bin/flatpak run org.kde.konsole --hold -e /home/chcollin/.local/bin/ocm-container --verbose --cluster-id $CLUSTER_ID` 

...the resulting ocm-container exec is passing arguments in weird places. The actual CLUSTER_ID ends up as the CMD argument, and there are weird --env values.

executing command: /usr/bin/podman create --privileged --rm --publish-all --env USER --env INITIAL_CLUSTER_LOGIN=--env=TERM=xterm-256color ...

It might be specific to the $TERM environment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions