containers / podman-desktop

Podman Desktop - A graphical tool for developing on containers and Kubernetes
https://podman-desktop.io
Apache License 2.0
4.22k stars 264 forks source link

Custom install of extensions should display the logs #6998

Open axel7083 opened 3 weeks ago

axel7083 commented 3 weeks ago

Is your enhancement related to a problem? Please describe

Todays the logs are collected but not displayed

https://github.com/containers/podman-desktop/blob/b6ffdbfe0ab31924356e07bf9c67d40b5059bf68/packages/renderer/src/lib/extensions/InstallManuallyExtensionModal.svelte#L16

Describe the solution you'd like

We should display a terminal to give more information of what is happening to the user (expandable maybe) like the the logs in resource creation page

image

image

Describe alternatives you've considered

No response

Additional context

cc @jeffmaury @benoitf for opinion

deboer-tim commented 3 weeks ago

Being able to easily see logs when something goes wrong is handy, but I wouldn't want to make this the default/normal experience - these are extensions in a GUI, not end-user cli tools like in the resource creation page.