containers / toolbox

Tool for interactive command line environments on Linux
https://containertoolbx.org/
Apache License 2.0
2.51k stars 214 forks source link

cmd: Track the active container on Fedora Linux Asahi Remix #1413

Closed debarshiray closed 10 months ago

debarshiray commented 10 months ago

Christian Hergert requested this. He is working on improving the integration of Toolbx with the terminal emulation stack in GNOME and Fedora, and he is using Fedora Linux Asahi Remix for his work.

chergert commented 10 months ago

Seems fine.

$SHELLOPTS is already a thing, maybe we could do $VTEOPTS which has the VTE feature string? We could add something to that if the app supports the necessary API.

softwarefactory-project-zuul[bot] commented 10 months ago

Build succeeded. https://softwarefactory-project.io/zuul/t/local/buildset/327b33959ebd4aeca538198c7aa1dd46

:heavy_check_mark: unit-test SUCCESS in 10m 03s :heavy_check_mark: unit-test-migration-path-for-coreos-toolbox SUCCESS in 4m 15s :heavy_check_mark: unit-test-restricted SUCCESS in 8m 43s :heavy_check_mark: system-test-fedora-rawhide SUCCESS in 35m 26s :heavy_check_mark: system-test-fedora-39 SUCCESS in 33m 28s :heavy_check_mark: system-test-fedora-38 SUCCESS in 32m 38s :heavy_check_mark: system-test-fedora-37 SUCCESS in 33m 43s

debarshiray commented 10 months ago

$SHELLOPTS is already a thing, maybe we could do $VTEOPTS which has the VTE feature string? We could add something to that if the app supports the necessary API.

Sounds good to me. :)