Summary: | Can't drag and drop files or folders on edgeless windows | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Josep Febrer <jfebrer> |
Component: | decorations | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | 4.9.95 (RC 1) | ||
Target Milestone: | 4.10 RC 3 | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/9b2f9cc354cbb1a4032b8238299b5f57f68cb10b | Version Fixed In: | |
Sentry Crash Report: |
Description
Josep Febrer
2013-01-07 00:06:31 UTC
Hey Hugo, you got a confirmer ;-) Observation from my side: i'm on libxext 1.3.1 as well, but server 1.13 since first half of september . Matching that against https://git.reviewboard.kde.org/r/106715/ i've never tried it on a 1.12 server. Oh, and @Jopsep which Qt version do you use? (Just recalling that there was something and there's at least a fix mention in the 4.8.3 release note...) http://qt-project.org/uploads/community_updates/changes-4.8.3 if indeed Qt is below 4.8.3, I suspect it to be a duplicate of another bug which I can't find anymore. In all cases, I guess we could #ifdef the feature based on Qt version. Thomas ? you agree ? I'm using Qt 4.8.2, I'll try later with Qt 4.8.3 and report here. > In all cases, I guess we could #ifdef the feature based on Qt version.
> Thomas ? you agree ?
Disagree. An update to Qt will fix it, but kde-workspace doesn't get
recompiled once Qt is updated. It would need a runtime check...
@Martin Correct. So should use qVersion() Should create no overhead in oxygen at least since there is already an hidden option to disable the feature. Will just make the check at the same time. > @Martin
> Correct. So should use qVersion()
> Should create no overhead in oxygen at least since there is already an
> hidden option to disable the feature. Will just make the check at the same
> time.
maybe in KWin core? Because Aurorae also supports it now. Maybe we should also
add a check in the styles KCM so that one cannot select the option in window
decoration if the Qt version is incorrect?
If we get confirmation on the Qt bug, it should happen in KWin core to affect all decos (or craig and cristoph would have to know and clone the code anyway) Ideally ... does someone still use Qt 4.8.1? Otherwise i'll try to figure whether the bug only affected 4.8.2 @Hugo: i couldn't find your bug anymore either, so i advised the josep to create a new one; much luck searching ;-) I just build Qt 4.8.3 and I can confirm this bug is fixed with it. Git commit 9b2f9cc354cbb1a4032b8238299b5f57f68cb10b by Thomas Lübking. Committed on 07/01/2013 at 19:50. Pushed by luebking into branch 'KDE/4.10'. don't use input windows on Qt < 4.8.3 According to aacid, it's been broken in every Qt version before REVIEW: 108249 M +14 -0 kwin/client.cpp http://commits.kde.org/kde-workspace/9b2f9cc354cbb1a4032b8238299b5f57f68cb10b |