Summary: | Decoration broken in maximized state | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Victor Varvaryuk <victor.varvariuc> |
Component: | aurorae | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lokiisyourmaster |
Priority: | NOR | Keywords: | regression |
Version: | unspecified | Flags: | mgraesslin:
ReviewRequest+
|
Target Milestone: | 4.9.2 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/106576/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/fd1e76c03ea8701b6118016a3864b315bf09cbda | Version Fixed In: | 4.9.2 |
Sentry Crash Report: | |||
Attachments: |
aurorae_chrome_dark_KDE_4.8.5
aurorae_chrome_dark_KDE_4.9.1 USU Aurorae theme - normal state USU Aurorae theme - maximized state |
Description
Victor Varvaryuk
2012-09-25 07:05:19 UTC
Created attachment 74154 [details]
aurorae_chrome_dark_KDE_4.8.5
Created attachment 74155 [details]
aurorae_chrome_dark_KDE_4.9.1
pot. related to bug #304822 and possibly bug #304791 > pot. related to bug #304822 and possibly bug #304791
nope, I'm actually aware of that regression. It's already on my TODO stack for
this week.
for the record: I have a fix but it revealed more bugs, so I doubt I will feel satisfied for 4.9.2. Git commit fd1e76c03ea8701b6118016a3864b315bf09cbda by Martin Gräßlin. Committed on 25/09/2012 at 22:26. Pushed by graesslin into branch 'KDE/4.9'. Fix enabled borders and padding for maximized Aurorae decos In the maximized state the enabled borders were still enabled causing the actual borders to be still shown. In addition the padding is not adjusted to be 0. This is done in the C++ part is it does not make any sense to have shadows being thrown to another screen for a maximized window. REVIEW: 106576 FIXED-IN: 4.9.2 M +4 -0 kwin/clients/aurorae/src/aurorae.cpp M +1 -1 kwin/clients/aurorae/src/qml/AuroraeButtonGroup.qml M +7 -3 kwin/clients/aurorae/src/qml/aurorae.qml http://commits.kde.org/kde-workspace/fd1e76c03ea8701b6118016a3864b315bf09cbda The bug does not seem to be fixed in 4.9.2. My distribution - USU (Kubuntu 12.04 based), with KDE installed from https://launchpad.net/~kubuntu-ppa/+archive/backports Actually, all Aurorae-based themes I've tried since upgrading look broken. (In reply to comment #7) > The bug does not seem to be fixed in 4.9.2. My distribution - USU (Kubuntu > 12.04 based), with KDE installed from > https://launchpad.net/~kubuntu-ppa/+archive/backports > Actually, all Aurorae-based themes I've tried since upgrading look broken. have you restarted since the update? Which themes are you using? Could you please provide a screenshot? Created attachment 74463 [details]
USU Aurorae theme - normal state
Created attachment 74464 [details]
USU Aurorae theme - maximized state
(In reply to comment #8) > (In reply to comment #7) > > The bug does not seem to be fixed in 4.9.2. My distribution - USU (Kubuntu > > 12.04 based), with KDE installed from > > https://launchpad.net/~kubuntu-ppa/+archive/backports > > Actually, all Aurorae-based themes I've tried since upgrading look broken. > have you restarted since the update? Which themes are you using? Could you > please provide a screenshot? Yes, there have been multiple restarts. Here is the theme I've tested with: http://opendesktop.org/content/show.php/USU+8.1?content=154633 The same happens with Air-oxygen and others. Sorry for the double post, but forgot to mention - the window titlebar should look exactly the same in both states. It looked OK before upgrading to 4.9.2 (In reply to comment #12) > Sorry for the double post, but forgot to mention - the window titlebar > should look exactly the same in both states. It looked OK before upgrading > to 4.9.2 I installed now the theme and will look into it, though it is possible that it is a theme bug, which was just hidden in old Aurorae (In reply to comment #13) > (In reply to comment #12) > > Sorry for the double post, but forgot to mention - the window titlebar > > should look exactly the same in both states. It looked OK before upgrading > > to 4.9.2 > I installed now the theme and will look into it, though it is possible that > it is a theme bug, which was just hidden in old Aurorae Thanks! Btw, this theme is created by me, and if it's a theme bug which was hidden before, I will fix it as soon as I find out what is causing it. If it's a theme bug, it's shared among many themes (at least on my PC). Btw, on some themes the bug is more noticeable when the desktop effects are enabled. (In reply to comment #14) > If it's a theme bug, it's shared among many themes (at least on my PC). It's not a theme bug, the theme is pretty good, it is more complete than most themes. For this particular issue I created now bug #308248. Please try the attached patch. |