[kdevelop] [Bug 369315] GDB and Disassemble/Registers tool views duplicate after aborting debugging and starting a new debug launch

2022-10-23 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=369315

Igor Kushnir  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Igor Kushnir  ---
No longer reproducible. Must be fixed.

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

[kdevelop] [Bug 352038] Indentation does not work as specified in the source formatter

2022-10-23 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=352038

--- Comment #17 from Igor Kushnir  ---
I confirm the issue. The pasting issue is probably of the same origin, seeing
as it comes from the KTextEditor configuration common to KDevelop, Kate and
KWrite. The *Override Kate Indentation Mode* checkbox should ideally prevent
this issue. But currently this checkbox only affects tabs/spaces and
indentation width:
https://invent.kde.org/kdevelop/kdevelop/-/blob/4ffbedc9e97bb84bb242ad5f7b76b6a7153b5a4d/kdevplatform/shell/sourceformattercontroller.cpp#L654.
The thing is, the underlying KTextEditor framework has its own formatting,
which KDevelop needs to override. The KTextEditor formatting configuration is
not as sophisticated as KDevelop's one.

You can try to improve the situation by changing the default indentation mode
on the Editing->Indentation tab or configuring formatting on the
Open/Save->Modes & Filetypes tab: use the Variables line edit and the
Indentation mode combobox to configure KTextEditor's formatting for each
Filetype you use. See the documentation:
https://kate-editor.org/2006/02/09/kate-modelines/ Unfortunately this
configuration is system-wide, applies to all files and not only in KDevelop,
but in Kate and KWrite too. Consider also
https://kate-editor.org/2006/02/09/kateconfig-files/

If you manage to work around this bug by configuring KTextEditor, consider
contributing improvements to the adaptEditorIndentationMode() function I have
linked. This way KDevelop's per-session or per-project formatting configuration
would automatically override more KTextEditor formatting options. Though I
expect that making your workaround generally useful could prove to be a
challenging and time-consuming task, because the current formatting
configuration has to be extracted from various source formatters before it can
be applied to KTextEditor.

Another potential fix in KDevelop is intercepting KTextEditor's formatting
action (such as unindenting the protected: label) and reformatting the affected
source code range with KDevelop's formatter instead (or reformat after each
KTextEditor's formatting action).

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

[kdenlive] [Bug 444669] macOS: UI elements not legible in light mode

2022-10-23 Thread erjiang
https://bugs.kde.org/show_bug.cgi?id=444669

erjiang  changed:

   What|Removed |Added

 CC||erji...@alumni.iu.edu

--- Comment #1 from erjiang  ---
On macOS 12.6, with Kdenlive 22.08.2, it seems to display fine, although it
seems to have kept my previous selection of Breeze Dark. The other themes seem
to work fine as well. Can you confirm if this is still an issue with the latest
Kdenlive version?

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

[kdenlive] [Bug 448146] Mac M1 latest OS Crash KDenlive for MacOS

2022-10-23 Thread erjiang
https://bugs.kde.org/show_bug.cgi?id=448146

--- Comment #14 from erjiang  ---
*** Bug 446980 has been marked as a duplicate of this bug. ***

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

[kdenlive] [Bug 446980] startup crash under Mac OS X 10.13.6 (High Sierra)

2022-10-23 Thread erjiang
https://bugs.kde.org/show_bug.cgi?id=446980

erjiang  changed:

   What|Removed |Added

 CC||erji...@alumni.iu.edu
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #14 from erjiang  ---
Looks like this was the same issue as #448146 which has been fixed.

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

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

[kdenlive] [Bug 453189] macOS: Opening project file from Finder yields empty project

2022-10-23 Thread erjiang
https://bugs.kde.org/show_bug.cgi?id=453189

erjiang  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||erji...@alumni.iu.edu

--- Comment #1 from erjiang  ---
Confirmed that this is still an issue in Kdenlive 22.08.2. We should also make
it register itself as the application for .kdenlive files.

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

[kdenlive] [Bug 455084] Application crashes when I start audio track recording

2022-10-23 Thread erjiang
https://bugs.kde.org/show_bug.cgi?id=455084

erjiang  changed:

   What|Removed |Added

 CC||erji...@alumni.iu.edu

--- Comment #2 from erjiang  ---
Looks like Kdenlive 22.08.2 no longer crashes when trying to record, but audio
recording still doesn't work on Mac as reported in #460483.

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

[kdenlive] [Bug 460483] Recording with MAC's built-in microphone doesn't work

2022-10-23 Thread erjiang
https://bugs.kde.org/show_bug.cgi?id=460483

erjiang  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||erji...@alumni.iu.edu
 Ever confirmed|0   |1

--- Comment #1 from erjiang  ---
Confirmed on 22.08.2, M1 Mac. Also checked that "MacBook Air Microphone" was
selected in the settings, and it was the only choice.

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

[okular] [Bug 411130] Searching CHM files crashes Okular

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411130

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kdevelop] [Bug 409596] Adding a lambda as a template argument in a header where the template parameter is a function pointer type causes a crash.

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409596

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.

[kmail2] [Bug 407175] Crashes on session logout

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=407175

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.

[krita] [Bug 459582] After I paint for a few minutes, brush strokes stop showing up no matter which brush I use.

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=459582

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.

[lattedock] [Bug 457157] Latte crashing when switching from TV to 2monitor config using autorandr

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457157

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.

[Discover] [Bug 411381] Discover crashed after searching for an application

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411381

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.

[kontact] [Bug 410782] Kontact can not start Akonadi

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410782

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.

[Akonadi] [Bug 410860] Kmail is dropping receive account settings.

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410860

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 411309] Crashes when accessing Onedrive for Business

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411309

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.

[kdevelop] [Bug 408976] Crash typing

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=408976

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.

[kontact] [Bug 411125] Kontact: the akonadi PIM service is not operational

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411125

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 459906] Crash when dragging across patterns in Fill Layer menu

2022-10-23 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459906

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/e93ace6bb |hics/krita/commit/0aeed4342
   |bbf546e0782a6c705e9057a87ff |ddd76141e6255bf3b27a5ec76f6
   |b01f|ba76

--- Comment #4 from sh_zam  ---
Git commit 0aeed4342ddd76141e6255bf3b27a5ec76f6ba76 by Sharaf Zaman.
Committed on 24/10/2022 at 04:51.
Pushed by szaman into branch 'krita/5.1'.

Fix nullptr dereference in pattern generator

If while dragging we click outside of the window bounds, none of the
pattern is selected resulting in:
widget()->patternChooser->currentResource() pointing to a nullptr. But
with includeHidden flag enabled we can still reference the last selected
pattern. So, this seems like a minor error (i.e operating on only "non
hidden" resource).
(cherry picked from commit e93ace6f546e0782a6c705e9057a87ffb01f)

M  +1-1plugins/generators/pattern/kis_wdg_pattern.cpp

https://invent.kde.org/graphics/krita/commit/0aeed4342ddd76141e6255bf3b27a5ec76f6ba76

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

[krita] [Bug 458913] Changing colours of vector objects - colour picker goes crazy

2022-10-23 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458913

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/2264a44be |hics/krita/commit/231726c6d
   |cad163a94ba26bdea3f054d2052 |7b3c5f9764b52d4d43c3c26b2d6
   |95b1|5ea4

--- Comment #6 from sh_zam  ---
Git commit 231726c6d7b3c5f9764b52d4d43c3c26b2d65ea4 by Sharaf Zaman.
Committed on 24/10/2022 at 04:51.
Pushed by szaman into branch 'krita/5.1'.

Fix Foreground-to-Background color switching of vector objects

If the fg-bg color was swapped rapidly enough, the resulting shape would
often have the same color (rather than it being swapped).

The reason for this being resourceManager would send us signal to change
both fg and bg, but if the delay between them is less than
colorChangedCompressor's timeout, the latter signal would be ignored.
Which would prevent the swapping from happening. The proper solutions
seem to be to either have a compressor at the source (which there does
seem to be) or have separate channel (ie different timers) for different
resources (bg, fg and gradient in *this* case).
(cherry picked from commit 2264a44becad163a94ba26bdea3f054d205295b1)

M  +1-1libs/ui/widgets/KoFillConfigWidget.cpp

https://invent.kde.org/graphics/krita/commit/231726c6d7b3c5f9764b52d4d43c3c26b2d65ea4

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

[akregator] [Bug 411533] Seg fault seemingly without cause

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411533

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.

[Akonadi] [Bug 411375] akonadi_mail_dispatcher_agent crashes when entering an app password for gmail

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411375

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.

[kdevelop] [Bug 411380] Crash when clicking on the stop button

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411380

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.

[yakuake] [Bug 411162] Yakuake crashes when started by plasma's autostart-scripts

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411162

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.

[kdevelop] [Bug 409939] App crash when writing c++17 style "for loop" iterating over elements of a std::unordered_map using structured binding declaration

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409939

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.

[kdevelop] [Bug 411096] Kdevelop crashed when opening previous session (with a single Python 3 project)

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411096

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.

[ksmserver] [Bug 409752] The ksmserver application suddenly stopped

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409752

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.

[kontact] [Bug 410956] Kontact crashed upon sending SMS

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410956

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.

[kde] [Bug 458342] Kde "forgets" smboles on the desktop for all activities

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=458342

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

[kscreenlocker] [Bug 459810] can't unlock after giving the good password

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=459810

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

[kmenuedit] [Bug 427131] Kmenuedit crashes while cutting-pasting app.desktop entries

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427131

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

[ktorrent] [Bug 409332] Ktorent Crash without motives

2022-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409332

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

[xdg-desktop-portal-kde] [Bug 460918] New: Screenshot only contains bottom-left quarter in 200% scaled Wayland session

2022-10-23 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=460918

Bug ID: 460918
   Summary: Screenshot only contains bottom-left quarter in 200%
scaled Wayland session
Classification: Plasma
   Product: xdg-desktop-portal-kde
   Version: 5.26.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: k...@hexchain.org
CC: aleix...@kde.org, jgrul...@redhat.com, n...@kde.org
  Target Milestone: ---

SUMMARY
Taking a screenshot through Portal returns an image file only containing the
bottom left quarter of the screen in a 200% scaled Wayland session.

STEPS TO REPRODUCE
1. Take a screenshot through the Portal interface.
2. Inspect the returned image file.

OBSERVED RESULT
The image file is 1440x900 pixels in size and only contains the bottom-left
quarter.

EXPECTED RESULT
The image file should be 2880x1800 and contain all of the screen.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.26.1
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel Version: 6.0.3-zen2-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 PRO 6860Z with Radeon Graphics
Memory: 30.1 GiB of RAM
Graphics Processor: REMBRANDT

ADDITIONAL INFORMATION
kscreen-doctor -o:
Output: 1 SDC eDP-1-unknown enabled connected primary Panel Modes:
0:2880x1800@60*! 1:1920x1200@60 2:1920x1080@60 3:1600x1200@60 4:1680x1050@60
5:1280x1024@60 6:1440x900@60 7:1280x800@60 8:1280x720@60 9:1024x768@60
10:800x600@60 11:640x480@60 12:2560x1600@60 13:2880x1620@60 14:1600x900@60
Geometry: 0,0 1440x900 Scale: 2 Rotation: 1 Overscan: 0 Vrr: incapable
RgbRange: unknown primary

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

[digikam] [Bug 460904] Several Images can´t be imported and imported pictures are not marked as downloaded

2022-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460904

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

   What|Removed |Added

  Component|Import-PostProcessing   |AdvancedRename-Import

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

[digikam] [Bug 460904] Several Images can´t be imported and imported pictures are not marked as downloaded

2022-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460904

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

   What|Removed |Added

  Component|Import-MainView |Import-PostProcessing

--- Comment #4 from caulier.gil...@gmail.com ---
Look These king of messages for ex appear while renaming file from camera:

25240] digikam.import: Renaming
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6154.JPG"
 to  "//192.168.178.3/photo/Kamera_Import/2022-10-23/20221023T1003282_v1.JPG"
failed
[25240] digikam.import: Log ( "_DSC6154.JPG"   "D:/DCIM/100MSDCF/" :  "Fehler
beim Herunterladen der Datei „_DSC6154.JPG“"

Why there is an IP address in the file path ? 

Gilles

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

[kaddressbook] [Bug 367603] Type of email addresses is case-sensitive.

2022-10-23 Thread Bernhard Scheirle
https://bugs.kde.org/show_bug.cgi?id=367603

Bernhard Scheirle  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
Version|unspecified |5.21.1
 Resolution|WAITINGFORINFO  |---
   Platform|Neon|Manjaro

--- Comment #2 from Bernhard Scheirle  ---
Can still be reproduced in
kaddressbook 5.21.1 (22.08.1)

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

[kmailtransport] [Bug 331976] Wrong error message on "address rejected" error.

2022-10-23 Thread Bernhard Scheirle
https://bugs.kde.org/show_bug.cgi?id=331976

Bernhard Scheirle  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Bernhard Scheirle  ---
Error message seems to be fixed in at least "kmail2 5.21.1 (22.08.1)":
Fehler beim Übertragen der Nachricht. Serverfehler: 5.7.1 :
Sender address rejected: not owned by user sen...@host.de

Translation:
Error transferring message. Server Error: 5.7.1 : Sender
address rejected: not owned by user sen...@host.de

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

[kscreenlocker] [Bug 456210] Cannot unlock screen when using multiple monitors

2022-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456210

majoroversi...@gmail.com changed:

   What|Removed |Added

 CC||majoroversi...@gmail.com

--- Comment #51 from majoroversi...@gmail.com ---
I've just started experiencing this issue after updating to Plasma 5.25.5
yesterday on Kubuntu 22.04.01 using the backports-extra PPA.
This had not occurred when using 5.24.x prior to updating (though I had
experienced some SDDM startup timing issues).

There is no response when I attempt to unlock the screen (and pressing enter
twice does not work) so have to now use the 'loginctrl unlock-session'
workaround. After unlocking from the terminal, there is a consistent KWin
Window Manager notification "Desktop effects were restarted due to a graphics
reset".

My system has two monitors, so seems to fit here. Other info: X11, kernel
5.15.0-52-generic, Nvidia 515.76-0ubuntu0.22.04.1

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

[kwin] [Bug 459373] Maximized xwayland apps leave some pixels on the right border

2022-10-23 Thread Hexagon
https://bugs.kde.org/show_bug.cgi?id=459373

Hexagon  changed:

   What|Removed |Added

 CC||apri...@posteo.net

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

[kde] [Bug 460917] New: Enter key does not work on second login

2022-10-23 Thread Jason Playne
https://bugs.kde.org/show_bug.cgi?id=460917

Bug ID: 460917
   Summary: Enter key does not work on second login
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ja...@jasonplayne.com
  Target Milestone: ---

SUMMARY
***
If you logout and then attempt to login, the enter key does not submit the
login request (you have to click the button)
***

(sorry, not sure how to file this bug correctly)

STEPS TO REPRODUCE
1. from SDDM login with your user/password
2. Log Out from your session
3. Enter your password and push the "enter" key.

OBSERVED RESULT
One does not simply login a second time using the enter key

EXPECTED RESULT
You should be logged in

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.26
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel Version: 6.0.3-060003-generic (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 3800X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX Vega

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 460513] Plasmashell crashes on Wayland

2022-10-23 Thread Jason Playne
https://bugs.kde.org/show_bug.cgi?id=460513

--- Comment #10 from Jason Playne  ---
Adding in some notes (to see if my usage patterns jive with yours)

I have 3 virtual desktops. When I primarily use just one of them (#3) the issue
does not manifest

When I am regularly switching between each the problem manifests (but not on
change)

On each desktop I have
#1 Java XWayland (jetbrains ide) + Opera Web Browser (Wayland)
#2 Vivaldi (Wayland) and Teams (X11, Electron)
#3 Discord (X11) and Firefox (X11)

I am wondering if this might be a Chromium/Wayland caused thing?

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

[digikam] [Bug 460904] Several Images can´t be imported and imported pictures are not marked as downloaded

2022-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460904

--- Comment #3 from sieber...@gmail.com ---
(In reply to caulier.gilles from comment #2)
> Install DebugView from Microsoft and follow the instructions from there :
> 
> https://www.digikam.org/contribute/
> 
> Best regards
> 
> Gilles Caulier

Here is the debug output of three files that do not work:

[25240] digikam.general: new search text settings: "" : hasResult = true ,
validRows = 216
[25240] digikam.import: Did not identify a valid mount point for
"//192.168.178.3/photo"
[25240] digikam.import: autorotating for 
QUrl("file://192.168.178.3/photo/Kamera_Import/2022-10-23/20221023T1003221.JPG")
[25240] digikam.import: autorotating for 
QUrl("file://192.168.178.3/photo/Kamera_Import/2022-10-23/20221023T1003282.JPG")
[25240] digikam.import: autorotating for 
QUrl("file://192.168.178.3/photo/Kamera_Import/2022-10-23/20221023T1003343.JPG")
[25240] digikam.import: Downloading:  "_DSC6153.JPG"  using 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6153.JPG"
[25240] digikam.import: Set metadata from:  "_DSC6153.JPG"  using 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6153.JPG"
[25240] digikam.metaengine: Loading metadata with "Exiv2" backend from
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6153.JPG"
[25240] digikam.import: Metadata template title :  "_REMOVE_TEMPLATE_"
[25240] digikam.metaengine: MetaEngine::metadataWritingMode 0
[25240] digikam.metaengine: Will write Metadata to file
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6153.JPG"
[25240] digikam.metaengine: wroteComment:  true
[25240] digikam.metaengine: wroteEXIF:  true
[25240] digikam.metaengine: wroteIPTC:  true
[25240] digikam.metaengine: wroteXMP:  true
[25240] digikam.metaengine: Metadata for file
"Camera-tmp1-25240.digikamtempfile._DSC6153.JPG" written to file.
[25240] digikam.import: Log ( "_DSC6153.JPG"   "D:/DCIM/100MSDCF/" :  "Datei
umbenennen zu „20221023T1003221_v1.JPG“"
[25240] digikam.import: Renaming 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6153.JPG"
 to  "//192.168.178.3/photo/Kamera_Import/2022-10-23/20221023T1003221_v1.JPG" 
failed
[25240] digikam.import: Log ( "_DSC6153.JPG"   "D:/DCIM/100MSDCF/" :  "Fehler
beim Herunterladen der Datei „_DSC6153.JPG“"
[25240] digikam.import: Downloading:  "_DSC6154.JPG"  using 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6154.JPG"
[25240] digikam.import: Set metadata from:  "_DSC6154.JPG"  using 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6154.JPG"
[25240] digikam.metaengine: Loading metadata with "Exiv2" backend from
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6154.JPG"
[25240] digikam.import: Metadata template title :  "_REMOVE_TEMPLATE_"
[25240] digikam.metaengine: MetaEngine::metadataWritingMode 0
[25240] digikam.metaengine: Will write Metadata to file
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6154.JPG"
[25240] digikam.metaengine: wroteComment:  true
[25240] digikam.metaengine: wroteEXIF:  true
[25240] digikam.metaengine: wroteIPTC:  true
[25240] digikam.metaengine: wroteXMP:  true
[25240] digikam.metaengine: Metadata for file
"Camera-tmp1-25240.digikamtempfile._DSC6154.JPG" written to file.
[25240] digikam.import: Log ( "_DSC6154.JPG"   "D:/DCIM/100MSDCF/" :  "Datei
umbenennen zu „20221023T1003282_v1.JPG“"
[25240] digikam.import: Renaming 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6154.JPG"
 to  "//192.168.178.3/photo/Kamera_Import/2022-10-23/20221023T1003282_v1.JPG" 
failed
[25240] digikam.import: Log ( "_DSC6154.JPG"   "D:/DCIM/100MSDCF/" :  "Fehler
beim Herunterladen der Datei „_DSC6154.JPG“"
[25240] digikam.import: Downloading:  "_DSC6155.JPG"  using 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6155.JPG"
[25240] digikam.import: Set metadata from:  "_DSC6155.JPG"  using 
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6155.JPG"
[25240] digikam.metaengine: Loading metadata with "Exiv2" backend from
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6155.JPG"
[25240] digikam.import: Metadata template title :  "_REMOVE_TEMPLATE_"
[25240] digikam.metaengine: MetaEngine::metadataWritingMode 0
[25240] digikam.metaengine: Will write Metadata to file
"//192.168.178.3/photo/Kamera_Import/2022-10-23/Camera-tmp1-25240.digikamtempfile._DSC6155.JPG"
[25240] digikam.metaengine: wroteComment:  true
[25240] digikam.metaengine: wroteEXIF:  true
[25240] digikam.metaengine: wroteIPTC:  true
[25240] digikam.metaengine: wroteXMP:  true
[25240] digikam.metaengine: Metadata for file
"Camera-tmp1-25240.digikamtempfile._DSC6155.JPG" 

[kturtle] [Bug 357576] Mint (Ubuntu) package lacks dependencies

2022-10-23 Thread jamief
https://bugs.kde.org/show_bug.cgi?id=357576

--- Comment #3 from jamief  ---
I just installed  kturtle  4:19.12.3-0ubuntu1 and it works fine.   It only
installed one package (kturtle) so I don't know if the missing dependency was
already installed or is no longer needed.

System:Kernel: 5.4.0-128-generic x86_64 bits: 64 compiler: gcc v: 9.4.0 
   Desktop: Cinnamon 5.2.7 wm: muffin dm: LightDM Distro: Linux Mint
20.3 Una 
   base: Ubuntu 20.04 focal

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

[korganizer] [Bug 460916] korganizer is using two locations in $HOME/.local/share

2022-10-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460916

Shmerl  changed:

   What|Removed |Added

Version|unspecified |5.21.2

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

[korganizer] [Bug 460916] New: korganizer is using two locations in $HOME/.local/share

2022-10-23 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=460916

Bug ID: 460916
   Summary: korganizer is using two locations in
$HOME/.local/share
Classification: Applications
   Product: korganizer
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: shtetl...@gmail.com
  Target Milestone: ---

For some reason korganizer is using two locations:

$HOME/.local/share/korganizer
$HOME/.local/share/apps/korganizer - this one contains ics calendars.

Why are are two needed? It would be nicer to unify both.

For example use this one for calendars:

$HOME/.local/share/korganizer/calendars

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

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2022-10-23 Thread James McIntosh
https://bugs.kde.org/show_bug.cgi?id=446581

James McIntosh  changed:

   What|Removed |Added

 CC||jamesxmcint...@gmail.com

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

[muon] [Bug 366633] Can't mark multiple items to be purged

2022-10-23 Thread KDE Neon user
https://bugs.kde.org/show_bug.cgi?id=366633

KDE Neon user  changed:

   What|Removed |Added

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

--- Comment #4 from KDE Neon user  ---
@Justin

I'm sorry, but I'm currently not using Linux. Please follow to instructions
I've provided. It takes just a minute to follow the steps.

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

[ktorrent] [Bug 368531] Error starting torrent: Cannot create file ~/.kde/share/apps/ktorrent/tor1/dnd/file0.dnd: No such file or directory

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368531

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmymoney] [Bug 369449] line in ofx file imported switches payee to MEMO

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369449

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kwalletmanager] [Bug 366355] there is no icon in systray of the control panel

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=366355

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 368517] The KMail2 Import Wizard fails to import an export file created by KMail2

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368517

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 319823] Problems with Mailing List preferred handler = browser

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=319823

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 368107] Declaration helper/autocomplete not working

2022-10-23 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=368107

--- Comment #2 from Ian H  ---
confirmed still broken in 22.04

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

[kaddressbook] [Bug 353567] KAddress Book custom fields don't work properly (url data type)

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=353567

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 368508] Output naming of audio files ripped from when retrieved from CDDB database

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368508

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kscreenlocker] [Bug 357954] Sometimes get "unlocking failed" error when using yubikey with static password

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=357954

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #7 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Akonadi] [Bug 366213] akonadi server not starting

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=366213

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #10 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[frameworks-kio] [Bug 369569] Crash in KIO::AccessManager when request from libkgapi is made

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369569

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 361161] k 3b crashed while reading a vcd.

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=361161

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[korganizer] [Bug 368012] Event times changed to five hours in advance when OS upgraded

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368012

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 357823] Hang on disk to disk copy

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=357823

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kscreenlocker] [Bug 366403] KScreenlocker not unlockable when there are multiple sessions on NFS home

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=366403

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #9 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Akonadi] [Bug 326498] google groups are not synced

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=326498

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kcron] [Bug 367782] kcron will only accept "/" as 1st character

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=367782

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kapman] [Bug 368217] Error while eating treats causes massive increase of score

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368217

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[marble] [Bug 358094] Regression; Scroll-zoom with touchpads broken in Marble v15.12

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=358094

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #11 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[frameworks-kparts] [Bug 318711] KIO successfully saved response overrules document modified state

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=318711

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[umbrello] [Bug 367965] Tree View File Move

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=367965

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 362019] Freeze when click 'show uses' of functions or macros

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=362019

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #10 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 369313] Debugging does not end after Process Error

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369313

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[systemsettings] [Bug 368315] Keyboard settings (delay) not applied after wake up on docking station

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368315

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[frameworks-kio] [Bug 367924] Confusing error message from kioslave for TCPSlaveBase errors

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=367924

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[frameworks-knewstuff] [Bug 358279] "Loading of providers from file: http://download.kde.org/ocs/providers.xml failed" through Privoxy

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=358279

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 364458] KMail sends email on all mail checks when set up 'never automatically'

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=364458

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[korganizer] [Bug 361332] Upgrade from 4.14.2 to 15.12.3 breaks syncing with original ICS calendar file

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=361332

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Powerdevil] [Bug 369181] User session security vulnerability from screen lock being suppressed with power management

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369181

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 369396] Disable "View source" command when no message is selected

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369396

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 348858] the basic program recognizes that I have a CD in the drive, but the "burn" window doesn't

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=348858

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 369525] Rewrite the command echo in the Build toolview

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369525

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kwalletmanager] [Bug 369613] wallet manager stops responding

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369613

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 369395] Deleting the last message in a folder does not unselect it

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369395

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 368501] Data loss and filtering problems when running KMail2 remotely

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368501

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevplatform] [Bug 369346] Annotation Show Diff... shows incorrect in-line diff for old commits

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369346

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[marble] [Bug 367969] Feedback after initial use

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=367969

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kile] [Bug 369049] Fixed Word Warp of commented lines

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369049

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kontact] [Bug 369638] Incompatibility between addressbook entries Kontact 5.1.3 and 5.3.0

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369638

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[umbrello] [Bug 368410] New objects on tree view could not be renamed by pressing F2

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368410

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 368108] Adapt signature helper doesnt keep virtual

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368108

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[korganizer] [Bug 369580] Cannot save event with change in time zone

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369580

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 349348] crash while burning a audio - cd after burning 15-20%

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=349348

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 347034] Error message said, "please submit a bug"

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=347034

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kturtle] [Bug 357576] Mint (Ubuntu) package lacks dependencies

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=357576

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdelibs] [Bug 297491] Opening url gets /var/tmp/kdecache instead of web page

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=297491

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #19 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kleopatra] [Bug 368742] "The signature can't be checked - Unsupported protocol" with missing Dlls

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368742

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Akonadi] [Bug 310021] Mix different calendar-system dates in address book contact data

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=310021

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[korganizer] [Bug 368313] new todo , template locks up whole of plasma desktop

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368313

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[marble] [Bug 304031] Large tooltip popup on 'External Map Editor Selection'

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=304031

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmailtransport] [Bug 331976] Wrong error message on "address rejected" error.

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=331976

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kmail2] [Bug 368244] some PGP messages show: Not enough information to check signature validity

2022-10-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=368244

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

  1   2   3   4   >