Dvlv / BoxBuddyRS

A Graphical Interface for Distrobox
MIT License
210 stars 21 forks source link

Stats display a bit glitchy #82

Closed VortexAcherontic closed 3 months ago

VortexAcherontic commented 3 months ago

Install method (Flatpak/Binary/Other)

Distrobox Version distrobox version: 1.7.1.0

Your Host OS openSUSE Aeon

Describe your Issue There is a little long line below the stats of a container:

grafik

I just noticed it and did not made any further investigations as of now. Probably just some config missing on my end I assume?

After some investigation I found that the message appears also using podman stats but disappears after a short while. Hitting refresh in the UI however does still give the message shown.

Dvlv commented 3 months ago

I dont ever get this on Fedora :thinking:

Do you see this if you do:

podman stats box_name --no-stream --format '{{.CPUPerc}};{{.MemPerc}};{{.MemUsage}}' 2> /dev/null
Dvlv commented 3 months ago

Pushing something in 2.2.2 which will hopefully sort this. I was able to recreate it on a Tumbleweed VM, but only with the flatpak

VortexAcherontic commented 3 months ago

Pushing something in 2.2.2 which will hopefully sort this. I was able to recreate it on a Tumbleweed VM, but only with the flatpak

Ay I see. Yeah was about to answer that the command you posted does output no such messages. Many thanks for looking into it :heart: