[frameworks-kxmlgui] [Bug 337491] KDEPlatformTheme plugin causes text artifacts in Qt 5 application

2017-07-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=337491

--- Comment #21 from cmdrkot...@gmail.com ---
Here's how I solved it. It's a bit ugly.

.pro file:
LIBS += -ldl

.c++ file:
#include 

void Helpers::disableSystemAccel(QWidget *what)
{
void *d = dlopen("libKF5WidgetsAddons.so", RTLD_LAZY);
if (!d)
return;
typedef void (*DisablerFunc)(QWidget *);
DisablerFunc setNoAccel;
setNoAccel = reinterpret_cast(dlsym(d,
"_ZN19KAcceleratorManager10setNoAccelEP7QWidget"));
if (setNoAccel)
setNoAccel(what);
dlclose(d);
}

Call this function in your object's constructor.

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

[valgrind] [Bug 382407] vg_perf needs "--terse" command line option

2017-07-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382407

Ivo Raisr  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Ivo Raisr  ---
Committed as SVN r16461.

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

[calligrastage] [Bug 239142] Spell Check Funtionality is not working

2017-07-21 Thread Kevan
https://bugs.kde.org/show_bug.cgi?id=239142

Kevan  changed:

   What|Removed |Added

 CC||navekg...@gmail.com

--- Comment #2 from Kevan  ---
spell check in Mint 18.1 Libre office writer is non fuctional

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

[phonon-backend-vlc] [Bug 371507] libvlc loads Qt4 plugin in a Qt5 application [ArchLinux]

2017-07-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371507

zaza...@gmail.com changed:

   What|Removed |Added

 CC|zaza...@gmail.com   |

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

[valgrind] [Bug 382515] valgrind: "Assertion 'di->have_dinfo' failed." on wine's dlls/mscoree/tests/mscoree.c

2017-07-21 Thread Austin English
https://bugs.kde.org/show_bug.cgi?id=382515

--- Comment #2 from Austin English  ---
Created attachment 106785
  --> https://bugs.kde.org/attachment.cgi?id=106785=edit
debug log

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

[kdenlive] [Bug 382577] New: No Render Profiles

2017-07-21 Thread DAVE
https://bugs.kde.org/show_bug.cgi?id=382577

Bug ID: 382577
   Summary: No Render Profiles
   Product: kdenlive
   Version: unspecified
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: dnsvi...@yahoo.ca
  Target Milestone: ---

Made a Video, put it on Timeline, made title , all good, made second title for
back end, it does not show anything entered on timeline, this title I copy and
pasted then corrected the text while putting it on the tile page editor.

Then I go to Render and NO Render Profiles found,  I am unable to render the
Video out.

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

[frameworks-kio] [Bug 375241] [kcmtrash] Text exceed list size in trash “when limit is reached” option in some languages

2017-07-21 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=375241

--- Comment #9 from ariasuni  ---
So now, the appearance of kcm in Dolphin is the same as standalone, so it’s
acceptable in my opinion. Should I leave this open because it’s still a little
bit cropped (only the last letter), or for other languages?

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

[kdelibs] [Bug 294266] Konqueror crash when changing shortcuts

2017-07-21 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=294266

ariasuni  changed:

   What|Removed |Added

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

--- Comment #8 from ariasuni  ---
Still no problem on Plasma 5.10, I guess it’s fixed.

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

[dolphin] [Bug 214110] "Preload an instance" option for Dolphin

2017-07-21 Thread Mathias Kosch
https://bugs.kde.org/show_bug.cgi?id=214110

Mathias Kosch  changed:

   What|Removed |Added

 CC||i...@mkosch.de

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

[krita] [Bug 382005] Palette docker has dark scrollbars and background in Krita bright theme [minor]

2017-07-21 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=382005

wolthera  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kri
   ||ta/0b6ae78a758bf8aa1e6b1e41
   ||d6a108194163d77e

--- Comment #3 from wolthera  ---
Git commit 0b6ae78a758bf8aa1e6b1e41d6a108194163d77e by Wolthera van Hövell tot
Westerflier.
Committed on 21/07/2017 at 21:28.
Pushed by woltherav into branch 'master'.

Several fixes

1. Fix the lazybrush tool.
2. fix color selection, it will now avoid selection if the color selected is
the same.
This is useful for palettes with duplicate colors with different names (Like
the CSS colorlist)
3. Fix the background color set to the MDI one... why was that ever a thing
anyway?
Ref T112

M  +10   -2libs/ui/KisPaletteModel.cpp
M  +21   -4libs/ui/kis_palette_view.cpp
M  +1-0libs/ui/kis_palette_view.h
M  +5-2   
plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp

https://commits.kde.org/krita/0b6ae78a758bf8aa1e6b1e41d6a108194163d77e

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

[frameworks-kio] [Bug 382459] Exec lines in service files must not have any path prefix on Windows

2017-07-21 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=382459

--- Comment #5 from Christophe Giboudeaux  ---
@something@somedir without any separator is not intuitive. I'd really prefer
having something to replace the configure_file macro instead.

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

[kipiplugins] [Bug 382576] New: DNG Image Converter crashed trying to convert a RAW image

2017-07-21 Thread Gary Rathbun
https://bugs.kde.org/show_bug.cgi?id=382576

Bug ID: 382576
   Summary: DNG Image Converter crashed trying to convert a RAW
image
   Product: kipiplugins
   Version: 4.12.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kde-imag...@kde.org
  Reporter: g...@gkrathbun.net
  Target Milestone: ---

Application: dngconverter (4.12.0)
KDE Platform Version: 4.14.16
Qt Version: 4.8.7
Operating System: Linux 4.4.0-83-generic x86_64
Distribution: Ubuntu 16.04.2 LTS

-- Information about the crash:
- What I was doing when the application crashed:  The RAW image is a .RW2 file
from a Panasonic Lumix ZS-60 that I had copied to my hard drive. When I clicked
on the RAW file, DNG came up, showing the correct thumbnail.  I left the app at
its default settings and clicked the CONVERT button, and it crashed.

The crash can be reproduced every time.

-- Backtrace:
Application: DNG Image Converter (dngconverter), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa150154980 (LWP 4411))]

Thread 8 (Thread 0x7fa1237fe700 (LWP 4423)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fa14e4c23a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7fa14f4a1c9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7fa14f4a4993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7fa14f4a34ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#5  0x7fa14e4c1e3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7fa14d3146ba in start_thread (arg=0x7fa1237fe700) at
pthread_create.c:333
#7  0x7fa14c7a93dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7fa123fff700 (LWP 4419)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fa14e4c23a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7fa14f4a1c9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7fa14f4a4993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7fa14f4a34ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#5  0x7fa14e4c1e3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7fa14d3146ba in start_thread (arg=0x7fa123fff700) at
pthread_create.c:333
#7  0x7fa14c7a93dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7fa138cf3700 (LWP 4418)):
#0  0x7fa14c79d70d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fa14889538c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fa14889549c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fa14e6022ce in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x7fa14e5d018f in
QEventLoop::processEvents(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x7fa14e5d04f5 in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7fa14e4bf549 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7fa14e5b0223 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x7fa14e4c1e3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x7fa14d3146ba in start_thread (arg=0x7fa138cf3700) at
pthread_create.c:333
#10 0x7fa14c7a93dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7fa13a7c2700 (LWP 4415)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fa14e4c23a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7fa14f4a1c9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7fa14f4a4993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7fa14f4a49ac in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x7fa14f4a34ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#6  0x7fa14e4c1e3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7fa14d3146ba in start_thread (arg=0x7fa13a7c2700) at
pthread_create.c:333
#8  0x7fa14c7a93dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 4 (Thread 0x7fa13afc3700 (LWP 4414)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fa14e4c23a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7fa14f949a14 in KDcrawIface::RActionThreadBase::run() () from
/usr/lib/libkdcraw.so.23
#3  

[akregator] [Bug 382575] New: Akregator crash when middle-clicking a link

2017-07-21 Thread Christian Boltz
https://bugs.kde.org/show_bug.cgi?id=382575

Bug ID: 382575
   Summary: Akregator crash when middle-clicking a link
   Product: akregator
   Version: 5.5.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: kde-b...@cboltz.de
  Target Milestone: ---

Application: akregator (5.5.2)

Qt Version: 5.9.1
Frameworks Version: 5.35.0
Operating System: Linux 4.11.8-1-default x86_64
Distribution: "openSUSE Tumbleweed"

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

I middle-clicked a link in an article (expecting it to open in a new Konqueror
window). Instead, Akregator crashed. In case it's relevant - this happened in
the https://blog.fefe.de/rss.xml?html feed.

-- Backtrace:
Application: Akregator (akregator), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb5bbc6de00 (LWP 9681))]

Thread 20 (Thread 0x7fb5714c4700 (LWP 9958)):
#0  0x7fb5b0236719 in g_private_get () at /usr/lib64/libglib-2.0.so.0
#1  0x7fb5b02190c0 in g_thread_self () at /usr/lib64/libglib-2.0.so.0
#2  0x7fb5b01f0b7c in g_main_context_acquire () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fb5b01f1bc5 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7fb5b01f1e1c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7fb5b83df6ab in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7fb5b838835a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7fb5b81b831a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7fb5b81bcd2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fb5b1fff4e7 in start_thread () at /lib64/libpthread.so.0
#10 0x7fb5b7acaa2f in clone () at /lib64/libc.so.6

Thread 19 (Thread 0x7fb5727ce700 (LWP 9934)):
#0  0x7fb5b20055ed in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fb5a7738ec5 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7fb5a77393a7 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7fb5a773a141 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7fb5a773680b in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7fb5b1fff4e7 in start_thread () at /lib64/libpthread.so.0
#6  0x7fb5b7acaa2f in clone () at /lib64/libc.so.6

Thread 18 (Thread 0x7fb57efcf700 (LWP 9932)):
#0  0x7fb5b7ad781b in __lll_lock_wait_private () at /lib64/libc.so.6
#1  0x7fb5b7ad94a4 in __fprintf_chk () at /lib64/libc.so.6
#2  0x7fb59e72c0ad in event_logv_ () at /usr/lib64/libevent-2.1.so.6
#3  0x7fb59e72c244 in event_warn () at /usr/lib64/libevent-2.1.so.6
#4  0x7fb59e72db6c in  () at /usr/lib64/libevent-2.1.so.6
#5  0x7fb59e723824 in event_base_loop () at /usr/lib64/libevent-2.1.so.6
#6  0x7fb5a7709cb9 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#7  0x7fb5a7705f88 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#8  0x7fb5a7722b7b in  () at /usr/lib64/libQt5WebEngineCore.so.5
#9  0x7fb5a773a706 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#10 0x7fb5a773680b in  () at /usr/lib64/libQt5WebEngineCore.so.5
#11 0x7fb5b1fff4e7 in start_thread () at /lib64/libpthread.so.0
#12 0x7fb5b7acaa2f in clone () at /lib64/libc.so.6

Thread 17 (Thread 0x7fb57f7d0700 (LWP 9931)):
#0  0x7fb5b20055ed in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fb5a772e939 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7fb5a772e967 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7fb5a77096bb in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7fb5a7705f88 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7fb5a7722b7b in  () at /usr/lib64/libQt5WebEngineCore.so.5
#6  0x7fb5a773a706 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#7  0x7fb5a773680b in  () at /usr/lib64/libQt5WebEngineCore.so.5
#8  0x7fb5b1fff4e7 in start_thread () at /lib64/libpthread.so.0
#9  0x7fb5b7acaa2f in clone () at /lib64/libc.so.6

Thread 16 (Thread 0x7fb583fd1700 (LWP 9930)):
#0  0x7fb59a40f9c6 in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#1  0x7fb59a410b88 in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#2  0x7fb59a410ea9 in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#3  0x7fb59a41172f in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#4  0x7fb5a1310508 in pa_mainloop_dispatch () at /usr/lib64/libpulse.so.0
#5  0x7fb5a13108de in pa_mainloop_iterate () at /usr/lib64/libpulse.so.0
#6  0x7fb5a1310960 in pa_mainloop_run () at /usr/lib64/libpulse.so.0
#7  0x7fb5a131e7c9 in  () at /usr/lib64/libpulse.so.0
#8  0x7fb59a4210b8 in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#9  0x7fb5b1fff4e7 in start_thread () at 

[phonon-backend-gstreamer] [Bug 377467] konsole doesn't start

2017-07-21 Thread Julian Kalinowski
https://bugs.kde.org/show_bug.cgi?id=377467

Julian Kalinowski  changed:

   What|Removed |Added

 CC||julak...@gmail.com

--- Comment #3 from Julian Kalinowski  ---
I have the same problem after upgrading to KDE 16.12.3 on gentoo.
konsole works as root, as user i get a segementation fault while loading
/usr/lib64/gstreamer-1.0/libgsttypefindfunctions.so.

Did you upgrade to a newer version to fix this?

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

[krita] [Bug 382491] G'mic doesn't work in 3.2 beta

2017-07-21 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=382491

--- Comment #19 from Thiago Macieira  ---
(In reply to Boudewijn Rempt from comment #18)
> If QSharedMemory cannot work with either party built with a different
> version of Qt, we're never going to make this work.

Again, it's not a matter of build, but run. Since there's binary compatibility,
you'd want to run with the same .so, to avoid having additional memory use.

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

[frameworks-syntax-highlighting] [Bug 368897] VHDL syntax highlighting error

2017-07-21 Thread Jan Michel
https://bugs.kde.org/show_bug.cgi?id=368897

--- Comment #3 from Jan Michel  ---
Created attachment 106784
  --> https://bugs.kde.org/attachment.cgi?id=106784=edit
Patch to syntax highlighting file vhdl.xml

You're right, closing parentheses were not handled correctly after attributes.
A 'lookAhead' statement was missing. The patch fixes this, including correct
handling of attributes with arguments.

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Nikos Chantziaras
https://bugs.kde.org/show_bug.cgi?id=377914

--- Comment #16 from Nikos Chantziaras  ---
Why are you trying to trigger me all the time? First with arrogance, then with
this.

Do you have something against me? I assure you this is nothing personal.

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

[konqueror] [Bug 382574] New: save Password

2017-07-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382574

Bug ID: 382574
   Summary: save Password
   Product: konqueror
   Version: 5.0.97
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: 1...@maksimo.de
  Target Milestone: ---

Hello,

Under Konqueror, no password can be saved from the web pages. For example
logindata of a forum.
It is not even asked.

Can not Konqueror work with kwallet?

greeting

(Translator)

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=377914

--- Comment #15 from Martin Flöser  ---
@Nikos: if Windows works better for you consider using it.

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

[krita] [Bug 382491] G'mic doesn't work in 3.2 beta

2017-07-21 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=382491

--- Comment #18 from Boudewijn Rempt  ---
I think that in the end, I will have to give up on the idea of having david
tschumperly and sebastian maintain the gmic-qt plugin and have it compatible
with krita. We'll have to just regularly pull their code, and I'll have to
directly implement the interface in krita :-(

If QSharedMemory cannot work with either party built with a different version
of Qt, we're never going to make this work.

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Nikos Chantziaras
https://bugs.kde.org/show_bug.cgi?id=377914

Nikos Chantziaras  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #14 from Nikos Chantziaras  ---
So how on earth do I prevent applications from stealing the focus? They do it
all the time on "medium".

When I work on MS Windows, all applications are blocked from stealing focus
from the currently active application. Under KDE, they are allowed to pop-up
their windows wherever they want.

"Medium" is useless. So now you're saying "High" is also useless.

What can I say to that other than it's a mess that needs fixing?

So this is a request for fixing it.

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

[valgrind] [Bug 382515] valgrind: "Assertion 'di->have_dinfo' failed." on wine's dlls/mscoree/tests/mscoree.c

2017-07-21 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=382515

Philippe Waroquiers  changed:

   What|Removed |Added

 CC||philippe.waroquiers@skynet.
   ||be

--- Comment #1 from Philippe Waroquiers  ---
I improved the indentation of the code handling missing or un-stat-able
pdb info (as the indentation is misleading).  Rev 16460

But whatever, in this 'missing case', the code should execute a 'goto out"
and not assert due to a failure to read a pdb.

Can you run with more traces and attach the result ?
(e.g; with -v -v -v -d -d -d, so that we can see which pdb file causes
the assertion failure)

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

[plasmashell] [Bug 382340] Notifications are often as 1px vertical line

2017-07-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382340

--- Comment #13 from vehi...@gmail.com ---
I was making every possible permutations of my 3 monitors on Arch an no success
to get notifications working. Then I made a fresh install of Antergos and
notifications started working until I changed monitor layouts to my desired
positions. So it looks like multiple monitors cause notifications not to work.
As far as I discovered if primary monitor is not on the first left position,
notifications do not work. Can anyone else confirm that?

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

[krita] [Bug 382555] curved lines come out angular and jagged

2017-07-21 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=382555

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
We've had bugs like this for OSX on older hardware where Apple's OpenGL driver
just cannot handle the updates in time, and then blocks the event stream. On
hardware like that, it might be be necessary to disable opengl :-(

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

[frameworks-syntax-highlighting] [Bug 380229] syntax highlighting for zsh is broken with a mathematical expression in a substring expression

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=380229

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.37
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/8947f5f066
   ||11503f802b1a5a285bf33b12ea0
   ||2a4

--- Comment #2 from Dominik Haumann  ---
Git commit 8947f5f06611503f802b1a5a285bf33b12ea02a4 by Dominik Haumann.
Committed on 21/07/2017 at 17:56.
Pushed by dhaumann into branch 'master'.

zsh highlighting: Fix math expression in a substring expression

Thanks to Jonathan Poelen for the initial patch.
In addition, we now also have a small unit test,
taken from http://zshwiki.org/home/examples/hardstatus

FIXED-IN: 5.37

A  +66   -0autotests/folding/test.zsh.fold
A  +73   -0autotests/html/test.zsh.html
A  +66   -0autotests/input/test.zsh
A  +66   -0autotests/reference/test.zsh.ref
M  +2-2data/syntax/zsh.xml

https://commits.kde.org/syntax-highlighting/8947f5f06611503f802b1a5a285bf33b12ea02a4

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

[dolphin] [Bug 382573] Dolphin crashes whenever a confirmation dialog appears

2017-07-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=382573

Elvis Angelaccio  changed:

   What|Removed |Added

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

--- Comment #1 from Elvis Angelaccio  ---
Please uninstall infinality or any patched cairo version.

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

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

[frameworks-ktexteditor] [Bug 381284] Double-delete in KateScriptActionMenu::cleanup()

2017-07-21 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=381284

Christoph Cullmann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

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

[phonon-backend-vlc] [Bug 371507] libvlc loads Qt4 plugin in a Qt5 application [ArchLinux]

2017-07-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=371507

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||blupe...@gmail.com

--- Comment #32 from Elvis Angelaccio  ---
*** Bug 382573 has been marked as a duplicate of this bug. ***

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

[frameworks-ktexteditor] [Bug 381284] Double-delete in KateScriptActionMenu::cleanup()

2017-07-21 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=381284

--- Comment #2 from Christoph Cullmann  ---
See

https://phabricator.kde.org/D6817

For me it doesn't crash, if you can reproduce, please try.

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

[plasmashell] [Bug 382443] plasmashell crashes on image drag'n'drop from Telegram onto folder containment

2017-07-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382443

--- Comment #1 from Eike Hein  ---
I tried these steps, but Folder View won't actually let me drop a Telegram
image ...

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

[frameworks-ktexteditor] [Bug 381284] Double-delete in KateScriptActionMenu::cleanup()

2017-07-21 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=381284

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
I think that is a destruction order issue.
Will prepare a patch.
The ActionMenu cleans up some objects that have the view as parent, too, and if
we have bad luck, they already got destroyed.

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

[dolphin] [Bug 382573] New: Dolphin crashes whenever a confirmation dialog appears

2017-07-21 Thread Carlo
https://bugs.kde.org/show_bug.cgi?id=382573

Bug ID: 382573
   Summary: Dolphin crashes whenever a confirmation dialog appears
   Product: dolphin
   Version: 17.04.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: blupe...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Application: dolphin (17.04.3)

Qt Version: 5.9.1
Frameworks Version: 5.36.0
Operating System: Linux 4.10.5-1-macbook x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
Precondition: low space on partition (about 150MB). 
Whenever a dolphin confirmation dialog appears, dolphin crashes.
Removed about 3GB
Same behavior.
Use case: select multiple items via dolphin, right click press SHIFT, click on
Erase

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbc4dbe2640 (LWP 4659))]

Thread 5 (Thread 0x7fbc261dd700 (LWP 4670)):
#0  0x7fbc4277f54c in __lll_lock_wait () at /usr/lib/libpthread.so.0
#1  0x7fbc42778976 in pthread_mutex_lock () at /usr/lib/libpthread.so.0
#2  0x7fbc4dae80dc in _dl_open () at /lib64/ld-linux-x86-64.so.2
#3  0x7fbc4d5733ed in do_dlopen () at /usr/lib/libc.so.6
#4  0x7fbc4d573e44 in _dl_catch_error () at /usr/lib/libc.so.6
#5  0x7fbc4d573487 in dlerror_run () at /usr/lib/libc.so.6
#6  0x7fbc4d573521 in __libc_dlopen_mode () at /usr/lib/libc.so.6
#7  0x7fbc42780d3c in pthread_cancel_init () at /usr/lib/libpthread.so.0
#8  0x7fbc42780f34 in _Unwind_ForcedUnwind () at /usr/lib/libpthread.so.0
#9  0x7fbc4277f351 in __pthread_unwind () at /usr/lib/libpthread.so.0
#10 0x7fbc427771f5 in  () at /usr/lib/libpthread.so.0
#11 0x7fbc4d546c04 in pthread_exit () at /usr/lib/libc.so.6
#12 0x7fbc263eb450 in  () at /usr/lib/libspeechd.so.2
#13 0x7fbc42776049 in start_thread () at /usr/lib/libpthread.so.0
#14 0x7fbc4d539f0f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fbc27fff700 (LWP 4662)):
#0  0x7fbc40410a69 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7fbc403cafb5 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#2  0x7fbc403cbb3b in  () at /usr/lib/libglib-2.0.so.0
#3  0x7fbc403cbd1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7fbc47665084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7fbc47608ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7fbc4742240e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7fbc4742715b in  () at /usr/lib/libQt5Core.so.5
#8  0x7fbc42776049 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fbc4d539f0f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fbc3499b700 (LWP 4661)):
#0  0x7fbc4d52bbad in read () at /usr/lib/libc.so.6
#1  0x7fbc4040f730 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fbc403cb6eb in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7fbc403cbbb0 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fbc403cbd1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7fbc47665084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7fbc47608ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7fbc4742240e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7fbc47a84396 in  () at /usr/lib/libQt5DBus.so.5
#9  0x7fbc4742715b in  () at /usr/lib/libQt5Core.so.5
#10 0x7fbc42776049 in start_thread () at /usr/lib/libpthread.so.0
#11 0x7fbc4d539f0f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fbc36bbf700 (LWP 4660)):
#0  0x7fbc4d52fe9d in poll () at /usr/lib/libc.so.6
#1  0x7fbc3f8c88e0 in  () at /usr/lib/libxcb.so.1
#2  0x7fbc3f8ca679 in xcb_wait_for_event () at /usr/lib/libxcb.so.1
#3  0x7fbc3954972a in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x7fbc4742715b in  () at /usr/lib/libQt5Core.so.5
#5  0x7fbc42776049 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fbc4d539f0f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7fbc4dbe2640 (LWP 4659)):
[KCrash Handler]
#5  0x7fbc12d0e974 in  () at /usr/lib/libQtGui.so.4
#6  0x7fbc4dae437a in call_init.part () at /lib64/ld-linux-x86-64.so.2
#7  0x7fbc4dae4486 in _dl_init () at /lib64/ld-linux-x86-64.so.2
#8  0x7fbc4dae893e in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#9  0x7fbc4d573e44 in _dl_catch_error () at /usr/lib/libc.so.6
#10 0x7fbc4dae815a in _dl_open () at /lib64/ld-linux-x86-64.so.2
#11 0x7fbc40694ea6 in  () at /usr/lib/libdl.so.2
#12 0x7fbc4d573e44 in _dl_catch_error 

[tellico] [Bug 382572] New: crash after few seconds on start

2017-07-21 Thread Alexandr
https://bugs.kde.org/show_bug.cgi?id=382572

Bug ID: 382572
   Summary: crash after few seconds on start
   Product: tellico
   Version: HEAD
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: s...@sss.chaoslab.ru
  Target Milestone: ---

Created attachment 106783
  --> https://bugs.kde.org/attachment.cgi?id=106783=edit
backtrace

look at summary and attachment

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

[frameworks-syntax-highlighting] [Bug 381396] Add support for fish shell highlighting

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=381396

Dominik Haumann  changed:

   What|Removed |Added

Summary|fish shell highlighting |Add support for fish shell
   ||highlighting

--- Comment #1 from Dominik Haumann  ---
It would be helpful, if you could provide a highlighting file.

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

[frameworks-syntax-highlighting] [Bug 373713] [PATCH] JavaScript Syntax Highlighting broken when using E4X

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=373713

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.37
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/11a804b4f5
   ||bb347ddb1d06bfa21a6d2eaff01
   ||83a
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Dominik Haumann  ---
Git commit 11a804b4f5bb347ddb1d06bfa21a6d2eaff0183a by Dominik Haumann.
Committed on 21/07/2017 at 17:32.
Pushed by dhaumann into branch 'master'.

JavaScript Highlighting: Add support for E4X xml extension

Thanks to Andreas Schwier for the patch.
FIXED-IN: 5.37

M  +5-0autotests/folding/highlight.js.fold
M  +5-0autotests/html/highlight.js.html
M  +5-0autotests/input/highlight.js
M  +5-0autotests/reference/highlight.js.ref
M  +4-1data/syntax/javascript.xml

https://commits.kde.org/syntax-highlighting/11a804b4f5bb347ddb1d06bfa21a6d2eaff0183a

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

[krita] [Bug 382555] curved lines come out angular and jagged

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382555

Alvin Wong  changed:

   What|Removed |Added

 CC||alvinhoc...@gmail.com

--- Comment #1 from Alvin Wong  ---
What operating system are you on and what smoothing options did you have
enabled? Which tablet are you using?

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

[frameworks-knotifications] [Bug 382444] Applications hang when trying to call org.freedesktop.Notifications due to plasma_waitforname, when plasma is not running

2017-07-21 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382444

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Valorie Zimmerman
https://bugs.kde.org/show_bug.cgi?id=377914

Valorie Zimmerman  changed:

   What|Removed |Added

 CC||valorie.zimmer...@gmail.com

--- Comment #13 from Valorie Zimmerman  ---
A reminder of our Code of Conduct [1], which states: 

"Be respectful
In order for the KDE community to stay healthy its members must feel
comfortable and accepted. Treating one another with respect is absolutely
necessary for this. In a disagreement, in the first instance assume that people
mean well."

I would ask that all participants in what has become a debate: step back,
reconsider, and in some days if necessary, think together about how to deal
with this issue.

Valorie, for the Community Working Group

1. https://www.kde.org/code-of-conduct/

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

[frameworks-kio] [Bug 382341] Target Url not updated after renaming a desktop file in folder mode

2017-07-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382341

--- Comment #4 from David Faure  ---
Confirmed; thanks for the debugging.

The thing is, shortly after KCoreDirLister::slotFileRenamed is called,
desktopnotifier also triggers a full re-listing via KDirNotify::FilesAdded
which calls KCoreDirLister::updateDirectory. That's when the dirlister should
notice that the target URL of the item has changed.
But it failed to do so because KFileItem::cmp() ignores UDS_LOCAL_PATH and
UDS_TARGET_URL. Adding that fixes the bug.
I'll work on a unittest and then commit that.

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

[plasmashell] [Bug 382571] Icon pinned to task manager shows wide tooltip

2017-07-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382571

--- Comment #4 from Eike Hein  ---
I guess the icon's now right but the dialog sizing code wasn't adjusted.

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

[plasmashell] [Bug 382571] Icon pinned to task manager shows wide tooltip

2017-07-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382571

Eike Hein  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #3 from Eike Hein  ---
True, thanks for catching.

Kai?

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

[frameworks-syntax-highlighting] [Bug 368897] VHDL syntax highlighting error

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368897

Dominik Haumann  changed:

   What|Removed |Added

 CC||chiggs...@gmail.com,
   ||j...@mueschelsoft.de,
   ||ro...@purdue.edu,
   ||ste...@endrullis.de

--- Comment #2 from Dominik Haumann  ---
Add original authors to CC. Could you please look into this?

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

[plasmashell] [Bug 382571] Icon pinned to task manager shows wide tooltip

2017-07-21 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382571

--- Comment #2 from Dr. Chapatin  ---
this report is not a duplicate or 380432 is not fixed in plasma 5.10.4.
The problem reported here happens on Arch running plasma 5.10.4.

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

[kate] [Bug 382520] Many file types are recognized as Bitbake

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=382520

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://cgit.kde.org/syntax
   ||-highlighting.git/commit/?i
   ||d=354bbd21677ac709b7f52cc34
   ||da483e
   Version Fixed In||5.37

--- Comment #2 from Dominik Haumann  ---
This was just fixed by Guo, see https://phabricator.kde.org/D6810.

Thanks for the fix, Guo!

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

[krita] [Bug 382568] gmic-qt freezes randomly (deadlock)

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382568

--- Comment #4 from Alvin Wong  ---
I made some changes to stop the lockups, but it just hides the actual bug,
gmic-qt will sometimes not able to receive the image data properly and cause
other errors.

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

[krita] [Bug 382568] gmic-qt freezes randomly (deadlock)

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382568

--- Comment #3 from Alvin Wong  ---
Git commit 2c9c9cb2709f700d195bd0cfffd939f4a61b69e0 by Alvin Wong.
Committed on 21/07/2017 at 16:16.
Pushed by alvinwong into branch 'master'.

Do not wait indefinitely for socket in QMic plugin

This works around a possible lockups with gmic-qt. Instead of waiting
for the socket forever, it should only freeze for a aximum of 8
seconds.

M  +12   -3plugins/extensions/qmic/QMic.cpp

https://commits.kde.org/krita/2c9c9cb2709f700d195bd0cfffd939f4a61b69e0

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

[krita] [Bug 382568] gmic-qt freezes randomly (deadlock)

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382568

--- Comment #2 from Alvin Wong  ---
Git commit eaa459e3c28951ef3b280271d8f370a848f92e16 by Alvin Wong.
Committed on 21/07/2017 at 16:17.
Pushed by alvinwong into branch 'krita/3.2'.

Do not wait indefinitely for socket in QMic plugin

This works around a possible lockups with gmic-qt. Instead of waiting
for the socket forever, it should only freeze for a aximum of 8
seconds.

M  +14   -5plugins/extensions/qmic/QMic.cpp

https://commits.kde.org/krita/eaa459e3c28951ef3b280271d8f370a848f92e16

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

[KScreen] [Bug 365455] Second external monitor of MST setup does not turn on most of the times

2017-07-21 Thread Leonard Lausen
https://bugs.kde.org/show_bug.cgi?id=365455

Leonard Lausen  changed:

   What|Removed |Added

 CC||leon...@lausen.nl

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

[plasmashell] [Bug 380432] Icons pinned to task manager have huge tooltip

2017-07-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=380432

--- Comment #9 from Eike Hein  ---
*** Bug 382571 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 382571] Icon pinned to task manager shows wide tooltip

2017-07-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382571

Eike Hein  changed:

   What|Removed |Added

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

--- Comment #1 from Eike Hein  ---


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

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

[plasmashell] [Bug 382571] Icon pinned to task mnanaher shows wide tooltip

2017-07-21 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382571

Dr. Chapatin  changed:

   What|Removed |Added

   Platform|Other   |Archlinux Packages

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

[plasmashell] [Bug 382571] Icon pinned to task manager shows wide tooltip

2017-07-21 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382571

Dr. Chapatin  changed:

   What|Removed |Added

Summary|Icon pinned to task |Icon pinned to task manager
   |mnanaher shows wide tooltip |shows wide tooltip

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

[plasmashell] [Bug 382571] New: Icon pinned to task mnanaher shows wide tooltip

2017-07-21 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382571

Bug ID: 382571
   Summary: Icon pinned to task mnanaher shows wide tooltip
   Product: plasmashell
   Version: 5.10.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: yy...@gmx.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 106782
  --> https://bugs.kde.org/attachment.cgi?id=106782=edit
wide tooltip

pin any icon to your task manager
restart your plasma session
mouseover your pinned icon
See my screenshot

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

[Breeze] [Bug 382264] Black buttons unreadable on the black logout screen

2017-07-21 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=382264

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=377914

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REOPENED|RESOLVED

--- Comment #12 from Martin Flöser  ---
I'm going to finally reset the status again and I'm urging to not change it
again.

In exchange I'm going to explain in more detail.

First of all let's have a look at what the help provides: "New windows get
activated only if no window is currently active or if they belong to the
currently active application. This setting is probably not really usable when
not using mouse focus policy."

We can see here that the help already restricts the usefulness of this setting.

Now let's look at it from a pure window manager perspective: The panel is not
the active application, in fact the panel is marked to never gain focus. When
clicking the app launcher a new window opens. It's a window just like any other
window. The window manager does not know that it is an app launcher. We
currently have a window activated and it's not Plasma, so the window won't get
focus and won't activate. Which in turn results in the app launcher closing
directly as it closes when losing focus.

As I said in a previous comment: this works exactly as advertised! This is
obviously an advance feature where we expect users to have knowledge about it.
I'm now going to quote KWin's mission statement:
"KWin is an easy to use, but flexible, composited Window Manger for Xorg
windowing systems on Linux. Its primary usage is in conjunction with a Desktop
Shell (e.g. KDE Plasma Desktop). KWin is designed to go out of the way; users
should not notice that they use a window manager at all. Nevertheless KWin
provides a steep learning curve for advanced features, which are available, if
they do not conflict with the primary mission. KWin does not have a dedicated
targeted user group, but follows the targeted user group of the Desktop Shell
using KWin as it's Window Manager. "

This setting is an advanced feature, we expect the user to have an
understanding of the feature when using it. We expect the user to understand
that this feature does not work with other elements in a perfect way - this is
even documented!

Now I understand that this is all fine, but when using a desktop this should
work. But for the desktop it's the same. Our tagline is "simple by default,
powerful when needed". By default all of this is working, the app launcher
opens, it gets focus. But Plasma let's you adjust the window manager, you can
set an advanced feature giving you the powerful when needed. Things might not
work as expected, but again Plasma gives you the features to help yourself.
With a simple window rule you can fine tune that the app launcher gets focus.
It is powerful when needed!

So is this here a bug? From KWin perspective: no, everything works as expected.
Fixing it without breaking the focus stealing prevention is nearly impossible.

>From an overall system perspective: maybe, but we are in the advanced feature
section and there is a good and simple workaround. So overall this is a clear
worksforme.

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

[khelpcenter] [Bug 382570] New: No option to delete bookmarks

2017-07-21 Thread svadkost
https://bugs.kde.org/show_bug.cgi?id=382570

Bug ID: 382570
   Summary: No option to delete bookmarks
   Product: khelpcenter
   Version: 5.10.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: svadk...@gmail.com
  Target Milestone: ---

The only way to delete bookmarks is to edit config file.

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

[konqueror] [Bug 382569] New: Konqueror webengine: middle-click of a file link fails to embed the file in the new tab

2017-07-21 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=382569

Bug ID: 382569
   Summary: Konqueror webengine: middle-click of a file link fails
to embed the file in the new tab
   Product: konqueror
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: webenginepart
  Assignee: konq-b...@kde.org
  Reporter: jsar...@gmail.com
  Target Milestone: ---

Middle click in links that point to, e.g., pdf files, opens a tab but fails to
show the preview of the file in it.

Right click on the link to select embedded preview in current tab does work
though.

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

[krita] [Bug 382568] gmic-qt freezes randomly (deadlock)

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382568

--- Comment #1 from Alvin Wong  ---
An additional note, my Krita is compiled with Qt 5.9.1

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

[plasma-nm] [Bug 376664] Bridged connections are not visible in the applet

2017-07-21 Thread buzzurro
https://bugs.kde.org/show_bug.cgi?id=376664

buzzurro  changed:

   What|Removed |Added

 CC||eur0nym...@hotmail.it

--- Comment #15 from buzzurro  ---
It is frustrating to see again "WONTFIX".
In our office, for example, the primary connection is delivered by vlan.
For us it is not a choice.

in this case a major feature are broken.

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

[krita] [Bug 382568] New: gmic-qt freezes randomly (deadlock)

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382568

Bug ID: 382568
   Summary: gmic-qt freezes randomly (deadlock)
   Product: krita
   Version: git master
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: G'Mic for Krita
  Assignee: krita-bugs-n...@kde.org
  Reporter: alvinhoc...@gmail.com
  Target Milestone: ---

Created attachment 106781
  --> https://bugs.kde.org/attachment.cgi?id=106781=edit
DebugView output

Krita:

Thread 1:
1   ntdll!ZwDelayExecution 
0x779ec07a
2   SleepEx
0x7fefd9e1203 
3   QWindowsPipeReader::waitForPipeClosed   qwindowspipereader.cpp 
   356  0x7feacf4b93f 
4   QLocalSocket::waitForDisconnected   qlocalsocket_win.cpp   
   408  0x7fe6cb5b285 
5   QMic::connected QMic.cpp   
   297  0x7fe269688b8 
...   

gmic-krita-qt-2.0.3_pre-win64 (no debug symbols):

Thread 1:
1   ntdll!ZwDelayExecution 
   
  0x779ec07a
2   SleepEx
   
  0x7fefd9e1203 
3   QWindowsPipeReader::waitForNotification(int)   
   
  0x66892356
4   QWindowsPipeReader::waitForReadyRead(int)  
   
  0x66892435
5   QLocalSocket::waitForReadyRead(int)
   
  0x6d2adaf3
6   ?? 
   
  0x40988c  
7   ?? 
   
  0x40b55d  
8   ?? 
   
  0x478e86  
9   ?? 
   
  0x47e321  
10  QWidget::event(QEvent *)   
   
  0x17bcff8 
11  QApplicationPrivate::notify_helper(QObject *, QEvent *)
   
  0x1777f9c 
12  QApplication::notify(QObject *, QEvent *)  
   
  0x177eefc 
13  QCoreApplication::notifyInternal2(QObject *, QEvent *) 
   
  0x668cb812
14  QWidgetPrivate::sendPaintEvent(QRegion const&) 
   
  0x17b561d 
...   

Judging from the time it takes to call `QLocalSocket::waitForReadyRead` (1
second), the deadlock probably happens here (unless the code has changed after
the release):
https://github.com/c-koi/gmic-qt/blob/8e4511256c0b420f33252356d4741034044423ae/src/host_krita.cpp#L92

Attached the DebugView output.

"QLocalSocket::waitForDisconnected() is not allowed in UnconnectedState "
appears rather frequently, it might be related.

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

[k3b] [Bug 382506] Impossible to save an ISO file to an empty folder on Gnome

2017-07-21 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=382506

--- Comment #11 from Leslie Zhai  ---
Hi Ernestas,

Thanks for your hint! I will try it.

Regards,
Leslie Zhai

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

[plasmashell] [Bug 379866] Sped-up animations on nVidia system

2017-07-21 Thread Fang He
https://bugs.kde.org/show_bug.cgi?id=379866

--- Comment #9 from Fang He  ---
Sorry that I switched to Intel graphics card due to hot summer, and I switched
to i3wm as well. I can not test your solutions right now.

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

[neon] [Bug 382567] konqueror package should recommend or suggest konq-tools

2017-07-21 Thread V字龍
https://bugs.kde.org/show_bug.cgi?id=382567

--- Comment #1 from V字龍(Vdragon)  ---
Current konqueror package's dependency info:

```
Package: konqueror
Version: 4:17.04.3-0neon+16.04+xenial+build18
Depends: 
Recommends: kfind
Breaks: 
```

While the same package in ubuntu archive:

```
Package: konqueror
Version: 4:15.12.3-0ubuntu1
Depends: 
Recommends: dolphin4, kfind, konqueror-nsplugins (= 4:15.12.3-0ubuntu1),
kpart-webkit
Suggests: konq-plugins (>= 4:4.1~)
Breaks: 
Replaces: 
```

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

[kate] [Bug 382520] Many file types are recognized as Bitbake

2017-07-21 Thread Guo Yunhe
https://bugs.kde.org/show_bug.cgi?id=382520

--- Comment #1 from Guo Yunhe  ---
See patch https://phabricator.kde.org/D6810

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

[konqueror] [Bug 372777] no kwallet integration in 16.12

2017-07-21 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=372777

--- Comment #8 from avlas  ---
Awesome! 

Unfortunately it is not part of KDE neon User edition (as far as I can see), I
guess this explains why the mode disappeared when I installed Konqueror's kf5
version...

I'll ask Jonathan Riddell whether he can package it...

Thanks

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

[konqueror] [Bug 372777] no kwallet integration in 16.12

2017-07-21 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=372777

--- Comment #7 from Wolfgang Bauer  ---
(In reply to avlas from comment #6)
> Mmm, is it still possible to use qtwebkit mode in ported konqueror to kf5? I
> thought it was disabled but some comments here point to it...

"qtwebkit mode" in Konqueror is (and always was) provided by a separate package
named kwebkitpart.
It has been ported to KF5/Qt5, the source code is here:
https://cgit.kde.org/kwebkitpart.git/

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377914

--- Comment #11 from Nate Graham  ---
Let's not let our tempers get in the way of creating incredible software for
the world. We've all got the same goals here!

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=377914

--- Comment #10 from Martin Flöser  ---
For your information I forwarded this bug to the KDE community working group.

You can reopen the bug as often as you won't, but I'm out of here. This bug
won't be fixed because I won't do it and after this experience here I would
even veto a bug fix. Well done!

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

[konqueror] [Bug 379346] webengine part can not activate fullscreen video on youtube

2017-07-21 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=379346

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

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

[k3b] [Bug 382506] Impossible to save an ISO file to an empty folder on Gnome

2017-07-21 Thread Ernestas Kulik
https://bugs.kde.org/show_bug.cgi?id=382506

Ernestas Kulik  changed:

   What|Removed |Added

 CC||ernestas.ku...@gmail.com

--- Comment #10 from Ernestas Kulik  ---
https://api.kde.org/frameworks/kio/html/classKUrlRequester.html#ad3ad89008d0ea59335d7495084a57fe9

The default seems to be AcceptOpen.

Setting it to the correct value here
https://github.com/KDE/k3b/blob/503b9d1583095408f41fc8e45540c19603a251ce/src/k3btempdirselectionwidget.cpp#L71
might do the trick.

I would build and test locally, but I’m not exactly familiar with the platform.

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

[neon] [Bug 382567] New: konqueror package should recommend or suggest konq-tools

2017-07-21 Thread V字龍
https://bugs.kde.org/show_bug.cgi?id=382567

Bug ID: 382567
   Summary: konqueror package should recommend or suggest
konq-tools
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: vdragon.tai...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

Konqueror only provides "Performance" and "Bookmark" tabs in setting interface
without konq-tools installed, yet `konqueror` package doesn't even suggest it.

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

[konqueror] [Bug 372777] no kwallet integration in 16.12

2017-07-21 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=372777

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

--- Comment #6 from avlas  ---
Mmm, is it still possible to use qtwebkit mode in ported konqueror to kf5? I
thought it was disabled but some comments here point to it...

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

[konqueror] [Bug 382566] Webengine does not support ad blocking, neither visualize man/info pages

2017-07-21 Thread 林博仁
https://bugs.kde.org/show_bug.cgi?id=382566

林博仁  changed:

   What|Removed |Added

 CC||buo.ren@gmail.com

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

[krita] [Bug 382491] G'mic doesn't work in 3.2 beta

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382491

Alvin Wong  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/cc105d5cf1eaa69432e240ac |ta/ec23492455fb32a1cbc5ba1d
   |1f30c18bb72a0b27|a43e57826d086062

--- Comment #17 from Alvin Wong  ---
Git commit ec23492455fb32a1cbc5ba1da43e57826d086062 by Alvin Wong.
Committed on 21/07/2017 at 13:26.
Pushed by alvinwong into branch 'master'.

Flush QLocalSocket in QMic plugin

M  +2-0plugins/extensions/qmic/QMic.cpp

https://commits.kde.org/krita/ec23492455fb32a1cbc5ba1da43e57826d086062

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

[krita] [Bug 382491] G'mic doesn't work in 3.2 beta

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382491

Alvin Wong  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kri
   ||ta/cc105d5cf1eaa69432e240ac
   ||1f30c18bb72a0b27

--- Comment #16 from Alvin Wong  ---
Git commit cc105d5cf1eaa69432e240ac1f30c18bb72a0b27 by Alvin Wong.
Committed on 21/07/2017 at 13:27.
Pushed by alvinwong into branch 'krita/3.2'.

Flush QLocalSocket in QMic plugin

M  +2-0plugins/extensions/qmic/QMic.cpp

https://commits.kde.org/krita/cc105d5cf1eaa69432e240ac1f30c18bb72a0b27

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

[konqueror] [Bug 382566] New: Webengine does not support ad blocking, neither visualize man/info pages

2017-07-21 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=382566

Bug ID: 382566
   Summary: Webengine does not support ad blocking, neither
visualize man/info pages
   Product: konqueror
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: webenginepart
  Assignee: konq-b...@kde.org
  Reporter: jsar...@gmail.com
  Target Milestone: ---

Enabling ad blocking in konqueror does nothing when using webengine
Also, one cannot visualize man and info pages in webengine
Both work in khtml, so I guess some porting is needed.

I use up-to-date KDE neon User Edition. Konqueror 4:17.04.3, kf5 5.36

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

[yakuake] [Bug 343061] Yakuake creates task list entry when being opened

2017-07-21 Thread Floreal
https://bugs.kde.org/show_bug.cgi?id=343061

Floreal  changed:

   What|Removed |Added

 CC||floreal@flo-art.fr

--- Comment #8 from Floreal  ---
Still present on KDE Neon User edition with plasma 5.10.4. Will this bug be
solved?

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

[frameworks-kunitconversion] [Bug 379171] [PATCH] MPa and PSI aren't marked as common units

2017-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379171

--- Comment #8 from Nate Graham  ---
Thanks. Here you go: https://phabricator.kde.org/D6808

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

[krita] [Bug 382491] G'mic doesn't work in 3.2 beta

2017-07-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=382491

--- Comment #15 from Alvin Wong  ---
(In reply to Boudewijn Rempt from comment #14)
> For the record:
> 
> On Thursday, 20 July 2017 01:18:20 PDT Boudewijn Rempt wrote:
> > I just got this bug report: https://bugs.kde.org/show_bug.cgi?id=382491 ,
> > which suggests that QSharedMemory only works if both applications were
> > built with the same version of Qt. Is that correct? I cannot find anything
> > about that in http://doc.qt.io/qt-5/qsharedmemory.html
> 
> You can find it in the changelog, in the "Impotant Behavior Changes" section.
> http://code.qt.io/cgit/qt/qtbase.git/tree/dist/changes-5.9.0#n35
> 
>  - [QTBUG-60771] Reverted a change that caused Qt 5.6 through 5.8 not to
>connect to QSystemSemaphore and QSharedMemory created by running
>applications using Qt earlier than 5.6. Unfortunately, this means that Qt
>5.9 will not connect to 5.6-5.8.

This appears to affect only Linux and Mac, so let's not mix the two issues
here.

Considering the Windows situation, the timestamps between Krita sending a
message and gmic-qt responding "gmic-qt: empty answer!" or "gmic-qt: Got the
wrong answer!" are 2 seconds apart, which just so happens to match the timeout
specified:
https://github.com/c-koi/gmic-qt/blob/8e4511256c0b420f33252356d4741034044423ae/src/host_krita.cpp#L105

This could indicate that the QLocalSocket isn't flushing normally.

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

[kwin] [Bug 377914] KWin prevents Application Launcher from opening when using focus stealing prevention

2017-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377914

--- Comment #9 from Nate Graham  ---
Nikos, I understand that you're frustrated, but please refrain from using
sarcasm and insults. That's a sure way to get people to ignore you, even when
you're right.

Martin, I feel that you're being a bit inflexible here. If this feature is
behaving as expected, then the expectation is incorrect. Activating a feature
should not break another feature and require a user-initiated manual workaround
to restore the broken functionality. The user should not need to understand the
implementation in order to have a working Application Launcher with focus
stealing prevention set to High or above.

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

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-07-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381000

--- Comment #71 from gilaldpella...@gmail.com ---
(In reply to David Edmundson from comment #70)
> To summarise:
> 
> It's clear QSGContext::endSync() isn't being called.
> 
> It changed when it went from being done once to being up to the rendering
> engine to do it. This does it afer *all* windows have synced but not one.
> 
> The change in QSGRenderThreadedLoop.cpp isn't relevant, that's just on the
> grab, it'll be the change in  QSGRenderLoop.cpp
> 
> I'm gonna need someone who can reliably reproduce this to throw some debug
> in there and get a list of m_windows after line 309 along with window and
> also to see if we hit the returns on line 394 and 400.

Please count me in.

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

[plasmashell] [Bug 382565] plasmashell crashes after Dolphin task finishes

2017-07-21 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=382565

Sefa Eyeoglu  changed:

   What|Removed |Added

   Platform|unspecified |Neon Packages

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

[plasmashell] [Bug 382565] New: plasmashell crashes after Dolphin task finishes

2017-07-21 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=382565

Bug ID: 382565
   Summary: plasmashell crashes after Dolphin task finishes
   Product: plasmashell
   Version: 5.10.4
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: sefa6...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.4)

Qt Version: 5.9.1
Frameworks Version: 5.36.0
Operating System: Linux 4.8.0-58-generic x86_64
Distribution: KDE neon User Edition 5.10

-- Information about the crash:
I was copying many files via Dolphin. After it finishes plasmashell chrashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
[Current thread is 1 (Thread 0x7fef9d32d8c0 (LWP 3903))]

Thread 34 (Thread 0x7fee5a0f9700 (LWP 26944)):
#0  0x7fef97134360 in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fef9828a8eb in QWaitCondition::wait(QMutex*, unsigned long)
(time=18446744073709551615, this=0x6fe7df0) at
thread/qwaitcondition_unix.cpp:143
#2  0x7fef9828a8eb in QWaitCondition::wait(QMutex*, unsigned long)
(this=this@entry=0x60d03f8, mutex=mutex@entry=0x60d03f0,
time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x7fef9b37410d in QSGRenderThread::processEventsAndWaitForMore()
(wait=true, this=0x60d03e8) at scenegraph/qsgthreadedrenderloop.cpp:245
#4  0x7fef9b37410d in QSGRenderThread::processEventsAndWaitForMore()
(this=this@entry=0x60d0370) at scenegraph/qsgthreadedrenderloop.cpp:701
#5  0x7fef9b374a05 in QSGRenderThread::run() (this=0x60d0370) at
scenegraph/qsgthreadedrenderloop.cpp:730
#6  0x7fef98289989 in QThreadPrivate::start(void*) (arg=0x60d0370) at
thread/qthread_unix.cpp:368
#7  0x7fef9712e6ba in start_thread (arg=0x7fee5a0f9700) at
pthread_create.c:333
#8  0x7fef97b963dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 33 (Thread 0x7fee5bfff700 (LWP 25528)):
#0  0x7fef97134360 in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fef9828a8eb in QWaitCondition::wait(QMutex*, unsigned long)
(time=18446744073709551615, this=0x67b6530) at
thread/qwaitcondition_unix.cpp:143
#2  0x7fef9828a8eb in QWaitCondition::wait(QMutex*, unsigned long)
(this=, mutex=0x6fab8f0, time=18446744073709551615) at
thread/qwaitcondition_unix.cpp:215
#3  0x7feedcac007f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7feedcac4108 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#9  0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#10 0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#11 0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#12 0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#13 0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#14 0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#15 0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#16 0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#17 0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#18 0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#19 0x7feedcabf26d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#20 0x7feedcac4162 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#21 0x7feedcabf26d in

[plasmashell] [Bug 382564] New: Plasma crashes when closing IntelliJ windows

2017-07-21 Thread Frans
https://bugs.kde.org/show_bug.cgi?id=382564

Bug ID: 382564
   Summary: Plasma crashes when closing IntelliJ windows
   Product: plasmashell
   Version: 5.10.1
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: frans.fli...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.1)
 (Compiled from sources)
Qt Version: 5.9.0
Frameworks Version: 5.35.0
Operating System: Linux 4.11.3-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
I closed a few IntelliJ IDEA windows and then Plasma crashed.

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

Thread 9 (Thread 0x7f84e838f700 (LWP 13633)):
#0  0x7f85af418a29 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7f85af3d2a80 in g_main_context_acquire () at
/usr/lib/libglib-2.0.so.0
#2  0x7f85af3d3ab5 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7f85af3d3d0c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7f85b5140e9b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7f85b50e721a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7f85b4f0940a in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7f85b8078645 in  () at /usr/lib/libQt5Qml.so.5
#8  0x7f85b4f0dcbd in  () at /usr/lib/libQt5Core.so.5
#9  0x7f85b40d6297 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f85b482225f in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7f84fa6a6700 (LWP 1029)):
#0  0x7f85af3d3361 in g_main_context_query () at /usr/lib/libglib-2.0.so.0
#1  0x7f85af3d3b77 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f85af3d3d0c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f85b5140e9b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f85b50e721a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f85b4f0940a in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f84fd04a0a7 in KCupsConnection::run() () at /usr/lib/libkcupslib.so
#7  0x7f85b4f0dcbd in  () at /usr/lib/libQt5Core.so.5
#8  0x7f85b40d6297 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f85b482225f in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7f85055d2700 (LWP 987)):
#0  0x7f85b513ede7 in QTimerInfoList::repairTimersIfNeeded() () at
/usr/lib/libQt5Core.so.5
#1  0x7f85b513ee63 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib/libQt5Core.so.5
#2  0x7f85b514047e in  () at /usr/lib/libQt5Core.so.5
#3  0x7f85af3d3138 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#4  0x7f85af3d3b2b in  () at /usr/lib/libglib-2.0.so.0
#5  0x7f85af3d3d0c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#6  0x7f85b5140e9b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#7  0x7f85b50e721a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#8  0x7f85b4f0940a in QThread::exec() () at /usr/lib/libQt5Core.so.5
#9  0x7f85b8c30836 in  () at /usr/lib/libQt5Quick.so.5
#10 0x7f85b4f0dcbd in  () at /usr/lib/libQt5Core.so.5
#11 0x7f85b40d6297 in start_thread () at /usr/lib/libpthread.so.0
#12 0x7f85b482225f in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7f8594b78700 (LWP 951)):
#0  0x7f85b40dc39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f85ba94bac4 in  () at /usr/lib/libQt5Script.so.5
#2  0x7f85ba94bb09 in  () at /usr/lib/libQt5Script.so.5
#3  0x7f85b40d6297 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f85b482225f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7f8596f72700 (LWP 929)):
#0  0x7f85b48182bd in poll () at /usr/lib/libc.so.6
#1  0x7f85af3d3bf9 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f85af3d3d0c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f85b5140e9b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f85b50e721a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f85b4f0940a in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f85b8078645 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f85b4f0dcbd in  () at /usr/lib/libQt5Core.so.5
#8  0x7f85b40d6297 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f85b482225f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7f859d54e700 (LWP 895)):
#0  0x7f85b48182bd in poll () at /usr/lib/libc.so.6
#1  0x7f85af3d3bf9 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f85af3d3d0c in 

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381000

--- Comment #70 from David Edmundson  ---

To summarise:

It's clear QSGContext::endSync() isn't being called.

It changed when it went from being done once to being up to the rendering
engine to do it. This does it afer *all* windows have synced but not one.

The change in QSGRenderThreadedLoop.cpp isn't relevant, that's just on the
grab, it'll be the change in  QSGRenderLoop.cpp

I'm gonna need someone who can reliably reproduce this to throw some debug in
there and get a list of m_windows after line 309 along with window and also to
see if we hit the returns on line 394 and 400.

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

[valgrind] [Bug 381326] recognize re-convergent fanout before complaining about Uninitialized

2017-07-21 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=381326

--- Comment #6 from Julian Seward  ---
In particular I am trying to figure out if this can somehow be used to avoid
the problems shown at
https://bugs.llvm.org//show_bug.cgi?id=12319
and
https://github.com/rust-lang/rust/issues/11710

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

[valgrind] [Bug 381326] recognize re-convergent fanout before complaining about Uninitialized

2017-07-21 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=381326

--- Comment #5 from Julian Seward  ---
(In reply to John Reiser from comment #4)
Interesting, but I don't really understand it.  What's the underlying insight
here?  In particular, why is it the case that knowing the two operands are
equal allows us to mark the operands as more defined than they were originally?

Is this specific to == and !=, or is it more general?

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

[k3b] [Bug 382506] Impossible to save an ISO file to an empty folder on Gnome

2017-07-21 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382506

Dr. Chapatin  changed:

   What|Removed |Added

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

--- Comment #9 from Dr. Chapatin  ---
read the comments from a gnome dev please
https://bugzilla.gnome.org/show_bug.cgi?id=785228

reopening because this problem needs to be fixed...

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

[tellico] [Bug 382409] Preview pane does not display thunbnails

2017-07-21 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=382409

--- Comment #1 from Robby Stephenson  ---
With Tellico 3, the thumbnails will be in the top area. There are buttons to
switch between the column view and the icon view, and the lower right will only
be for entry details. 

What sequence did you use to end up with the blank area? At start-up, Tellico
should some introduction text there, and then whoever an entry is selected, the
info is displayed. But it shouldn't ever go blank, that's definitely not
intended.

Selecting a group on the left will no longer filter by that group on selection,
you have to right-click and "Filter by Group". Does that help?

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

[kleopatra] [Bug 380490] Selecting "Encrypt Folder" crashes Kleopatra

2017-07-21 Thread nemeyes
https://bugs.kde.org/show_bug.cgi?id=380490

--- Comment #2 from nemeyes  ---
Right button with mouse on dolphin and kleopatra opened by terminal
or
1. Press "Sign/Encrypt Folder" in toolbar or in "File" menu. 
2. Choose folder to encrypt.

QObject(0x0)
QObject(0x0)
QObject(0x0)
kleopatra:
/build/kleopatra-zcOy1_/kleopatra-16.12.3/src/crypto/signencryptfilescontroller.cpp:275:
std::shared_ptr getDefaultAd(): asserzione
"!ads.empty()" non riuscita.
Annullato (core dump creato)

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

[kmail2] [Bug 382562] Hidden menu in kmail composer: no (obvious?) way to get it back (or hide it)

2017-07-21 Thread Achim Bohnet
https://bugs.kde.org/show_bug.cgi?id=382562

--- Comment #2 from Achim Bohnet  ---
Thx, Allen!!  I've my menu back :-)

Nevertheless IMHO, that's not 'obvious' for the average desktop/pim user.
So a shortcut + menu entry would be very welcome.

Thx again Allen and all PIMsters for all your work!
Achim

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

[kleopatra] [Bug 380490] Selecting "Encrypt Folder" crashes Kleopatra

2017-07-21 Thread nemeyes
https://bugs.kde.org/show_bug.cgi?id=380490

nemeyes  changed:

   What|Removed |Added

 CC||neme...@hotmail.com

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

[plasmashell] [Bug 382559] Plasma crash in wallpaper scaling

2017-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=382559

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 381105] Crash in uncontrolledAnimationFinished

2017-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381105

David Edmundson  changed:

   What|Removed |Added

 CC||jhonvalencia...@gmail.com

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

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

[Breeze] [Bug 382473] Breeze style breaks mouse input on Wayland compositors

2017-07-21 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=382473

--- Comment #18 from Johan Klokkhammer Helsing  ---
This (qtwayland) patch should fix it:

https://codereview.qt-project.org/#/c/200604/

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

[plasmashell] [Bug 381105] Crash in uncontrolledAnimationFinished

2017-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381105

David Edmundson  changed:

   What|Removed |Added

 CC||jhonvalencia...@gmail.com
 CC||teu.n...@outlook.com

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

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

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

[plasmashell] [Bug 382556] Plasma crashes after modify "Positioning" item at "Configure Desktop" window.

2017-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=382556

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 381105 ***

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

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

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

David Edmundson  changed:

   What|Removed |Added

 CC||michael.pols...@gmx.net

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

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

[plasmashell] [Bug 382551] plasmashell has high cpu usage

2017-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=382551

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
High CPU usage could have multiple causes, please see the "see also" fields of
the linked report.

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

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

[valgrind] [Bug 382563] MIPS MSA ASE support

2017-07-21 Thread Tamara Vlahovic
https://bugs.kde.org/show_bug.cgi?id=382563

Tamara Vlahovic  changed:

   What|Removed |Added

 CC||mips3...@gmail.com

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

  1   2   >