[digikam] [Bug 391720] Metadata (tags) is not updated after being edited externally

2018-03-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=391720

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #1 from Maik Qualmann  ---


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

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

[digikam] [Bug 380876] Tags in Digikam DB maintained after being removed from file and file re-scanned

2018-03-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=380876

Maik Qualmann  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

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

[dolphin] [Bug 225280] dolphin F1 help fails but works from khelp contents menu

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=225280

XYQuadrat  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #5 from XYQuadrat  ---
Can anyone still reproduce this issue? If not, I'll close this soon-ish.

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

[dolphin] [Bug 226727] Dolphin SegFaults w/o obvious reason (libxcb?)

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=226727

XYQuadrat  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||juliquad...@gmail.com

--- Comment #4 from XYQuadrat  ---
Closing, reopen if you can reproduce & are able to attach a backtrace.

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

[plasmashell] [Bug 391682] Inconsistent HiDPI Rendering

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391682

--- Comment #13 from battagli...@gmail.com ---
The issue applies to all GTK3 apps running in KDE. Read my description above
where I mention Lollypop:

> Actually, it does appear to be GTK3. I thought I'd tested a GTK3 app 
> previously, but I guess not. The problem also happens for Lollypop music 
> player, which is GTK3.

I was able to fix this problem for GTK apps in general by setting GDK_SCALE=2
and GDK_DPI_SCALE=0.5.

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

[Falkon] [Bug 391729] New: invalid scheme in the URL bar after a redirect

2018-03-11 Thread Piotr Keplicz
https://bugs.kde.org/show_bug.cgi?id=391729

Bug ID: 391729
   Summary: invalid scheme in the URL bar after a redirect
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: kepl...@cmc.pl
  Target Milestone: ---

Created attachment 111326
  --> https://bugs.kde.org/attachment.cgi?id=111326=edit
secure http

When a site uses a permanent redirect to rewrite "http://...; to "https://...;,
Falkon shows the "http" URL after the page loaded in the secure mode.

Steps to reproduce:
1. Enter "http://www.google.pl/; in the URL bar.
2. Google loads with HTTPS after a redirect.
3. URL bar still shows "http://www.google.pl/;.

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

[systemsettings] [Bug 391723] plasma won't startup automatically

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391723

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |RESOLVED
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
I'm afraid there isn't enough information in this bug to be actionable. Please
read https://community.kde.org/Get_Involved/Bug_Reporting and add the missing
information.

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

[kwin] [Bug 391728] Improve ultrawide screen support: Maximize on the left or right area

2018-03-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=391728

Martin Flöser  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Martin Flöser  ---
We cannot change the maximize button without breaking lots of internal and
external state. Furthermore what you suggest is anything but not maximize. This
would be highly confusing to the userbase. A UI needs to function in an
expected way. If a maximize button does random things ( I'm exaggerating on
purpose) our users cannot trust the UI any more and in worst case move
somewhere else.

What you seem to wish for is better exposing of quick tiling. As given your
description what you want is quick tile left/right. This again is a reason to
not change the maximize button as the functionality already exists in other
areas.

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

[kwin] [Bug 391719] Window controls don't work

2018-03-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=391719

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #2 from Martin Flöser  ---
If KWin crashes, please provide the backtrace.

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

[plasmashell] [Bug 391682] Inconsistent HiDPI Rendering

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391682

--- Comment #14 from battagli...@gmail.com ---
So below are attached two pictures of the GTK3 problem, and how I was able to
fix it.

Note that this is a completely separate dimension from the Qt scaling issue,
and that the problem is for all GTK3 apps, not only the Manjaro-Hello one. I
have pictures of manjaro-hello and Lollypop for comparison.

The first picture is what the two apps look like with KDE's Display settings
set to scale=2.0. Setting PLASMA_USE_QT_SCALING=true here makes no difference.

The second picture is what I get if I set GDK_SCALE=2.0 and GDK_DPI_SCALE=0.5.
Everything looks great.

Setting GDK_DPI_SCALE=0.5 is necessary because if you don't, GTK widgets are
scaled correctly, but fonts are double-scaled. GDK_DPI_SCALE de-scales the
fonts while keeping widgets correct.

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

[Powerdevil] [Bug 362831] Do not increase brightness when entering low battery mode

2018-03-11 Thread Piotr Kloc
https://bugs.kde.org/show_bug.cgi?id=362831

--- Comment #5 from Piotr Kloc  ---
(In reply to Nate Graham from comment #3)
> Can confirm with Plasma 5.13.3 that when the brightness is lower than the
> level set for low battery mode, the brightness is not increased when
> entering low battery mode.

May I have some time with your time machine, please?

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

[Powerdevil] [Bug 306425] Screen brightness reset to max after login

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=306425

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Nate Graham  ---
Can't reproduce in Plasma 5.13.3: If I set the brightness to some arbitrary
level, uncheck the Brightness checkboxes in Powerdevil, and then reboot, the
system come up at whatever brightness level it had when I rebooted it.

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

[Spectacle] [Bug 391611] Spectacle keeps running in the background if clicked on image of the screenshot in the notification and not on "open" button

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391611

Nate Graham  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 390368] Global menu does not work

2018-03-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=390368

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #13 from David Edmundson  ---
>Can confirm absence of Menubar options in Widget Style

There isn't meant to be an option there. 

The (alleged) but is not having menus in apps, whilst claiming not to have the
global menu plasmoid / app menus turned off in window decos.

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

[plasmashell] [Bug 391724] New: Plasma suddenly can't "pause" anymore

2018-03-11 Thread PK
https://bugs.kde.org/show_bug.cgi?id=391724

Bug ID: 391724
   Summary: Plasma suddenly can't "pause" anymore
   Product: plasmashell
   Version: 5.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: pieterkristen...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Only recent I can't get my computer to "pause" anymore. And also the
energy-management doesn't succeed in this. When I ask my computer to go into
pause-mode (suspension I believe) the screen flickers a few times and after
that the computer is running normally again.

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

[krita] [Bug 391696] Right click with wacom pen auto selects whatever I hover over

2018-03-11 Thread Mike Solomon
https://bugs.kde.org/show_bug.cgi?id=391696

--- Comment #3 from Mike Solomon  ---
(In reply to Alvin Wong from comment #2)
> I think it might have been by design. I believe it behaves this way so that
> one can hold the stylus button and drag to switch the brush preset without
> needing to make an extra click. Though it could also be an unintended effect.
> 
> Are you using the Pointer Input (Windows Ink) tablet support? There was a
> change in behaviour from v3.3.2 to v3.3.3 which was supposed to fix some
> inconsistencies with the WinTab tablet support.and this is one of them.
> 
> If you are using WinTab though, it should also happen on v3.3.2 and it
> wasn't changed in v3.3.3.

I am indeed using the Windows 8+ Pointer Input (Windows Ink). I can definitely
see why this could be one of those things considered to be a "feature" instead
of a bug from your explanation. I guess I just got used to the old workflow of
always just tapping the right click on my pen and then thinking about what
thing I wanted rather than having to hold and drag. I can always re-position my
drawing or just get used to the new standard if that's by design (although it
would be great if this was customizable - but I definitely don't see this as a
high priority feature request by any means).

Thanks for the input :)

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

[Breeze] [Bug 391581] Make tooltip background white by default

2018-03-11 Thread uRohan
https://bugs.kde.org/show_bug.cgi?id=391581

--- Comment #8 from uRohan  ---
I was guided by the logic that the Breeze desktop theme also has a light color
scheme.

+ rwurth in his discussion on the phabricator
(https://phabricator.kde.org/D11180) has disabled shadows for windows (System
Settings> Window Decorations> Theme> Breeze> Settings> Shadows> Size> None), so
on his screenshots tooltips do not have a contrast with windows on the
background.

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

[dolphin] [Bug 359203] copying is not functional in dolphin

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=359203

XYQuadrat  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #2 from XYQuadrat  ---
Can you still reproduce this with the newest version of Dolphin (17.12.3)?
Works fine for me.

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

[digikam] [Bug 391721] No photography is displayed in the main view.

2018-03-11 Thread Jean-Philippe LEBRAT
https://bugs.kde.org/show_bug.cgi?id=391721

--- Comment #3 from Jean-Philippe LEBRAT  ---
Yes, I confirm that the current appimage solves the problem (I tried before
Beta 1).

But I don't know how to indicate this information to kubuntu development team
(in order that the Bionic default digiKam selection be upgraded to the correct
one).

Thanks a lot, Gilles for digiKam (I remember that you support digiKam for a
long time) !

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

[dolphin] [Bug 230847] dolphin dolphin dolphin dolphin

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=230847

XYQuadrat  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED
 CC||juliquad...@gmail.com

--- Comment #2 from XYQuadrat  ---
Closing because of missing information. Please open a new bug if you experience
a crash again.

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

[kwin] [Bug 391728] Improve ultrawide screen support: Maximize on the left or right area

2018-03-11 Thread Lionel Chauvin
https://bugs.kde.org/show_bug.cgi?id=391728

Lionel Chauvin  changed:

   What|Removed |Added

Summary|Improve Ultrawide screen|Improve ultrawide screen
   |support: Maximize on the|support: Maximize on the
   |left or right area  |left or right area

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

[Falkon] [Bug 391228] [Feature Request] Put keyboard focus on page content after presse enter on location bar

2018-03-11 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=391228

David Rosca  changed:

   What|Removed |Added

 CC||kepl...@cmc.pl

--- Comment #3 from David Rosca  ---
*** Bug 391729 has been marked as a duplicate of this bug. ***

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

[Falkon] [Bug 391729] invalid scheme in the URL bar after a redirect

2018-03-11 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=391729

David Rosca  changed:

   What|Removed |Added

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

--- Comment #1 from David Rosca  ---


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

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

[kwin] [Bug 391728] Improve ultrawide screen support: Maximize on the left or right area

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391728

--- Comment #2 from Nate Graham  ---
Right, this is definitely a better case not for changing the Maximize button
behavior, but rather for making Quick Tiling more discoverable. Most other
platforms have the functionality bound to Meta+Left/Right, but we don't, I
notice.

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

[kmymoney] [Bug 391733] Startup WM Class is wrong

2018-03-11 Thread Doug B
https://bugs.kde.org/show_bug.cgi?id=391733

--- Comment #1 from Doug B  ---
Doesn't look like I can edit comments here. 

Just want to correct my last sentence:

'Next, I edited the desktop file for KMyMoney and found the StartupWMClass was
"Kmymoney" with a capital "K". I changed "K" to lowercase "k" and the problem
was solved.'

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

[trojita] [Bug 391382] Trojita with watchFolders=all or watchFolders=subscribed crash

2018-03-11 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=391382

--- Comment #3 from Jan Kundrát  ---
It looks like there's a race between the time the mailboxes get re-created in
response to LIST, and the time CALL_LATER takes effect. I however don't
understand how it's possible that I cannot reproduce this.

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

[konsole] [Bug 391737] New: Konsole crash at shell exit

2018-03-11 Thread Ben Johnson
https://bugs.kde.org/show_bug.cgi?id=391737

Bug ID: 391737
   Summary: Konsole crash at shell exit
   Product: konsole
   Version: 16.04.3
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: b...@visi.com
  Target Milestone: ---

Application: konsole (16.04.3)

Qt Version: 5.6.1
Frameworks Version: 5.36.0
Operating System: Linux 4.4.0-116-generic x86_64
Distribution: Linux Mint 18.3 Sylvia

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

Just opened a bunch of konsole's, then exited the shell in each until one
crashed.

-- Backtrace:
Application: Konsole (konsole), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f85a38cb940 (LWP 4766))]

Thread 2 (Thread 0x7f85900f0700 (LWP 4767)):
#0  0x7f85a338427d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f85969f1f55 in ?? () from
/usr/lib/nvidia-340/tls/libnvidia-tls.so.340.104
#2  0x7f859ade26f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f859ad9ee74 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f859ad9f330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f859ad9f49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7f859fecc37b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f859fe74ffa in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f859fc9d9e4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f85a399e515 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#10 0x7f859fca2808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7f859b4d66ba in start_thread (arg=0x7f85900f0700) at
pthread_create.c:333
#12 0x7f85a339441d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f85a38cb940 (LWP 4766)):
[KCrash Handler]
#6  0x7f85a32c2428 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#7  0x7f85a32c402a in __GI_abort () at abort.c:89
#8  0x7f85a33047ea in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x7f85a341ded8 "*** Error in `%s': %s: 0x%s ***\n") at
../sysdeps/posix/libc_fatal.c:175
#9  0x7f85a330d37a in malloc_printerr (ar_ptr=,
ptr=, str=0x7f85a341dfe8 "double free or corruption (out)",
action=3) at malloc.c:5006
#10 _int_free (av=, p=, have_lock=0) at
malloc.c:3867
#11 0x7f85a331153c in __GI___libc_free (mem=) at
malloc.c:2968
#12 0x7f859fea0c1c in QMetaCallEvent::~QMetaCallEvent() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7f859fea0c79 in QMetaCallEvent::~QMetaCallEvent() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7f859fe7989f in QCoreApplication::removePostedEvents(QObject*, int)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x7f859fea302a in QObjectPrivate::~QObjectPrivate() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7f859fea31d9 in QObjectPrivate::~QObjectPrivate() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7f859feab0dc in QObject::~QObject() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x7f858f52a299 in QXcbConnection::~QXcbConnection() () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#19 0x7f858f52bab6 in QXcbIntegration::~QXcbIntegration() () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#20 0x7f858f52bbb9 in QXcbIntegration::~QXcbIntegration() () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#21 0x7f85a01bc613 in QGuiApplicationPrivate::~QGuiApplicationPrivate() ()
from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#22 0x7f85a07a89f9 in QApplicationPrivate::~QApplicationPrivate() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x7f859feab0dc in QObject::~QObject() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7f859fe78d12 in QCoreApplication::~QCoreApplication() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x7f85a07aa524 in QApplication::~QApplication() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x7f85a367e15c in kdemain () from
/usr/lib/x86_64-linux-gnu/libkdeinit5_konsole.so
#27 0x7f85a32ad830 in __libc_start_main (main=0x4006c0, argc=1,
argv=0x7ffd9e980988, init=, fini=,
rtld_fini=, stack_end=0x7ffd9e980978) at ../csu/libc-start.c:291
#28 0x004006f9 in _start ()

The reporter indicates this bug may be a duplicate of or related to bug 342201.

Possible duplicates by query: bug 390429, bug 389308, bug 389272, bug 388951,
bug 388364.

Reported using DrKonqi

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

[plasmashell] [Bug 390632] Breeze task switcher has a transparent rectangle at the bottom

2018-03-11 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=390632

--- Comment #8 from Vlad Zagorodniy  ---
I hope it'll help somehow.

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

[kmymoney] [Bug 391739] New: In Gnome (Or possibly all GTK-based desktops) selecting a payee with your mouse crashes the program

2018-03-11 Thread Doug B
https://bugs.kde.org/show_bug.cgi?id=391739

Bug ID: 391739
   Summary: In Gnome (Or possibly all GTK-based desktops)
selecting a payee with your mouse crashes the program
   Product: kmymoney
   Version: 5.0.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: w...@dougie.io
  Target Milestone: ---

Below is a video to help you understand what is happening:

https://gfycat.com/GlamorousPopularAlligatorgar

In the video, I demonstrate how if you attempt to select a payee with your
mouse, the program crashes. I show that you can still select a payee with tab
(or the up/down arrow key) but can't with the mouse.

It is worth noting that when that final dialog pops up, whether I pick save or
discard, it will still crash.

It is also worth noting that if I click that little carrot to make a payee
selection, that works fine without crashing.

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

[kmymoney] [Bug 391739] In Gnome (Or possibly all GTK-based desktops) selecting a payee with your mouse crashes the program

2018-03-11 Thread Doug B
https://bugs.kde.org/show_bug.cgi?id=391739

Doug B  changed:

   What|Removed |Added

   Platform|Other   |Archlinux Packages

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

[frameworks-kio] [Bug 373352] file open / save / save as dialog is slow if automounted filesystems are not available (nfs, smb, etc )

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=373352

--- Comment #3 from Nate Graham  ---
*** Bug 388004 has been marked as a duplicate of this bug. ***

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

[frameworks-kio] [Bug 388004] Save / Open File Dialog hangs on autofs mounts

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=388004

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[frameworks-kio] [Bug 388004] Save / Open File Dialog hangs on autofs mounts

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=388004

Nate Graham  changed:

   What|Removed |Added

   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
 CC||kdelibs-b...@kde.org,
   ||n...@kde.org
  Component|general |general
Version|17.04.2 |5.44.0
Summary|Save / Open File Dialog |Save / Open File Dialog
   |hangs   |hangs on autofs mounts
Product|dolphin |frameworks-kio

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

[frameworks-kio] [Bug 388004] Save / Open File Dialog hangs on autofs mounts

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=388004

Nate Graham  changed:

   What|Removed |Added

Version|5.44.0  |5.32.0

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

[frameworks-kio] [Bug 373352] file open / save / save as dialog is slow if automounted filesystems are not available (nfs, smb, etc )

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=373352

Nate Graham  changed:

   What|Removed |Added

   Assignee|kdelibs-b...@kde.org|fa...@kde.org
 CC||kdelibs-b...@kde.org,
   ||n...@kde.org
  Component|general |general
Version|unspecified |5.44.0
Product|kfile   |frameworks-kio

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

[krunner] [Bug 391740] New: krunner crash

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391740

Bug ID: 391740
   Summary: krunner crash
   Product: krunner
   Version: 5.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: sbo...@blueyonder.co.uk
  Target Milestone: ---

Application: krunner (5.12.3)

Qt Version: 5.10.0
Frameworks Version: 5.43.0
Operating System: Linux 4.16.0-rc5-smp+ x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
AL-F2 and tried to launch xcalc, launcher crashed and reported it had.

The crash can be reproduced every time.

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

Thread 23 (Thread 0x7f72caff0700 (LWP 15368)):
#0  0x7f7305f8556c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f7308782f4b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f72ec584ad5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7f72ec588b28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7f72ec583cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7f72ec586a6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7f7308781bf0 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f7305f7f59b in start_thread () at /lib64/libpthread.so.0
#8  0x7f7308079a1f in clone () at /lib64/libc.so.6

Thread 22 (Thread 0x7f72cb7f1700 (LWP 15367)):
[KCrash Handler]
#6  0x7f72e2c69463 in  () at /usr/lib64/libsqlite3.so.0
#7  0x7f72e2cb1979 in  () at /usr/lib64/libsqlite3.so.0
#8  0x7f72e2c8c472 in  () at /usr/lib64/libsqlite3.so.0
#9  0x7f72e2cb8791 in  () at /usr/lib64/libsqlite3.so.0
#10 0x7f72e2cd627b in  () at /usr/lib64/libsqlite3.so.0
#11 0x7f72e2cdf871 in sqlite3_step () at /usr/lib64/libsqlite3.so.0
#12 0x7f72e2f6275d in  () at
/usr/lib64/qt5/plugins/sqldrivers/libqsqlite.so
#13 0x7f7303636341 in QSqlCachedResult::cacheNext() () at
/usr/lib64/libQt5Sql.so.5
#14 0x7f73036222de in QSqlQuery::next() () at /usr/lib64/libQt5Sql.so.5
#15 0x7f72e317e66d in FetchSqlite::query(QString const&, QMap) (this=, sql=..., bindObjects=...) at
/usr/src/debug/plasma5-workspace-5.12.3-1.1.x86_64/runners/bookmarks/fetchsqlite.cpp:87
#16 0x7f72e3185340 in Firefox::match(QString const&, bool)
(this=0x55971cfc03f0, term=..., addEverything=false) at
/usr/src/debug/plasma5-workspace-5.12.3-1.1.x86_64/runners/bookmarks/browsers/firefox.cpp:101
#17 0x7f72e3182fee in BookmarksRunner::match(Plasma::RunnerContext&)
(this=0x55971cf32d00, context=...) at
/usr/src/debug/plasma5-workspace-5.12.3-1.1.x86_64/runners/bookmarks/bookmarksrunner.cpp:81
#18 0x7f72ec7ae740 in
Plasma::AbstractRunner::performMatch(Plasma::RunnerContext&) () at
/usr/lib64/libKF5Runner.so.5
#19 0x7f72ec5882e8 in
ThreadWeaver::Executor::run(QSharedPointer const&,
ThreadWeaver::Thread*) () at /usr/lib64/libKF5ThreadWeaver.so.5
#20 0x7f72ec587060 in
ThreadWeaver::Job::execute(QSharedPointer const&,
ThreadWeaver::Thread*) () at /usr/lib64/libKF5ThreadWeaver.so.5
#21 0x7f72ec586b2d in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#22 0x7f7308781bf0 in  () at /usr/lib64/libQt5Core.so.5
#23 0x7f7305f7f59b in start_thread () at /lib64/libpthread.so.0
#24 0x7f7308079a1f in clone () at /lib64/libc.so.6

Thread 21 (Thread 0x7f72cbff2700 (LWP 15366)):
#0  0x7f7305f8556c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f7308782f4b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f72ec584ad5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7f72ec588b28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7f72ec583cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7f72ec586a6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7f7308781bf0 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f7305f7f59b in start_thread () at /lib64/libpthread.so.0
#8  0x7f7308079a1f in clone () at /lib64/libc.so.6

Thread 20 (Thread 0x7f72cc7f3700 (LWP 15365)):
#0  0x7f7305f8556c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f7308782f4b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f72ec584ad5 in

[plasmashell] [Bug 390674] plasmashell freeze as long as you have gnome-disks running after doing a sudo from it

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390674

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[gwenview] [Bug 385314] Exit Full Screen button needs text, like Kate's button has

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=385314

--- Comment #2 from Nate Graham  ---
At the moment, it's sort of pointless since the button isn't even visible by
default. But I feel very strongly that any app with a full screen mode needs a
*visible* means to leave the mode. I've seen normal users absolutely *panic*
when they enter full screen mode and realize they don't know how to leave it.
It's a serious issue.

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

[digikam] [Bug 391721] No photography is displayed in the main view.

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391721

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
It's probably fixed with 5.9.0 pre-release.

Please try with Linux universal AppImage bundle available here :

https://files.kde.org/digikam/

Gilles Caulier

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

[dolphin] [Bug 251174] Dolphin hangs long time when switching from ICONS to DETAILs

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=251174

XYQuadrat  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #2 from XYQuadrat  ---
Works fine with Dolphin 17.12.3, closing for inactivity. Please reopen if you
still experience this bug & provide more details if that's the case.

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

[kate] [Bug 391040] Highlighting scheme not displaying keyword as bold since last update

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391040

maxime.haselba...@googlemail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from maxime.haselba...@googlemail.com ---
Thanks Christoph Fleck that was it

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

[konsole] [Bug 326805] crash when closing multiple tabs

2018-03-11 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=326805

Ahmad Samir  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||a.samir...@gmail.com
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Ahmad Samir  ---
Reopen if you can still reproduce it.

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

[konsole] [Bug 326812] Konsole crash when closing tabs

2018-03-11 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=326812

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||a.samir...@gmail.com

--- Comment #7 from Ahmad Samir  ---
Reopen if you can still reproduce this issue with a recent konsole version.

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

[plasmashell] [Bug 382648] KDE plasma icons doesn't respect color settings

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382648

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Nate Graham  ---
Are you still able to reproduce this? Works like a charm for me, switching back
anc forth between Breeze and Breeze dark using System Settings > Workspace
Theme > Look & Feel. Can you try that?

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

[plasmashell] [Bug 343944] Can't shrink tray popup

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=343944

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||n...@kde.org

--- Comment #7 from Nate Graham  ---


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

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

[frameworks-plasma] [Bug 332512] Plasma Popups aren't resizable

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=332512

Nate Graham  changed:

   What|Removed |Added

 CC||m...@naraesk.eu

--- Comment #73 from Nate Graham  ---
*** Bug 343944 has been marked as a duplicate of this bug. ***

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

[Powerdevil] [Bug 371514] Ambiguous "Wireless power saving" in Energy Saving

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=371514

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Nate Graham  ---
It's powerdevil. The UI has been improved here to just say "Wireless" as a
category header, and there are individual entries with more descriptive names.

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

[kwin] [Bug 391728] Improve ultrawide screen support: Maximize on the left or right area

2018-03-11 Thread Lionel Chauvin
https://bugs.kde.org/show_bug.cgi?id=391728

--- Comment #3 from Lionel Chauvin  ---
Ok, I understand.
So, what is missing is the ability to add as many icon as needed in the window
decoration in order to properly command the quick tiling.
And the quick tiling must manage several states in order to restore a window to
its previous position.
This will not break more stuff ?

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

[trojita] [Bug 391727] Trojita crashed when idling in INBOX

2018-03-11 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=391727

--- Comment #2 from Jan Kundrát  ---
Can you please measure this with some heap profiler so that we know where the
leak is?

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

[trojita] [Bug 391710] Trojita crash when searching

2018-03-11 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=391710

--- Comment #1 from Jan Kundrát  ---
This might have something to do with that latest change wihch enabled SORT and
THREAD to co-exist, which is kind of a hack.

Can you please attach a complete IMAP log of this one?

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

[frameworks-kactivities-stats] [Bug 391712] Application Launcher crashes plasma

2018-03-11 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=391712

Ivan Čukić  changed:

   What|Removed |Added

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

--- Comment #1 from Ivan Čukić  ---
Fixed in master.

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

[Breeze] [Bug 391736] New: Request: Icons for Weather Widget

2018-03-11 Thread uRohan
https://bugs.kde.org/show_bug.cgi?id=391736

Bug ID: 391736
   Summary: Request: Icons for Weather Widget
   Product: Breeze
   Version: 5.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: navigator.ro...@gmail.com
CC: kain...@gmail.com
  Target Milestone: ---

Created attachment 111331
  --> https://bugs.kde.org/attachment.cgi?id=111331=edit
Weather Widget icon is missed in Plasma Widgets Gallery

OS: openSUSE Tumbleweed 20180309
KDE Plasma Version: 5.12.3
KDE Frameworks Version: 5.43.0
Qt Version: 5.10.0

Please add the Weather Widget icon.

Weather Widget is a popular plasmoid for showing weather information from yr.no
and Open Weather Map servers (https://store.kde.org/p/998917/;
https://github.com/kotelnik/plasma-applet-weather-widget).

The icon is included in plasmoid as .svg and you can find it here:
https://github.com/kotelnik/plasma-applet-weather-widget/tree/master/package/contents/images

Reproducible: Always

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

[plasmashell] [Bug 354492] The panel is visually frozen

2018-03-11 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=354492

--- Comment #14 from Nick  ---
(In reply to Nick from comment #13)
> I've disabled docky to see if that's triggering the problem.

Yep, no further problems since uninstalling Docky. I guess it was a conflict
between Docky and KDE/Plasma.

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

[Breeze] [Bug 391736] Request: Icons for Weather Widget

2018-03-11 Thread uRohan
https://bugs.kde.org/show_bug.cgi?id=391736

--- Comment #2 from uRohan  ---
Created attachment 111333
  --> https://bugs.kde.org/attachment.cgi?id=111333=edit
Weather Widget icon is missed in System Tray Settings Entries

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

[dolphin] [Bug 391680] Slow startup with ssd

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=391680

XYQuadrat  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #2 from XYQuadrat  ---
I think this is probably related to KSambaShare. If you do create a smb.conf,
is the startup still so slow?

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

[dolphin] [Bug 224926] Detail view: directory name replaced with "."

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=224926

XYQuadrat  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from XYQuadrat  ---
I cannot reproduce this issue with Dolphin 17.12.3. Please reopen this bug if
you still experience this problem.

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

[dolphin] [Bug 224046] Dolphin crah when checking out mapp info

2018-03-11 Thread XYQuadrat
https://bugs.kde.org/show_bug.cgi?id=224046

XYQuadrat  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||juliquad...@gmail.com
 Resolution|BACKTRACE   |INVALID

--- Comment #2 from XYQuadrat  ---
There is a lot of information missing here. I am closing this bug for
inactivity, please open a new bug if you experience a crash again. Thanks :)

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

[plasmashell] [Bug 364541] Icons in "Status & Notifications" popup are too small

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364541

Nate Graham  changed:

   What|Removed |Added

Summary|Icons in system tray popup  |Icons in "Status &
   |are too small   |Notifications" popup are
   ||too small
 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|UNCONFIRMED |CONFIRMED

--- Comment #10 from Nate Graham  ---
This bug is not about the System Tray on the panel, but rather about the pop-up
with the title "Status & Notifications".

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

[plasmashell] [Bug 360333] New system tray: icons do not scale with panel height, stay very small

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=360333

Nate Graham  changed:

   What|Removed |Added

 CC||seel...@gmail.com

--- Comment #38 from Nate Graham  ---
*** Bug 370525 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 360333] New system tray: icons do not scale with panel height, stay very small

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=360333

Nate Graham  changed:

   What|Removed |Added

 CC||guoyunhebr...@gmail.com

--- Comment #39 from Nate Graham  ---
*** Bug 381794 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 370525] Tray icons are small

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=370525

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||n...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #5 from Nate Graham  ---
Yup, definitely a duplicate.

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

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

[plasmashell] [Bug 381794] System tray icon size on high DPI screen is small

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381794

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #5 from Nate Graham  ---


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

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

[frameworks-solid] [Bug 391706] 1384f275ab2f1ad1841753ee163af6d1b0bb952b causes problems with mounting eSATA-hdds and LUKS-containers with Dolphin

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391706

Nate Graham  changed:

   What|Removed |Added

Summary|[solid] 5.43.0-2 has|1384f275ab2f1ad1841753ee163
   |problems with mounting  |af6d1b0bb952b causes
   |eSATA-hdds and  |problems with mounting
   |LUKS-containers with|eSATA-hdds and
   |dolphin |LUKS-containers with
   ||Dolphin

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

[frameworks-solid] [Bug 391706] [solid] 5.43.0-2 has problems with mounting eSATA-hdds and LUKS-containers with dolphin

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391706

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||k...@privat.broulik.de,
   ||n...@kde.org
 Status|UNCONFIRMED |CONFIRMED
   Severity|normal  |grave

--- Comment #2 from Nate Graham  ---
Kai, this was apparently caused by the patch to fix the issue caused by
https://cgit.kde.org/solid.git/commit/?id=1384f275ab2f1ad1841753ee163af6d1b0bb952b.
Since you're somewhat familiar with this code, would you mind taking a look?
Also it would be really nice to get some more tests on this code, since
apparently it's pretty fragile.

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

[Powerdevil] [Bug 306425] Screen brightness reset to max after login

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=306425

Nate Graham  changed:

   What|Removed |Added

 CC||mklape...@kde.org

--- Comment #8 from Nate Graham  ---
*** Bug 357045 has been marked as a duplicate of this bug. ***

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

[Powerdevil] [Bug 350258] Screen brightness is not remembered

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350258

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||n...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #8 from Nate Graham  ---
Just uncheck the "Brightness" checkboxes and then Powerdevil won't override
your brightness settings on login. This works flawlessly for me in 5.12.3.

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

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

[Powerdevil] [Bug 306425] Screen brightness reset to max after login

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=306425

Nate Graham  changed:

   What|Removed |Added

 CC||bugs.kde@falkensweb.com

--- Comment #7 from Nate Graham  ---
*** Bug 350258 has been marked as a duplicate of this bug. ***

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

[Powerdevil] [Bug 362831] Do not increase brightness when entering low battery mode

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362831

--- Comment #6 from Nate Graham  ---
LOL! I mean 5.12.3, of course.

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

[konsole] [Bug 370742] Setting the scrollback size doesn't do anything

2018-03-11 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=370742

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #9 from Kurt Hindenburg  ---
I recall fixing this - it doesn't happen w/ latest version.

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

[frameworks-solid] [Bug 389479] Plasma not mount disk

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389479

--- Comment #45 from Nate Graham  ---
Let's track the remaining issues in Bug 391706.

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

[frameworks-solid] [Bug 391706] 1384f275ab2f1ad1841753ee163af6d1b0bb952b causes problems mounting internal partitions, eSATA-hdds, and LUKS-containers

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391706

Nate Graham  changed:

   What|Removed |Added

Summary|1384f275ab2f1ad1841753ee163 |1384f275ab2f1ad1841753ee163
   |af6d1b0bb952b causes|af6d1b0bb952b causes
   |problems with mounting  |problems mounting internal
   |eSATA-hdds and  |partitions, eSATA-hdds, and
   |LUKS-containers with|LUKS-containers
   |Dolphin |

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

[kmymoney] [Bug 390264] Clicking autocomplete entry crashes application

2018-03-11 Thread Michael Carpino
https://bugs.kde.org/show_bug.cgi?id=390264

Michael Carpino  changed:

   What|Removed |Added

 CC||w...@dougie.io

--- Comment #9 from Michael Carpino  ---
*** Bug 391739 has been marked as a duplicate of this bug. ***

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

[kmymoney] [Bug 391739] In Gnome (Or possibly all GTK-based desktops) selecting a payee with your mouse crashes the program

2018-03-11 Thread Michael Carpino
https://bugs.kde.org/show_bug.cgi?id=391739

Michael Carpino  changed:

   What|Removed |Added

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

--- Comment #1 from Michael Carpino  ---
This bug has already been documented and fixed in the upcoming update within
5.0.1 that should be released in the coming weeks. 

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

The workaround is to use your keyboard and navigate the selection of the payee
by using the up/down keys and then use the tab key to move forward.  Using the
mouse will cause the crash.   

Here's the fix. 
https://cgit.kde.org/kmymoney.git/commit/?id=7f63b5c02775ae7499f86cff46fef6b54bdb3a78

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

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

[systemsettings] [Bug 391695] Workspace Theme/Splash Screen KCM: use of QtQuickControls1 and/or PlasmaComponents labels causes blurry pixellated text with non-integer scale factors

2018-03-11 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=391695

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[digikam] [Bug 380876] Tags in Digikam DB maintained after being removed from file and file re-scanned

2018-03-11 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=380876

--- Comment #11 from IWBR  ---
I understand there might be people who prefer to have a read-only picture
library, and only using digikam's database to organize it.

In the configuration menu, there are already a few checkboxes asking if the
metadata should be or should not be written to the picture files. If these
boxes are checked, one could assume that metadata from pictures should prevail
over already-existing metadata in the database. Maybe another option like
"Always sync picture metadata with digikam's database" could be placed there.

If I am not mistaken, that is the default behavior in most photography
softwares, from microsoft picture viewer to Google's Picasa, ACDsee, or Adobe
Lighthroom. They all write metadata on files by default and without
confirmation.

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

[plasmashell] [Bug 391691] Logout overlay has blurry pixellated text with non-integer scale factors

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391691

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Nate Graham  ---
>  - Change the Text render type in Plasma text items  

I've submitted a patch that does that: https://phabricator.kde.org/D11244.
Also...

> Downside is you don't get native rendering. (with correct subpixel hinting 
> and whatever other native things you might have)

In fact, with QtRendering, we do still get sub-pixel anti-aliasing! Zoom in on
some text in the  "After" screenshot in my patch and see for yourself. I cannot
detect any issues whatsoever resulting from switching the rendering backend.

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

[systemsettings] [Bug 391695] Workspace Theme/Splash Screen KCM: use of QtQuickControls1 and/or PlasmaComponents labels causes blurry pixellated text with non-integer scale factors

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391695

--- Comment #3 from Nate Graham  ---
In fact, my patch does fix the issue in PlasmaComponents:
https://bugs.kde.org/show_bug.cgi?id=356446

But you're right, that's not relevant here.

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

[kwin] [Bug 391728] Improve ultrawide screen support: Maximize on the left or right area

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391728

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[Discover] [Bug 385040] Discover crashes in QQuickItem::isVisible() when attempting to go to home page

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=385040

Nate Graham  changed:

   What|Removed |Added

 CC||john.wayne.corn...@gmail.co
   ||m

--- Comment #8 from Nate Graham  ---
*** Bug 391725 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 391725] Discover scroll crash

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391725

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Nate Graham  ---


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

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

[kwin] [Bug 391709] kwin crashs on linux mint

2018-03-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=391709

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Flöser  ---
Unfortunately the backtrace is lacking debug symbols. If you are able to
reproduce please install debug packages and attach a new backtrace.

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

[Powerdevil] [Bug 377673] Brightness gets brighter when low battery

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377673

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Nate Graham  ---


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

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

[Powerdevil] [Bug 377357] configurable timer setting to turn off the keyboard's backlight

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377357

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[Powerdevil] [Bug 362831] Do not increase brightness when entering low battery mode

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362831

Nate Graham  changed:

   What|Removed |Added

 CC||frmdst...@gmail.com

--- Comment #4 from Nate Graham  ---
*** Bug 377673 has been marked as a duplicate of this bug. ***

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

[Powerdevil] [Bug 377046] Switch brightness levels smoothly, not instantaneously

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377046

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||n...@kde.org
Summary|smooth brightness switch|Switch brightness levels
   ||smoothly, not
   ||instantaneously
   Keywords||junior-jobs

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

[valgrind] [Bug 338252] building valgrind with -flto (link time optimisation) fails

2018-03-11 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=338252

Philippe Waroquiers  changed:

   What|Removed |Added

  Attachment #88247|0   |1
is obsolete||
  Attachment #88254|0   |1
is obsolete||

--- Comment #13 from Philippe Waroquiers  ---
Created attachment 111329
  --> https://bugs.kde.org/attachment.cgi?id=111329=edit
patch adding --enable-lto=yes configure option

Fix 338252 - building valgrind with -flto (link time optimisation) fails

* Addition of a new configure option --enable-lto=yes or --enable-lto=no
  Default value is --enable-lto=no, as the build is significantly slower,
  so is not appropriate for valgrind development : this should be used
  only on buildbots and/or by packagers.

* Some files containins asm functions have to be compiled without lto:
coregrind/m_libcsetjmp.c
coregrind/m_main.c
  If these are compiled with lto, that gives undefined symbols at link time.
  The files to compile without lto are
coregrind/m_libcsetjmp.c
coregrind/m_main.c

  To compile these files with other options, a noinst target lib is defined.
  The objects of this library are then added to the libcoregrind.

* memcheck/mc_main.c : move the handwritten asm helpers to mc_main_asm.c.
  This avoids undefined symbols on some toolchains. Due to this,
  the preprocessor symbols that activate the fast or asm memcheck helpers
  are moved to mc_include.h
  Platforms with handwritten helpers will also have the memcheck primary
  map defined non static.

* In VEX, auxprogs/genoffsets.c also has to be compiled without lto,
  as the asm produced by the compiler is post-processed to produce
  pub/libvex_guest_offsets.h. lto not producing asm means the generation
  fails if we used -flto to compile this file.

* all the various Makefile*am are modified to use LTO_CFLAGS for
  (most) targets. LTO_CFLAGS is empty when --enable-lto=no,
  otherwise is set to the flags needed for gcc.
  If --enable-lto=no, LTO_AR and LTO_RANLIB are the standard AR and RANLIB,
  otherwise they are the lto capable versions (gcc-ar and gcc-ranlib).

* This has been tested on:
debian 9.4/gcc 6.3.0/amd64+x86
rhel 7.4/gcc 6.4.0/amd64
ubuntu 17.10/gcc 7.2.0/amd64+x86
fedora26/gcc 7.3.1/s390x

  No regressions on the above.

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

[systemsettings] [Bug 390556] plasma-workspace lookandfeel needs to be ported to QtQuickControls2 to support HiDPI screens

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390556

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #7 from Nate Graham  ---
Yes, Text.NativeRendering is affected by a bug for non-integer scale factors
that causes this issue: https://bugreports.qt.io/browse/QTBUG-67007

The QQC2-desktop-style package works around this bug by forcing the use of
Text.QtRendering, which works fine. However that only works for QQC2 controls,
not QQC1 controls or PlasmaComponents controls, which is what are used in the
logout overlay. I have submitted a patch to resolve that:
https://phabricator.kde.org/D11244

Though this bug was originally filed against the logout overlay, it looks like
it's now tracking the Look & Feel KCM. The logout overlay issue is tracked by
Bug 391691, and should be fixed by my patch.

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

[Breeze] [Bug 389311] disk quota icon in breeze-icons

2018-03-11 Thread uRohan
https://bugs.kde.org/show_bug.cgi?id=389311

uRohan  changed:

   What|Removed |Added

 CC||navigator.ro...@gmail.com

--- Comment #7 from uRohan  ---
OS: openSUSE Tumbleweed 20180309
KDE Plasma Version: 5.12.3
KDE Frameworks Version: 5.43.0
Qt Version: 5.10.0

Disk Quota icon still missed in System Tray Settings.

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

[Planet KDE] [Bug 391732] New: Use Noto Sans font on Planet KDE

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391732

Bug ID: 391732
   Summary: Use Noto Sans font on Planet KDE
   Product: Planet KDE
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ranveeraggar...@gmail.com
  Reporter: matheus4...@hotmail.com
  Target Milestone: ---

Be consistent with the default Plasma font. Currently, it is using the Oxygen
font.

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

[Planet KDE] [Bug 391732] Use Noto Sans font on Planet KDE

2018-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391732

matheus4...@hotmail.com changed:

   What|Removed |Added

 OS|Linux   |unspecified

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

[Powerdevil] [Bug 391683] Brightness 100% after screen locking

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391683

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||n...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Nate Graham  ---
Can't reproduce with any lock method (timeout, keyboard shortcut, button in
Kickoff, etc,), a single screen in 5.12.3 and Kubuntu 17.10. with all
brightness checkboxes in Powerdevil checked. Does this issue reproduce when you
don't have your external screen connected?

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

[Powerdevil] [Bug 381387] display brightness is increased when come back from closed lid

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381387

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Nate Graham  ---


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

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

[Powerdevil] [Bug 362831] Do not increase brightness when entering low battery mode

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362831

Nate Graham  changed:

   What|Removed |Added

 CC||shaloksha...@protonmail.ch

--- Comment #7 from Nate Graham  ---
*** Bug 381387 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 391224] Kontact/KMail crashes when clicking security settings tab

2018-03-11 Thread Matt McCann
https://bugs.kde.org/show_bug.cgi?id=391224

Matt McCann  changed:

   What|Removed |Added

 CC||matt.mccan...@gmail.com

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

[kmymoney] [Bug 391733] New: Startup WM Class is wrong

2018-03-11 Thread Doug B
https://bugs.kde.org/show_bug.cgi?id=391733

Bug ID: 391733
   Summary: Startup WM Class is wrong
   Product: kmymoney
   Version: 5.0.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: w...@dougie.io
  Target Milestone: ---

I am  not 100% sure if this is an Arch AUR problem or if this something you
control, so I apologize if the former is true.

I noticed that when I launched KMyMoney, it didn't open in the proper icon in
my favorites menu. This is the behaviour that usually happens when the WM Class
is not set properly.

So, I used the command, "xprop WM_CLASS" to examine the window manager class of
KMyMoney. -- It was "kmymoney".

Next, I edited the desktop file for KMyMoney and say it's StartupWMClass was
"Kmymoney" with a capital "K". I changed "K" to lowercase "k" and the problem
was solved.

Cheers.

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

[digikam] [Bug 391734] New: Can't export to google photos: SSL Handshake failed

2018-03-11 Thread Marc
https://bugs.kde.org/show_bug.cgi?id=391734

Bug ID: 391734
   Summary: Can't export to google photos: SSL Handshake failed
   Product: digikam
   Version: 5.8.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Export-Google
  Assignee: digikam-bugs-n...@kde.org
  Reporter: erme...@gmail.com
  Target Milestone: ---

Created attachment 111330
  --> https://bugs.kde.org/attachment.cgi?id=111330=edit
Screenshot of the error displayed after copy paste the code provided by google

Hi,

I have this issue since I upgraded from 5.6 to 5.7.
I'm now in 5.8, using the appimage.

Before, I was able to export to google photos. Then I had to reconnect to my
google account:
- a webbrowser open a tab which tel me that kipi-plugins need some rights
- from the webbrowser, I accept: google provide me a code
- I past this code in the window in digikam but It failed with the following
error:
An error happen during authentication "SSL handshake failed (6)"

See screenshot below.

I'm not sure this is related to digikam or ubuntu because I upgrade also many
times my ubuntu (16.04, 17.10), etc.

But it reproduce each time now.

When I launch digikam from a terminal and I reproduce this bug, no additional
relevant information are displayed in the console.

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

[dolphin] [Bug 391738] New: Dolphin needlesly scans /sys for no good reason

2018-03-11 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=391738

Bug ID: 391738
   Summary: Dolphin needlesly scans /sys for no good reason
   Product: dolphin
   Version: 17.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: zakhar.nasi...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 111334
  --> https://bugs.kde.org/attachment.cgi?id=111334=edit
strace -f -T -tt -o log.txt dolphin

It takes it a while to start up, ran:

strace -f -T -tt -o log.txt dolphin

output is log.txt which is attached.

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

[dolphin] [Bug 391738] Dolphin needlesly scans /sys for no good reason

2018-03-11 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=391738

Zakhar  changed:

   What|Removed |Added

   Platform|Other   |Gentoo Packages

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

[plasmashell] [Bug 390632] Breeze task switcher has a transparent rectangle at the bottom

2018-03-11 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=390632

--- Comment #7 from Vlad Zagorodniy  ---
Dialog's blur region is set to a mask(I don't really know what it is and how it
is computed :(

https://github.com/KDE/plasma-framework/blob/master/src/plasmaquick/dialog.cpp#L245

And, in my case, the mask for task switcher is QRegion(size=2, bounds=(0,0
216x768) - [(0,0 216x758), (206,758 10x10)])

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

[Discover] [Bug 391725] New: Discover scroll crash

2018-03-11 Thread John W Cornell
https://bugs.kde.org/show_bug.cgi?id=391725

Bug ID: 391725
   Summary: Discover scroll crash
   Product: Discover
   Version: 5.10.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: john.wayne.corn...@gmail.com
  Target Milestone: ---

Application: plasma-discover (5.10.5)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.0-36-lowlatency x86_64
Distribution: Ubuntu 17.10

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

I was attempting to use the left panel scrollbar of Discovers Plasma Add On
section.
It never shows usable scrollbars.

- Unusual behavior I noticed:
No scroll bar and buggy behavior when I attempted to summon one by placing the
mouse over ther rightmost area of the pannel.

-- Backtrace:
Application: Discover (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f29243275c0 (LWP 20400))]

Thread 18 (Thread 0x7f28ae91b700 (LWP 20426)):
#0  0x7f291c2e0072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x562a93e8182c) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x7f291c2e0072 in __pthread_cond_wait_common (abstime=0x0,
mutex=0x562a93e817d8, cond=0x562a93e81800) at pthread_cond_wait.c:502
#2  0x7f291c2e0072 in __pthread_cond_wait (cond=0x562a93e81800,
mutex=0x562a93e817d8) at pthread_cond_wait.c:655
#3  0x7f28febc5b8b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#4  0x in  ()

Thread 17 (Thread 0x7f28ae11a700 (LWP 20424)):
#0  0x7f291a45f5d4 in g_mutex_unlock () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f291a419949 in g_main_context_query () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f291a41a0e7 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f291a41a27c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f29203a449b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f2920349e3a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f29201693ca in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f292016e29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f291c2d97fc in start_thread (arg=0x7f28ae11a700) at
pthread_create.c:465
#9  0x7f291fa70b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7f28bf155700 (LWP 20419)):
#0  0x7f291a419880 in g_main_context_query () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f291a41a0e7 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f291a41a27c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f29203a449b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f2920349e3a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f29201693ca in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f292016e29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f291c2d97fc in start_thread (arg=0x7f28bf155700) at
pthread_create.c:465
#8  0x7f291fa70b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7f28b700 (LWP 20418)):
#0  0x7f291c2e18e3 in __GI___pthread_getspecific (key=3) at
pthread_getspecific.c:30
#1  0x7f291a441b30 in g_thread_self () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f291a41a26d in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f29203a449b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f2920349e3a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f29201693ca in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f292016e29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f291c2d97fc in start_thread (arg=0x7f28b700) at
pthread_create.c:465
#8  0x7f291fa70b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7f28c6e7e700 (LWP 20415)):
#0  0x7f291a45f5b9 in g_mutex_lock () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f291a41999e in g_main_context_check () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f291a41a110 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f291a41a502 in g_main_loop_run () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f28c55b5b26 in  () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#5  0x7f291a441645 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7f291c2d97fc 

  1   2   3   >