sniffnet icon indicating copy to clipboard operation
sniffnet copied to clipboard

thumbnail mode showed broken ui

Open nyurik opened this issue 2 months ago • 3 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues.

What's the problem?

Clicking the "thumbnail mode" icon showed this:

Image

The black rim around the window is a background, not part of the app itself. The window could be moved around by click+drag. There were no UI controls. Closing with alt+f4 and restarting fixed the issue.

Possibly related to #893

How did you install the app?

installed from crates.io

Operating System

Linux

Additional context

No response

nyurik avatar Dec 19 '25 18:12 nyurik

Thanks for the report @nyurik It also happens to me sometimes on Linux pretty randomly, and I suspect it has to do with how iced is handling the window properties change.

So can you confirm that restarting the app and putting it in thumbnail mode then worked, or it keeps doing this every time?

GyulyVGC avatar Dec 19 '25 21:12 GyulyVGC

restarting the app solved it - so it is not stably reproducable

nyurik avatar Dec 19 '25 22:12 nyurik

Perfect, this means that it's the same bug I sporadically experience on Linux.

Soon I'll be migrating to the latest version of iced that was just released, I hope that will stabilise this.

GyulyVGC avatar Dec 19 '25 22:12 GyulyVGC