https://bugs.kde.org/show_bug.cgi?id=525038
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.kde.org/show_b | |ug.cgi?id=515119 | CC| |[email protected] --- Comment #2 from Nate Graham <[email protected]> --- > The app name visible without hovering while a capture is active - a label > next to the icon in the panel What if the panel is vertical? It wouldn't work there. And even with a horizontal panel, what if the app name is really long? Then the item's appearance could have a very strong impact on the layout of other items in the panel. Furthermore, none of this could be done in the system tray, because system tray items need to be square. Which means it would need to be done in a new widget. Which means we would need to modify everybody's panel to include it, which would be impossible given the diversity of panel setups. I don't think this is the way to go. > An option to show the indicator outside the System Tray while a capture is > active Yeah, Spectacle does for screen captures. I think it works well. Right now that's client-side, though. I would be fine with a similar server-side notification for these. I think this is a better and more scalable approach. -- You are receiving this mail because: You are watching all bug changes.
