| Summary: | [BUG] Panel being drawn over desktop folder labels | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | jman12316 |
| Component: | Desktop icons & Folder View widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | CLOSED NOT A BUG | ||
| Severity: | normal | CC: | hein, kde, notmart |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | docks being drawn over desktop folder labels | ||
|
Description
jman12316
2024-05-28 02:15:30 UTC
We have our own panel avoidance, rather than going through _NET_WORKAREA as that is not screen specific and therefore not usable enough. This is a third party product breaking things, sorry. Maybe on wayand we can do something better. (In reply to David Edmundson from comment #1) > We have our own panel avoidance, rather than going through _NET_WORKAREA as > that is not screen specific and therefore not usable enough. > > This is a third party product breaking things, sorry. > Maybe on wayand we can do something better. _NET_WORKAREA was just a guess. But KDE already has correct per screen information as when a window is maximized, it will not go into 'third-party' docks area. Therefore, the correct screen data already exists somewhere. This is not a problem specific with tint2. I don't use tint2, I only used it as it's common to have on different distro's. Every panel that is attempted to be used will have this problem. Please re-open as a bug withing KDE as this is definitely not a "a third party product breaking things". The code that lays out folders on the desktop is simply wrong. I understand this is annoying and somewhat hard to fix. If you need help. Let me know. The window manager does, it's complicated logic that we're not duplicating. (In reply to David Edmundson from comment #3) > The window manager does, it's complicated logic that we're not duplicating. I tried hard-coding the correct height for myself but it didn't seem to work. Can you direct me to where the KDE panel gets avoided so that I can piggyback off of that code and fix it for myself? |