podman-desktop
podman-desktop copied to clipboard
Custom install of extensions should display the logs
trafficstars
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
Describe alternatives you've considered
No response
Additional context
cc @jeffmaury @benoitf for opinion
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.