[clazy] [Bug 418212] New: Add option to configure checks with .clazy configuration file

2020-02-25 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=418212

Bug ID: 418212
   Summary: Add option to configure checks with .clazy
configuration file
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: simg...@gmail.com
CC: smart...@kde.org
  Target Milestone: ---

SUMMARY

I take clang-tidy as an example to explain the situation.

clang-tidy can be configured with a .clang-tidy config file. This file can be
committed to the KDE project repo and shipped together with it. IDE like
KDevelop can use this file to configure the clang-tidy checks. The developer
does not need to configure anything. Ideally, the same checks that are
performed on the gitlab CI system are performed also in KDevelop and the
develper does not need to wait the CI build to figure out possible problems. 

It would be nice to have clazy be configurable with a config file to support
the same workflow.

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

[valgrind] [Bug 416682] [MIPS-Linux] mmap failed under valgrind

2020-02-25 Thread Krishna
https://bugs.kde.org/show_bug.cgi?id=416682

--- Comment #8 from Krishna  ---
(In reply to Tom Hughes from comment #5)
> So I can see that both offsets in the strace are the same which isn't what
> we would expect if your application is calling mmap2 as it should manipulate
> it differently before passing it to sys_mmap_pgoff.
> 
> Are you able to capture this map with --trace-syscalls=yes so that we can
> see what call valgrind is seeing from your application?

PFA, for system call traces and help me to map the system call mmap2 for
valgrind.

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

[valgrind] [Bug 416682] [MIPS-Linux] mmap failed under valgrind

2020-02-25 Thread Krishna
https://bugs.kde.org/show_bug.cgi?id=416682

--- Comment #7 from Krishna  ---
Created attachment 126420
  --> https://bugs.kde.org/attachment.cgi?id=126420=edit
Captured log with system call traces

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

[digikam] [Bug 418200] 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=418200

--- Comment #5 from Andrius  ---
Thanks Maik.
Can I use your screenshots for the documentation?

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

[picmi] [Bug 418211] New: The visual layout can be improved to better help the user when solving puzzles

2020-02-25 Thread Byrial Jensen
https://bugs.kde.org/show_bug.cgi?id=418211

Bug ID: 418211
   Summary: The visual layout can be improved to better help the
user when solving puzzles
   Product: picmi
   Version: 2.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: jakob.gru...@gmail.com
  Reporter: byrial.jen...@yahoo.com
  Target Milestone: ---

When solving puzzles I have missed some things in the layout which would help
the user if present:

1) Have a row and column count

I miss an indication of the total number of rows and columns in the puzzle so I
don't have to count them. The total number of rows could be placed over the
number sequences for the rows. The total number of columns could be placed to
the left of the number sequences for the columns.

2) Keep indication of every five cells in small cells

When the cells become smaller (which is necessary on small screens with large
puzzles), the extra line to indicate groups of 5 cells will disappear. That
makes the overall counting of cells more hard. Please keep a thicker line for
every five cells in rows and columns for small cell sizes. 

3) Add more space between numbers for row sequences

It can be hard to see the spaces between the individual numbers in sequences
for rows. I have several times read for instance "1 3" as "13". Please increase
the space between numbers in sequences for rows a little bit.

4) Add counter for actual row and column sequences

When marking long sequences of either filled cells or empty cells, it would be
nice with an indicator for the length, so the user can control the count. I
suggest when the mouse is on a cell that is marked as either filled or empty,
that numbers are shown for the number cells in the current sequence in both the
row and column. So if you have marked e.g. a sequence of 5 filled cells in a
row and place the mouse on one of the 5 cells, the number 5 will the shown,
e.g. to right of the cell. And if you have marked e.g. a sequence of 8 filled
cells in a column and place the mouse on one of the 8 cells, the number 8 will
be shown, e.g. below the column.

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

[valgrind] [Bug 416682] [MIPS-Linux] mmap failed under valgrind

2020-02-25 Thread Krishna
https://bugs.kde.org/show_bug.cgi?id=416682

--- Comment #6 from Krishna  ---
(In reply to Tom Hughes from comment #4)
> In what way is the offset "invalid" and why does it matter whether mmap or
> mmap2 is used? Are you trying to use some feature that only mmap2 supports?

Sorry for delayed in my response. We have a problem with large offset which the
offset can't find available in system memory space. And it is typically
2GB(2*1GB).

And the offset range expected for 2nd segment from 0x9000_ to 0xCFFF_.

I think yes, we are interested for mmap2 feature as we could some code
manipulation with offset.

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

[lattedock] [Bug 417886] Sharing layouts dont work

2020-02-25 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=417886

--- Comment #58 from Michail Vourlakos  ---
If there is an easier way to present the user the underlying technology and
solutions for that, I can accept patches...

Shared Layouts are shared to other layouts, and you could have a system with
more than one shared layout for different activities... 

For other bugs you mention you need to open new bug reports and steps to
reproduce.

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

[kmail2] [Bug 418184] Message attributes get mixed up

2020-02-25 Thread dzp
https://bugs.kde.org/show_bug.cgi?id=418184

dzp  changed:

   What|Removed |Added

 CC||dietz@scanthis.de

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

[digikam] [Bug 418200] 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418200

--- Comment #4 from Maik Qualmann  ---
Created attachment 126419
  --> https://bugs.kde.org/attachment.cgi?id=126419=edit
dialog-win10

Option enabled, the native Windows 10 file dialog is used.

Maik

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

[digikam] [Bug 418200] 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418200

--- Comment #3 from Maik Qualmann  ---
Created attachment 126418
  --> https://bugs.kde.org/attachment.cgi?id=126418=edit
dialog-qt

Option disabled, the Qt file dialog is used.

Maik

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

[kinfocenter] [Bug 387366] Energy consumption statistics not available

2020-02-25 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=387366

--- Comment #13 from Philippe ROUBACH  ---
I use a desktop then when I say "no statistics" I mean
there is no statistics about applications.

So I wonder if my problem is the same as the one of this bug report.

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

[picmi] [Bug 418210] New: The included puzzle "Mobile Phone" has wrong difficulty level

2020-02-25 Thread Byrial Jensen
https://bugs.kde.org/show_bug.cgi?id=418210

Bug ID: 418210
   Summary: The included puzzle "Mobile Phone" has wrong
difficulty level
   Product: picmi
   Version: 2.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jakob.gru...@gmail.com
  Reporter: byrial.jen...@yahoo.com
  Target Milestone: ---

The included puzzle "Mobile Phone" is in the section "Hard". It is should in
the section "Very Easy"

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

[kstars] [Bug 417968] Critical Break: Guiding via MOUNT Unavailable.

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417968

--- Comment #18 from mountainai...@outlook.com ---
Created attachment 126417
  --> https://bugs.kde.org/attachment.cgi?id=126417=edit
Latest log, with mount debugging

I hope this log worked.  I was connected to the RPi via Ekos Remote from my
Mac; the KStars log ended up on the Mac, but the mount debug log ended up on
the RPi.

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

[kmenuedit] [Bug 417495] kde menu editor, user defined shortcuts well recorded but launch nothing

2020-02-25 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=417495

--- Comment #3 from Philippe ROUBACH  ---
I redefine the problem.

It is about shortcuts:

- to launch app thus using kde menu editor
- to execute an action as for example "toggle night color" thus using kde
settings > shortcut
- to execute an action as for example "enable bluetooth" thus using systray
settings

the experiment:

With kmenu editor I create a shortcut to launch Firefox
then the shortcut does not work
then
with kde settings I create a shortcut to toggle "night color"
then the shortcut does not work
then
with systray settings I create a shortcut to toggle "night color"
then I get a message about reassigning the shortcut and shortcut works.

There is something bad around this three ways to define a shortcut.

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

[systemsettings] [Bug 418209] New: Unable to set kcm_nightsettings start time after midnight

2020-02-25 Thread Jon Clark
https://bugs.kde.org/show_bug.cgi?id=418209

Bug ID: 418209
   Summary: Unable to set kcm_nightsettings start time after
midnight
   Product: systemsettings
   Version: 5.18.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_nightcolor
  Assignee: plasma-b...@kde.org
  Reporter: clarj...@gmail.com
CC: kwin-bugs-n...@kde.org
  Target Milestone: ---

Created attachment 126416
  --> https://bugs.kde.org/attachment.cgi?id=126416=edit
Image showing the error

SUMMARY
My sleep schedule has my wind down time starting after midnight locally. Hoping
to be able to set my screen darkening during my wind down time, I was greeted
by the error: 

"Error: Morning is before evening"

I'm not sure why this would be a check, as folks sleep schedules should
determine when this setting is configured, not what time morning is. 

STEPS TO REPRODUCE
1. Set activation time setting to "Custom time", 
2. Set Turn On at: to 01:00
3. Set Turn Off at: to 11:00

OBSERVED RESULT
In italics, the text "Error: Morning is before evening" appears, and dimming
does not happen.

EXPECTED RESULT
The dimming should happen at the times the user specifies.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 5.5.5-arch1-1
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 15.5 GiB of RAM


ADDITIONAL INFORMATION

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

[kwin] [Bug 418208] KWin crashes when Cube and Fall Apart animations happen simultaneously

2020-02-25 Thread Mihaela
https://bugs.kde.org/show_bug.cgi?id=418208

--- Comment #1 from Mihaela  ---
Addendum: 

KWin won't start again, even after shut down. 

Here is some more info about my config and the commands I used to try to start
it: 

https://invent.kde.org/snippets/731

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

[krita] [Bug 417045] I was working with software krita 4.2.8 in the Windows 10 computer. When I want to work with this same document but in the Mac OS laptop, the software krita doesn't open the file.

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417045

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[okular] [Bug 416656] PDF Launch Action allows to execute Mono executables

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416656

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[okular] [Bug 416815] errors in .desktop files

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416815

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Discover] [Bug 417005] discover search bar does not align with right banner

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417005

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kio-extras] [Bug 398079] accessing passwordless Windows SMB shares requires authentification

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398079

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[okular] [Bug 416157] okular crashed after some page changing in a ppt file

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416157

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kio-extras] [Bug 108324] Kerberos autentication doesn't work with smb remote folders.

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=108324

--- Comment #13 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kio-extras] [Bug 339690] invalid login when using password beginning with $

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=339690

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kio-extras] [Bug 354004] smb kioslave timeouts looking for kerberos authentication

2020-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=354004

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 416292] empty space in the panel when widget locked

2020-02-25 Thread n0psledbyte
https://bugs.kde.org/show_bug.cgi?id=416292

--- Comment #8 from n0psledbyte  ---
Created attachment 126415
  --> https://bugs.kde.org/attachment.cgi?id=126415=edit
empty space in panel

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

[plasmashell] [Bug 416292] empty space in the panel when widget locked

2020-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416292

--- Comment #7 from Nate Graham  ---
Can you share a new screenshot?

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

[kwin] [Bug 418208] New: KWin crashes when Cube and Fall Apart animations happen simultaneously

2020-02-25 Thread Mihaela
https://bugs.kde.org/show_bug.cgi?id=418208

Bug ID: 418208
   Summary: KWin crashes when Cube and Fall Apart animations
happen simultaneously
   Product: kwin
   Version: 5.16.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mihaela.jurko...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.16.5)

Qt Version: 5.12.4
Frameworks Version: 5.62.0
Operating System: Linux 5.3.0-40-generic x86_64
Distribution: Ubuntu 19.10

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

This happens almost always: I close a window and he Fall Apart animation
happens. This animation isn't so short (any way I can change that time BTW?). I
then change to a different desktop/workspace which triggers the Cube animation. 

If I do that while the shards of the closed window animation are still
happening KWin crashes, or there some weird things happening with the windows
on the next desktop, flickering or it takes a moment until the display is
rendered. Sometimes the current desktop image is frozen for a bit, including
the shards it all stands still before it moves to the new desktop. Sometimes
the new desktop is not the next one, but the second one, probably because the
mouse keep pushing in that direction. 

- Custom settings of the application:

Enabled Fall Apart, Desktop Cube and Desktop Cube Animation under Desktop
Effects. 

In the Animation: 
Do not animate panels
Use pager layout for animation

Under Virtual Desktops I have 5 rows, each with 1 Desktop
Show animation when switching: Desktop Cube Animation
Show on-screen display when switching: 500 ms
Show desktop layout indicators

The crash can be reproduced sometimes.

-- Backtrace:
Application: KWin (kwin_x11), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1d921dcd00 (LWP 32174))]

Thread 11 (Thread 0x7f1cd196c700 (LWP 1932)):
#0  0x7f1d96ee72c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x55dc782034f4) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f1d96ee72c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x55dc782034a0, cond=0x55dc782034c8) at pthread_cond_wait.c:508
#2  0x7f1d96ee72c6 in __pthread_cond_wait (cond=0x55dc782034c8,
mutex=0x55dc782034a0) at pthread_cond_wait.c:638
#3  0x7f1d97978dbf in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f1d97978eb1 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f1d96a0e7b9 in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f1d96a0ea1a in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f1d97972c92 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f1d96ee0669 in start_thread (arg=) at
pthread_create.c:479
#9  0x7f1d990d9323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f1cd3f5e700 (LWP 1931)):
#0  0x7f1d990ccd26 in __GI_ppoll (fds=0x7f1ccc000d68, nfds=1,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1  0x7f1d97b8d589 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f1d97b8eaf4 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f1d97b385cb in
QEventLoop::exec(QFlags) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f1d97971a45 in QThread::exec() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f1d96680319 in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#6  0x7f1d97972c92 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f1d96ee0669 in start_thread (arg=) at
pthread_create.c:479
#8  0x7f1d990d9323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7f1ce1a3f700 (LWP 549)):
#0  0x7f1d96ee72c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x55dc77e836f4) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f1d96ee72c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x55dc77e836a0, cond=0x55dc77e836c8) at pthread_cond_wait.c:508
#2  0x7f1d96ee72c6 in __pthread_cond_wait (cond=0x55dc77e836c8,
mutex=0x55dc77e836a0) at pthread_cond_wait.c:638
#3  0x7f1d97978dbf in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f1d97978eb1 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f1d96a0e7b9 in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f1d96a0ea1a in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f1d97972c92 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  

[dolphin] [Bug 416134] De-couple "Sort By" and "Group By"

2020-02-25 Thread koyu
https://bugs.kde.org/show_bug.cgi?id=416134

koyu  changed:

   What|Removed |Added

 CC||me@koyu.space

--- Comment #1 from koyu  ---
Can confirm, this is a serious issue

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

[digikam] [Bug 418200] 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418200

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
 OS|Linux   |MS Windows
   Platform|Other   |MS Windows

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

[plasmashell] [Bug 416292] empty space in the panel when widget locked

2020-02-25 Thread n0psledbyte
https://bugs.kde.org/show_bug.cgi?id=416292

--- Comment #6 from n0psledbyte  ---
still exist in KDE Plasma 5.18.2

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

[digikam] [Bug 418200] 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=418200

--- Comment #2 from Andrius  ---
(In reply to Maik Qualmann from comment #1)
> Tested just under Windows 10. Works without problems, switching between
> standard Qt file dialogs and the nativev Windows 10 file dialogs.
> 
> Maik

Mail
Would you have a chance to take a couple of screenshots to demonstrate the
difference?

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

[konsole] [Bug 401094] Malayalam rendering regression in Konsole 18.08

2020-02-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=401094

--- Comment #25 from Kurt Hindenburg  ---
The next KDE release is 20.04 which the beta released in less than a month.


I can try to sort out Mariusz's repo;  it changes a lot of other things not
just Malayalam fixes.  I can't promise it will make it in.  For now, your best
bet would be to build from source w/ the fixes.

https://community.kde.org/Schedules/release_service/20.04_Release_Schedule

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

[konsole] [Bug 415508] Scrollbar set to 'hidden' reappears when scrolling twice via touchpad

2020-02-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=415508

--- Comment #11 from Kurt Hindenburg  ---
(In reply to Ferdinand B from comment #3)
> Tested different scroll methods:
> - via Shift+Up, Shift+PgUp -- works as intended
> - via Mouse Wheel -- works as intended
> - via Touchṕad Two-Finger scroll -- scrollbar appears unexpectedly

Ok now I see this comment - I'll have to see if one my old laptops still works.

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

[konsole] [Bug 415508] Scrollbar set to 'hidden' reappears when scrolling twice via touchpad

2020-02-25 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=415508

--- Comment #10 from Kurt Hindenburg  ---
I'm looking at this - currently can't reproduce - thanks for patch

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

[systemsettings] [Bug 404065] Keyboard-only navigation impossible

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=404065

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #9 from David Edmundson  ---
Found out what's happening

When we tab to the main view and back, focus goes to the SubcategoriesView.
i.e the view of "window behaviour", "task switch" etc. when clicking on window
management.

This is a page that should be hidden and disabled. In fact it is offscreen with
a width of 0

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

[kdenlive] [Bug 415454] Timeline indicators

2020-02-25 Thread Anton
https://bugs.kde.org/show_bug.cgi?id=415454

--- Comment #3 from Anton  ---
What's solved? Clips on the timeline are not marked in the project bin when
icon mode.

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

[plasmashell] [Bug 402376] Click on taskbar item sometimes starts drag

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=402376

--- Comment #11 from David Edmundson  ---
> We might consider doing the same thing here.

We do.

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

[plasmashell] [Bug 382760] Let users specify individual KRunner plugins from the full set

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=382760

David Edmundson  changed:

   What|Removed |Added

   Priority|HI  |LO

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

[plasmashell] [Bug 414121] taskbar freezes if window title updates frequently

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=414121

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
A buffering cache was introduced into the task manager chain.

Is this still an issue?

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #30 from David Edmundson  ---
I'm sure that works,  but it doesn't answer the original question. why is the
KCM reporting itself as changed upon load?

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

[plasmashell] [Bug 393820] Global shortcuts stop working on X after starting Wayland session via startplasmacompositor

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=393820

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
>Not sure if it still occurs though.

Closing till then.

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

[plasmashell] [Bug 417777] MX Master 2S connecting Bluetooth, crashed KDE Plasma.

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=41

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[plasmashell] [Bug 416192] Crash in plotter

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=416192

David Edmundson  changed:

   What|Removed |Added

Summary|Crash after trying to   |Crash in plotter
   |connect to Wi-Fi network|

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

[Discover] [Bug 418207] New: Cannot choose snap channels

2020-02-25 Thread Mohan
https://bugs.kde.org/show_bug.cgi?id=418207

Bug ID: 418207
   Summary: Cannot choose snap channels
   Product: Discover
   Version: 5.18.1
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Snap Backend
  Assignee: lei...@leinir.dk
  Reporter: thedefective...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

SUMMARY
Not able to view snap channels. For example Firefox has 3 snap channels,
Stable, ESR, and Beta. I am not able to see choose these in KDE Discover. I
have test this on Kubuntu 19.10 with KDE 5.18.1 (via backport ppa) as well
latest build of KDE Neon stable edition.

STEPS TO REPRODUCE
1. Open Discover
2. Search and find Firefox Snap application
3. See if you can view different channels (Beta, ESR, Stable)

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 19.10
(available in About System)
KDE Plasma Version: 5.18.2
KDE Frameworks Version: 5.67.0
Qt Version: 5.12.4

ADDITIONAL INFORMATION

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

[frameworks-baloo] [Bug 389848] baloo_file crashes in mdb_put() in LMDB

2020-02-25 Thread laurie jarden
https://bugs.kde.org/show_bug.cgi?id=389848

laurie jarden  changed:

   What|Removed |Added

 CC||laur...@internode.on.net

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

[kwin] [Bug 418190] Using Alt+Tab on wayland only switches once and then doesn't switch any further. However, I can switch more using keyboard arrows.

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418190

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
   Severity|major   |normal
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from David Edmundson  ---
Works here and I've not had any other reports. 

Will continue to investigate, but it's not major.


Please type "kwin" into krunner and open the kwin debug console.

>From here you should see a tab marked input events. Please confirm what that
shows when we press alt+tab multiple times.

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

[kwin] [Bug 418190] Using Alt+Tab on wayland only switches once and then doesn't switch any further. However, I can switch more using keyboard arrows.

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418190

David Edmundson  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
  Component|generic-wayland |wayland-generic
 CC||k...@davidedmundson.co.uk
Version|master  |unspecified
Product|plasmashell |kwin
   Target Milestone|1.0 |---

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

[plasmashell] [Bug 418189] Plasma freeze when systemd automount NFS shares are not mounted

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418189

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
Use of kernel level network mounted shares is not officially supported because
problems like this are unavoidable.  Use of KIO will not have the same effect.

However we have been trying to identify the issues anyway and see if we can use
workarounds.


Please trigger the freeze and then run 

sudo gdb --pid `pidof plasmashell` 

wait for it to attach

then type "bt" to get the result and paste that

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

[plasmashell] [Bug 416914] Connecting external monitor freezes Plasma

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=416914

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from David Edmundson  ---
I'm very confused by the original report.

Report says plasmashell is frozen
And that kwin is using max CPU

The backtrace is of kwin crashing after being closed. That doesn't seem
relevant

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

[plasmashell] [Bug 418167] Plasma (plasmashell), signal: Segmentation fault - KJob::finishJob(bool)

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418167

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[plasmashell] [Bug 406711] Segmentation fault - Plasma::ServiceJob::qt_static_metacall

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=406711

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

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

[plasmashell] [Bug 418156] Plasma Wayland crash on startup

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418156

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
Fixed in newer Qt

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

[krunner] [Bug 418206] New: Nvidia & Optimus Manager crash

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418206

Bug ID: 418206
   Summary: Nvidia & Optimus Manager crash
   Product: krunner
   Version: 5.18.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: milosz.lenczew...@gmail.com
  Target Milestone: ---

Application: krunner (5.18.1)

Qt Version: 5.14.1
Frameworks Version: 5.67.0
Operating System: Linux 5.4.21-1-lts x86_64
Windowing system: X11
Distribution: Arch Linux

-- Information about the crash:
- What I was doing when the application crashed: Waking up computer from sleep.
I'm using an nvidia GPU with optimus manager.

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

Thread 28 (Thread 0x7f47fb7fe700 (LWP 2448)):
#0  0x7f488eccdcf5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f488f9f3cb4 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#2  0x7f488f9f3d92 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#3  0x7f488031c289 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f488031fd1b in  () at /usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#9  0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#10 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#11 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#12 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#13 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#14 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#15 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#16 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#17 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#18 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#19 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#20 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#21 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#22 0x7f488031de5c in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#23 0x7f488f9edfc6 in  () at /usr/lib/libQt5Core.so.5
#24 0x7f488ecc746f in start_thread () at /usr/lib/libpthread.so.0
#25 0x7f488f6723d3 in clone () at /usr/lib/libc.so.6

Thread 27 (Thread 0x7f47fbfff700 (LWP 2447)):
#0  0x7f488eccdcf5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f488f9f3cb4 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#2  0x7f488f9f3d92 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#3  0x7f488031c289 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f488031fd1b in  () at /usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#9  0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#10 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#11 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#12 0x7f488031fd71 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#13 0x7f488031b47e in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at

[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime

2020-02-25 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=418030

--- Comment #2 from Aleix Pol  ---
Adding this to the io.qt.qtwebengine.BaseApp would surely be a better fix, no?

Thanks for the investigation!

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

[kdiff3] [Bug 176687] cannot disable --auto command-line option

2020-02-25 Thread michael
https://bugs.kde.org/show_bug.cgi?id=176687

michael  changed:

   What|Removed |Added

   Version Fixed In||1.9
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||kdiff3/commit/a90c16f93988e
   ||6531db546f8d4ac404673ab240a

--- Comment #2 from michael  ---
Git commit a90c16f93988e6531db546f8d4ac404673ab240a by Michael Reeves.
Committed on 21/02/2020 at 19:16.
Pushed by mreeves into branch 'master'.

Add --noauto option

Implement feature request for disabling --auto  as git is hard coded to pass
this.
FIXED-IN:1.9

M  +1-0doc/en/index.docbook
M  +1-0doc/en/man-kdiff3.1.docbook
M  +1-1src/kdiff3.cpp
M  +2-0src/main.cpp

https://invent.kde.org/kde/kdiff3/commit/a90c16f93988e6531db546f8d4ac404673ab240a

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

[KScreen] [Bug 407058] KDE Plasma5 can't change resolution in VM after last update

2020-02-25 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=407058

Rik Mills  changed:

   What|Removed |Added

 CC||rikmi...@kde.org

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

[kdeplasma-addons] [Bug 165402] Indicate status of sticky keys

2020-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=165402

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org,
   ||plasma-b...@kde.org
  Component|general |Keyboard Indicator
Version|unspecified |5.18.1
   Assignee|unassigned-b...@kde.org |aleix...@gmail.com
Summary|No "show keyboard status"   |Indicate status of sticky
   |indicator in KDE5   |keys
Product|kde |kdeplasma-addons

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

[dolphin] [Bug 418204] Menu entries to lock the toolbar and panel positions have an inconsistent user interface

2020-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418204

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
   Severity|wishlist|minor

--- Comment #1 from Nate Graham  ---
Yeah,  te should use a toggle action everywhere rather than changing the name
of the menu item.

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

[dolphin] [Bug 418202] Folders panel does not display a title/header when panels are locked

2020-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418202

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #1 from Nate Graham  ---
This is intentional. If we showed a title when locked, then the text "Folders"
would be shown twice, one right above the other.

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

[kde] [Bug 418205] New: notifier box empty and system frozen, keyboard and mouse and touch pad inoperative. Magic Keys Alt-sysreq-b or -o

2020-02-25 Thread Terry D. Boldt
https://bugs.kde.org/show_bug.cgi?id=418205

Bug ID: 418205
   Summary: notifier box empty and system frozen, keyboard and
mouse and touch pad inoperative. Magic Keys
Alt-sysreq-b or -o
   Product: kde
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: fastsnip-bc...@yahoo.com
  Target Milestone: ---

SUMMARY
notifier box empty and system frozen, keyboard and mouse and touch pad
inoperative. Magic Keys Alt-sysreq-b or -o inoperative. power button only
option

STEPS TO REPRODUCE
1. boot and log in
2. WiFi notification box outline appears
3. outline only

OBSERVED RESULT
notification box Outline appears, never fills in. system totally frozen.
Happens on about 50% of system boots. Got a notification box that that
something about gmenu crashed. System then proceeded to operate normally for
remainder of time until shutdown. Also,when clicking on KDE symbol, box outline
appears and maybe fills i after 30 to 40 seconds. It it doesn't appear, system
is frozen. Pausing mouse pointer on a task bar icon, e.g., keyboard indicator,
the box outline appears only.


EXPECTED RESULT
Notification box should be filled with notice that wifi is activated or filled
with info on taskbar icon.


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 19.10 and whatever is installed with Kubuntu 19.10.  
(available in About System)
KDE Plasma Version: whatever is installed with Kubuntu 19.10
KDE Frameworks Version: whatever is installed with Kubuntu 19.10 
Qt Version: whatever is installed with Kubuntu 19.10

ADDITIONAL INFORMATION
On Asus FX505DU laptop

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

[kpat] [Bug 418186] Solver declares game to be winnable when it isn't

2020-02-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418186

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||aa...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Albert Astals Cid  ---
Well my version  says it can't be won either.

I'm guess your distribution is using an old solver, can you use kpat from
flathub https://flathub.org/apps/details/org.kde.kpat to confirm it says you
can't win either?

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

[digikam] [Bug 418199] Would it be possible to display file sizes in Megabytes?

2020-02-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418199

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||7.0.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/f717071a3062
   ||e9d6bcf90954d236ec3fcae99d6
   ||2
 Resolution|--- |FIXED

--- Comment #1 from Maik Qualmann  ---
Git commit f717071a3062e9d6bcf90954d236ec3fcae99d62 by Maik Qualmann.
Committed on 25/02/2020 at 22:26.
Pushed by mqualmann into branch 'master'.

fix QString::asprintf() in ItemPropertiesTab::humanReadableBytesCount()
FIXED-IN: 7.0.0

M  +2-1NEWS
M  +1-1core/libs/properties/itempropertiestab.cpp

https://invent.kde.org/kde/digikam/commit/f717071a3062e9d6bcf90954d236ec3fcae99d62

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

[dolphin] [Bug 418204] New: Menu entries to lock the toolbar and panel positions have an inconsistent user interface

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418204

Bug ID: 418204
   Summary: Menu entries to lock the toolbar and panel positions
have an inconsistent user interface
   Product: dolphin
   Version: 18.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: smokythebearonthemount...@gmx.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

The context menu entries to lock the toolbar and panels have an inconsistent
user interface. 

The toolbar context menu entry to lock the toolbar position uses fixed text
('Lock Toolbar Positions') and a padlock icon that is always displayed in the
locked state. The lock state of the toolbar is shown using a checkbox adjacent
to the menu option.

In contrast, the context menu entry to lock the panels does not use a checkbox
and instead changes the text and icon of the menu entry itself to reflect the
locked state of the panels.

I am aware this is a pedantic nitpick and not a functionality issue, but
interface consistency would make Dolphin look more polished.

STEPS TO REPRODUCE
1. 

Use the toolbar context menu to lock and unlock the toolbar. Note the behavior
of the 'Lock Toolbar Positions' menu entry.

2. 

Use the panel context menu to lock and unlock the panel. Note the behavior of
the 'Lock Panels' / 'Unlock Panels' menu entry.

3. 

Note the differences in behaviors between the two components.

OBSERVED RESULT

The context menu entries to lock the toolbar and panels have an inconsistent
user interface. 

EXPECTED RESULT

The locking commands should have consistent behavior matching the most common
practice among other KDE applications.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: OpenSUSE LEAP 15.1 / KDE Plasma 5.12.8
(available in About System)
KDE Plasma Version: 5.12.8
KDE Frameworks Version: 5.55.0
Qt Version: 5.9.7

ADDITIONAL INFORMATION

None.

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

[KAccounts] [Bug 357663] Owncloud missing (Fedora), empty list with OpenSuse

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=357663

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Nicolas Fella  ---
Owncloud support is available

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

[KAccounts] [Bug 406284] Ubuntu SSO support

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=406284

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

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

[KAccounts] [Bug 405630] Microsoft account support

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=405630

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

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

[krita] [Bug 418181] onion skin is not working

2020-02-25 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=418181

Tymond  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com

--- Comment #2 from Tymond  ---
Just for the record: for this kind of issues it's better to post about them on
r/krita, on krita-artists.org or on https://forum.kde.org/viewforum.php?f=136 .
This site is for issues that needs to be fixed in the code, and if that was the
case and onion skins would be not working for anyone, we'd notice it; and even
if not, it's better to first post on the forum, because then user supporters
can help you write a better bug report with all the information developers need
to find and fix the issue.

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

[KAccounts] [Bug 363260] Can't create twitter account

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=363260

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #7 from Nicolas Fella  ---
Twitter support has been disabled due to being broken and no one caring

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

[KAccounts] [Bug 374576] Google and Twitter are the only accounts that I can add

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=374576

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Nicolas Fella  ---
own/nextcloud is also available by default. Many more accounts related to
telepathy are availabe from ktp-accounts-kcm

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

[dolphin] [Bug 418203] New: Folders panel does not allow navigation to parent folders

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418203

Bug ID: 418203
   Summary: Folders panel does not allow navigation to parent
folders
   Product: dolphin
   Version: 18.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: smokythebearonthemount...@gmx.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

The folders panel does not provide any means to navigate to folders higher in
the folder tree. For example, if Dolphin is opened in ~, the folders panel
cannot be used to navigate to /home or /.

STEPS TO REPRODUCE
1. 

Navigate to any directory other than /.

2. 

Turn on the folders panel using any means desired (e.g. F7 or the menus).

3. 

Observe the contents of the folders panel.

OBSERVED RESULT

There is no way to navigate up the folder tree to a higher level directory.

EXPECTED RESULT

There should be some way to navigate to higher level directories using this
panel in addition to the upward navigation features provided by the Dolphin
main toolbar 'go up' button and the features of the location bar.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: OpenSUSE LEAP 15.1 / KDE Plasma 5.12.8
(available in About System)
KDE Plasma Version: 5.12.8
KDE Frameworks Version: 5.55.0
Qt Version: 5.9.7

ADDITIONAL INFORMATION

None.

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

[KAccounts] [Bug 366635] kaccounts-mobile from workspace depends on applications & kdepim modules

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=366635

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

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

[KAccounts] [Bug 382500] Can't configure a Google internet account.

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=382500

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |FIXED

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

[KAccounts] [Bug 385506] KDE Settings crashed after exiting the Touchpad configuration

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=385506

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |FIXED

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

[KAccounts] [Bug 352217] system settings crashing after configuring "Online accounts"

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=352217

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

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

[KAccounts] [Bug 414219] Empty Google username after successful login

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=414219

Nicolas Fella  changed:

   What|Removed |Added

 CC||bryan.stam...@gmail.com

--- Comment #24 from Nicolas Fella  ---
*** Bug 389784 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 418202] New: Folders panel does not display a title/header when panels are locked

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418202

Bug ID: 418202
   Summary: Folders panel does not display a title/header when
panels are locked
   Product: dolphin
   Version: 18.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: smokythebearonthemount...@gmx.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

The folders panel does not display a title (header text) when panels are
locked. This is a purely cosmetic bug that has no impact on functionality.

STEPS TO REPRODUCE
1. 

Turn on the folders panel using any means desired (e.g. F7 or the menus).

2. 

Unlock the folders panel using the panel context menu.

3. 

Lock the folders panel using the panel context menu.

OBSERVED RESULT

The panel title (The word 'Folders' in the English localization) will disappear
when the panel is locked. 

EXPECTED RESULT

The word 'Folders' should remain at the top of the panel after it is locked.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: OpenSUSE LEAP 15.1 / KDE Plasma 5.12.8
(available in About System)
KDE Plasma Version: 5.12.8
KDE Frameworks Version: 5.55.0
Qt Version: 5.9.7

ADDITIONAL INFORMATION

None.

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

[KAccounts] [Bug 389784] Empty userName and owner fields returned when trying to connect to google acount

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=389784

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Nicolas Fella  ---


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

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

[digikam] [Bug 418200] 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418200

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Tested just under Windows 10. Works without problems, switching between
standard Qt file dialogs and the nativev Windows 10 file dialogs.

Maik

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

[Discover] [Bug 418019] Details of app are shown with broken layout in some cases

2020-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418019

Nate Graham  changed:

   What|Removed |Added

   Assignee|lei...@leinir.dk|n...@kde.org
 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Nate Graham  ---
Patch: https://phabricator.kde.org/D27664

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

[lattedock] [Bug 417886] Sharing layouts dont work

2020-02-25 Thread Recesvintvs
https://bugs.kde.org/show_bug.cgi?id=417886

--- Comment #55 from Recesvintvs  ---
Hi again. I hadnt time yesterday. Excuse for the delay.

Since I have the impression that my explanations werent as clear as I hoped, I
have made a screencast of the process. I hope it helps.
It covers since the first login on a fresh session ("rm -r .* /home/pruebas/"
run before) until  the Latte's configuration process and failure, so you can
see every thing I have done and every configuration I have changed, even how I
created the 2nd activity and made them look distinct, which arent related at
all with Latte, but I want to ilustrate all.
I've reduced the resolution to 1600x900 so it dont weigh too much and besides
things don't look too tiny; also I swiched the language of Latte to US so you
don't get confused with names. Everything is recorded so you dont miss a single
change I could have done.

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

[KAccounts] [Bug 371945] cannot create "your internet accounts such as Google, Live, Owncloud"

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=371945

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[digikam] [Bug 418198] Is there a way to resize these overlay buttons?

2020-02-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418198

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
No there is no way to change the size in the program. When I look at the
screenshot, I don't find it too small. In addition, all functions can also be
called up via key shortcuts. If you use a display with a higher resolution, you
can set a scaling factor via an environment variable. Then the GUI expands.

Maik

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

[KAccounts] [Bug 367591] missing account types in online accounts in system settings

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=367591

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

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

[KAccounts] [Bug 363554] in systemsettings tab in the Internet accounts when you click on the "add" or "+" nothing happens

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=363554

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |FIXED

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

[KAccounts] [Bug 359620] no accounts configured Cloud

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=359620

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

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

[KAccounts] [Bug 362750] Misleading Online accounts module

2020-02-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=362750

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |INTENTIONAL

--- Comment #1 from Nicolas Fella  ---
IM accounts are online accounts, too. We do have support for google and *cloud
too

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

[Falkon] [Bug 418085] Please make Falkon work with current libraries

2020-02-25 Thread Juraj
https://bugs.kde.org/show_bug.cgi?id=418085

--- Comment #5 from Juraj  ---
For Python extensions you might be affected by this bug.
https://bugs.kde.org/show_bug.cgi?id=409575
https://bugreports.qt.io/browse/PYSIDE-1135

PyFalkon is almost entirely generated by shiboken2, and the mentioned error in
the buf seems to be related to shiboken2 rather than Falkon itself.

There could also be some backported "fix" in Qt which broke some things.

For the error about "work with current libraries",
I have Artix here and it works just fine, there are even newer libraries than
on PCLinuxOS.

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

[Discover] [Bug 418201] New: Discover crashes when trying to delete GNOME Application Platfrom version 3.30.

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418201

Bug ID: 418201
   Summary: Discover crashes when trying to delete GNOME
Application Platfrom version 3.30.
   Product: Discover
   Version: 5.17.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: rhb...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

Application: plasma-discover (5.17.5)

Qt Version: 5.14.1
Frameworks Version: 5.66.0
Operating System: Linux 5.5.2-1-MANJARO x86_64
Distribution: Manjaro Linux

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

I tried to remove GNOME Application Platfrom version 3.30 because I have two
versions installed, 3.30 and 3.32.

The crash can be reproduced every time.

-- Backtrace:
Application: Odkrywca (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9e87e45280 (LWP 3466))]

Thread 12 (Thread 0x7f9df4ff9700 (LWP 3645)):
#0  0x7f9e8ae824e4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7f9e8aed2038 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f9e8aed21f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f9e8cb4003c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f9e8cae64cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f9e8c90ae52 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f9e8c90bfc6 in  () at /usr/lib/libQt5Core.so.5
#7  0x7f9e8b8b54cf in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f9e8c58e2d3 in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7f9e5a7fc700 (LWP 3642)):
#0  0x7f9e8ae824e4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7f9e8aed2115 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f9e8aed21f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f9e70015e5e in  () at /usr/lib/gio/modules/libdconfsettings.so
#4  0x7f9e8aeaebb1 in  () at /usr/lib/libglib-2.0.so.0
#5  0x7f9e8b8b54cf in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f9e8c58e2d3 in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7f9e59347700 (LWP 3481)):
#0  0x7f9e8aec962f in g_source_ref () at /usr/lib/libglib-2.0.so.0
#1  0x7f9e8aed0662 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f9e8aed193b in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#3  0x7f9e8aed2046 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7f9e8aed21f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7f9e8cb4003c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7f9e8cae64cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7f9e8c90ae52 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7f9e8c90bfc6 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f9e8b8b54cf in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f9e8c58e2d3 in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7f9e59e55700 (LWP 3480)):
[KCrash Handler]
#6  0x7f9e8e629064 in QSGSoftwareRenderableNode::update() () at
/usr/lib/libQt5Quick.so.5
#7  0x7f9e8e62eac9 in  () at /usr/lib/libQt5Quick.so.5
#8  0x7f9e8e5e51c5 in QSGNodeVisitorEx::visitChildren(QSGNode*) () at
/usr/lib/libQt5Quick.so.5
#9  0x7f9e8e5e524b in QSGNodeVisitorEx::visitChildren(QSGNode*) () at
/usr/lib/libQt5Quick.so.5
#10 0x7f9e8e5e51eb in QSGNodeVisitorEx::visitChildren(QSGNode*) () at
/usr/lib/libQt5Quick.so.5
#11 0x7f9e8e5e51eb in QSGNodeVisitorEx::visitChildren(QSGNode*) () at
/usr/lib/libQt5Quick.so.5
#12 0x7f9e8e5e51eb in QSGNodeVisitorEx::visitChildren(QSGNode*) () at
/usr/lib/libQt5Quick.so.5
#13 0x7f9e8e5e524b in QSGNodeVisitorEx::visitChildren(QSGNode*) () at
/usr/lib/libQt5Quick.so.5
#14 0x7f9e8e62cb94 in  () at /usr/lib/libQt5Quick.so.5
#15 0x7f9e8e61de7b in QSGAbstractSoftwareRenderer::nodeAdded(QSGNode*) ()
at /usr/lib/libQt5Quick.so.5
#16 0x7f9e8e61f809 in QSGAbstractSoftwareRenderer::nodeChanged(QSGNode*,
QFlags) () at /usr/lib/libQt5Quick.so.5
#17 0x7f9e8e595a38 in QSGRootNode::notifyNodeChange(QSGNode*,
QFlags) () at /usr/lib/libQt5Quick.so.5
#18 0x7f9e8e595ab9 in QSGNode::markDirty(QFlags) ()
at /usr/lib/libQt5Quick.so.5
#19 0x7f9e8e671e2e in QQuickWindowPrivate::updateDirtyNode(QQuickItem*) ()
at /usr/lib/libQt5Quick.so.5
#20 0x7f9e8e67261c in QQuickWindowPrivate::updateDirtyNodes() () at
/usr/lib/libQt5Quick.so.5
#21 0x7f9e8e673d42 in QQuickWindowPrivate::syncSceneGraph() () at
/usr/lib/libQt5Quick.so.5
#22 0x7f9e8e6360d8 in  () at /usr/lib/libQt5Quick.so.5
#23 0x7f9e8e636c4a in  () at /usr/lib/libQt5Quick.so.5
#24 0x7f9e8e639a26 in  () at 

[amarok] [Bug 417259] Amarok fails to load lyrics from lyrics.wikia.com

2020-02-25 Thread Heiko Becker
https://bugs.kde.org/show_bug.cgi?id=417259

Heiko Becker  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/ama
   ||rok/7f966e2a46c92eeec2991fe
   ||ec30fb061c41c0b67

--- Comment #3 from Heiko Becker  ---
Git commit 7f966e2a46c92eeec2991feec30fb061c41c0b67 by Heiko Becker, on behalf
of Pedro Gomes.
Committed on 25/02/2020 at 21:41.
Pushed by heikobecker into branch 'master'.

Fix loading of lyrics from lyrics.wikia.com

Summary:
Fix error where Amarok failed to load lyrics from lyrics.wikia.com because the
domain was being redirected to lyrics.fandom.com.

The fix does two things:

  - update the base API Url to the redirected domain lyrics.fandom.com, thus
skipping the redirection
  - makes LyricsManager react to possible future redirections

Reviewers: #amarok, amarok-devel, heikobecker

Reviewed By: #amarok, heikobecker

Subscribers: #amarok, pgomes, amarok-devel

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

M  +18   -1src/lyrics/LyricsManager.cpp
M  +3-0src/lyrics/LyricsManager.h

https://commits.kde.org/amarok/7f966e2a46c92eeec2991feec30fb061c41c0b67

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

[digikam] [Bug 418200] New: 'Use native dialogs from system' option seems to do nothing on Win 10

2020-02-25 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=418200

Bug ID: 418200
   Summary: 'Use native dialogs from system' option seems to do
nothing on Win 10
   Product: digikam
   Version: 7.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Setup-Misc
  Assignee: digikam-bugs-n...@kde.org
  Reporter: aegor...@gmail.com
  Target Milestone: ---

https://pixls-discuss.s3.dualstack.us-east-1.amazonaws.com/original/3X/f/7/f77c8ae5aaba91c3c7ec5305b09ee20ac0b808c2.png

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

[digikam] [Bug 418199] New: Would it be possible to display file sizes in Megabytes?

2020-02-25 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=418199

Bug ID: 418199
   Summary: Would it be possible to display file sizes in
Megabytes?
   Product: digikam
   Version: 7.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Albums-IconView
  Assignee: digikam-bugs-n...@kde.org
  Reporter: aegor...@gmail.com
  Target Milestone: ---

https://pixls-discuss.s3.dualstack.us-east-1.amazonaws.com/original/3X/c/9/c99ad891af894ebd0269228d2823c07fae60b32f.png

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

[digikam] [Bug 418198] New: Is there a way to resize these overlay buttons?

2020-02-25 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=418198

Bug ID: 418198
   Summary: Is there a way to resize these overlay buttons?
   Product: digikam
   Version: 7.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Preview-Image
  Assignee: digikam-bugs-n...@kde.org
  Reporter: aegor...@gmail.com
  Target Milestone: ---

https://pixls-discuss.s3.dualstack.us-east-1.amazonaws.com/original/3X/0/9/09dfe6bd6c7c868174ebf63661ac0116ec73952b.png

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

[plasmashell] [Bug 418100] Wrong task shade for minimized/visible applications

2020-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418100

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #8 from Nate Graham  ---
We discussed this in the VDG room a bunch and came to the conclusion that we'd
like to let things simmer a while longer before we rush to change anything. We
implemented this change to fix a bug that was causing a lot of people a lot of
pain, and we couldn't find a clean way to fix it just for them without changing
anything for anyone else.

So let's close this for now, but collect duplicate reports anyway to see how
many people get annoyed. :)

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

[krita] [Bug 418147] GUI major problem

2020-02-25 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=418147

Tymond  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 CC||tamtamy.tym...@gmail.com
 Status|NEEDSINFO   |RESOLVED

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

[kate] [Bug 418197] New: Improve handling of excess tabs in tab bar

2020-02-25 Thread Mark Gibb
https://bugs.kde.org/show_bug.cgi?id=418197

Bug ID: 418197
   Summary: Improve handling of excess tabs in tab bar
   Product: kate
   Version: 19.12.2
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: mmeg...@yahoo.com
  Target Milestone: ---

SUMMARY
When many tabs are open, a little folder icon with a number (like "+3")
appears. That's fine except when I click on that icon, the entire list of open
files shows up instead of just the three that are not shown.  That makes it
very difficult to get to the tabs that are hidden, especially if I don't
remember what all is open. 

STEPS TO REPRODUCE
1. N/A

EXPECTED RESULT
I would like the handling to be more like Notepad++, which is that left/right
arrows appear to the right of the tab bar.  This scrolls the tabs back and
forth.  If not that, then have the +3 icon only show the 3 hidden tabs.  Or,
bring back the plugin that allowed a multiple row tab bar.  I could not find
that anywhere.

Thanks for working on Kate!


SOFTWARE/OS VERSIONS
Windows: Windows 10 Enterprise

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

[krita] [Bug 418147] GUI major problem

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418147

--- Comment #2 from pavel-selivanov-w...@yandex.ru ---
   It is working.Seems that AVG antivirus can somehow cause damage to
   kritarc file.

   20:32, 25 февраля 2020 г., Rebecca Breu :

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

 Rebecca Breu < rebe...@rbreu.de[1]> changed:

 What |Removed |Added


 Resolution|FIXED |WAITINGFORINFO

 --
 You are receiving this mail because:
 You reported the bug.



   --
   Отправлено из мобильного приложения Яндекс.Почты

1. mailto:rebe...@rbreu.de

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

[kget] [Bug 301671] Support for magnet protocol in KGet

2020-02-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=301671

pmart...@gmail.com changed:

   What|Removed |Added

 CC||pmart...@gmail.com

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

[okular] [Bug 418017] Okular does not play sound of an embedded media file

2020-02-25 Thread Alexander Willamowski
https://bugs.kde.org/show_bug.cgi?id=418017

--- Comment #9 from Alexander Willamowski  ---
Thank you guys! 

Works as expected after receiving the update today! :-)

Regards,

Alexander

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

[ksplash] [Bug 418196] New: Splash Screen can be overlapped by "Show fps" effect

2020-02-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418196

Bug ID: 418196
   Summary: Splash Screen can be overlapped by "Show fps" effect
   Product: ksplash
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

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

STEPS TO REPRODUCE
1. enable "Show fps" effect in system settings > Workspace behavior > desktop
effects
2. make sure "Breeze" splash screen is enabled in system settings > startup and
shutdown > splash screen
3. restart Plasma session

OBSERVED RESULT
"Show fps" effect overlaps the splash screen.
See the attached screenshot please.

EXPECTED RESULT
"Show fps" effect should not overlap the splash screen.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.2
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

  1   2   3   >