[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2018-09-14 Thread Igor Poboiko
https://bugs.kde.org/show_bug.cgi?id=361516

Igor Poboiko  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.15.0
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/ca1b5ea1070ccd23dd742f35d
   ||449e4a531ff7951

--- Comment #18 from Igor Poboiko  ---
Git commit ca1b5ea1070ccd23dd742f35d449e4a531ff7951 by Igor Poboiko.
Committed on 14/09/2018 at 09:36.
Pushed by poboiko into branch 'master'.

[effects/cubeslide] Fix visual glitches with Blur / BackgroundContrast effect

Summary:
Bugs occurred because KWin was not very happy when windows were painted during
CubeSlideEffect::paintScreen().
Another issue is that blur, although it was supposed to, did not work at all
(haven't found appropriate bug on bugzilla).
As well as background contrast effect.

This patch does the following thing:

 - Adopted WindowForceBlur / WindowForceBackgroundContrast logic from
SlideEffect, instead of panels/stickyWindows QSets (those become useless
anyway)
 - Added shouldAnimate code, which determines whether a window should be
animated with the cube (i.e. ordinary windows) or should stick (i.e. panels or
pinned windows, if corresponding options are checked in the settings)
 - It paints an additional non-transformed screen, on which it paints only
"sticky" windows. This is done because otherwise KWin would apply blur not
behind the OSD, but on the same place on moving cube face.
 - (in addition) switched to new Qt5 connect syntax.

Reviewers: #kwin, zzag

Differential Revision: https://phabricator.kde.org/D15175
Related: bug 362360
FIXED-IN: 5.15.0

M  +87   -54   effects/cube/cubeslide.cpp
M  +10   -3effects/cube/cubeslide.h

https://commits.kde.org/kwin/ca1b5ea1070ccd23dd742f35d449e4a531ff7951

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2018-05-05 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=361516

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2018-04-26 Thread Bob Igo
https://bugs.kde.org/show_bug.cgi?id=361516

Bob Igo  changed:

   What|Removed |Added

 CC||b...@igo.name

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2018-03-01 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=361516

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #17 from Alexander Mentyu  ---
Bug is reproducible with top and left top position of Panel

Plasma: 5.12.2
Apps: 17.12.2
Frameworks: 5.43.0
Qt: 5.10.1
Kernel: 4.14.22-1-MANJARO
OS: Netrunner Rolling
Video: Intel 4400
xf86-video-intel 1:2.99.917+812+g75795523-1
Screen: 1600x900

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2018-01-13 Thread Igor Poboiko
https://bugs.kde.org/show_bug.cgi?id=361516

Igor Poboiko  changed:

   What|Removed |Added

 CC||zh...@outlook.com

--- Comment #16 from Igor Poboiko  ---
*** Bug 368144 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2018-01-13 Thread Igor Poboiko
https://bugs.kde.org/show_bug.cgi?id=361516

Igor Poboiko  changed:

   What|Removed |Added

 CC||skpl1...@gmail.com

--- Comment #15 from Igor Poboiko  ---
*** Bug 374854 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2017-05-27 Thread Danillo
https://bugs.kde.org/show_bug.cgi?id=361516

Danillo  changed:

   What|Removed |Added

 CC||danillo.alvare...@gmail.com

--- Comment #14 from Danillo  ---
I'm also facing this bug on version 5.8.6-1 in Debian 9. I'm using a Dell
Inspiron laptop with a left-side vertical panel, and I've noticed that plugging
an external display to the right stops the black window from appearing in the
laptop, but causes the whole upper half of the external monitor to black out.
However, this issue is gone if I change the external display to the left in
system settings. The animated panel workaround can also fix this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2017-05-17 Thread Constantine Tsardounis
https://bugs.kde.org/show_bug.cgi?id=361516

Constantine Tsardounis  changed:

   What|Removed |Added

 CC||costas.magn...@gmail.com

--- Comment #13 from Constantine Tsardounis  ---
(In reply to Łukasz from comment #6)
> half-workaround: uncheck "Do not animate panels"

I confirm the back and the half-workaround. Thanks!

The "Do not animate panels" is located in System Settings (Workspace) > Desktop
Behavior > Desktop Effects > options of Desktop Cube Animation.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2017-01-10 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #12 from Łukasz  ---
(In reply to farseerfc from comment #11)
> The workaround of "width < height" only works for me when the panel is
> aligned at the middle or bottom for a vertical panel, or right/middle for a
> horizontal one. i.e. the black window will appear if and only the left top
> corner is occupied by the panel. Leaving a single pixel for the background
> will dismiss the black window.

That's it. For me too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2017-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #11 from farsee...@gmail.com ---
The workaround of "width < height" only works for me when the panel is aligned
at the middle or bottom for a vertical panel, or right/middle for a horizontal
one. i.e. the black window will appear if and only the left top corner is
occupied by the panel. Leaving a single pixel for the background will dismiss
the black window.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2017-01-10 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #10 from Łukasz  ---
ok, I understand you - width = height for panel on left side, but not working
for me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2017-01-10 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #9 from Łukasz  ---
@pa_coll...@msn.com max width panel? It uses half the screen for me when panel
on left side...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-12-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=361516

pa_coll...@msn.com changed:

   What|Removed |Added

 CC||pa_coll...@msn.com

--- Comment #8 from pa_coll...@msn.com ---
To add my own observation (and maybe imply a workaround) if the panel at the
top or left of the screen is even a tiny bit less than maximum width, then the
graphical anomaly is not provoked!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-12-17 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #7 from Łukasz  ---
Mint 18, Plasma updated to version 5.8.4 and bug still exists. But most noticed
bugs from Plasma 5.6.4 disappeared :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-10-27 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #6 from Łukasz  ---
half-workaround: uncheck "Do not animate panels"

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-10-27 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=361516

Łukasz  changed:

   What|Removed |Added

 CC||lukas...@gmail.com

--- Comment #5 from Łukasz  ---
Exactly the same problem on Kubuntu 16.10 and Mint 18 on Intel HD 3000 mobile
in laptop. Other distributions and machines aren't tested.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-10-12 Thread Leslie Zhai via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361516

Leslie Zhai  changed:

   What|Removed |Added

 CC||xiangzha...@gmail.com

--- Comment #4 from Leslie Zhai  ---
> Killing plasmashell makes the problem go away

Salvo "LtWorf" Tomaselli described in KDEBUG-364465 is wrong! kill plasmashell,
then there is *NO* container for desktop folderview (or desktopview) nor panel,
so press CTRL+F1...F4 will see *empty* black rectangle.

It is able to remove the (top) panel, then press CTRL+F1 shortcut, there is
*NO* a black or rectangle any more! so perhaps it might be
plasma-desktop/containments/panel issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-10-04 Thread Alex via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361516

Alex  changed:

   What|Removed |Added

 CC||amto...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-08-24 Thread Malte Veerman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361516

Malte Veerman  changed:

   What|Removed |Added

 CC||mald...@halloarsch.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-07-18 Thread Yuking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361516

Yuking  changed:

   What|Removed |Added

 CC||yuking_...@sohu.com

--- Comment #3 from Yuking  ---
I reproducted this bug on three different platforms. One is lfs compiled from
git, the other two are Arch running with different hardwares.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-06-18 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361516

Thomas Lübking  changed:

   What|Removed |Added

 CC||tipos...@tiscali.it

--- Comment #2 from Thomas Lübking  ---
*** Bug 364465 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 361516] Panel on top/left cause a black window in cube animation

2016-04-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361516

--- Comment #1 from farsee...@gmail.com ---
I forget to kill other irrelevant apps before getting the output.
Here is the new output by leaving only plasma and konsole and kwin on screen:
`xwininfo -root -tree`: http://cfp.vim-cn.com/cczz
`xprop -id 0x230`: http://cfp.vim-cn.com/ccz0
`xwininfo -id 0x230`: http://cfp.vim-cn.com/ccz0

And another detail, I tried this on 3 of my laptops, with different screen
size.
1366x768, 1600x900, 2560x1600 . The black windows all "seems" taking 1/4 of the
screen,
and there is always a window with 640x480 geometry in the `xwininfo -root
-tree`

-- 
You are receiving this mail because:
You are watching all bug changes.