[kdevelop] [Bug 378089] New: Code completion inside a class should offer to override pure virtuals first

2017-03-25 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=378089

Bug ID: 378089
   Summary: Code completion inside a class should offer to
override pure virtuals first
   Product: kdevelop
   Version: 5.1.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

If I do code completion inside a class, it offers to override virtual functions
in the parent class. However, the functions are simply ordered alphabetically.
I think pure virtual functions should be offered first, since overriding them
is *necessary* for the current class to stop being abstract.

Example:

class Base {
public:
virtual void aaa() {}
virtual void bbb() {}
virtual void ccc() = 0;
};

class Derived: public Base {
public:
// code completion here shows aaa, bbb, ccc
// I think it should show ccc first
};

(btw, could somebody check what was the behavior in oldcpp, eg. in KDevelop 4?)

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

[krita] [Bug 378065] This program isn't letting me make smooth lines

2017-03-25 Thread Literally Satan
https://bugs.kde.org/show_bug.cgi?id=378065

Literally Satan  changed:

   What|Removed |Added

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

--- Comment #2 from Literally Satan  ---
(In reply to Boudewijn Rempt from comment #1)
> Sorry Dominique, but in the first place your report is useless, and in the
> second place, your nick is offensive to me. I'm just not going to bother
> helping you. Krita works fine on my mac, and on other people's macs.

It's just a username nigga chill, also you didn't have to comment is all you
were gonna do is say that Krita works okay on your mac and that you hate my
username lmao.

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

[krita] [Bug 378088] New: krita does not support well with yiynova in new version

2017-03-25 Thread Karmaluck
https://bugs.kde.org/show_bug.cgi?id=378088

Bug ID: 378088
   Summary: krita does not support well with yiynova in new
version
   Product: krita
   Version: 3.1.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Brush engine
  Assignee: krita-bugs-n...@kde.org
  Reporter: karmasan09...@gmail.com
  Target Milestone: ---

krita and yiynova are not getting along, mostly on the brush, you might heard
the brush making line but this time in the new version -m-;;;
 also there's a bug found on krita, this happened only to my friend, it
actually got crash and cause her to loose all her progresssoyeah.

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

[kmymoney4] [Bug 339233] some transactions is not calculated in base currency in reports

2017-03-25 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=339233

NSLW  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||lukasz.wojnilow...@gmail.co
   ||m
   Version Fixed In||5.0

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

[plasmashell] [Bug 359220] Widgets can't be moved or resized and right-side menu isn't shown regardless of widgets being locked or unlocked

2017-03-25 Thread Zane Tu
https://bugs.kde.org/show_bug.cgi?id=359220

Zane Tu  changed:

   What|Removed |Added

 CC||zan...@gmail.com

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

[krecipes] [Bug 378087] New: no print facility

2017-03-25 Thread dschwartfeger
https://bugs.kde.org/show_bug.cgi?id=378087

Bug ID: 378087
   Summary: no print facility
   Product: krecipes
   Version: 2.1.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krecipes-de...@kde.org
  Reporter: mac...@es.co.nz
  Target Milestone: ---

Created attachment 104734
  --> https://bugs.kde.org/attachment.cgi?id=104734=edit
system info

krecipes has no Print option in the File menu or Print icon on the tool bar.
Has this been disabled or is it due to something missing in my system?
Is krecipes still maintained?
I have attached an image showing my basic system info

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

[kwin] [Bug 378086] New: Kwin crash

2017-03-25 Thread Danilo Araujo
https://bugs.kde.org/show_bug.cgi?id=378086

Bug ID: 378086
   Summary: Kwin crash
   Product: kwin
   Version: 5.9.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: daniloaraujo1...@hotmail.com
  Target Milestone: ---

Application: kwin_x11 (5.9.4)

Qt Version: 5.8.0
Frameworks Version: 5.32.0
Operating System: Linux 4.10.4-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
I selected a program to execute, with the Kmenu, and the crash occurred while I
waiting the program to run.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc9aa0c3840 (LWP 772))]

Thread 10 (Thread 0x7fc9825dc700 (LWP 3159)):
#0  0x7fc9a9b0076b in ppoll () at /usr/lib/libc.so.6
#1  0x7fc9a71842f9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7fc9a718596a in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7fc9a713289a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7fc9a6f54a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fc9a1a70025 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7fc9a6f596d8 in  () at /usr/lib/libQt5Core.so.5
#7  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7fc8e6e39700 (LWP 2974)):
#0  0x7fc9a2d4c756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fc8ec1439c3 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#2  0x7fc8ec143827 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#3  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7fc8e763a700 (LWP 2973)):
#0  0x7fc9a2d4c756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fc8ec1439c3 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#2  0x7fc8ec143827 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#3  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fc8e7e3b700 (LWP 2972)):
#0  0x7fc9a2d4c756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fc8ec1439c3 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#2  0x7fc8ec143827 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#3  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7fc983fff700 (LWP 2971)):
#0  0x7fc9a2d4c756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fc8ec1439c3 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#2  0x7fc8ec143827 in  () at /usr/lib/xorg/modules/dri/swrast_dri.so
#3  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fc981ddb700 (LWP 1060)):
#0  0x7fc9a2d4c756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fc9a60c3234 in  () at /usr/lib/libQt5Script.so.5
#2  0x7fc9a60c3279 in  () at /usr/lib/libQt5Script.so.5
#3  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fc9835dd700 (LWP 956)):
#0  0x7fc9a9b0076b in ppoll () at /usr/lib/libc.so.6
#1  0x7fc9a71842f9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7fc9a718596a in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7fc9a713289a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7fc9a6f54a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fc9a1a70025 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7fc9a6f596d8 in  () at /usr/lib/libQt5Core.so.5
#7  0x7fc9a2d462e7 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fc9a9b0a54f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fc98ab3e700 (LWP 817)):
#0  0x7fc9a9b0076b in ppoll () at /usr/lib/libc.so.6
#1  0x7fc9a71842f9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7fc9a718596a in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7fc9a713289a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7fc9a6f54a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fc9a0c1a125 in  () at /usr/lib/libQt5DBus.so.5
#6  

[plasmashell] [Bug 378080] Screen Locker causes crash

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=378080

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Can you reproduce this?

Can you give more information about this resolution change. What was it before
and after? 

Set the bug back to unconfirmed when you reply.

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

[kdialog] [Bug 358045] Kdialog display nothing with --progressbar

2017-03-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358045

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #6 from Christoph Feck  ---
Fixed by David Faure.

https://commits.kde.org/kdialog/d72ab46df8879024cda620beec9da71a674873dc

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

[plasmashell] [Bug 378035] Plasma crash on Chromium exit

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=378035

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---


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

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

[plasmashell] [Bug 375388] Crash in QQuickItemPrivate::setEffectiveVisibleRecursive

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=375388

David Edmundson  changed:

   What|Removed |Added

 CC||bond.never@gmail.com

--- Comment #32 from David Edmundson  ---
*** Bug 378035 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 376202] Emails are moved to folders on read, without explanation

2017-03-25 Thread Łukasz
https://bugs.kde.org/show_bug.cgi?id=376202

--- Comment #9 from Łukasz  ---
So far I haven't seen this bug in 5.4.3 Kmail version, though it happens that
filters don't move the messages to their destination folders.

I noticed that in some cases the destination folder fields are empty in filter
settings, but after restarting kmail and akonadi they're back.

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

[kate] [Bug 378085] Assertion failure in KateViewSpace during session shutdown

2017-03-25 Thread Andreas Hartmetz
https://bugs.kde.org/show_bug.cgi?id=378085

--- Comment #1 from Andreas Hartmetz  ---
The crash actually happens every time here, but let's go with "sometimes"
because it only happened on the second attempt in my xsm-based test session.
The problem with it happening on regular session exit is that there is no time
to save the backtrace...

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

[kate] [Bug 378085] New: Assertion failure in KateViewSpace during session shutdown

2017-03-25 Thread Andreas Hartmetz
https://bugs.kde.org/show_bug.cgi?id=378085

Bug ID: 378085
   Summary: Assertion failure in KateViewSpace during session
shutdown
   Product: kate
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ahartm...@gmail.com
  Target Milestone: ---

Application: kate (17.03.70)
 (Compiled from sources)
Qt Version: 5.8.1
Frameworks Version: 5.33.0
Operating System: Linux 4.10.0-14-lowlatency x86_64
Distribution: Ubuntu Zesty Zapus (development branch)

-- Information about the crash:
Quitting the session, or alternatively the procedure described under "Testing
and Debugging Session Management" here
http://doc.qt.io/qt-5/session.html can be used. The crash then also happens
when ending the session.
For me it only seems to happen when in a Kate session (as opposed to X session)
that was pre-existing and reopened.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kate (kate), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9ae1efcd40 (LWP 8611))]

Thread 9 (Thread 0x7f9accc2f700 (LWP 8643)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9ad6b3ba9b in cnd_wait (mtx=0x5596c789e240, cond=0x5596c789e268) at
../../include/c11/threads_posix.h:159
#2  util_queue_thread_func (input=input@entry=0x5596c789e6e0) at u_queue.c:158
#3  0x7f9ad6b3b7c7 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f9ae7d4a6ca in start_thread (arg=0x7f9accc2f700) at
pthread_create.c:333
#5  0x7f9ae8fb50ff in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 8 (Thread 0x7f9acd430700 (LWP 8642)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9ad6b3ba9b in cnd_wait (mtx=0x5596c789e240, cond=0x5596c789e268) at
../../include/c11/threads_posix.h:159
#2  util_queue_thread_func (input=input@entry=0x5596c789e6a0) at u_queue.c:158
#3  0x7f9ad6b3b7c7 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f9ae7d4a6ca in start_thread (arg=0x7f9acd430700) at
pthread_create.c:333
#5  0x7f9ae8fb50ff in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 7 (Thread 0x7f9acdc31700 (LWP 8641)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9ad6b3ba9b in cnd_wait (mtx=0x5596c789e240, cond=0x5596c789e268) at
../../include/c11/threads_posix.h:159
#2  util_queue_thread_func (input=input@entry=0x5596c789e660) at u_queue.c:158
#3  0x7f9ad6b3b7c7 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f9ae7d4a6ca in start_thread (arg=0x7f9acdc31700) at
pthread_create.c:333
#5  0x7f9ae8fb50ff in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 6 (Thread 0x7f9ace432700 (LWP 8640)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9ad6b3ba9b in cnd_wait (mtx=0x5596c789e240, cond=0x5596c789e268) at
../../include/c11/threads_posix.h:159
#2  util_queue_thread_func (input=input@entry=0x5596c789db20) at u_queue.c:158
#3  0x7f9ad6b3b7c7 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f9ae7d4a6ca in start_thread (arg=0x7f9ace432700) at
pthread_create.c:333
#5  0x7f9ae8fb50ff in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 5 (Thread 0x7f9acee6d700 (LWP 8639)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9ad6b3ba9b in cnd_wait (mtx=0x5596c78a0360, cond=0x5596c78a0388) at
../../include/c11/threads_posix.h:159
#2  util_queue_thread_func (input=input@entry=0x5596c78a0950) at u_queue.c:158
#3  0x7f9ad6b3b7c7 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f9ae7d4a6ca in start_thread (arg=0x7f9acee6d700) at
pthread_create.c:333
#5  0x7f9ae8fb50ff in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 4 (Thread 0x7f9acfdd6700 (LWP 8638)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9ad6b3ba9b in cnd_wait (mtx=0x5596c789d2c8, cond=0x5596c789d2f0) at
../../include/c11/threads_posix.h:159
#2  util_queue_thread_func (input=input@entry=0x5596c789db20) at u_queue.c:158
#3  0x7f9ad6b3b7c7 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f9ae7d4a6ca in start_thread (arg=0x7f9acfdd6700) at
pthread_create.c:333
#5  0x7f9ae8fb50ff in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 3 (Thread 0x7f9adcd22700 (LWP 8622)):
#0  

[ark] [Bug 377887] Crash when opening file from archive

2017-03-25 Thread Fincer
https://bugs.kde.org/show_bug.cgi?id=377887

Fincer  changed:

   What|Removed |Added

 CC||fince...@hotmail.com

--- Comment #2 from Fincer  ---
This happens to me everytime, as well. Open an archive with Ark, double click
any text file and Ark crashes *immediately*.

Reproducible: Always.

Happens with text files with a size of just a few hundred KBs or even a few
hundred Bytes.

I have all default KDE apps such as Kate etc installed. Not sure what triggers
the crash event.

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

[phonon-backend-gstreamer] [Bug 376765] Plasma Ignores notifications audio settings

2017-03-25 Thread Fincer
https://bugs.kde.org/show_bug.cgi?id=376765

Fincer  changed:

   What|Removed |Added

 CC|fince...@hotmail.com|

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

[kdev-python] [Bug 378083] Variables from parent function in closures are considered undefined

2017-03-25 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=378083

--- Comment #1 from Sven Brauch  ---
Yeah, this is a difficult case. In my opinion the current behaviour is ok: you
cannot sensibly call the function before defining the variable, so you can just
as well re-order your code to define the variable first ...

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

[kdeplasma-addons] [Bug 378084] KDE uses vertically oriented Flickr Picture of the Day as a wallpaper with horizontally oriented displays

2017-03-25 Thread Fincer
https://bugs.kde.org/show_bug.cgi?id=378084

Fincer  changed:

   What|Removed |Added

 CC||fince...@hotmail.com

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

[kdeplasma-addons] [Bug 378084] KDE uses vertically oriented Flickr Picture of the Day as a wallpaper with horizontally oriented displays

2017-03-25 Thread Fincer
https://bugs.kde.org/show_bug.cgi?id=378084

--- Comment #1 from Fincer  ---
Created attachment 104733
  --> https://bugs.kde.org/attachment.cgi?id=104733=edit
Vertical Flickr wallpaper as a background image

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

[kdeplasma-addons] [Bug 378084] New: KDE uses vertically oriented Flickr Picture of the Day as a wallpaper with horizontally oriented displays

2017-03-25 Thread Fincer
https://bugs.kde.org/show_bug.cgi?id=378084

Bug ID: 378084
   Summary: KDE uses vertically oriented Flickr Picture of the Day
as a wallpaper with horizontally oriented displays
   Product: kdeplasma-addons
   Version: 5.9.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: plasma-b...@kde.org
  Reporter: fince...@hotmail.com
  Target Milestone: ---

As described in the title, I noticed this behavior while I was playing with
wallpaper positionings.

The bug requires
- a vertically oriented wallpaper
- either "Scaled, Keep Proportions", "Centered" or "Tiled" positioning

With "Scaled" positioning the wallpaper fits the screen but is badly distorted.
With "Scaled and Cropped", the wallpaper is cut in half but horizontal/vertical
scale ratio of the picture is correct (1:1) as present in the source image.

Not sure but worth mentioning that the following bug may relate:

https://bugs.kde.org/show_bug.cgi?id=377917

Please see the attached picture for details.

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

[kdev-python] [Bug 376080] Generate python documentation

2017-03-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=376080

Francis Herne  changed:

   What|Removed |Added

   Assignee|kdevelop-bugs-n...@kde.org  |m...@svenbrauch.de
  Component|UI: general |Documentation data
Product|kdevelop|kdev-python
 CC||m...@flherne.uk

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

[plasmashell] [Bug 377808] Crash on disconnect of primary monitor

2017-03-25 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=377808

--- Comment #4 from Roman Gilg  ---
Details worth mentioning:

This only happens when the 2nd screen was already connected in SDDM. After
login it shows the panel on the 2nd screen (it also doesn't remember the
position from last time) and then disconnecting leads to the crash.

Connecting and disconnecting while in the session works without problems.

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

[kdevelop] [Bug 377938] Settings/Color theme-Menu does not show any entries

2017-03-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=377938

Francis Herne  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne  ---
The appimage (and, according to a report elsewhere, the Windows installer)
lacks any non-default colour schemes and doesn't read the global system
configuration. This makes the new menu somewhat useless.

The appimage does appear to read from ~/.local/share/color-schemes/ , so you
can put your preferred colourscheme there.

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

[kdev-python] [Bug 378083] New: Variables from parent function in closures are considered undefined

2017-03-25 Thread Diego Garcia
https://bugs.kde.org/show_bug.cgi?id=378083

Bug ID: 378083
   Summary: Variables from parent function in closures are
considered undefined
   Product: kdev-python
   Version: 5.1.0
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language support
  Assignee: m...@svenbrauch.de
  Reporter: dnico...@gmail.com
  Target Milestone: ---

Variables from the parent function in closures are considered "undefined" and
marked as a problem.

Code to reproduce: 


def test_closures():
def test_inner():
print(this)

this = 'that'


The problems dock shows: "Undefined Variable: this"

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

[docs] [Bug 136146] wish -wiki like khelp system

2017-03-25 Thread Ivan Stanton
https://bugs.kde.org/show_bug.cgi?id=136146

Ivan Stanton <2112...@jeffcoschools.us> changed:

   What|Removed |Added

 CC||2112...@jeffcoschools.us

--- Comment #14 from Ivan Stanton <2112...@jeffcoschools.us> ---
KDE has a wiki, but it's an outdated mess.

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

[docs] [Bug 332631] Dolphin Help lacks any information on toolbar buttons

2017-03-25 Thread Ivan Stanton
https://bugs.kde.org/show_bug.cgi?id=332631

Ivan Stanton <2112...@jeffcoschools.us> changed:

   What|Removed |Added

 CC||2112...@jeffcoschools.us

--- Comment #3 from Ivan Stanton <2112...@jeffcoschools.us> ---
Should be RESOLVED.

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

[docs] [Bug 378069] KDE Plasma Handbook lacks most important information

2017-03-25 Thread Unreal Name
https://bugs.kde.org/show_bug.cgi?id=378069

--- Comment #5 from Unreal Name <2112...@jeffcoschools.us> ---
Ivan Stanton is me.

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

[docs] [Bug 378069] KDE Plasma Handbook lacks most important information

2017-03-25 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=378069

Burkhard Lueck  changed:

   What|Removed |Added

 CC||lu...@hube-lueck.de

--- Comment #4 from Burkhard Lueck  ---
(In reply to Unreal Name from comment #2)
> Working on a fix now

http://marc.info/?l=kde-doc-english=149048043104742=2

Ivan Stanton is already working on this docbook, please get in touch with him
and coordinate your work

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

[digikam] [Bug 377422] Main window got stuck in Full Screen mode

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377422

--- Comment #7 from qui...@quakbo.com ---
Yes, Cinnamon on Mint 18.1.

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

[docs] [Bug 378069] KDE Plasma Handbook lacks most important information

2017-03-25 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=378069

Luigi Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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

[docs] [Bug 378069] KDE Plasma Handbook lacks most important information

2017-03-25 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=378069

Luigi Toscano  changed:

   What|Removed |Added

 CC||luigi.tosc...@tiscali.it
 Status|RESOLVED|UNCONFIRMED
 Resolution|LATER   |---

--- Comment #3 from Luigi Toscano  ---
Then it's not fixed, please don't change the status until the final fix is
committed.

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

[docs] [Bug 378069] KDE Plasma Handbook lacks most important information

2017-03-25 Thread Unreal Name
https://bugs.kde.org/show_bug.cgi?id=378069

Unreal Name <2112...@jeffcoschools.us> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |LATER

--- Comment #2 from Unreal Name <2112...@jeffcoschools.us> ---
Working on a fix now

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

[digikam] [Bug 377422] Main window got stuck in Full Screen mode

2017-03-25 Thread wildcowboy
https://bugs.kde.org/show_bug.cgi?id=377422

--- Comment #6 from wildcowboy  ---
(In reply to quincy from comment #5)
> I also was experiencing the same problem with 5.4.  I upgraded to 5.5 and
> had the same issue.  I deleted the rc files in .config/ and the issue went
> away.  I am not sure what settings were causing the problem though.  If it
> happens again I'll copy the rc files somewhere else and diff them against
> the new ones created by the application.

Are you on Cinnamon? I went back to KDE and this never happens again

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

[krita] [Bug 376382] Krita crashes when drag and drop layer group with blur mask on it

2017-03-25 Thread Bruno P . Kinoshita
https://bugs.kde.org/show_bug.cgi?id=376382

--- Comment #5 from Bruno P. Kinoshita  ---
I think you are right Boudewijn.

Here's how I (think I) reproduced it.

1. Play a while reproducing the issue, looking at top or htop to look at the
memory and virtual memory numbers.
2. Guess the amount of virtual memory you will need (memory should be fine,
krita won't allocate much)
3. Limit the current session memory through ulimit
4. Follow the reporter's steps to reproduce the issue
5. Segmentation fault

In the console output, I can see

Error std::bad_alloc sending event 63 to object qt_scrollarea_viewport
Segmentation fault

Running in gdb, the following is displayed when the crash happens:

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KoToolManager::activeCanvasController (this=0x0) at
/home/kinow/Development/cpp/workspace/krita/libs/flake/KoToolManager.cpp:369
369 if (! d->canvasData) return 0;

FWIW, here's my script with the settings used to reproduce it

# 2550 mb in kb
ulimit -v 255

# 2 mb in kb
ulimit -m 200

# Confirm limits
ulimit -a

gdb $HOME/Development/cpp/workspace/krita_install/bin/krita

And here's my backtrace.

#0  KoToolManager::activeCanvasController (this=0x0) at
/home/kinow/Development/cpp/workspace/krita/libs/flake/KoToolManager.cpp:369
#1  0x7764297e in KisNodeShape::~KisNodeShape (this=0x7b53330,
__in_chrg=)
at
/home/kinow/Development/cpp/workspace/krita/libs/ui/flake/kis_node_shape.cpp:62
#2  0x77642a79 in KisNodeShape::~KisNodeShape (this=0x7b53330,
__in_chrg=)
at
/home/kinow/Development/cpp/workspace/krita/libs/ui/flake/kis_node_shape.cpp:72
#3  0x776427ab in KisNodeShapesGraph::removeNode (this=,
node=...)
at
/home/kinow/Development/cpp/workspace/krita/libs/ui/flake/kis_node_shapes_graph.cpp:71
#4  0x77643bc6 in KisShapeController::~KisShapeController
(this=0x7acf470, __in_chrg=)
at
/home/kinow/Development/cpp/workspace/krita/libs/ui/flake/kis_shape_controller.cpp:83
#5  0x77644209 in KisShapeController::~KisShapeController
(this=0x7acf470, __in_chrg=)
at
/home/kinow/Development/cpp/workspace/krita/libs/ui/flake/kis_shape_controller.cpp:87
#6  0x778c8146 in KisDocument::~KisDocument (this=0x7ae6f20,
__in_chrg=) at
/home/kinow/Development/cpp/workspace/krita/libs/ui/KisDocument.cpp:483
#7  0x778c8549 in KisDocument::~KisDocument (this=0x7ae6f20,
__in_chrg=) at
/home/kinow/Development/cpp/workspace/krita/libs/ui/KisDocument.cpp:520
#8  0x77906e04 in KisPart::~KisPart (this=0x77dd55b0
<_ZZN12_GLOBAL__N_116Q_QGS_s_instance13innerFunctionEvE6holder>,
__in_chrg=)
at /home/kinow/Development/cpp/workspace/krita/libs/ui/KisPart.cpp:141
#9  0x77907129 in (anonymous
namespace)::Q_QGS_s_instance::Holder::~Holder (this=,
__in_chrg=)
at /home/kinow/Development/cpp/workspace/krita/libs/ui/KisPart.cpp:80
#10 0x74d34ff8 in __run_exit_handlers (status=1, listp=0x750be5f8
<__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#11 0x74d35045 in __GI_exit (status=) at exit.c:104
#12 0x7fffd97a24f1 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#13 0x7fffd97b063d in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#14 0x7fffeddeb7bc in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
#15 0x7fffe27c6522 in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/plugins/xcbglintegrations/libqxcb-glx-integration.so
#16 0x75eaa869 in QOpenGLContext::swapBuffers(QSurface*) () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#17 0x76143b7b in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#18 0x7614432b in QPlatformBackingStore::composeAndFlush(QWindow*,
QRegion const&, QPoint const&, QPlatformTextureList*, QOpenGLContext*, bool) ()
   from /home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#19 0x7fffe4bbbde7 in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5
#20 0x766cbf3f in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#21 0x766cce98 in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#22 0x766ce5a5 in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#23 0x766cf009 in ?? () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#24 0x766efbaf in QWidgetPrivate::syncBackingStore() () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#25 0x76705340 in QWidget::event(QEvent*) () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#26 0x768195cb in QMainWindow::event(QEvent*) () from
/home/kinow/Development/cpp/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#27 0x770fdc9a in KMainWindow::event 

[digikam] [Bug 377422] Main window got stuck in Full Screen mode

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377422

qui...@quakbo.com changed:

   What|Removed |Added

 CC||qui...@quakbo.com

--- Comment #5 from qui...@quakbo.com ---
I also was experiencing the same problem with 5.4.  I upgraded to 5.5 and had
the same issue.  I deleted the rc files in .config/ and the issue went away.  I
am not sure what settings were causing the problem though.  If it happens again
I'll copy the rc files somewhere else and diff them against the new ones
created by the application.

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

[plasmashell] [Bug 378042] Icons in Task Manager Dropdowns are too large, causing Dropdown to be clipped

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378042

--- Comment #1 from javascriptj...@hotmail.com ---
Created attachment 104732
  --> https://bugs.kde.org/attachment.cgi?id=104732=edit
Task Manager Dropdown Incorrectly Clipped

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

[digikam] [Bug 378082] New: Several small new bugs in Geolocation Editor

2017-03-25 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=378082

Bug ID: 378082
   Summary: Several small new bugs in Geolocation Editor
   Product: digikam
   Version: 5.6.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Geolocation-Editor
  Assignee: digikam-de...@kde.org
  Reporter: jens-bugs.kde@spamfreemail.de
  Target Milestone: ---

Since 5.5.0 appimages, some new bugs appear in the Geolocation Editor.

1. (since 5.5.0-pre) .mp4 videos in the files list have no date/time set and
are always at the top of the list.
2. (since 5.6.0-pre) When saving, Digikam complains that the geodata of .mp4
files cannot be saved. But when I close without saving the .mp4 files have
geodata set.
3. (since 5.5.0-pre) There is no zoom slider in the map (OSM).
4. (since 5.4.0-pre, I think) The map does not remember the last used zoom
level any more (just the position).
5. (since 5.4.0) Switching between Google Maps and OSM sometimes loses the
position of the map.

Can you please check if any patches since the last releases created these bugs?
Thanks!

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

[plasmashell] [Bug 378010] Generic High CPU Usage Rendering

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=378010

--- Comment #11 from David Edmundson  ---
Recompiling is the quickest way.

You could do probably do it with GDB skills, but frankly it's not worth it
especially as we don't want to interrupt the processing as that could skew
results.

if you're on Debian/Ubuntu
apt-get build whateverPackageKWindowSystemIsIn
apt-get source whateverPackageKWindowSystemIsIn
make the changes

fakeroot debian/rules binary
sudo dpkg -i ../*.deb

as for the debug in kwindowsystem.cpp

under if (dirtyProperties || dirtyProperties2) {
add 
qDebug() << "DAVE " << eventWindow << dirtyProperties << dirtyProperties2;

For other distros check out their own guides, if you can't figure it out, let
me know what you're on and I'll get someone from that distro to help.

Get debug by running plasmashell from a konsole, you're also going to then have
to turn the window ID into something useful by running "xprop -id
SOMENUMBERHERE" 

As for the remaining CPU, it's a bit hard to interpret something. Not
everything is very readable, especially when you have an event queue.
The biggest issue is it's quite easy to fall into traps like micro-optimising a
method that gets called a lot rather than figuring out why it gets called a
lot, which is why I can't just read a log and do something about it, it
requires deeper investigation.

Also, thanks in advance.

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

[krita] [Bug 378079] I made a little animation and it was great. But, now I want to put it back to the original settings from before I made the animation. How do I do that or what do I do?

2017-03-25 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=378079

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Go to the top toolbar, rightmost button, select "Default" for the workspace.

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

[plasmashell] [Bug 378044] Taks manager looks wrong when compositing is disabled

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=378044

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
can you include screenshots please, it's a lot easier to understand what you're
describing.

Also please note all your task manager settings.

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

[plasmashell] [Bug 375053] enabling global menu breaks copy/paste shortcuts in qupzilla

2017-03-25 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=375053

Michael D  changed:

   What|Removed |Added

 CC||nortex...@gmail.com

--- Comment #8 from Michael D  ---
Does this relate to the fact that global menu breaks shortcuts in a variety of
qt applications, including VLC and Sayonara?

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

[plasmashell] [Bug 378010] Generic High CPU Usage Rendering

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=378010

David Edmundson  changed:

   What|Removed |Added

 CC||network...@rkmail.ru

--- Comment #10 from David Edmundson  ---
*** Bug 376146 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 376146] Plasmashell takes 150% CPU while copying files on mounted samba share

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=376146

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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

[systemsettings] [Bug 378081] New: Bluetooth keyboard after wake up does not recognise multiple languages

2017-03-25 Thread Tassos
https://bugs.kde.org/show_bug.cgi?id=378081

Bug ID: 378081
   Summary: Bluetooth keyboard after wake up does not recognise
multiple languages
   Product: systemsettings
   Version: 5.5.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_keyboard
  Assignee: unassigned-b...@kde.org
  Reporter: tassos.kout...@gmail.com
  Target Milestone: ---

Hi,

I am using a Logitech bluetooth 380 keyboard with a Thinkpad X230. I have set
the keyboard model to Logitech Internet 350 keyboard and I have two language
layouts (US English & Greek). If I connect the keyboard after the system wakes
up from suspension (such as closing the lid) the keyboard connects fine but the
two layouts are not recognised nor is the language displayed in system tray.

To make it work, I need to go into system settings > input devices > keyboard,
choose a different model, save and then go back and choose Logitech Internet
350 again and save. At that point the language layout indicator is back in the
system tray and language switching works as expected.

Thanks.

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

[plasma-pa] [Bug 378058] Reload applet if pulseaudio restarted

2017-03-25 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=378058

--- Comment #4 from David Rosca  ---
If a pulseaudio is restarted right after the crash (which is default when
started with systemd user session) it will work correctly. If it is restarted
with more than 1 second delay, it won't work.
Patch linked in bug 358772 fixes this.

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

[dolphin] [Bug 377981] Removing file takes some time

2017-03-25 Thread Vladyslav Tronko
https://bugs.kde.org/show_bug.cgi?id=377981

--- Comment #2 from Vladyslav Tronko  ---
Size doesn't matter. 1kilobyte text files have the same delay before removal.
Main disk, solid state drive. There wasn't such issue before.

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

[plasmashell] [Bug 378080] New: Screen Locker causes crash

2017-03-25 Thread paul s
https://bugs.kde.org/show_bug.cgi?id=378080

Bug ID: 378080
   Summary: Screen Locker causes crash
   Product: plasmashell
   Version: 5.8.6
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bugs.kde@queuemail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.8.6)

Qt Version: 5.7.1
Frameworks Version: 5.32.0
Operating System: Linux 4.9.14-200.fc25.x86_64 x86_64
Distribution: "Fedora release 25 (Twenty Five)"

-- Information about the crash:
When coming out of powersave to a monitor set at a lower resolution then it's
default the Screen Locker crashes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f67047683c0 (LWP 2477))]

Thread 23 (Thread 0x7f664b3ff700 (LWP 8282)):
[KCrash Handler]
#6  0x0264 in  ()
#7  0x7f665e585237 in Plotter::render() () at
/usr/lib64/qt5/qml/org/kde/kquickcontrolsaddons/libkquickcontrolsaddonsplugin.so
#8  0x7f67123c5a56 in QMetaObject::activate(QObject*, int, int, void**) ()
at /lib64/libQt5Core.so.5
#9  0x7f6715ed3a3e in QQuickWindowPrivate::renderSceneGraph(QSize const&)
() at /lib64/libQt5Quick.so.5
#10 0x7f6715ea4842 in QSGRenderThread::syncAndRender() () at
/lib64/libQt5Quick.so.5
#11 0x7f6715ea907c in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5
#12 0x7f67121fe9ca in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#13 0x7f671093a6ca in start_thread () at /lib64/libpthread.so.0
#14 0x7f67115f1f7f in clone () at /lib64/libc.so.6

Thread 22 (Thread 0x7f65f65ef700 (LWP 5661)):
#0  0x7f6710940460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f67121ff04a in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7f6715ea88c5 in QSGRenderThread::processEventsAndWaitForMore() () at
/lib64/libQt5Quick.so.5
#3  0x7f6715ea91ba in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5
#4  0x7f67121fe9ca in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f671093a6ca in start_thread () at /lib64/libpthread.so.0
#6  0x7f67115f1f7f in clone () at /lib64/libc.so.6

Thread 21 (Thread 0x7f663bfff700 (LWP 5660)):
#0  0x7f6710940460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f67121ff04a in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7f6715ea88c5 in QSGRenderThread::processEventsAndWaitForMore() () at
/lib64/libQt5Quick.so.5
#3  0x7f6715ea91ba in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5
#4  0x7f67121fe9ca in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f671093a6ca in start_thread () at /lib64/libpthread.so.0
#6  0x7f67115f1f7f in clone () at /lib64/libc.so.6

Thread 20 (Thread 0x7f65f25ed700 (LWP 5500)):
#0  0x7f6710940460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f67121ff04a in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7f6715ea88c5 in QSGRenderThread::processEventsAndWaitForMore() () at
/lib64/libQt5Quick.so.5
#3  0x7f6715ea91ba in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5
#4  0x7f67121fe9ca in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f671093a6ca in start_thread () at /lib64/libpthread.so.0
#6  0x7f67115f1f7f in clone () at /lib64/libc.so.6

Thread 19 (Thread 0x7f65f3fff700 (LWP 4915)):
#0  0x7f6710940460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f67121ff04a in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7f6715ea88c5 in QSGRenderThread::processEventsAndWaitForMore() () at
/lib64/libQt5Quick.so.5
#3  0x7f6715ea91ba in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5
#4  0x7f67121fe9ca in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f671093a6ca in start_thread () at /lib64/libpthread.so.0
#6  0x7f67115f1f7f in clone () at /lib64/libc.so.6

Thread 18 (Thread 0x7f65f2dee700 (LWP 4914)):
#0  0x7f67115e601d in poll () at /lib64/libc.so.6
#1  0x7f6706a37c91 in poll_func () at /lib64/libpulse.so.0
#2  0x7f6706a294a1 in pa_mainloop_poll () at /lib64/libpulse.so.0
#3  0x7f6706a29b3e in pa_mainloop_iterate () at /lib64/libpulse.so.0
#4  0x7f6706a29bf0 in pa_mainloop_run () at /lib64/libpulse.so.0
#5  0x7f6706a37bd9 in thread () at /lib64/libpulse.so.0
#6  0x7f67061bf1d8 in internal_thread_func () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#7  0x7f671093a6ca in start_thread () at /lib64/libpthread.so.0
#8  0x7f67115f1f7f 

[plasma-pa] [Bug 378058] Reload applet if pulseaudio restarted

2017-03-25 Thread Ural
https://bugs.kde.org/show_bug.cgi?id=378058

--- Comment #3 from Ural  ---
Hm, strange. If I do 'pulseaudio -k; pulseaudio --start', applet reloading
well. I had this issue when pulseaudio crashed or was killed by
lowmemorykiller, and when I did 'pulseaudio --start', applet was not reloaded.
Maybe latest updates fixed it. I'll verify

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

[kmail2] [Bug 378074] mail without html tags doesn't render right

2017-03-25 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=378074

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
hi,
I need to have some test case.
and more explanations :)

Regards

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

[plasmashell] [Bug 351897] Plasma Shell freezes/hangs on file operations

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=351897

robsp...@fastmail.fm changed:

   What|Removed |Added

 CC||robsp...@fastmail.fm

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

[plasmashell] [Bug 376146] Plasmashell takes 150% CPU while copying files on mounted samba share

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376146

robsp...@fastmail.fm changed:

   What|Removed |Added

 CC||robsp...@fastmail.fm

--- Comment #1 from robsp...@fastmail.fm ---
There are several bugs flying around here in the bugtracker concerning this bug
and I do not think you provided enough information to further investigate where
the problem may lie.

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

[kmymoney4] [Bug 378076] Suggestion for a massive delete of transactions function

2017-03-25 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=378076

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #1 from Jack  ---
I would strongly argue that you really don't want to simply delete old
transactions, but to "archive" them in some manner, so they are not displayed
and do not slow down any current operations, but are somehow available should
you have need to check them.  There is already a bug for this "end of year
reconciliation and archive of old transactions" (with a better and shorter
description, I think, but I can't find it right now.)  One reason, for example,
you might not want to delete old investment transactions without special
handling is that the information is necessary for performance reports, and to
know the basis (original price paid) when you sell.  While KMM doesn't handle
that type of thing now (capital gains) there is also a wish list to add it.

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

[krita] [Bug 378079] New: I made a little animation and it was great. But, now I want to put it back to the original settings from before I made the animation. How do I do that or what do I do?

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378079

Bug ID: 378079
   Summary: I made a little animation and it was great. But, now I
want to put it back to the original settings from
before I made the animation. How do I do that or what
do I do?
   Product: krita
   Version: 3.1.2
  Platform: Windows CE
OS: Windows CE
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: kelleybatm...@gmail.com
  Target Milestone: ---

Animation settings to original settings?

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

[plasmashell] [Bug 378010] Generic High CPU Usage Rendering

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378010

--- Comment #9 from kdde@porcupinefactory.org ---
> Can you put some debug in KWidnwSystem::windowChanged and find out?

How to do that? Is it possible to do that without recompiling, e.g. some
LD_PRELOAD trick? If not, what's the minimal set of things and easiest way to
recompile?

You explained where 30% + 15% CPU time goes, do you have any ideas as to where
the other 50-55% goes? 50% CPU usage while copying is still very bad.

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

[kmymoney4] [Bug 329450] Picking currency rates - prices - in dependency of posting date desired

2017-03-25 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=329450

NSLW  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kmy
   ||money/67f1b1b1728a7fa554fca
   ||2e3e2b64337ef1ef949
 Resolution|--- |FIXED
   Version Fixed In||5.0

--- Comment #1 from NSLW  ---
Git commit 67f1b1b1728a7fa554fca2e3e2b64337ef1ef949 by Łukasz Wojniłowicz.
Committed on 25/03/2017 at 19:44.
Pushed by wojnilowicz into branch 'master'.

Pick split's price for split's date
FIXED-IN:5.0

M  +1-1kmymoney/dialogs/kcurrencycalculator.cpp

https://commits.kde.org/kmymoney/67f1b1b1728a7fa554fca2e3e2b64337ef1ef949

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

[plasmashell] [Bug 378010] Generic High CPU Usage Rendering

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=378010

--- Comment #8 from David Edmundson  ---
That trace has a few interesting things in it:

 - we're still losing a tonne of time (30% or so) processing X events.
We're getting over 670,000 of them in 30 seconds. 

They end up costing a lot because it then goes through all the
nativeEventFitlers in KDE code that do a somewhat pointless string compare..
but the root question is what the hell are these events, and where's the real
bug?
That's come up before: https://bugs.kde.org/show_bug.cgi?id=373368 

 - we're losing 7% in some X window updating it's properties 313 times in 30
seconds.

I've not seen that before. That window then propogates through the task manager
changing, which builds up.
Qt 5.9 will fix a lof of that propogation but again the root question which
window is changing and what and why? 

Can you put some debug in KWidnwSystem::windowChanged and find out?

Once we know we can break that out into a new bug.

 - we're losing another 15% in some JS evaluation. It's quite possibly related
to the issue above; the evaluation needs to have some trigger. QML profiler
could confirm that.

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

[kdenlive] [Bug 375520] kdenlive problem for composite and affine, i change dimension of clip image, but bad result.

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375520

manuel_songo...@yahoo.it changed:

   What|Removed |Added

   Version Fixed In||maybe in 17.04
  Latest Commit||https://cgit.kde.org/kdenli
   ||ve.git/commit/?h=Applicatio
   ||ns/17.04=a2b2d50586c48d8
   ||f9a858d03e5bb388a66506df2
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #13 from manuel_songo...@yahoo.it ---
this is will resolved next version see this commit:
https://cgit.kde.org/kdenlive.git/commit/?h=Applications/17.04=a2b2d50586c48d8f9a858d03e5bb388a66506df2

https://cgit.kde.org/kdenlive.git/commit/?h=Applications/17.04=f99275fabe503953354a21bee188a609de1ad1e6

https://cgit.kde.org/kdenlive.git/commit/?h=Applications/17.04=243dff060b4b94878d6b3231d61cee1ea0dc4b12

I and JBM we are collaborated together also meet cafe night.
JBM thank you
will update version 17.04..
thank you JBM

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

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-03-25 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

--- Comment #38 from Daniel Vrátil  ---
(In reply to stefanfrank from comment #34)
> Hi,
> unfortunately the new update to Version 5.4.3 do not solve the problem. I
> still have crashes!
> Best regards

Please provide a new backtrace of the crash.


Regarding the filtering issue, there are another bug reports regarding this,
please report your issue there.

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

[kipiplugins] [Bug 378066] Export to remote folder does not work

2017-03-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=378066

Maik Qualmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---


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

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

[kipiplugins] [Bug 373820] Port Export to Remote Storage tool to pure QT5

2017-03-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=373820

Maik Qualmann  changed:

   What|Removed |Added

 CC||philippe.quag...@laposte.ne
   ||t

--- Comment #6 from Maik Qualmann  ---
*** Bug 378066 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2017-03-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=356479

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #125 from David Edmundson  ---
See comment #90

We have about 3 different bugs all merged into one here, which is partly why we
haven't moved this much.

We have:
1) The heavy kiconloader usage when using an SNI which is updating constantly 

2) We have the extreme number of pointless X messages causing us to spend lots
of CPU time in nativeEventFilter (and thus strcmp)

3) Any other GL related delays stuff, such as (hopefully now gone) NVidia busy
loop waiting for vsync.


Lets keep this bug as (1) and can close with https://phabricator.kde.org/D2986

I will reopen as 370003 issue for (2) and track that there.

For that reason, when this is merged if you still have high CPU, please don't
reopen this as it's probably a different cause.

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

[kdevelop] [Bug 356572] Crash when parsing the source code of LibreOffice

2017-03-25 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=356572

--- Comment #4 from Alexander  ---
The crash is reproduced when I remove svn_client.h header from my system.
It is included via kdevsvncpp/exception.hpp (29: 'svn_client.h') which is
included at /kdevsvncpp/exception.cpp:30

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

[plasmashell] [Bug 368386] [Feature Request] - Do not remove Launchers for the tasks model for the sake of windows

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368386

f.alexander.wi...@gmail.com changed:

   What|Removed |Added

 CC||f.alexander.wi...@gmail.com

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

[kaffeine] [Bug 378078] New: Shortcuts don't work (as in space to play at least)

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378078

Bug ID: 378078
   Summary: Shortcuts don't work (as in space to play at least)
   Product: kaffeine
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: jey.and@gmail.com
  Target Milestone: ---

on version 2.0.8 on opensuse I dont think shortcuts work at all.

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

[kaffeine] [Bug 378077] New: Drag and dropping subtitles ends playback

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378077

Bug ID: 378077
   Summary: Drag and dropping subtitles ends playback
   Product: kaffeine
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: jey.and@gmail.com
  Target Milestone: ---

droping subtitles into window as per vlc pattern will not work.

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

[klipper] [Bug 348932] "Ignore Images" does not...

2017-03-25 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=348932

Martin Gräßlin  changed:

   What|Removed |Added

 CC||raf...@gmail.com

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

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

[klipper] [Bug 378059] Klipper ignores disabled "Synchronize contents of the clipboard ..." option

2017-03-25 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378059

Martin Gräßlin  changed:

   What|Removed |Added

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

--- Comment #3 from Martin Gräßlin  ---


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

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

[kwin] [Bug 377847] Blender menus flicker when you navigate them

2017-03-25 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377847

--- Comment #6 from Martin Gräßlin  ---
I can try, but I doubt I would trigger it. I rather think that our systems are
different in some way which make it not happen on mine. The most obvious
candidate is the GPU, as I'm on Intel.

Some ideas: monitor dmesg for drm warnings, maybe run blender with MESA_DEBUG
env variable (see https://www.mesa3d.org/envvars.html ). Maybe also run kwin
with this variable. Given how it looks an OpenGL error somewhere in the stack
might be the reason.

Also you could add the support information for KWin (qdbus org.kde.KWin /KWin
supportInformation). Maybe there's an effect playing into it which I don't have
activated.

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

[plasmashell] [Bug 378043] Time stops when compositing is disabled

2017-03-25 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378043

Martin Gräßlin  changed:

   What|Removed |Added

Version|unspecified |5.8.0
Product|kwin|plasmashell
 CC||plasma-b...@kde.org
   Target Milestone|--- |1.0
  Component|compositing |Analogue Clock
   Assignee|kwin-bugs-n...@kde.org  |bhus...@gmail.com

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

[plasmashell] [Bug 378044] Taks manager looks wrong when compositing is disabled

2017-03-25 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378044

Martin Gräßlin  changed:

   What|Removed |Added

 CC||plasma-b...@kde.org
Product|kwin|plasmashell
Version|unspecified |master
   Assignee|kwin-bugs-n...@kde.org  |h...@kde.org
  Component|compositing |Task Manager
   Target Milestone|--- |1.0

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

[kmymoney4] [Bug 118159] currency conversion uses wrong rates

2017-03-25 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=118159

NSLW  changed:

   What|Removed |Added

 CC||lukasz.wojnilow...@gmail.co
   ||m
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from NSLW  ---
Transactions by Account
Transactions by Category
Income/expense by Year
all show transaction as $118 in 4.100.0-98af682

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

[kmymoney4] [Bug 378076] New: Suggestion for a massive delete of transactions function

2017-03-25 Thread Franco
https://bugs.kde.org/show_bug.cgi?id=378076

Bug ID: 378076
   Summary: Suggestion for a massive delete of transactions
function
   Product: kmymoney4
   Version: 4.7.2
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: franco.tanz...@poste.it
  Target Milestone: ---

After some year of use, I would like to delete older transactions: maybe all
transactions before a given date, typically an end-of-year. Investments that
remain with no transactions at all, may be deleted with all its prices, as a
consequence of deleting transactions.
More complex but with some advantage, delete old transactions only in
user-selected accounts.

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

[kmail2] [Bug 378075] New: configure kmail window resize limit too big

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378075

Bug ID: 378075
   Summary: configure kmail window resize limit too big
   Product: kmail2
   Version: 5.4.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: jey.and@gmail.com
  Target Milestone: ---

I can barely fit configure window on my laptop, where it is entirely possibly
to not be able resize it to fit bottom buttons under 760p unless you snap it
(as in plasma 5).

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

[kwin] [Bug 366609] Context menu do not close when discarded on Wayland

2017-03-25 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=366609

Martin Gräßlin  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D5177

--- Comment #8 from Martin Gräßlin  ---
I'm very happy to tell that I just implemented basic support for popup windows:
https://phabricator.kde.org/D5177

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

[kmail2] [Bug 378074] New: mail without html tags doesn't render right

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378074

Bug ID: 378074
   Summary: mail without html tags doesn't render right
   Product: kmail2
   Version: 5.4.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: jey.and@gmail.com
  Target Milestone: ---

from what I can tell you can't render non-html tag html content.

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

[kmail2] [Bug 378072] No html messages column

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378072

--- Comment #1 from jey.and@gmail.com ---
This behavior is linked to showing html sidebar. Which will render mail content
within the section that blocked inbox list. I'd still complain that it is
unrefined with no specific suggestions.

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

[kmymoney4] [Bug 378073] New: wrong investment account balance in per-institution view

2017-03-25 Thread Franco
https://bugs.kde.org/show_bug.cgi?id=378073

Bug ID: 378073
   Summary: wrong investment account balance in per-institution
view
   Product: kmymoney4
   Version: 4.7.2
  Platform: Windows CE
OS: MS Windows
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: franco.tanz...@poste.it
  Target Milestone: ---

In per-institution view, some investment account balances are incorrect (always
less than expected). The institution total is correct. It seems that some
investments aren't picked up for the account balance.

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

[kmail2] [Bug 378072] New: No html messages column

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378072

Bug ID: 378072
   Summary: No html messages column
   Product: kmail2
   Version: 5.4.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: jey.and@gmail.com
  Target Milestone: ---

No html messages will appear with a letter per row raising window boundary up
not letting see inbox list without allowing resizing.

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2017-03-25 Thread Dmitriy
https://bugs.kde.org/show_bug.cgi?id=356479

--- Comment #124 from Dmitriy  ---
I have integrated Intel HD3*** video card and experience this problem. It
doesn't seem like Nvidia-specific problem.

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2017-03-25 Thread Lindsay Roberts
https://bugs.kde.org/show_bug.cgi?id=356479

--- Comment #123 from Lindsay Roberts  ---
As mentioned in comment #92 and by Andreas above, high CPU usage whilst copying
is tracked in (the still open) https://bugs.kde.org/show_bug.cgi?id=312919 .
Please retarget downstream dependency issues around copying onto that.

(In reply to Dreyk from comment #122)
> This cause only when i switch to Nvidia Prime card (notebook with Nvidia 
> Optimus). When I switch back to Intel integrated graphics - everything is 
> fine. 
> So several years already I can not use Nvidia card with KDE desktop :(

If there is an Nvidia specific problem causing high CPU usage for systray
animations, I think it warrants a new issue. The fix in this item solved this
for all other cases I've heard, and an Nvidia specific problem would require a
new investigation and a new fix, and almost certainly doesn't invalidate the
fix done here.

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

[kdeconnect] [Bug 371539] Only listens to IPv6

2017-03-25 Thread LanMan
https://bugs.kde.org/show_bug.cgi?id=371539

--- Comment #26 from LanMan  ---
(In reply to LanMan from comment #25)
> I also have this problem.

Solved by myself. I don't know what exactly helped, but in sysctl.conf I had
commented that strings:

net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0

And had reboot laptop (exec <# sysctl -p> wasn't help).

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

[krita] [Bug 378065] This program isn't letting me make smooth lines

2017-03-25 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=378065

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudewijn Rempt  ---
Sorry Dominique, but in the first place your report is useless, and in the
second place, your nick is offensive to me. I'm just not going to bother
helping you. Krita works fine on my mac, and on other people's macs.

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

[frameworks-kio] [Bug 378051] crash when you drag file from trash to trash

2017-03-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=378051

Elvis Angelaccio  changed:

   What|Removed |Added

Version|16.08.3 |5.32.0
Product|dolphin |frameworks-kio
 CC||elvis.angelac...@kde.org,
   ||kdelibs-b...@kde.org
  Component|general |general
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
Thanks for reporing. Stacktrace:

Thread 1 (Thread 0x7f0a952d7800 (LWP 3260)):
[KCrash Handler]
#6  0x7f0a92eb0a86 in std::__atomic_base::operator++ (this=0x21) at
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../include/c++/6.3.1/bits/atomic_base.h:296
#7  0x7f0a92eb0a55 in QAtomicOps::ref (_q_value=...) at
/usr/include/qt/QtCore/qatomic_cxx11.h:265
#8  0x7f0a92eb0a35 in QBasicAtomicInteger::ref (this=0x21) at
/usr/include/qt/QtCore/qbasicatomic.h:113
#9  0x7f0a92f6509b in
QSharedDataPointer::QSharedDataPointer
(this=0x7ffeca1eb0a0, o=...) at /usr/include/qt/QtCore/qshareddata.h:92
#10 0x7f0a92f6439d in KIO::UDSEntry::UDSEntry (this=0x7ffeca1eb0a0,
other=...) at /home/elvis/dev/kde/src/kio/src/core/udsentry.cpp:76
#11 0x7f0a92ede0db in KFileItem::entry (this=0x19bc860) at
/home/elvis/dev/kde/src/kio/src/core/kfileitem.cpp:1486
#12 0x7f0a92f75f63 in KCoreDirListerCache::slotFileRenamed
(this=0x7f0a9322c580 <(anonymous
namespace)::Q_QGS_kDirListerCache::innerFunction()::holder>, _src=...,
_dst=..., dstPath=...) at
/home/elvis/dev/kde/src/kio/src/core/kcoredirlister.cpp:989
#13 0x7f0a92f92a0d in QtPrivate::FunctorCall, QtPrivate::List, void, void
(KCoreDirListerCache::*)(QString const&, QString const&, QString const&)>::call
(f=(void (KCoreDirListerCache::*)(KCoreDirListerCache * const, const QString &,
const QString &, const QString &)) 0x7f0a92f75bf0
, o=0x7f0a9322c580 <(anonymous
namespace)::Q_QGS_kDirListerCache::innerFunction()::holder>,
arg=0x7ffeca1eb430) at /usr/include/qt/QtCore/qobjectdefs_impl.h:143
#14 0x7f0a92f92950 in QtPrivate::FunctionPointer::call (f=(void (KCoreDirListerCache::*)(KCoreDirListerCache * const, const
QString &, const QString &, const QString &)) 0x7f0a92f75bf0
, o=0x7f0a9322c580 <(anonymous
namespace)::Q_QGS_kDirListerCache::innerFunction()::holder>,
arg=0x7ffeca1eb430) at /usr/include/qt/QtCore/qobjectdefs_impl.h:162
#15 0x7f0a92f92846 in QtPrivate::QSlotObject, void>::impl
(which=1, this_=0x1719f10, r=0x7f0a9322c580 <(anonymous
namespace)::Q_QGS_kDirListerCache::innerFunction()::holder>, a=0x7ffeca1eb430,
ret=0x0) at /usr/include/qt/QtCore/qobject_impl.h:120
#16 0x7f0a8d75b0be in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/libQt5Core.so.5
#17 0x7f0a92fb607e in OrgKdeKDirNotifyInterface::FileRenamedWithLocalPath
(this=0x1716ef0, _t1=..., _t2=..., _t3=...) at
src/core/KF5KIOCore_automoc.dir/moc_kdirnotify_FWCYUVFJ2BRI4B.cpp:221
#18 0x7f0a92fb5c79 in OrgKdeKDirNotifyInterface::qt_static_metacall
(_o=0x1716ef0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7ffeca1eb610) at
src/core/KF5KIOCore_automoc.dir/moc_kdirnotify_FWCYUVFJ2BRI4B.cpp:103
#19 0x7f0a92fb63e5 in OrgKdeKDirNotifyInterface::qt_metacall
(this=0x1716ef0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7ffeca1eb610) at
src/core/KF5KIOCore_automoc.dir/moc_kdirnotify_FWCYUVFJ2BRI4B.cpp:200
#20 0x7f0a8dba5430 in ?? () from /usr/lib/libQt5DBus.so.5
#21 0x7f0a8d75bba9 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#22 0x7f0a8e8de34c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#23 0x7f0a8e8e5b61 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#24 0x7f0a8d72f440 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#25 0x7f0a8d731bcd in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#26 0x7f0a8d783c43 in ?? () from /usr/lib/libQt5Core.so.5
#27 0x7f0a869c65a7 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#28 0x7f0a869c6810 in ?? () from /usr/lib/libglib-2.0.so.0
#29 0x7f0a869c68bc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#30 0x7f0a8d78404f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#31 0x7f0a8d72d89a in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#32 0x7f0a8d735de4 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5

[dolphin] [Bug 377981] Removing file takes some time

2017-03-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=377981

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
How big were those files? Were they on the "main" disk or an external hard
disk?

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

[kdenlive] [Bug 377999] Wrong media paths when opening project from archive

2017-03-25 Thread Wegwerf
https://bugs.kde.org/show_bug.cgi?id=377999

Wegwerf  changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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

[kdenlive] [Bug 376925] wenn ich mit mit dem curser von einem clip zum nächsten springe stürzt kdenlive immer ab

2017-03-25 Thread Wegwerf
https://bugs.kde.org/show_bug.cgi?id=376925

Wegwerf  changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

--- Comment #2 from Wegwerf  ---
Hmm, der Stack Trace sieht komisch aus; mir ist nicht klar, was da wirklich in
die Binsen ging. Kannst Du bitte so nett sein und im Kdenlive Forum mal wegen
Mint 18.1 nachfragen, weil dort einige Anwender aktiv sind? Kdenlive selbst
supported nur seine eigenen Ubuntu ppa's, weil wir zuwenige Leutz sind.

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

[frameworks-kio] [Bug 377978] Unable to create new folder named "~" without using escape character

2017-03-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=377978

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org,
   ||kdelibs-b...@kde.org
Version|16.12.0 |unspecified
Product|dolphin |frameworks-kio
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
  Component|general |general

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

[krita] [Bug 374142] Contiguous selection tool not always works

2017-03-25 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=374142

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kri
   ||ta/02ac4216a4913fe3e5f69e72
   ||81c5f72a6df91c9e
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #19 from Dmitry Kazakov  ---
Git commit 02ac4216a4913fe3e5f69e7281c5f72a6df91c9e by Dmitry Kazakov.
Committed on 25/03/2017 at 16:49.
Pushed by dkazakov into branch 'kazakov/svg-loading'.

Fix resetting the paint device cache on every iterator completion

This bug should have happened one day. We should reset the paint device
cache not only on the creation of the iterator, but also on its
completion.

The actual bug happened because of concurrency, while the stroke was
filling the selection, an delayed updateGUI() in the status bar
requested selection->selectedExactRect(), which effectively updated the
cache with empty rect (which it was at that moment). And when the
iterator completed with the updated seleciton, the cache was already
initialized with wrong (empty) rect.

Now all the iterators notify the paint device about their completion
using a special interface, therefore the problem cannot happen, all
the editing event will be synchronized.

A  +33   -0libs/image/kis_iterator_complete_listener.h [License: GPL
(v2+)]
M  +6-2libs/image/kis_paint_device.cc
M  +31   -8libs/image/kis_paint_device_data.h
M  +12   -12   libs/image/kis_paint_device_strategies.h
M  +13   -11   libs/image/kis_repeat_iterators_pixel.h
M  +4-2libs/image/kis_wrapped_hline_iterator.h
M  +4-2libs/image/kis_wrapped_line_iterator_base.h
M  +2-1libs/image/kis_wrapped_random_accessor.cpp
M  +1-0libs/image/kis_wrapped_random_accessor.h
M  +4-2libs/image/kis_wrapped_vline_iterator.h
M  +11   -1libs/image/tiles3/kis_base_iterator.h
M  +2-2libs/image/tiles3/kis_hline_iterator.cpp
M  +1-1libs/image/tiles3/kis_hline_iterator.h
M  +7-2libs/image/tiles3/kis_random_accessor.cc
M  +3-1libs/image/tiles3/kis_random_accessor.h
M  +2-2libs/image/tiles3/kis_vline_iterator.cpp
M  +1-1libs/image/tiles3/kis_vline_iterator.h

https://commits.kde.org/krita/02ac4216a4913fe3e5f69e7281c5f72a6df91c9e

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

[kdenlive] [Bug 378071] New: git master: alpha shapes effect parameters not correctly initialized when applied to track

2017-03-25 Thread Wegwerf
https://bugs.kde.org/show_bug.cgi?id=378071

Bug ID: 378071
   Summary: git master: alpha shapes effect parameters not
correctly initialized when applied to track
   Product: kdenlive
   Version: git-master
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: wegwerf-1-...@gmx.de
  Target Milestone: ---

When applying an "alpha shapes" effect to a track (as opposed to fixed bug
375338), then the effect parameters don't get correctly initialized to their
default values, but instead all are reset to 0. Compare with the default values
when applying the same effect to a timeline clip.

Fortunately, users can change the parameters and these are correctly saved, so
this just annoying at the moment.

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

[dolphin] [Bug 378062] Unknown error code 150 when copying from phone to computer

2017-03-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=378062

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Elvis Angelaccio  ---
Sorry but you are using an unsupported version of Dolphin. Please upgrade to a
more recent release.

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

[choqok] [Bug 378070] New: (Feature Request) Allow the home and end keys to be used to jump to start and end of time line

2017-03-25 Thread Swipe
https://bugs.kde.org/show_bug.cgi?id=378070

Bug ID: 378070
   Summary: (Feature Request) Allow the home and end keys to be
used to jump to start and end of time line
   Product: choqok
   Version: 1.6
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Twitter
  Assignee: mehrdad.mom...@gmail.com
  Reporter: swipe...@gmail.com
CC: scarp...@kde.org
  Target Milestone: ---

I have a feature request...

Please allow the home and end keys to be used to jump to the start and end of
the time line

Thanks for all your great work on this excellent app.

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

[kdenlive] [Bug 378000] When creating archive, slideshow images are not included

2017-03-25 Thread Wegwerf
https://bugs.kde.org/show_bug.cgi?id=378000

Wegwerf  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||wegwerf-1-...@gmx.de

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

[kdenlive] [Bug 378060] kdenlive stürzt bei clipüberlagerung ab

2017-03-25 Thread Wegwerf
https://bugs.kde.org/show_bug.cgi?id=378060

Wegwerf  changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

--- Comment #1 from Wegwerf  ---
Hallo Rammbock,

zur Not geht's auch so. Zunächst einmal zum Nachvollziehen, was Du machst: was
meinst Du mit "zwei clips übereinander [legen]"? Ziehst Du zwei Clips aus dem
"Project Bin" in die Zeitleiste und legst die auf zwei getrennten Spuren
übereinander ab? Die GPU-Unterstützung ist in Kdenlive (weiterhin)
ausgeschaltet?

Ich sehe, dass Du Mint als Distribution verwendest. Dein Problem klingt mir
ganz danach, dass das ein Installations oder Paketproblem von Mint ist. Das
Kdenlive-Projekt selbst kann aufgrund unser kleinen Größe nur die Ubuntu-Pakete
aus den drei Kdenlive ppas direkt supporten. Ich bitte Dich deshalb, einmal im
Kdenlive-Forum nachzufragen, denn dort sind einige Mint-Benutzer unterwegs und
kennen Dein Problem vielleicht schon? Ich selbst kann leider nicht helfen, da
ich Kubuntu einsetze.

LG, TheDiveO

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2017-03-25 Thread Dreyk
https://bugs.kde.org/show_bug.cgi?id=356479

Dreyk  changed:

   What|Removed |Added

 CC||dreyksm...@gmail.com

--- Comment #122 from Dreyk  ---
This bug should be re-open. KDE 5.9.4 and all previous.

Plasma uses 100% CPU (Intel Core i7-2670QM) load, when there is an any
animation in the task bar or system tray.

This cause only when i switch to Nvidia Prime card (notebook with Nvidia
Optimus). When I switch back to Intel integrated graphics - everything is fine.
So several years already I can not use Nvidia card with KDE desktop :(

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

[docs] [Bug 378069] KDE Plasma Handbook lacks most important information

2017-03-25 Thread Unreal Name
https://bugs.kde.org/show_bug.cgi?id=378069

--- Comment #1 from Unreal Name <2112...@jeffcoschools.us> ---
I may try to fix this myself, when I have the ability

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

[docs] [Bug 378069] New: KDE Plasma Handbook lacks most important information

2017-03-25 Thread Unreal Name
https://bugs.kde.org/show_bug.cgi?id=378069

Bug ID: 378069
   Summary: KDE Plasma Handbook lacks most important information
   Product: docs
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Missing Content
  Assignee: kde-doc-engl...@kde.org
  Reporter: 2112...@jeffcoschools.us
  Target Milestone: ---

KDE Plasma's handbook lacks a lot of information:
-not yet updated for plasma 5.9/10
-very little about configuration
-incomplete interface details

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

[valgrind] [Bug 378068] New: valgrind crashes on AVX2 function in FFmpeg

2017-03-25 Thread Ronald S . Bultje
https://bugs.kde.org/show_bug.cgi?id=378068

Bug ID: 378068
   Summary: valgrind crashes on AVX2 function in FFmpeg
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: rsbul...@gmail.com
  Target Milestone: ---

In FFmpeg, we use automatic testing in lots of configurations (including some
with valgrind) to make sure "stuff" works correctly. We're having the problem
that a recently added AVX2 optimization seems to crash valgrind:



==27088== Memcheck, a memory error detector
==27088== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==27088== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==27088== Command:
/home/fate/workdirs/x86_64-archlinux-gcc-valgrindundef/build/tests/checkasm/checkasm
==27088== 
checkasm: using random seed 2501648052
[..]
AVX2:
[..]
 - vp9dsp.ipred   [OK]
VEX temporary storage exhausted.
Pool = TEMP,  start 0x38fb37a8 curr 0x39463168 end 0x394782e7 (size 500)

vex: the `impossible' happened:
   VEX temporary storage exhausted.
Increase N_{TEMPORARY,PERMANENT}_BYTES and recompile.
vex storage: T total 6875178536 bytes allocated
vex storage: P total 640 bytes allocated

valgrind: the 'impossible' happened:
   LibVEX called failure_exit().

host stacktrace:
==27088==at 0x38085218: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x38085334: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x38085571: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x3808559A: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x380A11C2: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x3814F1F8: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x3814F264: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x3818876D: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x38176101: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x3814D1D9: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x380A3A05: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x380D72CB: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x380D8E3F: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==27088==by 0x380E82C6: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable (lwpid 27088)
==27088==at 0x5BEF4E: ff_vp9_idct_iadst_16x16_add_avx2 (vp9itxfm.asm:2149)
==27088==by 0x42D37A: checkasm_checked_call_emms (checkasm.asm:243)
==27088==by 0x9254092BC6A16273: ???
==27088==by 0x1FF: ???
==27088==by 0x1EBD33DCE: ???
==27088==by 0x438A950001: ???
==27088==by 0xF: ???
==27088==by 0x6CD93F: ??? (in
/home/fate/workdirs/x86_64-archlinux-gcc-valgrindundef/build/tests/checkasm/checkasm)
==27088==by 0x3FF: ???
==27088==by 0x13: ???
==27088==by 0x42D28F: ??? (checkasm.asm:243)
==27088==by 0xDEADBEEFDEADBEEE: ???
==27088==by 0xDEADBEEFDEADBEEE: ???
==27088==by 0x4287B9: check_itxfm (vp9dsp.c:362)
[..]

Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.

If that doesn't help, please report this bug to: www.valgrind.org

In the bug report, send all the above text, the valgrind
version, and what OS and version you are using.  Thanks.



Note that different machines have different failures. For example, when one of
our developers able to reproduce this tests it locally, he gets this error
instead:


[..]
 - vp9dsp.ipred   [OK]

valgrind: m_translate.c:1772 (vgPlain_translate): Assertion 'tres.status ==
VexTransOK' failed.

host stacktrace:
==19293==at 0x38085B73: show_sched_status_wrk (m_libcassert.c:378)
==19293==by 0x38085C74: report_and_quit (m_libcassert.c:449)
==19293==by 0x38085E01: vgPlain_assert_fail (m_libcassert.c:515)
==19293==by 0x380A4A96: vgPlain_translate (m_translate.c:1772)
==19293==by 0x380DACDB: handle_chain_me (scheduler.c:1080)
==19293==by 0x380DC69F: vgPlain_scheduler (scheduler.c:1424)
==19293==by 0x380EBAB6: thread_wrapper (syswrap-linux.c:103)
==19293==by 0x380EBAB6: run_a_thread_NORETURN (syswrap-linux.c:156)

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable (lwpid 21585)
==21585==at 0x5C572F: ff_vp9_iadst_iadst_16x16_add_avx2 (vp9itxfm.asm:2151)
==21585==by 0x42DF2A: checkasm_checked_call_emms (checkasm.asm:243)
[..]


Note that the function that fails is different 

[plasmashell] [Bug 378010] Generic High CPU Usage Rendering

2017-03-25 Thread Pascal d'Hermilly
https://bugs.kde.org/show_bug.cgi?id=378010

--- Comment #7 from Pascal d'Hermilly  ---
(In reply to David Edmundson from comment #0)
> If your bug is marked as a duplicate as this it means it's a bug about high
> CPU with no other information, which makes it not very useful.

So can you use the log that kdde.rhn provided?

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

[systemsettings] [Bug 378067] New: SystemSetting crashing when switching repetevely between themes

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378067

Bug ID: 378067
   Summary: SystemSetting crashing when switching repetevely
between themes
   Product: systemsettings
   Version: 5.8.4
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: christian.mer...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.8.4)

Qt Version: 5.7.1
Frameworks Version: 5.28.0
Operating System: Linux 4.9.0-kali3-amd64 x86_64
Distribution: Kali GNU/Linux Rolling

-- Information about the crash:
- What I was doing when the application crashed:

Switching repetevely between Windows Decoretions themes on kali-rolling

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings5), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f59a531c8c0 (LWP 2768))]

Thread 6 (Thread 0x7f5977fff700 (LWP 2803)):
#0  0x7f59a1a44527 in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f599cafc9f6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f599cafcb0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f59a235806b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f59a23019ca in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f59a212f0f3 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f59a0ab06a5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f59a2133da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f599ec4f424 in start_thread (arg=0x7f5977fff700) at
pthread_create.c:333
#9  0x7f59a1a4d9bf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 5 (Thread 0x7f596b932700 (LWP 2785)):
#0  0x7f59a23575c1 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x7f599cafbedd in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f599cafc91b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f599cafcb0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f59a235806b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f59a23019ca in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f59a212f0f3 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f59a2133da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f599ec4f424 in start_thread (arg=0x7f596b932700) at
pthread_create.c:333
#9  0x7f59a1a4d9bf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 4 (Thread 0x7f59749e9700 (LWP 2784)):
#0  0x7f59a1a4454d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f599cafc9f6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f599cafcb0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f59a235806b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f59a23019ca in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f59a212f0f3 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f59a2133da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f599ec4f424 in start_thread (arg=0x7f59749e9700) at
pthread_create.c:333
#8  0x7f59a1a4d9bf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 3 (Thread 0x7f598bc5c700 (LWP 2771)):
#0  0x7f599cb420c9 in g_mutex_lock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f599cafc8f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f599cafcb0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f59a235806b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f59a23019ca in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f59a212f0f3 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f59a546f6d5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7f59a2133da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f599ec4f424 in start_thread (arg=0x7f598bc5c700) at
pthread_create.c:333
#9  0x7f59a1a4d9bf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 2 (Thread 0x7f59948fd700 (LWP 2770)):
#0  0x7f59a1a4454d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f599f4c9150 in ?? () from 

[kipiplugins] [Bug 378066] Export to remote folder does not work

2017-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378066

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|Export  |RemoteStorage
   Assignee|digikam-de...@kde.org   |kde-imag...@kde.org
 CC||caulier.gil...@gmail.com
Product|digikam |kipiplugins

--- Comment #1 from caulier.gil...@gmail.com ---
Welcome to KIO world... (:=)))...

This tool must be re-written without KIO as pure Qt5...

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

  1   2   >