[kwin] [Bug 417658] [Wayland] "drag and maximize/restore window" centers mouse pointer in windows

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=417658

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[kwin] [Bug 419442] [Wayland] Wrong mouse position while dragging borderless windows

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=419442

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[krita] [Bug 420489] a new brush bundle is not showing on the brush presets

2020-05-08 Thread gus duenas
https://bugs.kde.org/show_bug.cgi?id=420489

--- Comment #4 from gus duenas  ---
Thanks. I've just did it and it won't work

On Thu, May 7, 2020 at 3:06 AM Boudewijn Rempt 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=420489
>
> --- Comment #3 from Boudewijn Rempt  ---
> Well, I just tested it myself, with the latest beta, and it worked for me.
> You
> can also press the Open Resource Folder button and copy the .bundle files
> to
> the bundles folder. Make sure that if you download them from Deevad's
> website
> that you take the bundle out of the zip file he packages them in.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[systemsettings] [Bug 420859] On wayland, mouse cursor is much bigger over Qt5 apps

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=420859

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

--- Comment #2 from kabud  ---
I can reproduce this:
- title bar of discover: normal size 
- inside discover: large 
- title bar and insides of firefox: normal 
- text cursor shaped cursor inside gedit: normal  
- text cursor shaped cursor inside konsole: large

(can't figure out how to make screenshots or screencapture ... kazam doesn't
seem to work in wayland)

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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-08 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=419281

--- Comment #3 from keyth_qcfx2  ---
I just copy pasted the code from the mirror tools add-on I made and sized it a
bit down so it has less lines because there is no need for so many variables.
you can open any image and just run it. it will automatically select the left
side of the image and try to mirror it to the right side.

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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-08 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=419281

--- Comment #2 from keyth_qcfx2  ---
# Import Krita
from krita import *

# Krita Instance Objects
ki = Krita.instance()
ad = ki.activeDocument()
an = ad.activeNode()
root = ad.rootNode()
# Read document size
width = ad.width() / 2
height = ad.height()

# Force the Mirror Axis to Center
ki.action('mirrorX-moveToCenter').trigger()

# Is there a Selection from the User?
sel = ad.selection()
# Selection Sensitive
if sel == None:  # Create a Selection
# Place Selection
ss = Selection()
ss.select(0.0, 0.0, width, height, 255)
ad.setSelection(ss)

# Copy Selection
ki.action('copy_selection_to_new_layer').trigger()

# Deselect
ki.action('deselect').trigger()

# Point of Error that needs to be Broken to Work

# Since there is a Selection from the user do Mirror Flip like this instead
Krita.instance().action('mirrorNodeX').trigger()

# Mirror_2 with the layer below
Krita.instance().action('merge_layer').trigger()

print("Copy Paste Done")

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

[LabPlot2] [Bug 421193] import float(4) data from hdf5-file gives wrong results.

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421193

--- Comment #1 from chinoune.me...@hotmail.com ---
Same issue on Ubunutu 20.04, version 2.7.0

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

[lattedock] [Bug 421152] Latte dock crashes on restart only

2020-05-08 Thread Jonathan Chun
https://bugs.kde.org/show_bug.cgi?id=421152

--- Comment #2 from Jonathan Chun  ---
Neither of those suggestions worked. As mentioned in the original report, I
can't follow the instructions in the crash reporting page because I don't
actually see any window. I can open up terminal with krunner and if I use the
ps command I see that latte-dock crashed, but I don't see anything else.
Changing layouts doesn't seem to help.

Additionally, if I manually start latte-dock --replace & from the terminal at
this point or from krunner, it starts up perfectly fine.

Interestingly enough, I tried installing the current master branch and that
seems to have resolved the problem. Haven't had a chance to troubleshoot
further.

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

[kwin] [Bug 330006] Hide mouse pointer when using touchscreen

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=330006

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[kwin] [Bug 393163] [Wayland] When I tap the icon in window decoration using a touch screen, menu opens at the cursor position

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=393163

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[kmymoney] [Bug 350360] OFX import leaves brokerage account field blank for nested accounts

2020-05-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=350360

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.0.9
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/kmy
   ||money/fc3926479ed186ae2166e
   ||6701d267eb0b3f09a07

--- Comment #3 from Thomas Baumgart  ---
Git commit fc3926479ed186ae2166e6701d267eb0b3f09a07 by Thomas Baumgart.
Committed on 09/05/2020 at 04:55.
Pushed by tbaumgart into branch '5.0'.

Detect brokerage account based on partial name

The detection of a brokerage account connected to an investment account
did not work if the brokerage account was not a top-level account
(sub-account of Asset or Liability).

This change allows to locate the brokerage account based on its name in
any hierarchical level of the account structure.
FIXED-IN: 5.0.9

M  +3-0kmymoney/converter/mymoneystatementreader.cpp

https://commits.kde.org/kmymoney/fc3926479ed186ae2166e6701d267eb0b3f09a07

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

[kwin] [Bug 421212] touch screen - swipe from edge does not work

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=421212

--- Comment #1 from kabud  ---
behaviour in wayland seems to be the same

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

[kwin] [Bug 421212] New: touch screen - swipe from edge does not work

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=421212

Bug ID: 421212
   Summary: touch screen - swipe from edge does not work
   Product: kwin
   Version: 5.18.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: input
  Assignee: kwin-bugs-n...@kde.org
  Reporter: kaabud-...@yahoo.de
  Target Milestone: ---

SUMMARY
I configured Application Launcher on left and top edge and Show Desktop on
right and bottom, but none of them seem to work

STEPS TO REPRODUCE
1. settings - workspace - touch screen
2. set left edge to Application Launcher and Apply
3. swipe inward over left edge of the touch screen

OBSERVED RESULT
nothing happens, or maybe I end up moving a window if the swipe happens to land
on the title bar

EXPECTED RESULT
trigger Application Launcher

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: kubuntu 20.04, new installation
(available in About System)
KDE Plasma Version:  5.18.4
KDE Frameworks Version: KDE Frameworks 5.68.0
Qt Version: Qt 5.12.8 (built against 5.12.8)

ADDITIONAL INFORMATION

I think, I'm running X11:
XDG_SESSION_TYPE=x11

The laptop is a HP Pavilion x2 Detachable

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

[kwin] [Bug 421212] touch screen - swipe from edge does not work

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=421212

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[kmymoney] [Bug 413386] ofx import complains about 'Could not write to file //c/Users/...'

2020-05-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=413386

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Baumgart  ---


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

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

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-05-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396286

Thomas Baumgart  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #7 from Thomas Baumgart  ---
*** Bug 413386 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 421211] New: Selecting fonts in Settings triggers Apply dialog to open

2020-05-08 Thread medin
https://bugs.kde.org/show_bug.cgi?id=421211

Bug ID: 421211
   Summary: Selecting fonts in Settings triggers Apply dialog to
open
   Product: systemsettings
   Version: 5.18.5
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_fonts
  Assignee: plasma-b...@kde.org
  Reporter: med.medin.2...@gmail.com
  Target Milestone: ---

Created attachment 128267
  --> https://bugs.kde.org/attachment.cgi?id=128267=edit
Selecting fonts in Settings triggers Apply dialog to open

When I open Settings then select Fonts and without any change in fonts settings
then select any other section in Settings the apply button is displayed. See my
attached video for more info.

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

[systemsettings] [Bug 411114] Some touchpad settings get lost after waking up from sleep

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=44

--- Comment #6 from kabud  ---
Can reproduce on kubuntu 20.04, plasma 4:5.18.4.1-0ubuntu1. (No problem with my
keyboard)

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

[digikam] [Bug 421210] digiKam 5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421210

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

   What|Removed |Added

  Component|Setup-FirstRun  |Portability

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

[digikam] [Bug 421210] digiKam 5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421210

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

   What|Removed |Added

Summary|Digikam 4:5.9.0-1+b1|digiKam 5.9.0-1+b1 refuses
   |refuses to start since  |to start since LMDE4 Debbie
   |LMDE4 Debbie upgrade|upgrade

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

[digikam] [Bug 421210] Digikam 4:5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421210

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

   What|Removed |Added

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

--- Comment #2 from caulier.gil...@gmail.com ---
We need a debug trace from terminal. See https://www.digikam.org/contribute/
for details

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

[systemsettings] [Bug 411114] Some touchpad settings get lost after waking up from sleep

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=44

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[Discover] [Bug 419533] Touchpad settings get silently reset to default settings while updating, but return to user-specified settings after a re-login/reboot

2020-05-08 Thread kabud
https://bugs.kde.org/show_bug.cgi?id=419533

kabud  changed:

   What|Removed |Added

 CC||kaabud-...@yahoo.de

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

[krita] [Bug 415743] FindSIP.py fails to find sip starting from version 5

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415743

--- 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.

[frameworks-plasma] [Bug 418722] Add stacks like on MacOS

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418722

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.

[krita] [Bug 419888] Not able to paint

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419888

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- 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.

[dolphin] [Bug 419873] DOLPHIN STILL DOES NOT REMEMBER THE MP3 FILE ASSOCIATION

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419873

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.

[digikam] [Bug 421210] Digikam 4:5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421210

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Severity|critical|normal

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

[krita] [Bug 413949] Docker Disappeared - Small Color Selector

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413949

--- Comment #11 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.

[plasma-nm] [Bug 418921] systemsettings5 crashes in wayland if wi-fi connections are clicked.

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418921

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.

[krita] [Bug 419258] multiydisplay; config error; startup crash

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419258

--- Comment #2 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.

[krita] [Bug 418942] The selection area from the Rectangular Selection Tool will not move after a selection is made and the Image re-sized.

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418942

--- Comment #18 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.

[umbrello] [Bug 419845] Can't create association between use case and actor

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419845

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- 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.

[krita] [Bug 419614] Krita from PPA can't load python plugins

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419614

--- 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.

[frameworks-kglobalaccel] [Bug 420493] Events fire only on key-press instead of on key-release, impossible to blank screen on keypress.

2020-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420493

--- Comment #2 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.

[digikam] [Bug 421210] Digikam 4:5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421210

Maik Qualmann  changed:

   What|Removed |Added

Version|unspecified |5.9.0

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

[digikam] [Bug 421210] Digikam 4:5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421210

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
DigiKam-5.9.0 is very old, over 2 years and is unmaintained. Please try the
latest stable version of digiKam-6.4.0. If these are not available in your
system, try the AppImage from www.digikam.org.

Otherwise we need at least the output of the console.
Start digiKam in the console and post the messages that are output.

Maik

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

[digikam] [Bug 421210] New: Digikam 4:5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421210

Bug ID: 421210
   Summary: Digikam 4:5.9.0-1+b1 refuses to start since LMDE4
Debbie upgrade
   Product: digikam
   Version: unspecified
  Platform: Mint (Debian based)
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: Setup-FirstRun
  Assignee: digikam-bugs-n...@kde.org
  Reporter: rob.f...@sbcglobal.net
  Target Milestone: ---

Digikam 4:5.9.0-1+b1 refuses to start since LMDE4 Debbie upgrade, yet it shows
as a running process in System Monitor. There are other reports to the same in
the Linux Mint forums.

Installs without issue. 

SYSTEM INFO:

System:Host: dellaio Kernel: 4.19.0-8-amd64 x86_64 bits: 64 compiler: gcc
v: 8.3.0 
   Desktop: Cinnamon 4.4.8 wm: muffin dm: LightDM Distro: LMDE 4 Debbie 
   base: Debian 10.2 buster 

Machine:   Type: Desktop System: Dell product: OptiPlex 9020 AIO v: 00 serial:
 Chassis: 
   type: 13 serial:  
   Mobo: Dell model: N/A serial:  BIOS: Dell v: A20 date:
05/17/2019  

CPU:   Topology: Quad Core model: Intel Core i7-4770S bits: 64 type: MT MCP
arch: Haswell 
   rev: 3 L2 cache: 8192 KiB 
   flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips:
49489 
   Speed: 934 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 1033 2:
1011 3: 1011 4: 1067 
   5: 1095 6: 1057 7: 1001 8: 998 

Graphics:  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 

Graphics vendor: Dell 
   driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0412 
   Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded:
fbdev,vesa 
   resolution: 1920x1080~60Hz 
   OpenGL: renderer: Mesa DRI Intel Haswell Desktop v: 4.5 Mesa 18.3.6
compat-v: 3.0 
   direct render: Yes  

Repos: Active apt repos in:
/etc/apt/sources.list.d/official-package-repositories.list 
   1: deb http: //packages.linuxmint.com debbie main upstream import
backport #id:linuxmint_main
   2: deb https: //deb.debian.org/debian buster main contrib non-free
   3: deb https: //deb.debian.org/debian buster-updates main contrib
non-free
   4: deb http: //security.debian.org buster/updates main contrib
non-free
   5: deb https: //deb.debian.org/debian buster-backports main contrib
non-free

Info:  Processes: 240 Uptime: 5h 38m Memory: 7.70 GiB used: 3.11 GiB
(40.4%) Init: systemd 
   v: 241 runlevel: 5 Compilers: gcc: 8.3.0 alt: 8 Client: Unknown
python3.7 client

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

[systemsettings] [Bug 417488] Broken fonts and fuzzy theme previews in multiple system settings

2020-05-08 Thread medin
https://bugs.kde.org/show_bug.cgi?id=417488

--- Comment #31 from medin  ---
(In reply to Yaroslav Sidlovsky from comment #30)
> (In reply to Nate Graham from comment #28)
> > Very likely fixed with
> > https://cgit.kde.org/kdeclarative.git/commit/
> > ?id=9725a21bcd0ee07c48be5077a735710c5658cf59!
> 
> Thanks! After applying this patch, everything looks good.

With KDE 5.18.5 the bug is still persistent.

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

[dolphin] [Bug 420966] After tab-completing to a path (or typing a trailing slash) and hitting enter, Dolphin instead navigates to the first suggested subdirectory of that path

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=420966

--- Comment #7 from andydecle...@gmail.com ---
This is just too different from terminal tab completion, and tab completion for
previous releases of Dolphin. For anyone else interested, Dolphin 19.12.3 does
not have this problem, and I'll be using it as long as I can.

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

[kdenlive] [Bug 421209] New: Changing the speed of a clip takes away the effect of the Disable Autorotate flag

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421209

Bug ID: 421209
   Summary: Changing the speed of a clip takes away the effect of
the Disable Autorotate flag
   Product: kdenlive
   Version: 20.04.0
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: cson...@halmai.hu
  Target Milestone: ---

SUMMARY

I have a clip on the timeline which is autorotated by default. In order to not
rotate it, I turned on the flag called Disable autorotate. After changing the
speed, the clip is autorotated again.

STEPS TO REPRODUCE
1. Add a video to the project which has been recorded by a vertically hold
mobile phone. 
2. Add this clip to the timeline
3. Click the clip on the Project Bin
4. Click the Clip Properties
5. Turn on the Disable Autorotate flag. The video rotates on the timeline
accordingly.
6. Right click on the video on the timeline and Change Speed to 200%. The video
in the Clip Monitor loses its Disable Autorotate setting. 
7. Every time when I click on an empty area of the timeline, the Clip Monitor
shows the video with ignoring the flag. I need to turn the flag off and then on
again in order to show the video with the correct orientation.


OBSERVED RESULT
The state of the flag is ignored in the Clip Monitor window.

EXPECTED RESULT
Changing the video speed should not have an impact on the orientation. 

SOFTWARE/OS VERSIONS
Windows: win10Pro
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: Version 20.04.0
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 421208] New: Crash when search on widgets

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421208

Bug ID: 421208
   Summary: Crash when search on widgets
   Product: plasmashell
   Version: 5.18.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: m...@tinet.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.5)

Qt Version: 5.14.2
Frameworks Version: 5.69.0
Operating System: Linux 5.3.0-51-generic x86_64
Windowing system: X11
Distribution: KDE neon User Edition 5.18

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

I'm searching a widget for put it in the desktop. The widget was Latte Sidebar
Button, but never appears.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f07f1c901c0 (LWP 7126))]

Thread 21 (Thread 0x7f0717fff700 (LWP 9710)):
#0  QMutex::lock (this=this@entry=0x5639e92df1f0) at thread/qmutex.cpp:231
#1  0x7f07eb9966cc in QMutexLocker::QMutexLocker (m=0x5639e92df1f0,
this=) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:233
#2  QThreadData::canWaitLocked (this=0x5639e92df1c0) at
../../include/QtCore/5.14.2/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:272
#3  postEventSourcePrepare (s=0x7f0710003800, timeout=0x7f0717ffebd4) at
kernel/qeventdispatcher_glib.cpp:260
#4  0x7f07e4eb4b28 in g_main_context_prepare () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f07e4eb54fb in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7f07e4eb56dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x7f07eb9967cb in QEventDispatcherGlib::processEvents
(this=0x7f07100047e0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#8  0x7f07eb935d2a in QEventLoop::exec (this=this@entry=0x7f0717ffeda0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#9  0x7f07eb746757 in QThread::exec (this=) at
thread/qthread.cpp:536
#10 0x7f07eb747c2c in QThreadPrivate::start (arg=0x5639eb75b530) at
thread/qthread_unix.cpp:342
#11 0x7f07e83ca6db in start_thread (arg=0x7f0717fff700) at
pthread_create.c:463
#12 0x7f07eb03c88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f0742ffd700 (LWP 9708)):
#0  0x7f07eb02b0b4 in __GI___libc_read (fd=25, buf=0x7f0742ffcb90,
nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7f07e4efa2b0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f07e4eb50b7 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f07e4eb5570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f07e4eb56dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f07eb9967cb in QEventDispatcherGlib::processEvents
(this=0x7f0734001650, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f07eb935d2a in QEventLoop::exec (this=this@entry=0x7f0742ffcda0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#7  0x7f07eb746757 in QThread::exec (this=) at
thread/qthread.cpp:536
#8  0x7f07eb747c2c in QThreadPrivate::start (arg=0x7f07d4009950) at
thread/qthread_unix.cpp:342
#9  0x7f07e83ca6db in start_thread (arg=0x7f0742ffd700) at
pthread_create.c:463
#10 0x7f07eb03c88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f07411f3700 (LWP 9597)):
#0  0x7f07aadf3d90 in pa_queue_pop () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#1  0x7f07aadf27e6 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#2  0x7f07aadf370d in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#3  0x7f07aadf3ab9 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#4  0x7f07aadf433f in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#5  0x7f07ab488108 in pa_mainloop_dispatch () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x7f07ab4884de in pa_mainloop_iterate () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#7  0x7f07ab488560 in pa_mainloop_run () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#8  0x7f07ab4963c9 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#9  0x7f07aae04318 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#10 0x7f07e83ca6db in start_thread (arg=0x7f07411f3700) at
pthread_create.c:463
#11 0x7f07eb03c88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7f074a545700 (LWP 8916)):
#0  0x7f07e83d09f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x5639e926b014) at

[krita] [Bug 421142] Gamut Mask not resizing

2020-05-08 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=421142

Lynx3d  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |lynx.mw+...@gmail.com
 CC||lynx.mw+...@gmail.com

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

[frameworks-baloo] [Bug 420939] Baloo purge not completing

2020-05-08 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=420939

--- Comment #5 from Stefan Brüns  ---
Not "it" is rebuilding the db, the indexing daemon is enabled and adds any item
included in the config to the db. The purge command purges the db, it does
nothing else.

If the daemon stops after ~4000 items, either the other 2000 items are excluded
(by mime type, by file name, hidden files/folders, ...), or it is hitting
something where it gets stuck.

Unfortunately, you only provide very vague information. For the beginning, you
should run 'balooctl monitor' in another terminal window during your
experiments and report its output.

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

[gwenview] [Bug 420141] Gwenview acts slow and leaks memory when zooming/panning images without an alpha channel

2020-05-08 Thread Colin Griffith
https://bugs.kde.org/show_bug.cgi?id=420141

--- Comment #2 from Colin Griffith  ---
(In reply to Christoph Feck from comment #1)
> Couldn't reproduce a memory leak, neither in windowed mode, nor in
> fullscreen mode; tested with JPEG images (these for sure don't have an alpha
> channel) with Gwenview master version and Qt 5.14.1.
> 
> I suggest to use a memory profiling tool, such as valgrind or heaptrack;
> leaks might be caused by the video driver.

What GPU driver do you have? Do you see sluggish behavior, or is it smooth?

I've gone ahead and tested it in Xephyr, and it seems smooth and without memory
leaks. However, this remained true when I added the '+igpu' and '-glamaor'
parameters to Xephyr. So it doesn't seem to be a GLAMOR bug, unlike the
slowness within TKGate (which persists within Xephyr with either of those
parameters).

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

[lokalize] [Bug 421195] Cannot type Polish letters on Windows

2020-05-08 Thread Simon Depiets
https://bugs.kde.org/show_bug.cgi?id=421195

--- Comment #1 from Simon Depiets  ---
Does it work well within other KDE/Qt apps? Does it work in lokalize if you
type it in filter for instance?

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

[kmymoney] [Bug 421126] Securities Dialog "Market" field not populated with existing data on edit

2020-05-08 Thread JAH
https://bugs.kde.org/show_bug.cgi?id=421126

--- Comment #5 from JAH  ---
Thank you for reviewing  this issue and providing a fix.

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

[krita] [Bug 407868] Wrong selection display of outlines : strange triangles on the top the selection "holes".

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=407868

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/
   |krita/commit/a126dca4f7084c |krita/commit/667389cf997506
   |6625f1c3a315c328729b9e8b69  |0a3f9ef977d7ea12e64bb733f2

--- Comment #3 from Dmitry Kazakov  ---
Git commit 667389cf9975060a3f9ef977d7ea12e64bb733f2 by Dmitry Kazakov.
Committed on 08/05/2020 at 23:20.
Pushed by dkazakov into branch 'krita/4.3'.

Fix artifacts in outlines of small selections

I had to rewrite the outline generation algorithm to fix three issues:

1) The start point should not be duplicated
2) End point should be the same as the start point
3) There should be no artifacts on "internal selection holes"

M  +41   -35   libs/image/kis_outline_generator.cpp
M  +1-1libs/image/kis_outline_generator.h
M  +213  -1libs/image/tests/kis_pixel_selection_test.cpp
M  +2-0libs/image/tests/kis_pixel_selection_test.h

https://invent.kde.org/kde/krita/commit/667389cf9975060a3f9ef977d7ea12e64bb733f2

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

[krita] [Bug 407868] Wrong selection display of outlines : strange triangles on the top the selection "holes".

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=407868

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/a126dca4f7084c
   ||6625f1c3a315c328729b9e8b69
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Dmitry Kazakov  ---
Git commit a126dca4f7084c6625f1c3a315c328729b9e8b69 by Dmitry Kazakov.
Committed on 08/05/2020 at 23:19.
Pushed by dkazakov into branch 'master'.

Fix artifacts in outlines of small selections

I had to rewrite the outline generation algorithm to fix three issues:

1) The start point should not be duplicated
2) End point should be the same as the start point
3) There should be no artifacts on "internal selection holes"

M  +41   -35   libs/image/kis_outline_generator.cpp
M  +1-1libs/image/kis_outline_generator.h
M  +213  -1libs/image/tests/kis_pixel_selection_test.cpp
M  +2-0libs/image/tests/kis_pixel_selection_test.h

https://invent.kde.org/kde/krita/commit/a126dca4f7084c6625f1c3a315c328729b9e8b69

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

[okular] [Bug 421192] okular could not open files in tmp

2020-05-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=421192

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
that makes no sense, okular can open files from /tmp just fine.

You'll have to figure out what's wrong with your setup.

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

[frameworks-baloo] [Bug 420939] Baloo purge not completing

2020-05-08 Thread Scott
https://bugs.kde.org/show_bug.cgi?id=420939

--- Comment #4 from Scott  ---
@Stefan Bruns
are you saying that the purge command is designed that after completely
removing the database it immediately rebuilds it?

Why does the terminal just hang without returning the prompt?

If it is rebuilding the database as you imply then it is getting it wrong by an
order of thousands as it repeatedly arrives at 3949 entries when there are
approximately 6000 records based on the configuration I am using- baloo is only
searching non home directory items whose contents are tightly controlled.

I am astounded you make the no bug claim on this software which, which to the
best of my knowledge has only really worked at a reasonable level on Ubuntu
19.10, as it did for me. After fresh installing 20.04 I don't get the
information baloo should be providing. This ticket does not address that issue
rather the first issue I ran into in trying to solve the big issue of indexing
not displaying in Dolphin, an issue, excluding 19.10, which has been the
subject of many bug reports over many years.

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

[krita] [Bug 394439] drawing change the bounds of a layer beyond the selection

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=394439

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com

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

[krita] [Bug 400484] Weird thing where the selection, instant preview and the move tool don't play nice.

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=400484

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com

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

[krita] [Bug 410955] Undo of vector selection destroys the previous selection

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=410955

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com

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

[krita] [Bug 421207] New: Problem with Interface that does not display option texts

2020-05-08 Thread Jefferson Librelon
https://bugs.kde.org/show_bug.cgi?id=421207

Bug ID: 421207
   Summary: Problem with Interface that does not display option
texts
   Product: krita
   Version: 4.2.9
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: librelonjeffer...@gmail.com
  Target Milestone: ---

Created attachment 128266
  --> https://bugs.kde.org/attachment.cgi?id=128266=edit
As we can see several menus are with options without text, but I can still
click and use, if it is not disabled.

SUMMARY

Hello, I accidentally deleted one of the predefined brushes and decided to
reinstall the program to recover these standard brushes, but when uninstalling
and reinstalling I noticed several problems with the program interface, several
menus are with options where the text does not appear, making it difficult to
use. I've tried to reinstall several times,
I even tried older versions, tried to do a cleaner uninstall "using CCleaner"
and still the error persists, neither installing in another directory or buying
the Steam version, all installations are with this annoying error.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[krita] [Bug 411056] Elliptical selection tool behaves weird

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=411056

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com

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

[krita] [Bug 411802] Local selection outline is rendered wrong in some cases

2020-05-08 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=411802

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com

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

[konsole] [Bug 420503] konsole 20.04 steals Alt+n switch to tab shorcuts configured on yakuake

2020-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=420503

Nate Graham  changed:

   What|Removed |Added

 CC||andrewf...@gmail.com,
   ||n...@kde.org

--- Comment #6 from Nate Graham  ---
Since Yakuake use the Konsole KPart, there seems to be a fairly obvious
solution: implement the shortcuts in the KPart itself, so Yakuake gets them
automatically.

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

[okular] [Bug 421206] New: okular full screen mode does not allow for WebRTC screensharing in Firefox/Chromium

2020-05-08 Thread Robert Riemann
https://bugs.kde.org/show_bug.cgi?id=421206

Bug ID: 421206
   Summary: okular full screen mode does not allow for WebRTC
screensharing in Firefox/Chromium
   Product: okular
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: rob...@riemann.cc
  Target Milestone: ---

Dear Okular community,

I am not sure where to look for the problem. So I start here. Please direct me
towards the root of the issue if you know better.

Problem Description:

1. open any PDF with okular (on Linux)
2. switch to full screen.
3. notice that a 2nd window is opened which shows no control elements, but just
the PDF
4. open Chromium/Firefox, navigate to
https://mozilla.github.io/webrtc-landing/gum_test.html and click Screen Capture
to simulate e.g. sharing slides during a video conference with tools such as
Meet.Jitsi or bigBluebutton etc.
5. Both tested browsers present a list of application windows that can be
shared, that does not contain the full screen window with the slides, but only
the main window of Okular.

Okular’s full screen window cannot be used currently to present full screen
slides in WebRTC video conferences. The only option is to share the entire
screen and have the okular window full screen. Disadvantage: you cannot see the
chat or other participants.

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

[wacomtablet] [Bug 421205] New: Provide support for other graphic tablet vendors (digimend project)

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421205

Bug ID: 421205
   Summary: Provide support for other graphic tablet vendors
(digimend project)
   Product: wacomtablet
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: jazzv...@gmail.com
  Reporter: ci3...@gmail.com
  Target Milestone: ---

I like the whole project but have a Gaomon tablet unfortunately. This tablet
has also some buttons etc. but cannot be configured with wacomtablet.

Especially, my tablet is supported per the digimend project
(http://digimend.github.io/). When I get it right, linuxwacom and digimend are
*the* two big project for nearly all tablets.

Maybe you can also support (to a certain degree) tablets from other vendors,
especially digimend supported tablets?

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

[krusader] [Bug 420807] Krusader crashes when editing a text file

2020-05-08 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=420807

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||toni.ase...@kdemail.net

--- Comment #5 from Toni Asensi Esteve  ---
Thanks for reporting, DaBler. The file didn't cause a crash in my case using
the git version of Krusader. 

Would you follow the steps of
https://commits.kde.org/krusader?path=INSTALL
to use the git version of Krusader and perform the tests?

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

[plasmashell] [Bug 421204] New: Plasma crashed when changing sddm welcome screen

2020-05-08 Thread Leandro Alvarez
https://bugs.kde.org/show_bug.cgi?id=421204

Bug ID: 421204
   Summary: Plasma crashed when changing sddm welcome screen
   Product: plasmashell
   Version: 5.18.4
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: leandral...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.4)

Qt Version: 5.14.1
Frameworks Version: 5.69.0
Operating System: Linux 5.6.8-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

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

Since I installed Tumbleweed i haven't been able to see the sddm welcome screen
image, I always see a black bottom image in the login screen. I checked that
sddm service was running (it wasn't so I turned it on) re logged in but still
no changes, so I tried changing the sddm welcome image to see if that made the
trick. Then I saw the error in the desktop taskbar.

- Custom settings of the application:
The setting I changed is the sddm welcome window. I tried switching from Elarun
to Breeze image.

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

Thread 27 (Thread 0x7f57c9ffb700 (LWP 6155)):
#0  0x7f58348cf795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f58354531db in QWaitConditionPrivate::wait (deadline=...,
this=0x5619bbf48d30) at thread/qwaitcondition_unix.cpp:146
#2  QWaitCondition::wait (this=, mutex=0x7f582c00d430,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#3  0x7f5835453299 in QWaitCondition::wait (this=0x5619bb52c458,
mutex=0x7f582c00d430, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7f58067d76b0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7f58067d7a1a in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#9  0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#10 0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#11 0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#12 0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#13 0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#14 0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#15 0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#16 0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#17 0x7f58067d709b in ThreadWeaver::Thread::run() () from
/usr/lib64/libKF5ThreadWeaver.so.5
#18 0x7f583544d698 in QThreadPrivate::start (arg=0x7f57b80034e0) at
thread/qthread_unix.cpp:342
#19 0x7f58348c8efa in start_thread () from /lib64/libpthread.so.0
#20 0x7f58350db3bf in clone () from /lib64/libc.so.6

Thread 26 (Thread 0x7f57ca7fc700 (LWP 6154)):
#0  0x7f58348cf795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f58354531db in QWaitConditionPrivate::wait (deadline=...,
this=0x5619bbf48d30) at thread/qwaitcondition_unix.cpp:146
#2  QWaitCondition::wait (this=, mutex=0x7f582c00d430,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#3  0x7f5835453299 in QWaitCondition::wait (this=0x5619bb52c458,
mutex=0x7f582c00d430, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7f58067d76b0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7f58067d7a1a in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7f58067cfcce in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib64/libKF5ThreadWeaver.so.5
#9  0x7f58067d7a71 in ?? () from /usr/lib64/libKF5ThreadWeaver.so.5
#10 0x7f58067cfcce in

[okteta] [Bug 336607] cursor is blinking (flashing) at insane rate

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=336607

chris-pi...@uiowa.edu changed:

   What|Removed |Added

 CC||chris-pi...@uiowa.edu

--- Comment #9 from chris-pi...@uiowa.edu ---
In file ~/.config/kdeglobals, disabling cursor blinking by setting:

[KDE]
CursorBlinkRate=0

causes Okteta to blink as fast a possible chewing up 100% of a single CPU core.

I've switched to ghex for now to avoid the problem, but if this gets fixed I'd
happily move back to using okteta as it has more features.

Thanks,

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

[kstars] [Bug 421203] New: Ekos saves FITs as 1 plane (B)

2020-05-08 Thread Larry White
https://bugs.kde.org/show_bug.cgi?id=421203

Bug ID: 421203
   Summary: Ekos saves FITs as 1 plane (B)
   Product: kstars
   Version: 3.4.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: larryhwh...@bendbroadband.com
  Target Milestone: ---

SUMMARY
Ekos is forcing all fits to be single plane (B).  Files saved as FIT after
photocapture have NAXIS set to 2 and not 3 and do not have a value (of 3) for
the size of the third axis.  If AutoDebayer is set to on, then Kstars will
display the image with color, but the file has these values set wrong.  Image
appears to actually have color because the displayed colors are realistic. 
However, whenever FIT file is opened with SIRIL, GIMP, or other applications,
only 1 plane is shown and image is B

Using Canon 60D DSLR.

STEPS TO REPRODUCE
1. Take photo using Ekos
2. Open with viewer other than kstars
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Linux (x86_64) release 4.15.0-99-generic
(available in About System)
KDE Plasma Version: Build: 2020-04-25T20:01:00Z
KDE Frameworks Version: 
Qt Version: 
Qt 5.9.5 (built against 5.9.5)

ADDITIONAL INFORMATION
Appears to be the exact opposite of bug 305960.  Did that fix cause this
problem?

-- 
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-05-08 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=389848

Tony  changed:

   What|Removed |Added

 CC|jodr...@live.com|

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

[frameworks-kwayland] [Bug 396591] Kate crashed under Wayland

2020-05-08 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=396591

Tony  changed:

   What|Removed |Added

 CC|jodr...@live.com|

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

[kwin] [Bug 421202] Minimize button not shown, Resize not possible with Libre Office

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421202

--- Comment #5 from Michael Josenhans  ---
I have started "xprop" on the command line and then pressed a key on the
LibreOffile Writer window. 

Nothing happens.

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

[kwin] [Bug 421202] Minimize button not shown, Resize not possible with Libre Office

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421202

--- Comment #4 from Michael Josenhans  ---
Comment on attachment 128264
  --> https://bugs.kde.org/attachment.cgi?id=128264
Screenshot of LibreOffice Writer window

Also the black bar on the top of the Window is missing.

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

[plasmashell] [Bug 420635] Apps that autostart do not appear in the system tray, including DiscoverNotifier

2020-05-08 Thread Brian Wright
https://bugs.kde.org/show_bug.cgi?id=420635

--- Comment #26 from Brian Wright  ---
I've done multiple tests - both on my KDE Neon local system and KDE Neon
running in Virtualbox.

In Virtualbox, all the icons are displayed in the system tray after autostart,
and the autostarted app windows do open.

However, this is not the case with my local system.  The autostarted app
windows do not open and the autostarted app icons will not appear in the system
tray.  DiscoverNotifyer and Kmix are the only plasma apps that will not appear
in the system tray.

Obviously, something is broken in my system.  Though, I'm reluctant to wipe the
data and do a full reinstall unless it's absolutely necessary.

I'm more inclined to look for the exact cause; only because this issue may be
affecting others.

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

[kwin] [Bug 421202] Minimize button not shown, Resize not possible with Libre Office

2020-05-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421202

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
Can you run "xprop" and click on this window.

That close button is drawn by libreoffice, I suspect it's telling us it wants
to do it's own thing.

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

[kwin] [Bug 421202] Minimize button not shown, Resize not possible with Libre Office

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421202

--- Comment #2 from Michael Josenhans  ---
Created attachment 128265
  --> https://bugs.kde.org/attachment.cgi?id=128265=edit
Screenshot of LibreOffice Main window

Screenshot of LibreOffice Main window with missing minimize button, missing
close button and no resizing capability. Missing black bar on the top of the
window.

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

[kwin] [Bug 421202] Minimize button not shown, Resize not possible with Libre Office

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421202

--- Comment #1 from Michael Josenhans  ---
Created attachment 128264
  --> https://bugs.kde.org/attachment.cgi?id=128264=edit
Screenshot of LibreOffice Writer window

Screenshot of LibreOffice Writer window with missing Minimize button, wrong
close button, resize not possible

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

[kwin] [Bug 421202] New: Minimize button not shown, Resize not possible with Libre Office

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421202

Bug ID: 421202
   Summary: Minimize button not shown, Resize not possible with
Libre Office
   Product: kwin
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: michael.josenh...@web.de
  Target Milestone: ---

SUMMARY

Tested on KDE Neon 5.18 user edition
STEPS TO REPRODUCE
1. Install KDE Neon (user edition)
2. Open LibreOffice e.g. LibreOffice Writer

OBSERVED RESULT
- See attached screenshots
- Close Window button is is shown in the same gray line as "File", "Edit",
"View","Insert" for LibreOffice Writer, not on LibreOffice main window.
EXPECTED RESULT
- Minimize button of LibereOffice Window is shown 
- Resizing of LibreOffice Window is possible
- Black Bar is shown on top of LibreOffice window with Minimize button and
close button


SOFTWARE/OS VERSIONS 
Linux/KDE Plasma: 
KDE Neon 5.18 user edition
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

Note: 
I do not know, if this is the right way to create bugs concerning KDE Neon

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

[kid3] [Bug 421201] New: kid3 flags ISRC tags with the new QM (USA) country code as invalid

2020-05-08 Thread Philbo King
https://bugs.kde.org/show_bug.cgi?id=421201

Bug ID: 421201
   Summary: kid3 flags ISRC tags with the new QM (USA) country
code as invalid
   Product: kid3
   Version: 3.8.x
  Platform: Compiled Sources
OS: MS Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: uflei...@users.sourceforge.net
  Reporter: philbo_k...@yahoo.com
  Target Milestone: ---

SUMMARY
kid3 flags ISRC tags with the new QM (USA) country code as invalid

STEPS TO REPRODUCE
1. Enter a ISRC tag with a QM country code (example: QM2DP204)
2. 
3. 

OBSERVED RESULT
ISRC code field is highlighted in red.  
The tag appears to be correctly saved to the file.

EXPECTED RESULT
Should accept code.

SOFTWARE/OS VERSIONS
Windows: 7 Build 7601
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Thanks for a great tagger.

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

[konsole] [Bug 89299] prevent paste of newline characters

2020-05-08 Thread George L. Emigh
https://bugs.kde.org/show_bug.cgi?id=89299

--- Comment #54 from George L. Emigh  ---
Created attachment 128263
  --> https://bugs.kde.org/attachment.cgi?id=128263=edit
Image shownig the Filter popup working in konsole 19.12.3

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

[konsole] [Bug 89299] prevent paste of newline characters

2020-05-08 Thread George L. Emigh
https://bugs.kde.org/show_bug.cgi?id=89299

--- Comment #53 from George L. Emigh  ---
I came to this bug because it closely matches my observation.

In Konsole 19.12.3 there was a popup filter when pasting text into Konsole,
I'll attach an image of it to this bug report.

In Konsole 20.04.0 the filter popup quit working and would leave text I pasted
into vim via Konsole double spaced, so two spaces would be come four leaving a
bunch to time wasted to remove the extra spaces.

I'm usually copying from Zim Wiki to vim many times a day sometimes dozens and
it gets old fast.

So please return the Konsole filter popup back to the Konsole 20.04.x and keep
it working, that filter is fantastic.

Thank you for your time;

George

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

[karbon] [Bug 421181] Karbon crashes when when opening a PDF file from thunderbird

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421181

Michael Josenhans  changed:

   What|Removed |Added

 Attachment #128261|PDF File that crashes   |PDF File that crashes
description|Karbon, Dr. Konqi and does  |Karbon, Dr. Konqi and does
   |not print on Okular as it   |not print on Okular as it
   |crashes gv  |crashes gs

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

[okular] [Bug 421200] PDF is shown in Okular Version 1.10.0 , but is not printed

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421200

--- Comment #1 from Michael Josenhans  ---
This bug is realted to #421181 (same PDF file).

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

[karbon] [Bug 421181] Karbon crashes when when opening a PDF file from thunderbird

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421181

--- Comment #3 from Michael Josenhans  ---
This bug is related to #421200 (same PDF file).

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

[okular] [Bug 421200] New: PDF is shown in Okular Version 1.10.0 , but is not printed

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421200

Bug ID: 421200
   Summary: PDF is shown in Okular Version 1.10.0 , but is not
printed
   Product: okular
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: printing
  Assignee: okular-de...@kde.org
  Reporter: michael.josenh...@web.de
  Target Milestone: ---

Created attachment 128262
  --> https://bugs.kde.org/attachment.cgi?id=128262=edit
PDF File that crashes Karbon, Dr. Konqi and does not print on Okular as it
crashes gs

SUMMARY
PDF is attached. 

Releated to #421181.



STEPS TO REPRODUCE
1. Open the file with Okular
2. Print it

OBSERVED RESULT
It prints empty page

EXPECTED RESULT
It prints the same as shown in Okular. 

Note: 
It prints fine with evince. 

It prints empty page

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

KDE Neon 5.18 user edition
ADDITIONAL INFORMATION

$ pdftops Rechnung_c\'t_11052020.pdf 
$ gs Rechnung_c\'t_11052020.ps
GPL Ghostscript 9.26 (2018-11-20)
Copyright (C) 2018 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Querying operating system for font files...
Can't find (or can't open) font file
/usr/share/ghostscript/9.26/Resource/Font/AB+HelveticaNeueLTPro-Bd.
Can't find (or can't open) font file AB+HelveticaNeueLTPro-Bd.
Didn't find this font on the system!
Substituting font Helvetica-Bold for AB+HelveticaNeueLTPro-Bd.
Loading NimbusSans-Bold font from
/usr/share/ghostscript/9.26/Resource/Font/NimbusSans-Bold... 4524876 3030174
9489012 8036723 1 done.
Error: /rangecheck in --xyshow--
Operand stack:
   199.65   542.09   (\000B\000e\000l\000e\000g\000-\000N\000r\000.)  
--nostringval--   (\000B\000e\000l\000e\000g\000-\000N\000r\000.)  
--nostringval--
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--  
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--  
--nostringval--   false   1   %stopped_push   2045   1   3   %oparray_pop  
2044   1   3   %oparray_pop   2025   1   3   %oparray_pop   1884   1   3  
%oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--  
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--  
--nostringval--
Dictionary stack:
   --dict:968/1684(ro)(G)--   --dict:0/20(G)--   --dict:78/200(L)--  
--dict:70/75(L)--   --dict:19/25(L)--   --dict:7/15(L)--
Current allocation mode is local
Last OS error: Resource temporarily unavailable
Current file position is 342629
GPL Ghostscript 9.26: Unrecoverable error, exit code 1

Seems to be a gs bug.

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

[konsole] [Bug 416362] Missing Default Shortcut Keys for switching tabs.

2020-05-08 Thread Peter Wu
https://bugs.kde.org/show_bug.cgi?id=416362

Peter Wu  changed:

   What|Removed |Added

 CC||pe...@lekensteyn.nl

--- Comment #4 from Peter Wu  ---
Hi Alexander and Nate, while such shortcuts are a good idea in web and file
browsers, it might not be the best idea for a terminal emulator as it is a
container for other applications that typically claim these key bindings.

I'd suggest to revert these new default shortcuts. Let's continue the
discussion in Bug 420503.

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

[konsole] [Bug 420503] konsole 20.04 steals Alt+n switch to tab shorcuts configured on yakuake

2020-05-08 Thread Peter Wu
https://bugs.kde.org/show_bug.cgi?id=420503

Peter Wu  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=416362
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||pe...@lekensteyn.nl

--- Comment #5 from Peter Wu  ---
Bug 415164 is about interception of Ctrl-Alt+Left/Right.

This bug is about Alt+n no longer being functional. I first noticed it with
irssi in Yakuake no longer acting on Alt+n. It turns out to be a regression
from a new feature introduced with Bug 416362 where Alt+n switches between
tabs, bisection points to
https://cgit.kde.org/konsole.git/commit/?id=8f25012b426534a0c1c72928a97c573bdd513049

Alt-n is a default shortcut for "digit-argument" (M-0, M-1, ...) as documented
in the readline(3) manual. There may be other programs where Alt is
significant, this is a classic case of https://xkcd.com/1172/

In Konsole, this issue can be solved by disabling Settings -> Configure
Keyboard Shortcuts and disabling "Switch to Tab [number]" for every number 1 to
9. Yakuake does not have such an option though. I am using konsole and yakuake
20.04.0-1 on Arch Linux.

I personally would like this change to be reverted, but if everyone thinks this
new shortcut (in either Konsole or Yakuake) is a good idea, I can live with
that.

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

[konsole] [Bug 416362] Missing Default Shortcut Keys for switching tabs.

2020-05-08 Thread Peter Wu
https://bugs.kde.org/show_bug.cgi?id=416362

Peter Wu  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=420503

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

[wacomtablet] [Bug 419153] Wacom pen AND computer mouse are not recognized by Krita canvas

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419153

1trocke...@gmail.com changed:

   What|Removed |Added

 OS|Linux   |MS Windows

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

[plasmashell] [Bug 420934] Tooltips of Touchpad applet in systray and some widgets added to plasma panel still have an icon on Neon unstable

2020-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=420934

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.19.0

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

[wacomtablet] [Bug 419153] Wacom pen AND computer mouse are not recognized by Krita canvas

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419153

1trocke...@gmail.com changed:

   What|Removed |Added

 CC||1trocke...@gmail.com

--- Comment #2 from 1trocke...@gmail.com ---
I have been facing this problem too. Using my wacom pen Krita produces several
seconds of lag or will not recognise several strokes. Even if I move slowly I
still have this problem. This started about a week ago, and it is not a problem
I have in Sketchable.

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

[plasmashell] [Bug 420934] Tooltips of Touchpad applet in systray and some widgets added to plasma panel still have an icon on Neon unstable

2020-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=420934

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/eeab79954d7dc5c
   ||093d7ed248f255c7232641d15
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Nate Graham  ---
Git commit eeab79954d7dc5c093d7ed248f255c7232641d15 by Nate Graham.
Committed on 08/05/2020 at 20:35.
Pushed by ngraham into branch 'master'.

Remove remaining icons from applets with custom tooltips

Summary:
Last bits needed for T12778.

Test Plan: {F8295118}

Reviewers: bugseforuns, #plasma, #vdg, kmaterka, ndavis

Reviewed By: #vdg, kmaterka, ndavis

Subscribers: plasma-devel

Tags: #plasma

Maniphest Tasks: T12778

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

M  +0-1applets/minimizeall/package/contents/ui/main.qml
M  +0-1applets/showActivityManager/package/contents/ui/main.qml
M  +0-1applets/showdesktop/package/contents/ui/main.qml
M  +0-1applets/trash/package/contents/ui/main.qml
M  +0-1kcms/touchpad/applet/qml/contents/ui/touchpad.qml

https://commits.kde.org/plasma-desktop/eeab79954d7dc5c093d7ed248f255c7232641d15

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

[plasmashell] [Bug 420934] Tooltips of Touchpad applet in systray and some widgets added to plasma panel still have an icon on Neon unstable

2020-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=420934

--- Comment #5 from Nate Graham  ---
Git commit 1d64bd11923569258a2633a55c9a9eaea67cefaa by Nate Graham.
Committed on 08/05/2020 at 20:33.
Pushed by ngraham into branch 'master'.

Remove remaining icons from applets with custom tooltips

Summary:
Last bits needed for T12778.

Test Plan: {F8295118}

Reviewers: bugseforuns, #plasma, #vdg, kmaterka

Reviewed By: kmaterka

Subscribers: plasma-devel

Tags: #plasma

Maniphest Tasks: T12778

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

M  +0-1applets/quicklaunch/package/contents/ui/main.qml
M  +0-5applets/quickshare/plasmoid/contents/ui/main.qml

https://commits.kde.org/kdeplasma-addons/1d64bd11923569258a2633a55c9a9eaea67cefaa

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

[plasmashell] [Bug 420934] Tooltips of Touchpad applet in systray and some widgets added to plasma panel still have an icon on Neon unstable

2020-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=420934

--- Comment #4 from Nate Graham  ---
Git commit fe20601bddd59ff2bc09c42cb735c576ee8489d5 by Nate Graham.
Committed on 08/05/2020 at 20:32.
Pushed by ngraham into branch 'master'.

Remove remaining icon from applet with custom tooltip

Summary:
Last bits needed for T12778.

Test Plan: {F8295118}

Reviewers: bugseforuns, #plasma, #vdg, ndavis

Reviewed By: #vdg, ndavis

Subscribers: plasma-devel

Tags: #plasma

Maniphest Tasks: T12778

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

M  +0-1applets/lock_logout/contents/ui/lockout.qml

https://commits.kde.org/plasma-workspace/fe20601bddd59ff2bc09c42cb735c576ee8489d5

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

[karbon] [Bug 421181] Karbon crashes when when opening a PDF file from thunderbird

2020-05-08 Thread Michael Josenhans
https://bugs.kde.org/show_bug.cgi?id=421181

--- Comment #2 from Michael Josenhans  ---
Created attachment 128261
  --> https://bugs.kde.org/attachment.cgi?id=128261=edit
PDF File that crashes Karbon, Dr. Konqi and does not print on Okular as it
crashes gv

PDF File

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

[konsole] [Bug 420662] unable to type æøå in konsole

2020-05-08 Thread Peter Wu
https://bugs.kde.org/show_bug.cgi?id=420662

Peter Wu  changed:

   What|Removed |Added

 CC||pe...@lekensteyn.nl
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #3 from Peter Wu  ---
Based on your feedback that it is a locale configuration issue and that the
problem has been solved, I am closing this bug. If that is not the case, feel
free to reopen.

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

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=283682

linux...@posteo.de changed:

   What|Removed |Added

 CC||linux...@posteo.de

--- Comment #220 from linux...@posteo.de ---
Version KMail 5.13.3 (19.12.3)
OS  Gentoo Linux

I have been plagued by this bug for a very long time. Today I found out, that
for ages there has been an error message in my mysql/mariadb log-file:

[ERROR] Incorrect definition of table mysql.event: expected column 'sql_mode'
at position 14 to have type set ...

This is the first time I saw this error, as there is no other application than
akonadi using mariadb on my pc and akonadi was never complaining. This
mariadb-error could be fixed by running mysql_upgrade (google it to find an
explanation, this is due to an incomplete upgrade of the mariadb-package)

After fixing the database, kmail has not been showing duplicated mails any
longer. Also filters have been working flawlessly.

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

[plasmashell] [Bug 421199] Pixelated slack icon/png icon (latte dock or plasma panel > 64 px )

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421199

m.j.lb...@gmail.com changed:

   What|Removed |Added

Summary|Pixelated slack icon/png|Pixelated slack icon/png
   |icon (latte dock vs panel)  |icon (latte dock or plasma
   ||panel >  64 px )

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

[plasmashell] [Bug 421199] Pixelated slack icon/png icon (latte dock vs panel)

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421199

--- Comment #2 from m.j.lb...@gmail.com ---
Ah, yes if I increase the height of the taskbar it reproduces then. Thank you!

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

[plasmashell] [Bug 421199] Pixelated slack icon/png icon (latte dock vs panel)

2020-05-08 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=421199

Michail Vourlakos  changed:

   What|Removed |Added

 CC||mvourla...@gmail.com

--- Comment #1 from Michail Vourlakos  ---
to reproduce with plasma panel you must increase its thickness above 64 or 96px

does it occur then?

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

[plasmashell] [Bug 421199] New: Pixelated slack icon/png icon (latte dock vs panel)

2020-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421199

Bug ID: 421199
   Summary: Pixelated slack icon/png icon (latte dock vs panel)
   Product: plasmashell
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: m.j.lb...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY

Rendering of png icons is pixelated when icon minimized in latte-dock.

I was instructed by psifidotos to file this under Task Manager instead of
latte.

https://www.reddit.com/r/kde/comments/dxod8y/latte_dock_pixelated_app_icon_for_slack/

The desktop entry is
```
[Desktop Entry]
Name=Slack
StartupWMClass=Slack
Comment=Slack Desktop
GenericName=Slack Client for Linux
Exec=/nix/store/knbc69palgfmnynrn26s5511knppl6zl-slack-4.4.0/bin/slack %U
Icon=/nix/store/knbc69palgfmnynrn26s5511knppl6zl-slack-4.4.0/share/pixmaps/slack.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;InstantMessaging;
MimeType=x-scheme-handler/slack;
```
>From xprop:
```
WM_CLASS(STRING) = "slack", "Slack" 
```

>From lattedock extended layout

```
[Containments][1][Applets][2][Configuration][General]
isInLatteDock=true
launchers59=applications:firefox.desktop,applications:org.kde.dolphin.desktop,applications:org.gnome.Geary.desktop,applications:riot.desktop,applications:spotify.desktop,applications:slack.desktop?iconData=iVBORw0KGgoNSUhEUgAAADAwCAYAAABXAvmHCXBIWXMAABCcAAAQdQGpcXKRAAAIBklEQVRoge1ZaUxc1xX-3sxjNjYbJyxDxnYCExyPM4BT7HpCQamqyqlTxTIiyMiJ1PywhYvAUssPx42sWK5ckUipugBmBH9QFwaVSo5IVNlNYrPIJPawFBLHA6o9MBixb543y5t7-4MBM_PeY97gcaRK_qSR4Jx7z_nO3c659wFP8RSPBSaWtkwmU5bZbN6flZVlNBgM6SqVKgEAfD7fytjY2OTo6KhjcHDQPjw8PAqAxtD3lsEUFRVZrFZrncvluk8IITQCCCHE5XLdt1qtdUVFRRbEdhDlEy8rKzs2MDBwSw7pzYIZGBi4VVZWdux7CyQ3N9fU09NzY6ukpdDT03MjNzfX9ETJV1dXn-Y4zh1r8mvgOM5dXV19-klwZ5ubmy8_znKRC0IIaW5uvgyAjRn5tra2VjnO-QChD_3iMRJC6IrfQ3kSkBVIW1tbayyCYJqamhojjxqlf3d56E9uLtCD3Qv03YElet_Nr-vvLk7Ssq46mvvp-7T46iX6D-fXsoJoampqRITNrdxMWVVV9cuzZ8_-hmGYTY10zfvxwQgHb_Bkn_JR9C7wOJaugp_wePumFfcezgAAPMSP61Pf4Qcpu5Gp277p6OXl5e2fn5-f6e3t_VqqjUJKYTab99XW1n4YiTwA_HvWL5A5PQSjDwn-sziOSc-iQH9tcjiSWTAMw9TW1n5oNpv3SbWRCoCpr6-vV6vV2oheAGgkrHCEguOFwQEAFxCXh0OtVmvr6-vrIbGURF2XlpaWWCyWQlkeABxNU4F9gmnIYrEUlpaWlojpxAJQnDt37r1oHOxJYPGnvfE4kKzETo1i_aeWXKDRI8hJYFFwTBUXF79qNpvzonWQn8zij8kJAnmnO1pL4jCbzXnFxcWvXr9-vXOjXBBAeXn5CbGNSynQOefH57N-eIh0IckyQME2Fj9PVUERef8DAAbmnfjnuB0BSvB6hhmWZ7MFbRiGYcrLy09ECoA9cuTIz8SctD7w4uN7HlmErs7yGF4O4L1sXcS2XdN3UXX7LwjQ1UG54urHBy8fxdHn9gvaBrmxAPg1WciaMhqNRr1enxneMUApmsa9ssiv4cqUH5NeErHd5ZEv18mvod7xBSgVzrJer880Go3GjbKQAAoKCvaLLR8vAZb56O4fFMCsjyBOIZ4r1-QTnDBHzPlWQETuOwzDMAUFBSFTExJAVlbWi2LOdEoGpoRNk7YA21kGWTol9ibrkcCqBfoDO14I_iUk-krKbigZ8SMsnGNIK71enyFF6LxRi50aeZtyO8vgtzk6aJQMkuK0-F1uKZJYTdAhgxO7DuGn6eKlvzEhDef3vSlpO5zjxk3MqNVq4TkYxE6tEn_LS8SoOwBuk6UdxwBZOiU0ykfB_ij1RfzrtV9jdGUKqepEpGmT13W_zy8HTwMAAB2rQnZimuToA0CQI4Pg1EVVrip8fuwaGgHlfAAARquG5ocvAQAopfDfdSEwvYC4l58HkuND-mqIGzm-McDLw7f0SJ6zsRHVQUF2AEqVbE4hAXg8Hsm047vjxNQvPkJgYvZR5xcykPnFR6B8ADNn6uD-5OZqYIlaPPOHSuh-vJoPvRNXsdL_PhDgIhJS6AxIOvhnKBN2ierDOW6cKzoxMTEp1olSitlfXQ4hvxHLf_18nTwA0GUOs2fqQNweEN-CbPIAQNxjWBm8IKkPclzf-SEz4HA4RkUDcHvhG74vVASXuferO0Iiiw_h_24czHMzssmvgZ8fACUBMCJHcDjHkN1it9v7qEgGYTQqKFISBcbYnWlBjwFRIpQPQKFNi4J6kJQ6FRDZyJRSarfb-0LabvzH4XA4XC7Xg_COjFKBbTVvhVTkjFaFbWeORSTDxu-GynBUPnsooHupCmL3KJfL9cDhcDhC7Ie18XR0dFw7derUO-GdE4-_BnZ3GtyffgVGq0LCW8VQZQuqDiEYBgm55-HdUQB-7jZAxWcLAKDUQZ15GHEp4sVwR0fHNQAhBVl4AIGWlpbWkydPvi1WUmgP7YX20N7IpAUxKKAxvAEY3oi67xoopbSlpaUVQMgICPJAd3f3jf7-_m_y8_Nj8krmm-7FSt-j-5Ey3gBdzmnEPXMgKjv9_f3fdHd33wiXi6U898WLFz-OmqkUiA_UO7P-4-f6sHTzNPilu1GZCXIS5CmxAEh7e7utq6vr1hYpRwb1wzt2RXbzrq6uW-3t7TYAgiJGquhYqaioqOE4TtYNhonXiMoV8RowbLyoDpQXl4eB4zhPRUVFDYAVUR8S_ejQ0FBPTU3NJbG8EI74Ny0CWdweA-JyDGC374NCZxC4VekPRzILSimtqam5NDQ01IMtfhBJamxslPUuutT6JR07WEnvZb9DJ09cov7x6XUdv3yPLnS_S2c-eYXOXX2desY_k_W02NjY2AogaSvENyLVZrPJ8kgIocTPS-sDfir3gdtms30GIPVxyQOr-TfdarXavq_ndavVagOQjhh_tUmprKy84Ha7uSdF3u12c5WVlRcApMSS-EbEm0ymw52dnbdjTb6zs_O2yWQ6DEDi2IodlADSSkpKqux2-7eP-5HPbrd_W1JSUgUgDRGe-2MNFYCMwsLC4w0NDTan0zkp9zOr0-mcbGhosBUWFh4HkBG0tSXEYpOwAHQAko1G4578_Hxzdnb285mZmc9qNBodsHoNdLlc0yMjI__t6-sbdDgcdwAsYrU0kJfRJBDrR3EFVpcBG_ytJUqCVaI8VqvJyE92T_F_gv8BlCRTA5Fp3cUASUVORK5CYII%3D,applications:emacs.desktop,applications:discord.desktop
```


STEPS TO REPRODUCE
1. Install latte dock and slack
2. Add slack to panel (no pixelated icon when slack is closed or open)
3. Add slack to latte-dock panel (slack icon is pixelated when app is closed,
slack icon is fine when slack is open)

Note: This doesn't occur when installing from the flatpak, I'm not sure if
something is different there.

OBSERVED RESULT

See above

EXPECTED RESULT

Slack icon consistent across latte and panel,

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: NixOS/Plasma 5.17.5/latte 0.9.11
(available in About System)
KDE Plasma 

[kdepim] [Bug 406334] Markdown addon: embedded images (attached to the email) are not displayed

2020-05-08 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=406334

--- Comment #21 from avlas  ---
(In reply to Laurent Montel from comment #20)
> (In reply to avlas from comment #19)
> > (In reply to Laurent Montel from comment #13)
> > > Git commit 137430312149daa2a95109160d236ad7c70d14a6 by Laurent Montel.
> > > Committed on 25/04/2019 at 07:11.
> > > Pushed by mlaurent into branch 'master'.
> > > 
> > > Fix Bug 406334 - Markdown addon: embedded images (attached to the email) 
> > > are
> > > not displayed
> > > FIXED-IN: 5.12.0
> > > 
> > > M  +6-5   
> > > kmail/editorconvertertextplugins/markdown/markdowninterface.cpp
> > > 
> > > https://commits.kde.org/kdepim-addons/
> > > 137430312149daa2a95109160d236ad7c70d14a6
> > 
> > Not sure there has been a regression of some sort, but attached images are
> > not displayed in markdown formatted html emails.
> 
> Test case ?
> For me it seems working here.

Please see: https://i.imgur.com/moqaQSv.png

The image is missing and if I send the email anyway, I cannot find the image in
the resulting email

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

[okular] [Bug 163297] Faster repeat searching of large documents

2020-05-08 Thread Philipp A.
https://bugs.kde.org/show_bug.cgi?id=163297

Philipp A.  changed:

   What|Removed |Added

 CC||flying-sh...@web.de

--- Comment #3 from Philipp A.  ---
Hello to 12 years ago!

I wrote a quick script to check how fast searching is when building an index
first from nothing, and found that it’s nearly as slow as an *early* search in
Okular.

At some point, Okular seems to have built a text search index, but it takes
much longer than the 21 seconds my script uses. I had Okular open for at least
some minutes before the search got fast (maybe even longer, I spent half an
hour to write the script).

Maybe the index only gets built once the visual page cache is full or so? Tell
me if I’m wrong, but I think we could improve search by building the index
ASAP.

https://gist.github.com/flying-sheep/27f99747f85abb20bab7dc732abe3f6a

$ ./pdf_search.py '/home/phil/Dropbox/RPG/DSA/DSA 5/VR7 - Aventurische
Magie III (2018).pdf' Geode
Index time : 0:00:21.465361
Search time: 0:00:00.001145
[31, 32, 33, 34, 35, 36, 37, 38, 126, 166]

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

[plasmashell] [Bug 418700] Panel thickness very difficult to adjust/configure

2020-05-08 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=418700

--- Comment #2 from Michael D  ---
Very nice. In my opinion, forget about keeping the drag-to-resize
functionality--what you've implemented on phabricator is significantly better.

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

[cantor] [Bug 421198] New: Command history

2020-05-08 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=421198

Bug ID: 421198
   Summary: Command history
   Product: cantor
   Version: 20.04
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: cantor-b...@kde.org
  Reporter: jsar...@gmail.com
  Target Milestone: ---

It would be great to keep commands in history (for each backend independently
and removing duplicates). 

Those could be saved to files so they are available after restarting Cantor. If
that would be implemented, there could be some usability improvements:

- Users could navigate in history using up/down arrow keys

- Users could use autocompletion: start typing and then use up/down arrows to
move under that selection

- There could be a side panel to visualize/navigate/edit/apply those commands
in history.

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

  1   2   3   >