[digikam] [Bug 430588] export from Image Editor not working on Mac

2020-12-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=430588

--- Comment #15 from Maik Qualmann  ---
We need the complete debug output from the start to see if the plugins were
found and loaded. Because the message "Unknown image format !!!" means that no
plugin can and will load JPEG. I suspect that the DImg plugins were not loaded
because they are not binary compatible.

Maik

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

[valgrind] [Bug 430597] unhandled amd64-linux syscall: 315

2020-12-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=430597

Paul Floyd  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REOPENED|RESOLVED

--- Comment #16 from Paul Floyd  ---
We can close this since there is a good workaround.

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

[digikam] [Bug 430588] export from Image Editor not working on Mac

2020-12-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430588

--- Comment #14 from caulier.gil...@gmail.com ---
Maik,

All DImg plugins are installed in PKG (debug and not debug). See the list of
files prepared before packaging:

bash-3.2$ pwd
/Users/gilles/Devel/7.x/project/bundles/macports/opt/digikam/libexec/qt5/plugins/digikam/dimg

bash-3.2$ ls -al
total 1648
drwxr-xr-x  11 root  wheel 352 22 déc 07:47 .
drwxr-xr-x   7 root  wheel 224 21 déc 18:16 ..
-rwxr-xr-x   1 root  wheel  115032 22 déc 07:47 DImg_HEIF_Plugin.so
-rwxr-xr-x   1 root  wheel   97456 22 déc 07:47 DImg_ImageMagick_Plugin.so
-rwxr-xr-x   1 root  wheel   94952 22 déc 07:47 DImg_JPEG2000_Plugin.so
-rwxr-xr-x   1 root  wheel   93672 22 déc 07:47 DImg_JPEG_Plugin.so
-rwxr-xr-x   1 root  wheel   77040 22 déc 07:47 DImg_PGF_Plugin.so
-rwxr-xr-x   1 root  wheel   96464 22 déc 07:47 DImg_PNG_Plugin.so
-rwxr-xr-x   1 root  wheel   76552 22 déc 07:47 DImg_QImage_Plugin.so
-rwxr-xr-x   1 root  wheel   79008 22 déc 07:47 DImg_RAW_Plugin.so
-rwxr-xr-x   1 root  wheel   96904 22 déc 07:47 DImg_TIFF_Plugin.so

If plugins was not here in PKG, images cannot be loaded in editor.

Gilles

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

[kscreenlocker] [Bug 430695] New: Empty black screen with mouse pointer which is movable after computer wakeup

2020-12-21 Thread yP6pxFJmSpO2xZwPW
https://bugs.kde.org/show_bug.cgi?id=430695

Bug ID: 430695
   Summary: Empty black screen with mouse pointer which is movable
after computer wakeup
   Product: kscreenlocker
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: fuxfwgc4a2i...@gmail.com
CC: bhus...@gmail.com
  Target Milestone: ---

SUMMARY
Empty black screen with mouse pointer which is movable after computer wakeup
from sleep instead of sddm login screen.
Issue possible temporary to fix without reboot only using actions . Issue
appeared first time in kubuntu 20.04. 
1) Switch to console (ctrl+alt+f2)
2) Login
3) kill kcheckpass and kscreenlocker
4) after it possible to return to GUI and SDDM login screen now visible

For temporary workaround at kubuntu 20.04 it was enough to kill kcheckpass only
For temporary workaround at kubuntu 20.10 need to kill kcheckpass and
kscreenlocker. 

STEPS TO REPRODUCE
1. Press leave -> (Sleep) Suspend to ram 
2. Wait until computer sleep
3. press any button to wake up

OBSERVED RESULT
Empty black screen with mouse pointer which is movable.

EXPECTED RESULT
SDDM login screen must be on screen

SOFTWARE/OS VERSIONS

Operating System: Kubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2
Kernel Version: 5.8.0-33-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.00GHz
Memory: 31,3 GiB of RAM
Graphics Processor: GeForce GTX 1070/PCIe/SSE2

ADDITIONAL INFORMATION

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

[digikam] [Bug 430684] Renaming mp4 files - metadata fields have no values

2020-12-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=430684

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
This is basically normal behavior. Our library used to write metadata cannot do
this in video files.

You can enable sidecar files (read and write to read-only files) in digiKam
Metadata Setup.

If you don't want to have any additional files in the directory, you can use
the database for renaming like [db: DefaultComment] for example. I see that the
title and tag list are not available, we can change that.

Maik

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

[kmail2] [Bug 430678] Allow to only enable specific external images

2020-12-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=430678

--- Comment #3 from Laurent Montel  ---
Git commit 3675507317e0974c1a72b6ab09ab9ab598709c99 by Laurent Montel.
Committed on 22/12/2020 at 06:47.
Pushed by mlaurent into branch 'master'.

Start to implement Bug 430678 - Allow to only enable specific external images

M  +5-0messageviewer/src/CMakeLists.txt
A  +18   -0messageviewer/src/remote-content/remotecontentmanager.cpp
[License: LGPL(v2.0+)]
A  +23   -0messageviewer/src/remote-content/remotecontentmanager.h
[License: LGPL(v2.0+)]

https://invent.kde.org/pim/messagelib/commit/3675507317e0974c1a72b6ab09ab9ab598709c99

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

[kwin] [Bug 429086] kwin_wayland segmentation faulted in QScopedPointer >::operator->() when usi

2020-12-21 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=429086

Matt Fagnani  changed:

   What|Removed |Added

Version|5.20.3  |5.20.4

--- Comment #2 from Matt Fagnani  ---
I've seen kwin_wayland crashes with this trace seven times with Plasma 5.20.3
and six times with 5.20.4. Each crash happened when using Firefox Nightly
84.0a1-86.0a1 on Wayland. All but one crash occurred while moving the cursor
over the bookmark folders. One crash happened on the bugs.kde.org Advanced
search page when I clicked on a popup box in the Custom Search area
https://bugs.kde.org/query.cgi?format=advanced

I've had WebRender compositing enabled in Firefox by going into about:config
and setting gfx.webrender.all=true, gfx.webrender.enabled=true. Having
WebRender enabled might be needed for this crash to happen. Robert Mader
commented "It just occurred to me that with Webrender enabled mesa will commit
our surface in dri2_wl_swap_buffers_with_damage which we call in
GLContextEGL::SwapBuffers(). So even if when using
moz_container_wayland_surface_lock there's still a chance that the surface will
get commited behind our back, potentially freeing it IIUC.

So maybe we have to extent our surface locking to GLContextEGL::SwapBuffers()
as well somehow.
"
https://bugzilla.mozilla.org/show_bug.cgi?id=1655282#c10

Robert wrote a patch to lock the surface in GLContextEGL::SwapBuffers
https://bugzilla.mozilla.org/show_bug.cgi?id=1680961

Checking that the pointer this or d isn't null in
KWaylandServer::SurfaceInterface::subSurface before surface_interface.cpp:792
might avoid the crash at least until the problem is fixed in Firefox.

QPointer< SubSurfaceInterface > SurfaceInterface::subSurface() const
{
return d->subSurface;
}

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

[digikam] [Bug 430589] Want to disable face detection extra download on Mac version

2020-12-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=430589

--- Comment #3 from Maik Qualmann  ---
Was it now possible to download all the necessary files?

Keep in mind that most of the files were in the installer and do not need to be
downloaded and installed every time you update to a new version of digiKam.

Maik

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

[digikam] [Bug 430588] export from Image Editor not working on Mac

2020-12-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=430588

--- Comment #13 from Maik Qualmann  ---
The debug version probably doesn't contain any DImg plugins, Gilles will take a
look at it.
The debug version is not necessary for this problem, please repeat Comment 2
and post the output.

Maik

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

[digikam] [Bug 430664] How to access a database and files from another computer in LAN

2020-12-21 Thread Parag
https://bugs.kde.org/show_bug.cgi?id=430664

--- Comment #3 from Parag  ---
Thank You So Much.
Will try this and check.

I raised it here because I did not know where else to raise this query.
If there is a mailing list for support queries, please share that email id for
future reference.

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

[kmail2] [Bug 430678] Allow to only enable specific external images

2020-12-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=430678

--- Comment #2 from Laurent Montel  ---
Ok I found it 
https://support.mozilla.org/en-US/kb/remote-content-in-messages

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

[kmail2] [Bug 430678] Allow to only enable specific external images

2020-12-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=430678

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
Hi,
Is it a specific plugin in thunderbird ?
How do you specify theses domain etc.
It can be useful indeed.

Regards

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

[colord-kde] [Bug 398540] My system crashed with every kernel after 4.18.0 after logging in to xdm, works after uninstalling colord-kde,

2020-12-21 Thread Joe Morris
https://bugs.kde.org/show_bug.cgi?id=398540

Joe Morris  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Joe Morris  ---
Sorry, wrong ststus. It appears to be resolved.

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

[colord-kde] [Bug 398540] My system crashed with every kernel after 4.18.0 after logging in to xdm, works after uninstalling colord-kde,

2020-12-21 Thread Joe Morris
https://bugs.kde.org/show_bug.cgi?id=398540

Joe Morris  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Joe Morris  ---
I just reinstalled colord-kde (and colord, colord-color-profiles, and
colord-kde-lang) and my system seems to be operating with no problems, very
different from when I filed this bug. So it appears to be fixed, at least with
the most recent Tumbleweed release.

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

[kmymoney] [Bug 430681] Version numbering of build file

2020-12-21 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=430681

--- Comment #3 from Nick  ---
Good morning Jack,

No I didn't. Normal process for most software updates is to let the install do
that as well.  Which it says it's doing.

Regards
Nick

Get Outlook for Android


From: Jack 
Sent: Monday, December 21, 2020 10:40:16 PM
To: nick_bunt...@yahoo.co.uk 
Subject: [kmymoney] [Bug 430681] Version numbering of build file

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

--- Comment #2 from Jack  ---
Did you fully uninstall the old version before installing the new one?

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

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

[kontact] [Bug 374270] Crash on close

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374270

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

[kpat] [Bug 198016] Simple Simon reports "Nope, can't be won" when it can

2020-12-21 Thread David Gasaway
https://bugs.kde.org/show_bug.cgi?id=198016

David Gasaway  changed:

   What|Removed |Added

 CC||d...@gasaway.org

--- Comment #11 from David Gasaway  ---
Created attachment 134259
  --> https://bugs.kde.org/attachment.cgi?id=134259=edit
Example from 20.04.3

Figured I'd add an example from a more recent version (20.04.3) that I played
through to solved before creating the save.  The "unsolvable" condition occurs
at move 25.

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

[krita] [Bug 430694] New: Cannot override existing files

2020-12-21 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=430694

Bug ID: 430694
   Summary: Cannot override existing files
   Product: krita
   Version: 4.3.0
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: mangate...@gmail.com
  Target Milestone: ---

Try to save as or to export on a target that already exists to override it. You
will get a pop-up error like so:

Could not save /**/target.png
Reason: /**/target.png cannot be written to. Please save under a different
name.


STEPS TO REPRODUCE
1. Save AS or Export on an existing file

macOS: big sure
git branch: krita/4.3
commit: 3740597f3b0220232d7cf0f99cc6f6b56ed028f8

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

[Powerdevil] [Bug 348283] Can not suspend PCBSD 10.1 from Kickoff launcher

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=348283

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[kwin] [Bug 368222] KDE hangs when VLC or dragon plays video

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=368222

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

[konqueror] [Bug 230088] Konqueror segfaults when using TinyMCE

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=230088

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

[kdelibs] [Bug 235111] KCategorizedView draws garbage and hits an assert if not ScrollPerPixel

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=235111

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

[kmenuedit] [Bug 63397] Menu editor is confusing!

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=63397

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kontact] [Bug 372737] Crash on send, configure Kmail or filters

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=372737

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

[kwin] [Bug 389350] Crash in button tooltip of Debug Console

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=389350

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

[kwin] [Bug 390247] Kwin crashes when clicking on application launcher

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390247

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

[kdelibs] [Bug 232692] Faultily executable file makes dolphin crash

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=232692

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

[krunner] [Bug 376338] The new plasma 5.9 Krunner and application launcher unable to find a number of applications.

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376338

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[systemsettings] [Bug 430072] Settings come back to default at each reboot

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430072

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

[kontact] [Bug 373129] Kontact crashed when closing after tryong to accept an ics invitation

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=373129

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

[kwin] [Bug 389377] Crash in debug console during Alt+Tab

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=389377

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

[kontact] [Bug 375790] Kontact crashed after clicking on a folder

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375790

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

[calligraactive] [Bug 353451] Caligra crash opening a document from thunderbird 38.1.0

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=353451

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

[kwin] [Bug 395825] Seg fault on ApplicationWayland destroy in getMovingClient

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=395825

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

[akregator] [Bug 363361] Akregator does not handle SIGTERM properly

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=363361

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.

[konqueror] [Bug 240002] Crash when switching from khtml back to kwebkitpart

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=240002

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

[kontact] [Bug 374642] Crashes while changing account settings

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374642

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

[kontact] [Bug 372947] kmail5 crashes when moving emtpy folders

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=372947

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

[elisa] [Bug 430037] Elisa doesn't launch if Region set Türkiye or Language set Turkish

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430037

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

[konsole] [Bug 425764] Konsole reports $TERM=xterm-256color but doesn't fully support it (tested with vis)

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425764

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- 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 429476] App crashes when using any selection tool

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429476

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |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 430572] Krita is unuseable when airplay is active

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430572

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #7 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[plasma-pa] [Bug 421910] plasma-pa breaks if Pulseaudio server is restarted

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421910

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[akregator] [Bug 410394] Unread shown as -1 articles.

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410394

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kmenuedit] [Bug 416105] Uncategorized apps usually don't show up in the menu editor

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416105

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.

[plasma-pa] [Bug 421164] Whole widget on panel moves when changing output

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421164

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.

[Falkon] [Bug 405492] Unable to clear the cache

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405492

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[krunner] [Bug 385932] Search (both Application Launcher and Krunner) not returning Application results

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=385932

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[Falkon] [Bug 386550] FREETYPE_PROPERTIES environment variable ignored

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386550

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.

[plasma-pa] [Bug 372125] Volume changing time inconsistent

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=372125

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kscreenlocker] [Bug 371775] The kscreenlocker_greet process is not found after several hours of idle-time.

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=371775

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.

[krunner] [Bug 366407] Hangs on plasma startup for 5-7 seconds before accepting any input

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=366407

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[ktorrent] [Bug 374363] KTorrent Flatpak fails to launch on Fedora 25: org.freedesktop.DBus.Error.ServiceUnknown

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374363

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.

[krunner] [Bug 370187] [wayland] krunner crashes if two displays are aligned anything other then default

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=370187

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[krdc] [Bug 365927] The systray icon is missing, in kde 4.14.16

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=365927

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.

[krdc] [Bug 374895] Window keeps maximizing to full screen automatically

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374895

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.

[kscreenlocker] [Bug 364263] kde ignores lock screen keyboard shortcut

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=364263

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[akregator] [Bug 362903] Akregator no longer asks about what to do when clicking media links

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=362903

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.

[kscreenlocker] [Bug 362649] Device notifier window shows up for split second on top of lockscreen

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=362649

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.

[krdc] [Bug 343585] Can not connect to x11vnc server with low quality connection

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=343585

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.

[kscreenlocker] [Bug 359568] If password checking takes too long, password appears to have been rejected

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=359568

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.

[kscreenlocker] [Bug 354009] interrupting the screen from turning off can result in unresponsive blank screen

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=354009

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.

[kwin] [Bug 355458] kwin_x11 sometimes uses 100% cpu

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=355458

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kpat] [Bug 344329] Move allows you to go from no longer winnable to winnable

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=344329

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.

[krunner] [Bug 347439] When using dual screen, krunner is half visible on some screen layouts

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=347439

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[systemsettings] [Bug 254351] File association bug

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=254351

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[frameworks-kcoreaddons] [Bug 430007] Various System Settings KCMs crash while trying to load SVGs from the active Plasma theme

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430007

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

[kwin] [Bug 333595] Global shortcuts are broken after closing windows

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=333595

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[kwin] [Bug 330110] garbled resolution when disconnecting and reconnecting external screen

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=330110

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kwin] [Bug 389225] qBadAlloc in rearrange windows

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=389225

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

[kwin] [Bug 400336] Black with visible cursor when undocking from thunderbolt dock

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400336

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

[kontact] [Bug 375771] Crashes on settings change

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375771

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

[kwin] [Bug 385499] Crash in Wayland when using Kate

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=385499

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

[kontact] [Bug 374945] kontact crash after closing

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374945

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

[Breeze] [Bug 396638] Crash while changing widget theme transparency settings

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=396638

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

[Artikulate] [Bug 328414] Stopping recording quickly hangs the program

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=328414

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

[karbon] [Bug 249883] huge memory leak in Karbon when loading big svg file

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=249883

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

[braindump] [Bug 363834] seg fault when tried to open Braindump

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=363834

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

[braindump] [Bug 317985] Braindump crash at startup

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=317985

--- Comment #29 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-attica] [Bug 219152] Crash in ProviderManager ctor on plasma startup

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=219152

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

[kdelibs] [Bug 208881] Kopete crashed when closing tab containing chat with MSN contact

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=208881

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

[kde-windows] [Bug 205207] Konqueror Does not properly open downloaded .exe files, default cause no .exe to open correctly

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=205207

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

[konqueror] [Bug 200855] (steps) Rich Text Edit input box on soup.io crashes Konqueror

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=200855

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

[kdelibs] [Bug 195071] Dolphin crashes when trying to cancel undo-process of removing folder with contents

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=195071

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

[calligraformula] [Bug 198023] [testcase] insert shape crash. empty workplace

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=198023

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

[keditbookmarks] [Bug 174223] Bookmark editor crashes checking the link status [null KBookmarkModel::indexForBookmark, KBookmarkModel::emitDataChanged, TestLinkItr::setStatus]

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=174223

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

[kfile-plugins] [Bug 154431] Konqueror locks up with bad wave files

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=154431

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

[keditbookmarks] [Bug 142272] Deleting the bookmark being checked leads to a crash

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=142272

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

[kaudiocreator] [Bug 94641] crash if disk is full

2020-12-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=94641

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

[krunner] [Bug 363195] Error reported when attempting to open a mail message from krunner

2020-12-21 Thread Robert
https://bugs.kde.org/show_bug.cgi?id=363195

--- Comment #3 from Robert  ---
I would check up on this except I no longer use the same computer I used 4
years ago.  Not even sure it still runs. I don't have the setup required to
provide more information about this bug.

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

[krita] [Bug 430688] Krita Window won't move or minimize

2020-12-21 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=430688

Tymond  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
   Severity|critical|normal

--- Comment #1 from Tymond  ---
Try closing dockers. Alternatively go to Window -> Workspace -> Minimal. If
that fixes it, either make your own workspace with less dockers, or switch back
to Default and go to Configure Krita -> General -> Window -> uncheck Enable
HighDPI.

Does it solve it?

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

[Breeze] [Bug 416497] No shadows on GTK menus

2020-12-21 Thread 狄昵称
https://bugs.kde.org/show_bug.cgi?id=416497

狄昵称  changed:

   What|Removed |Added

Version|5.18.0  |5.20.4
 CC||dsl944298...@gmail.com

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

[krita] [Bug 430693] New: keys not assigneable

2020-12-21 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=430693

Bug ID: 430693
   Summary: keys not assigneable
   Product: krita
   Version: 4.4.1
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Shortcuts and Canvas Input Settings
  Assignee: krita-bugs-n...@kde.org
  Reporter: mangate...@gmail.com
  Target Milestone: ---

I have a few keys that can't be assigned. 
I'm on a MacBook pro 2018 15' with a french - france azerty keyboard.
The keys not assignable are `, ^, ¨, the common factor is all those keys expect
another key to put an accent on it so they are only generated after you type
the next letter. for example â is written by hitting ^ first (which will wait)
and then a so the os understands to put the accent on the a.

STEPS TO REPRODUCE
1. customize a shortcut with an accent key working in 2 steps

OBSERVED RESULT
None is still the value affected

EXPECTED RESULT
something cool

SOFTWARE/OS VERSIONS
macOS: big sur

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

[Akonadi] [Bug 430689] Any version of akonadi-server after 20.04 fails on starting connection to backend postgresql database

2020-12-21 Thread stuart
https://bugs.kde.org/show_bug.cgi?id=430689

stuart  changed:

   What|Removed |Added

Summary|Any version of  |Any version of
   |akonadi-server after 20.04  |akonadi-server after 20.04
   |fails on staring connection |fails on starting
   |to backend postgresql   |connection to backend
   |database|postgresql database

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

[Akonadi] [Bug 430689] Any version of akonadi-server after 20.04 fails on staring connection to backend postgresql database

2020-12-21 Thread stuart
https://bugs.kde.org/show_bug.cgi?id=430689

--- Comment #3 from stuart  ---
This started in August after the initial upgrade to 20.08 while I was running
postgresql 12.4.  I later upgraded to postgresql t0 13.1.  After reverting to
20.04, akonadi successfully connects to the backend.  I do see in the
akonadictl output that the database version may not be supported, but I don't
see this message in v20.04, so I don't think this is related to the database
version.

The revert has been a workaround, but I was hoping for an eventual fix. Since
this has persisted, I am opening this bug report.

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

[krita] [Bug 430692] New: search for shortcuts by key

2020-12-21 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=430692

Bug ID: 430692
   Summary: search for shortcuts by key
   Product: krita
   Version: 4.4.1
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Shortcuts and Canvas Input Settings
  Assignee: krita-bugs-n...@kde.org
  Reporter: mangate...@gmail.com
  Target Milestone: ---

Sometimes you want to change a shortcut and you don't know its name. This may
be caused by searching for "new layer" instead of "paint layer". Or sometimes
you want to reassign a shortcut but you don't know what it does.
For example, I don't know what Y does but I don't think I'll use it. I want to
change it without going through the warning popup etc... so I can 1/ find it
easily 2/ re-affect it to something else instead of just unbinding it.

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

[kde] [Bug 430691] New: Some kde apps, when run from xfce4, are launching kdeinit5 and damaging (hijacking) system settings.

2020-12-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430691

Bug ID: 430691
   Summary: Some kde apps, when run from xfce4, are launching
kdeinit5 and damaging (hijacking) system settings.
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: lockyw...@gmail.com
  Target Milestone: ---

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

SUMMARY

I (as many other people) use xfce4 as an everyday DE. Meanwhile (a) other
people use KDE5 on the same machine, (b) I use certain KDE5 applications, such
as kMyMoney and Dolphin.

On KDE4 this used to work fine. However, after an overwhelming update to KDE5,
I found that launching kmymoney or dolphin modifies certain system settings (at
least the default file manager and application runner). When I started to
investigate how this happens, I found that krunner is launched by kdeinit5.

I installed a hook in place of kdeinit5, which would log its executions and
launch the original kdeinit5 after. This is how I found that certain KDE5 apps
start kdeinit5 as they are launched, and certain KDE5 apps do not.

In particular, the ones which do include: kmymoney, dolphin, akregator, backup.
The ones which do not include: konsole, kalarm, kalgebra, kaddresbook, kate,
konqueror. 

STEPS TO REPRODUCE
1. Log into xfce4
2. run dolphin
3. observe that your Alt+F2 now launches krunner instead of xfce4-apprunner.

OBSERVED RESULT

Keybindings are hijacked globally.

EXPECTED RESULT

KDE apps work the way they used to work in KDE4.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Slackware-current, Linux 5.10.1, glibc 2.30
(available in About System)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release
build; by GCC 10.2.0) on "xcb"

ADDITIONAL INFORMATION
qtdebug output is attached.

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

[Akonadi] [Bug 430689] Any version of akonadi-server after 20.04 fails on staring connection to backend postgresql database

2020-12-21 Thread stuart
https://bugs.kde.org/show_bug.cgi?id=430689

stuart  changed:

   What|Removed |Added

 CC||sfbar...@gmail.com

--- Comment #2 from stuart  ---
Created attachment 134257
  --> https://bugs.kde.org/attachment.cgi?id=134257=edit
akonadi.error.old file

akonadi.error is blank on this test, but akonadi.error.old shows errors.

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

[okular] [Bug 430690] New: Can't save edits

2020-12-21 Thread Steve Kelem
https://bugs.kde.org/show_bug.cgi?id=430690

Bug ID: 430690
   Summary: Can't save edits
   Product: okular
   Version: 1.11.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: st...@kelem.net
  Target Milestone: ---

SUMMARY
Opened pdf file (with forms), did some edits, over-wrote file with another
program, then tried to save the edited pdf on top of the original, overwritten
file. I get the message:
The file '201802 foo.pdf' has been modified by another program, which means it
can no longer be saved.
When I try to Save As, I get the message:
The file '201802 foo.pdf' has been modified by another program, which means it
can no longer be saved.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT
Cannot overwrite file, and cannot write the edited pdf file anywhere else.

EXPECTED RESULT
Even if some other program were modifying the file, (1) the save should
overwrite the file after asking permission, or (2) I should be able to save the
file under a different name.

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.

[Akonadi] [Bug 430689] Any version of akonadi-server after 20.04 fails on staring connection to backend postgresql database

2020-12-21 Thread stuart
https://bugs.kde.org/show_bug.cgi?id=430689

--- Comment #1 from stuart  ---
Created attachment 134256
  --> https://bugs.kde.org/attachment.cgi?id=134256=edit
postgresql log during akonadi query failure

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

  1   2   3   4   >