[kwin] [Bug 370920] Meta key sometimes stops working after suspend phase

2016-11-01 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=370920

--- Comment #3 from Martin Gräßlin  ---
Good theory with the vt switch. Though I just tried and was not able to
reproduce. But it might be a good idea to reset the state on vt switch.

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

[plasmashell] [Bug 370433] OSD doesn't show if Panel visibility is set to "Auto Hide"

2016-11-01 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=370433

--- Comment #5 from Martin Gräßlin  ---
A first investigation result is that KWin considers the OSD as "minimized", but
I don't know yet why KWin thinks it's minimized.

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

[plasmashell] [Bug 370433] OSD doesn't show if Panel visibility is set to "Auto Hide"

2016-11-01 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=370433

--- Comment #6 from Martin Gräßlin  ---
KWin hides the window because a parent window is hidden:

if (!init_minimize && isTransient() && mainClients().count() > 0 &&
!workspace()->sessionSaving()) {
bool visible_parent = false;
// Use allMainClients(), to include also main clients of group
transients
// that have been optimized out in Client::checkGroupTransients()
auto mainclients = allMainClients();
for (auto it = mainclients.constBegin();
it != mainclients.constEnd();
++it)
if ((*it)->isShown(true))
visible_parent = true;
if (!visible_parent) {
init_minimize = true;
demandAttention();
}
}

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

[plasmashell] [Bug 370433] OSD doesn't show if Panel visibility is set to "Auto Hide"

2016-11-01 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=370433

--- Comment #7 from Martin Gräßlin  ---
xprop on the osd window shows that it has an incorrect transient parent set.

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

[plasmashell] [Bug 370433] OSD doesn't show if Panel visibility is set to "Auto Hide"

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=370433

--- Comment #8 from Martin Gräßlin  ---
Further investigation result shows that both the osd and the panel have the
same client leader set. Due to that KWin places them into the same Group.

On managing the OSD KWin performs the check shown in comment #6. Which then
only finds the panel as a main client and thus we get it minimized.

The root problem here is that the OSD has a transient hint, although it's not a
transient window! This needs correction in Plasma::Dialog.

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

[kwin] [Bug 371912] compositing disabled on nvidia drivers

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371912

--- Comment #3 from Martin Gräßlin  ---
very weird. For whatever reason we fail to read things like glGetString. But
the reading of the extensions seems to work. E.g. GLSL shaders is detected.
Which would indicate that some gl calls work.

I think I have seen something like that before. Could it be that you try to use
EGL instead of GLX? Could you please attach your ~/.config/kwinrc?

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

[kwin] [Bug 365892] Windows snap to the wrong position when the bottom panel is set to auto-hide

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=365892

--- Comment #1 from Martin Gräßlin  ---
Git commit 3a179f32af51301d831891ce507714deb2fca952 by Martin Gräßlin.
Committed on 02/11/2016 at 10:28.
Pushed by graesslin into branch 'Plasma/5.8'.

[autotests] Add test case for snap to auto-hiding panel

Workspace::adjustClientPosition incorrectly snaps against an auto hidden
panel as the test shows.

M  +105  -7autotests/integration/move_resize_window_test.cpp

http://commits.kde.org/kwin/3a179f32af51301d831891ce507714deb2fca952

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

[kwin] [Bug 365892] Windows snap to the wrong position when the bottom panel is set to auto-hide

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=365892

Martin Gräßlin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[kwin] [Bug 365892] Windows snap to the wrong position when the bottom panel is set to auto-hide

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=365892

--- Comment #2 from Martin Gräßlin  ---
Git commit 33b583a4192f27db828ba85db1c17ecb92d5ef6d by Martin Gräßlin.
Committed on 02/11/2016 at 10:51.
Pushed by graesslin into branch 'master'.

[autotest] Test case for snap to Wayland auto-hiding panel

Like 3a179f32af51301d831891ce507714deb2fca952 but for a Wayland panel.
Added in master as auto-hide is new in master.

M  +80   -0autotests/integration/move_resize_window_test.cpp

http://commits.kde.org/kwin/33b583a4192f27db828ba85db1c17ecb92d5ef6d

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

[kwin] [Bug 365892] Windows snap to the wrong position when the bottom panel is set to auto-hide

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=365892

Martin Gräßlin  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D3225
  Flags||ReviewRequest+

--- Comment #4 from Martin Gräßlin  ---
Possible patch at https://phabricator.kde.org/D3225

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

[kwin] [Bug 364919] compositing causes window freezes

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=364919

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Martin Gräßlin  ---
Waiting for debug output

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

[kwin] [Bug 352930] Alt+Tab and shaded windows

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=352930

Martin Gräßlin  changed:

   What|Removed |Added

  Component|core|tabbox

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

[kwin] [Bug 327273] KWin::Cursor should map Qt::SizeAllCursor to fleur instead of size_all

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=327273

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Martin Gräßlin  ---
KWin nowadays has a cursor fallback handling and fleur is set as fallback for
size_all.

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

[kwin] [Bug 360536] The fall apart effect is applied to the task switcher (tabbox)

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=360536

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from Martin Gräßlin  ---
The Alt+Tab window is in general affected by the effects as any other window as
well. E.g. the default switcher uses the sliding popups effect and that's
wanted like that.

For the other modes we want to have the default fade in/out effect as well. So
this renders this a special case for fallapart. As special casing is difficult
I have to say no to this request.

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

[kwin] [Bug 363750] KWin uses "para" instead of "p" on some QLabel's

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=363750

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||X11+, ReviewRequest+
URL||https://phabricator.kde.org
   ||/D3227

--- Comment #8 from Martin Gräßlin  ---
Possible patch at https://phabricator.kde.org/D3227

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

[kwin] [Bug 368087] KDE5 has problems with intel drivers

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=368087

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Martin Gräßlin  ---
waiting for debug output.

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

[kwin] [Bug 366651] Kwin Compositor Stops Updating Windows

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=366651

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Martin Gräßlin  ---
waiting for debug output

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

[kwin] [Bug 351281] Moving a window which gets deleted keep alpha overlay

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=351281

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Martin Gräßlin  ---
Unfortunately we did not get the debug output. As mentioned in comment #2 this
might be related to the translucency effect. In that case the problem might be
fixed as we had a few bug fixes in our current releases.

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

[kwin] [Bug 365591] window compositing won't start at login

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=365591

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #11 from Martin Gräßlin  ---
Assuming duplicate of the well known and fixed issue of bug #364641. In case
the later version does not fix it, please reopen.

*** This bug has been marked as a duplicate of bug 364641 ***

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

[frameworks-plasma] [Bug 364641] Panel is missing transparency at logon

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=364641

Martin Gräßlin  changed:

   What|Removed |Added

 CC||naufal.fachr...@gmail.com

--- Comment #8 from Martin Gräßlin  ---
*** Bug 365591 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 196550] Zooming into taskbar thumbnails doesn't zoom into the preview

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=196550

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #10 from Martin Gräßlin  ---
Sorry for the late update. The effect in question is no longer used in Plasma
5. The taskbar thumbnails are rendered directly by Plasma and thus are zoomed
together with the rest of the UI.

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

[kwin] [Bug 213281] Addtional mouse pointers disappear and cause corruption when compositing is enabled

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=213281

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||X11+

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

[kwin] [Bug 252654] KWin doesn't respond when wine is started and compositing is enabled

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=252654

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Martin Gräßlin  ---
is this still an issue with newer versions of wine and/or KWin?

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

[kwin] [Bug 247120] changing virtual desktop shows old contents from a freeNX connection

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=247120

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Martin Gräßlin  ---
Unknown whether that's still a problem.

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

[kwin] [Bug 255903] Plasma FrameSvg are cut off on size change

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=255903

--- Comment #6 from Martin Gräßlin  ---
Sorry for the late reply: is this still an issue with newer versions of KWin?

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

[kwin] [Bug 264260] Aurorae Themes can cause effects to lag

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=264260

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #15 from Martin Gräßlin  ---
The bug was initially reported against 4.5. Since then Aurorae changed to
QtQuick, QtQuick changed to be OpenGL animated and KWin introduced a new
decoration rendering architecture (KDecoration2).

Even if there is still a lag it has nothing to do with the initial bug report.

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

[kwin] [Bug 274880] digiKam : In full screen mode, some buttons in the tool bar don't behave properly

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=274880

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #22 from Martin Gräßlin  ---
The problem described in this bug report cannot happen with Plasma 5 any more.
We changed the interaction of the auto-hiding panel and it gets hidden properly
by KWin and does not take any input events any more.

As the initial problem was reported against a 4.x version I set to
unmaintained, though fixed would also fit ;-)

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

[kwin] [Bug 294451] activate/deactivate Blur effect while Show Paint effect is enabled causes Crash

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=294451

Martin Gräßlin  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #35 from Martin Gräßlin  ---
The crash was reported against a 4.x version and is unfortunately lacking debug
symbols. This makes it close to impossible to further try to investigate the
issue. To many things have changed in 5.x - especially concerning the handling
of updating the shadow and building the quads after updating the shadow.

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

[kwin] [Bug 362567] Grade das áreas de trabalho

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=362567

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Martin Gräßlin  ---
Waiting for debug output.

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

[kwin] [Bug 359100] desktop freeze when plug-in an external monitor

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=359100

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #15 from Martin Gräßlin  ---
waiting for xrender test case.

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

[kwin] [Bug 353038] Drawing is stuttering

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=353038

--- Comment #10 from Martin Gräßlin  ---
As it's Intel hardware - same question as in every Intel specific bug report:
does switching to xorg modesettings driver improve the situation?

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

[kwin] [Bug 350159] kwin_wayland doesn't work on platforms that recommend xrender, like QEMU

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=350159

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||Wayland+
  Component|compositing |wayland-generic

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

[kwin] [Bug 350144] Unredirected fullscreen window leaves artifacts when dragged to other screen

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=350144

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #6 from Martin Gräßlin  ---
Support for unredirecting fullscreen windows got removed in Plasma 5.8

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

[kwin] [Bug 255903] Plasma FrameSvg are cut off on size change

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=255903

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Martin Gräßlin  ---
Thanks for replying, that's very appreciated. I set to worksforme given that it
doesn't matter to you any more.

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

[kwin] [Bug 317156] Enabling "Suspend desktop effects for fullscreen windows" disables the screen saver

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=317156

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #20 from Martin Gräßlin  ---
The option "Suspend desktop effects for fullscreen windows" got removed in 5.8.

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

[kwin] [Bug 322148] Rendering goes wrong - some windows miss decorations some black

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=322148

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #16 from Martin Gräßlin  ---
With the switch to Qt 5 KWin does not provide the raster/native options any
more and we only have what used to be raster. In addition we have a new
decoration system which is more reliable for OpenGL rendering and also we have
some fixes for the black window on NVIDIA issue.

So overall I'm quite confident that we fixed this bug for good :-)

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

[kwin] [Bug 328301] Enabling two unrelated options causes windows to be drawn incorrectly with desktop cube enabled

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=328301

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Martin Gräßlin  ---
This looks like a problem with incorrect shader state introduced when a new
shader API got added. In the latest versions of KWin (e.g. 5.8) the old API is
completely removed and rendering issues in the interplay of effects got fixed
by that.

I just tried really hard to reproduce the issue, but was not able to trigger
it. Thus I assume that we fixed the issue. In case you are still able to
reproduce with e.g. 5.8, please reopen.

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

[kwin] [Bug 328518] Random textured triangles on AMD Catalyst

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=328518

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #17 from Martin Gräßlin  ---
This bug report hasn't seen any comment for almost 3 years. Given that I assume
that it's no longer an issue and was a problem with the driver. In case it
still happens, please reopen.

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

[kwin] [Bug 371912] compositing disabled on nvidia drivers

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371912

Martin Gräßlin  changed:

   What|Removed |Added

  Component|compositing |scene-opengl

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

[kwin] [Bug 368310] Opening widgets animation is delayed about 1s after click

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=368310

--- Comment #3 from Martin Gräßlin  ---
Do I understand correctly that the problem is only with Plasma elements?

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

[kwin] [Bug 348327] top border of screen not properly detected with dual monitor

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=348327

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
  Component|compositing |general
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #11 from Martin Gräßlin  ---
Could you please attach the rule as requested in comment #10?

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

[kwin] [Bug 320232] Moving windows is extremely slow on r300 with egl_dri2/gles, eglonx and glx, but not gallium(?) gles

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=320232

--- Comment #12 from Martin Gräßlin  ---
@Thomas P: do you still have that hardware and is that still a problem with
5.8?

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

[kwin] [Bug 363224] Kwin crashes from time to time (this time using Virtual Machine Manager)

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=363224

--- Comment #21 from Martin Gräßlin  ---
Anyone still experiencing the problem with KWin 5.8?

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

[kwin] [Bug 351200] flickering in PlaneShift when using EGL bindings

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=351200

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Martin Gräßlin  ---
The option to select EGL got removed as it was in general too broken on most
systems. It's still possible to use EGL by setting the env variable or manually
editing the config file, but one is on own risk then.

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

[kwin] [Bug 345511] slow rendering in large windows with compositing enabled with EGL bindings

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=345511

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #12 from Martin Gräßlin  ---
The option to select EGL got removed as it was in general too broken on most
systems. It's still possible to use EGL by setting the env variable or manually
editing the config file, but one is on own risk then.

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

[kwin] [Bug 348327] top border of screen not properly detected with dual monitor

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=348327

Martin Gräßlin  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #13 from Martin Gräßlin  ---
Thanks for the reply, that's quite appreciated. Adjusting to worksforme.

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

[kwin] [Bug 371978] kwin segfaults when opening a new window

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371978

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Gräßlin  ---
As a workaround use breeze window decoration.

*** This bug has been marked as a duplicate of bug 361236 ***

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

[kwin] [Bug 361236] Aurorae crashes in QQmlBinding::write on creation - Qt 5.6

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=361236

Martin Gräßlin  changed:

   What|Removed |Added

 CC||hugo.klep...@gmail.com

--- Comment #54 from Martin Gräßlin  ---
*** Bug 371978 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 371979] Clementine visualizer causes performance drops on Effects

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371979

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Martin Gräßlin  ---
The FPS effect writes to the screen "this effect is not a benchmark". The
numbers are rather pointless in the case of Present Windows. Also selecting the
"Accurate" scale method shows a warning that this "can cause performance
regression".

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

[plasmashell] [Bug 368310] Opening widgets animation is delayed about 1s after click

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=368310

Martin Gräßlin  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
   Assignee|kwin-bugs-n...@kde.org  |k...@davidedmundson.co.uk
Product|kwin|plasmashell
 CC||bhus...@gmail.com,
   ||plasma-b...@kde.org
  Component|compositing |general

--- Comment #5 from Martin Gräßlin  ---
Reassigning to plasma - opening QtQuick windows is too slow

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

[kwin] [Bug 371983] Window size not remembered with multiple monitors

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371983

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Gräßlin  ---
I'm sorry, but it's not the task of the window manager to store the window
sizes of a window. It's the task of each application to store it's window size.

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

[kwin] [Bug 371983] Window size not remembered with multiple monitors

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371983

--- Comment #3 from Martin Gräßlin  ---
(In reply to Kaspars from comment #2)
> So, should I open a new bug report for each application that doesn't
> remember its size?

I'm quite certain that not every application is affected by the problem. It is
more likely that it falls into categories like e.g. "affects all Qt 5
applications". In that case it would be enough to report against qt.

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

[kwin] [Bug 371912] compositing disabled on nvidia drivers

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371912

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Martin Gräßlin  ---
Great. I mark as upstream as it's a problem of NVIDIA+EGL

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

[kwin] [Bug 371999] Scroll direction in debug console inverted

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371999

Martin Gräßlin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
  Component|wayland-generic |input
 Status|UNCONFIRMED |CONFIRMED
  Flags||Wayland+

--- Comment #1 from Martin Gräßlin  ---
Known issue: https://todo.kde.org/?controller=task&action=show&task_id=1641

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

[kwin] [Bug 372000] Debug console can be minimized leaving an invisible input eating window

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372000

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||Wayland+

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

[kwin] [Bug 372001] KWin's context menus don't have shadows on wayland

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372001

Martin Gräßlin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
  Flags||X11+

--- Comment #1 from Martin Gräßlin  ---
Uh that might get tricky

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

[kwin] [Bug 360719] Secondary user actions popup remains visible

2016-11-02 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=360719

Martin Gräßlin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #15 from Martin Gräßlin  ---
I succeeded to reproduce with two input devices:
1. open context menu
2. open sub menu
3. hover an action with the mouse
4. Use touch screen to close

The sub-menu stays as a zombie, but can be brought back to life by opening it
again.

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

[kwin] [Bug 365892] Windows snap to the wrong position when the bottom panel is set to auto-hide

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=365892

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kwin
   ||/679e41780888b428a64389e06d
   ||7e2738904f3a98
   Version Fixed In||5.8.4
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Martin Gräßlin  ---
Git commit 679e41780888b428a64389e06d7e2738904f3a98 by Martin Gräßlin.
Committed on 03/11/2016 at 07:35.
Pushed by graesslin into branch 'Plasma/5.8'.

Don't snap to auto-hidden panels

Summary:
When moving windows we don't want to snap against not visible windows
like auto-hidden panels.
FIXED-IN: 5.8.4

Test Plan: So far only auto-test, manual test will follow.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3225

M  +0-1autotests/integration/move_resize_window_test.cpp
M  +2-0geometry.cpp

http://commits.kde.org/kwin/679e41780888b428a64389e06d7e2738904f3a98

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

[kwin] [Bug 363750] KWin uses "para" instead of "p" on some QLabel's

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=363750

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.9
  Latest Commit||http://commits.kde.org/kwin
   ||/7681e312c5805f2f3a96d2d8af
   ||e990c9b5781bd8

--- Comment #9 from Martin Gräßlin  ---
Git commit 7681e312c5805f2f3a96d2d8afe990c9b5781bd8 by Martin Gräßlin.
Committed on 03/11/2016 at 07:58.
Pushed by graesslin into branch 'master'.

[helpers/killer] Use  instead of 

Summary:
para works fine for English, but seems to break in translations.
FIXED-IN: 5.9

Test Plan: Renders correctly in English. Translations not tested.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3227

M  +4-4helpers/killer/killer.cpp

http://commits.kde.org/kwin/7681e312c5805f2f3a96d2d8afe990c9b5781bd8

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

[kwin] [Bug 372001] KWin's context menus don't have shadows on wayland

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372001

Martin Gräßlin  changed:

   What|Removed |Added

  Flags|X11+|Wayland+, X11-

--- Comment #2 from Martin Gräßlin  ---
I just investigated a bit. The main problem here is that the KStyle tries to
init Wayland prior to KWin having an internal Wayland connection.

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

[kwin] [Bug 372001] KWin's context menus don't have shadows on wayland

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372001

--- Comment #3 from Martin Gräßlin  ---
Created attachment 101993
  --> https://bugs.kde.org/attachment.cgi?id=101993&action=edit
Screenshot with menus

Made some progress and found a solution which gets the menus to show. But it
seems to create severe regressions on tear down.

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

[kwin] [Bug 372001] KWin's context menus don't have shadows on wayland

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372001

--- Comment #4 from Martin Gräßlin  ---
And as I feared. The ShadowHelper destroys the Wayland objects after KWin
destroyed the internal Wayland connection. With latest libwayland that will
cause a crash on tear-down.

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

[kwin] [Bug 372001] KWin's context menus don't have shadows on wayland

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372001

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||ReviewRequest+

--- Comment #5 from Martin Gräßlin  ---
See:
* https://phabricator.kde.org/D3239
* https://phabricator.kde.org/D3240
* https://phabricator.kde.org/D3241

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

[kwin] [Bug 372012] Window Decoration Context Menu does Not Respect QT_SCREEN_SCALE_FACTORS=2

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372012

Martin Gräßlin  changed:

   What|Removed |Added

 CC||k...@davidedmudnson.co.uk

--- Comment #4 from Martin Gräßlin  ---
@David: opinions?

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

[kwin] [Bug 372000] Debug console can be minimized leaving an invisible input eating window

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372000

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||ReviewRequest+
URL||https://phabricator.kde.org
   ||/D3244

--- Comment #1 from Martin Gräßlin  ---
Fix at https://phabricator.kde.org/D3244

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

[kwin] [Bug 371917] libinput device configuration does not persist across VT switches

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371917

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||Wayland+
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Martin Gräßlin  ---
My suggestion is that we start to store configuration when a device gets
configured. When a new device is added, we check the configuration and restore
the settings as in the config.

This would make the changes not only persistent when doing a VT switch, but
also in general (system restarts).

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

[kwin] [Bug 372015] kwin_x11 crashes when logging in

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372015

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Martin Gräßlin  ---
Unfortunately the backtrace is lacking debug symbols. We see it's a crash on
tear-down but not where it really crashes.

In case you are not using the Breeze window decoration please switch to it.

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

[kwin] [Bug 371999] Scroll direction in debug console inverted

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371999

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||ReviewRequest+
URL||https://phabricator.kde.org
   ||/D3247

--- Comment #2 from Martin Gräßlin  ---
Possible patch at https://phabricator.kde.org/D3247

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

[kwin] [Bug 312020] Stack notifications above keep above, dock windows

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=312020

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Martin Gräßlin  ---
Quite some time passed and it looks to me like we implemented this.

Nowadays notifications are in an own dedicated layer which is above the keep
above and dock layer.

>From layers.cpp:

Every window has one layer assigned in which it is. There are 7 layers,
 from bottom : DesktopLayer, BelowLayer, NormalLayer, DockLayer, AboveLayer,
NotificationLayer,
 ActiveLayer and OnScreenDisplayLayer

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

[kwin] [Bug 209522] Set usable default values for the 'Wobbly Windows' effect

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=209522

Martin Gräßlin  changed:

   What|Removed |Added

  Component|compositing |effects-various

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

[kwin] [Bug 329979] server grabbing in ::manage() causes visible stalls in animated clients

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=329979

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #28 from Martin Gräßlin  ---
KWin's ::manage is quite fast nowadays and tries to not do any roundtrips. What
remains is the problem of Qt querying xrandr. That's upstream, so setting the
bug to upstream.

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

[kwin] [Bug 372039] window position on screen after opening

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372039

--- Comment #2 from Martin Gräßlin  ---
Please also provide the output of xwininfo and xprop of an affected window.

If it happens the next time you can move the window by holding "alt" and left
click anywhere on the window.

Alternatively the shortcut Alt+F3 opens the operations menu which also allows
to trigger the move.

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

[kwin] [Bug 371537] Temporary freeze when showing multiple tray notifications

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371537

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #14 from Martin Gräßlin  ---
In case it happens again, please reopen.

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

[neon] [Bug 372042] Klipper applet do not propose QR barcode anymore

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372042

Martin Gräßlin  changed:

   What|Removed |Added

Version|5.8.3   |unspecified
   Assignee|mgraess...@kde.org  |neon-b...@kde.org
  Component|plasma-widget   |Packages User Edition
 CC||j...@jriddell.org,
   ||mgraess...@kde.org,
   ||neon-b...@kde.org,
   ||sit...@kde.org
Product|klipper |neon

--- Comment #1 from Martin Gräßlin  ---
Seems to be a missing build dependency. Reassigning

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

[kwin] [Bug 372037] Right clicking background in desktop grid causes glitching

2016-11-03 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372037

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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

[kwin] [Bug 372000] Debug console can be minimized leaving an invisible input eating window

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372000

Martin Gräßlin  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kwin
   ||/db58c421eb1b873516d0024498
   ||4b22e38d4935a8
 Resolution|--- |FIXED
   Version Fixed In||5.8.4
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Martin Gräßlin  ---
Git commit db58c421eb1b873516d00244984b22e38d4935a8 by Martin Gräßlin.
Committed on 04/11/2016 at 07:59.
Pushed by graesslin into branch 'Plasma/5.8'.

Internal windows cannot be minimized

Summary:
This change ensures that the DebugConsole does not have a minimize
button.
FIXED-IN: 5.8.4

Reviewers: #kwin, #plasma_on_wayland, broulik

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D3244

M  +1-0autotests/integration/debug_console_test.cpp
M  +3-0shell_client.cpp

http://commits.kde.org/kwin/db58c421eb1b873516d00244984b22e38d4935a8

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

[kwin] [Bug 371999] Scroll direction in debug console inverted

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371999

Martin Gräßlin  changed:

   What|Removed |Added

   Version Fixed In||5.8.4
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kwin
   ||/da0ba763248367fffb9fa72770
   ||09110ca851a2a1

--- Comment #3 from Martin Gräßlin  ---
Git commit da0ba763248367fffb9fa7277009110ca851a2a1 by Martin Gräßlin.
Committed on 04/11/2016 at 08:00.
Pushed by graesslin into branch 'Plasma/5.8'.

Invert the scroll direction for wheel events on internal windows

Summary:
For whatever reason Qt scrolled the wrong way on internal windows. As a
new QWheelEvent is constructed anyway, just multiply by -1 to get the
direction fixed.
FIXED-IN: 5.8.4

Test Plan: Tried debug console in nested setup, scrolled correctly now.

Reviewers: #kwin, #plasma_on_wayland, broulik

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D3247

M  +2-2input.cpp

http://commits.kde.org/kwin/da0ba763248367fffb9fa7277009110ca851a2a1

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

[kwin] [Bug 372057] Crash when changing settings on VirtualBox VM, only if compositing is enabled

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372057

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Martin Gräßlin  ---
If KWin crashes you should get a backtrace (an item with a sad face should be
added to the systray). Please attach the backtrace, otherwise we cannot
investigate.

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

[kwin] [Bug 372037] Right clicking background in desktop grid causes glitching

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372037

Martin Gräßlin  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D3253
  Flags||ReviewRequest+

--- Comment #1 from Martin Gräßlin  ---
Patch at https://phabricator.kde.org/D3253

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

[kwin] [Bug 363224] Kwin crashes from time to time (this time using Virtual Machine Manager)

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=363224

Martin Gräßlin  changed:

   What|Removed |Added

 CC||ras...@gmail.com

--- Comment #25 from Martin Gräßlin  ---
*** Bug 372057 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 372057] Crash when changing settings on VirtualBox VM, only if compositing is enabled

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372057

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Martin Gräßlin  ---
The backtrace is lacking debug symbols, but it looks like bug #363224

*** This bug has been marked as a duplicate of bug 363224 ***

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

[kwin] [Bug 363224] Kwin crashes from time to time (this time using Virtual Machine Manager)

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=363224

--- Comment #26 from Martin Gräßlin  ---
I just installed VirtualBox, created a machine, changed the settings and no
crash.

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

[kwin] [Bug 371877] key combos not being properly passed into keyboard-captured apps

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371877

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #9 from Martin Gräßlin  ---
did you verify which application has a grab? That's rather important for
knowing where to look for the issue

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=366605

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Martin Gräßlin  ---
Marking as fixed as from KWin side everything is there now.

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

[kwin] [Bug 371709] Menu doesn't appear in the right place (KDevelop)

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371709

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Martin Gräßlin  ---
Did you check the linked bug report whether that's the issue you are
experiencing in KDevelop?

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

[kwin] [Bug 370339] When resizing windows the cursor switches to one icon only

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=370339

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||ReviewRequest+
URL||https://phabricator.kde.org
   ||/D3202

--- Comment #2 from Martin Gräßlin  ---
See https://phabricator.kde.org/D3202

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

[kwin] [Bug 372037] Right clicking background in desktop grid causes glitching

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372037

Martin Gräßlin  changed:

   What|Removed |Added

   Version Fixed In||5.8.4
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kwin
   ||/3c6371390d698c8dd7a8c0704d
   ||ebba43d5d3b465

--- Comment #2 from Martin Gräßlin  ---
Git commit 3c6371390d698c8dd7a8c0704debba43d5d3b465 by Martin Gräßlin.
Committed on 04/11/2016 at 08:32.
Pushed by graesslin into branch 'Plasma/5.8'.

[desktopgrid] Don't manipulate virtual desktop of desktop window

Summary:
Desktop Grid has a feature that right or middle clicking a window toggles
the on all desktop state. If that is done for a desktop window, things
obviously start to fail.

KWin internally allows to change virtual desktop for all windows, even
for windows like the desktop or docks. Changing in KWin core is not a
solution.

Thus a special casing in desktop grid is added to disallow the selection
for desktop windows.
FIXED-IN: 5.8.4

Test Plan: Tried right clicking desktop window and other windows.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3253

M  +3-0effects/desktopgrid/desktopgrid.cpp

http://commits.kde.org/kwin/3c6371390d698c8dd7a8c0704debba43d5d3b465

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

[neon] [Bug 372042] Klipper applet do not propose QR barcode anymore

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372042

--- Comment #4 from Martin Gräßlin  ---
(In reply to Alex10336 from comment #3)
> @Martin Gräßlin: Can you tell me what package(s) can fix it until fix
> release ?

none, it needs a recompile of plasma-workspace with the correct build
dependency.

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

[kwin] [Bug 372078] crash after starting mpv

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372078

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Martin Gräßlin  ---
Unfortunately the backtrace is lacking debug symbols. We can see that it
crashed but not where. Without the debug symbols there is no chance for us to
investigate.

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

[kwin] [Bug 371917] libinput device configuration does not persist across VT switches

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371917

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||ReviewRequest+
URL||https://phabricator.kde.org
   ||/D3264

--- Comment #3 from Martin Gräßlin  ---
Implementation for the idea outlined in comment #2 at
https://phabricator.kde.org/D3264

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

[kwin] [Bug 371877] key combos not being properly passed into keyboard-captured apps

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371877

--- Comment #11 from Martin Gräßlin  ---
To explain a little bit:

on X11 it's possible for a window to grab the keyboard. If a window does that
all key events are sent to that window and not to others. So if e.g. Virtual
Box has grabbed the key events, the global shortcut (like Alt+Tab) cannot be
activated as kglobalacceld5 does not get the events.

If the global shortcut activates, it means the window has not grabbed the
shortcut. And that's something you can verify with the grab tool.

Overall it sounds more like you have problems with those applications than with
our software.

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

[kscreenlocker] [Bug 372082] Screenlocker is to large for smaller resolutions (1024x600)

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372082

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||k...@davidedmudnson.co.uk
 Ever confirmed|0   |1

--- Comment #1 from Martin Gräßlin  ---
Adding David as the expert for the theme

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

[kwin] [Bug 372109] kwin_x11 crashes while minimizing/maximizing Firefox window

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372109

--- Comment #1 from Martin Gräßlin  ---
according to the backtrace you were using the Present Windows effect during the
crash. This does not fit at all to your description. Can you please clarify.

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

[kwin] [Bug 372089] Chromium

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372089

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Gräßlin  ---
as a workaround use the breeze window decoration

*** This bug has been marked as a duplicate of bug 361236 ***

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

[kwin] [Bug 361236] Aurorae crashes in QQmlBinding::write on creation - Qt 5.6

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=361236

--- Comment #55 from Martin Gräßlin  ---
*** Bug 372089 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 372083] Task Switcher visualization stuck on "Breeze"

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372083

--- Comment #1 from Martin Gräßlin  ---
which task switcher are you trying to select? Can you please provide the output
of:
qdbus org.kde.KWin /KWin supportInformation

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

[kwin] [Bug 372039] window position on screen after opening

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372039

--- Comment #6 from Martin Gräßlin  ---
> # qdbus org.kde.KWin /KWin supportInformation
> Service 'org.kde.KWin' does not exist.
> 

This indicates you are not using KWin. Which window manager are you using?

Please provide the output of "xprop -root"

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

[kwin] [Bug 371537] Temporary freeze when showing multiple tray notifications

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=371537

--- Comment #16 from Martin Gräßlin  ---
Really difficult. The problem could be anywhere and thus asking for specific
debug info is tricky. I'm kind of lacking ideas where the problem is and what
could cause it. A reliable way to reproduce would be good, but we don't have
that as even for you it only happens from time to time.

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

[kwin] [Bug 372083] Task Switcher visualization stuck on "Breeze"

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=372083

--- Comment #5 from Martin Gräßlin  ---
> All switchers.

Could you define that in a better way. I don't know which switchers are
installed on your system.

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

[kwin] [Bug 360033] Cannot enable compositing with OpenGL GLX

2016-11-05 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=360033

--- Comment #49 from Martin Gräßlin  ---
@Cedric: you are experiencing a crash which is not the same problem as original
described in this bug report. Please report a new bug with the backtrace of the
crash.

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

<    1   2   3   4   5   6   7   8   9   10   >