[plasmashell] [Bug 427570] Krusader crashes on unstable connections

2022-11-28 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=427570

Nikita Melnichenko  changed:

   What|Removed |Added

  Component|net-connection  |general
 CC||k...@davidedmundson.co.uk
Product|krusader|plasmashell
Version|unspecified |5.18.5
   Assignee|krusader-bugs-n...@kde.org  |plasma-b...@kde.org
   Target Milestone|--- |1.0

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

[krusader] [Bug 462307] No folder or file icons are shown

2022-11-28 Thread Heinz Wiesinger
https://bugs.kde.org/show_bug.cgi?id=462307

--- Comment #3 from Heinz Wiesinger  ---
ah, the scaling factor seems to indeed be somewhat related. I do see icons if I
start krusader with

QT_SCREEN_SCALE_FACTORS="eDP-1=1;HDMI-1=1;DP-1=1;DP-2=1;DP-3=1;DP-4=1" krusader

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

[krita] [Bug 462384] Palette editor missing catch for zero division

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462384

bradychanc...@gmail.com changed:

   What|Removed |Added

   Version Fixed In|1.5.3   |

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

[krita] [Bug 462384] Palette editor missing catch for zero division

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462384

bradychanc...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||1.5.3

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

[krita] [Bug 462384] New: Palette editor missing catch for zero division

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462384

Bug ID: 462384
   Summary: Palette editor missing catch for zero division
Classification: Applications
   Product: krita
   Version: 5.1.3
  Platform: Compiled Sources
OS: Microsoft Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Color Selectors
  Assignee: krita-bugs-n...@kde.org
  Reporter: bradychanc...@gmail.com
  Target Milestone: ---

Created attachment 154131
  --> https://bugs.kde.org/attachment.cgi?id=154131=edit
Crash log from this error

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. In Palette docker:
2. Open Palette Editor
3. Select value for "Columns of Swatches:", type "0" (zero)

OBSERVED RESULT
 Crash

EXPECTED RESULT
 Replaced with either 1 or original value

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

ADDITIONAL INFORMATION
 Should be an easy fix, catch the exception and return it to its previous value
(or 1 if you'd find that easier). Have a good {"Day", "Night"} // :)

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

[krusader] [Bug 462307] No folder or file icons are shown

2022-11-28 Thread Heinz Wiesinger
https://bugs.kde.org/show_bug.cgi?id=462307

--- Comment #2 from Heinz Wiesinger  ---
Yes, it's happening when run from the console as well. I do have HiDPI settings
enabled, scaling is set to 2.

Here's the output:

QT_SCREEN_SCALE_FACTORS=eDP-1=2;HDMI-1=2;DP-1=2;DP-2=2;DP-3=2;DP-4=2;
PLASMA_USE_QT_SCALING=1
QT_IM_MODULE=fcitx
QT5DIR=/usr/lib64/qt5
QT_AUTO_SCREEN_SCALE_FACTOR=0

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

[kwin] [Bug 462346] GNOME 43 application cause kwin_wayland to freeze when using header bar buttons or menus

2022-11-28 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=462346

--- Comment #12 from Oded Arbel  ---
The service :1.16 on my system currently (I'm not sure if I haven't rebooted
since the original report) is the gvfs daemon. It exposes paths like
/org/gtk/vfs.

>From looking that the interface that code is trying to access -
org.a11y.atspi.Accessible - I can't find any service in my session that
implements this. I am not a dbus expert, so I don't know how common it is for
method calls to non-existing interfaces to block until timeout, but I think
that kwin should not issue calls - on the main thread - that can block for 25
seconds...

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

[kate] [Bug 452595] Kate does not remember starting dimensions and position

2022-11-28 Thread Peter Tselios
https://bugs.kde.org/show_bug.cgi?id=452595

--- Comment #4 from Peter Tselios  ---
(In reply to Peter Tselios from comment #3)
> (In reply to Peter Tselios from comment #1)
> > Interesting.
> > As far as I know, this is fixed in 5.26, but the bug report is still in
> > reported status.
> 
> Well, not fixed in 5.26... 
> I just upgraded to 5.26 from Fedora RPMs and it's not fixed :(

Removing katerc fixed it. 
Good :)

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

[kate] [Bug 462383] Snippet popup appears when I type the `.`

2022-11-28 Thread Peter Tselios
https://bugs.kde.org/show_bug.cgi?id=462383

--- Comment #1 from Peter Tselios  ---
Created attachment 154130
  --> https://bugs.kde.org/attachment.cgi?id=154130=edit
katerc

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

[kate] [Bug 462383] New: Snippet popup appears when I type the `.`

2022-11-28 Thread Peter Tselios
https://bugs.kde.org/show_bug.cgi?id=462383

Bug ID: 462383
   Summary: Snippet popup appears when I type the `.`
Classification: Applications
   Product: kate
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugin-snippets
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ptsel...@outlook.com
  Target Milestone: ---

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

SUMMARY
When I enable the Snippets plugin, every time I use the `.` the snippets popup
appears. This is extremely annoying and definitely breaks the workflow of
anything you do. 

STEPS TO REPRODUCE
1.  Enable Snippets plugins
2.  Add a Snippet
3.  Start writing a document and then press `.`

OBSERVED RESULT
Snippets popup is presented every time you enter the `.`. 

Please note that only the relevant to the filetype of the document  snippets
are presented. So, if you use adoc for example, it will present the snippets
relevant  only to adoc, so this is working perfectly fine.

EXPECTED RESULT
Snippets popup should appear only when I press the Ctrl-Space, as documented: 
https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-snippets.html

SOFTWARE/OS VERSIONS
KDE Plasma Version: Every Plasma version after 5.21 for sure.

ADDITIONAL INFORMATION
This bug is present since at least Fedora 32 or 33. 

I have added 2 configuration files so someone could check if there are any
settings that trigger this behavior. 
Also, please note that I deleted all kate*rc files to start from scratch, just
in case I had a strange setting, but that didn't change a thing.

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

[krusader] [Bug 462307] No folder or file icons are shown

2022-11-28 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=462307

Nikita Melnichenko  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||nikita+...@melnichenko.name
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Nikita Melnichenko  ---
Could you try running krusader from console and check if it's the same? If so,
please provide the output of
env | grep QT

Do you use any HiDPI-related settings or interface scaling features?

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

[kio-extras] [Bug 462381] KIO-Extras AFC URL error

2022-11-28 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=462381

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Kai Uwe Broulik  ---
Will fix the friendly name resolution.

However, I'm surprised it fails to access the device nonetheless. Fallback via
UDID should work and it does here. My phone does not have a dash in its UDID,
however.

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

[umbrello] [Bug 394458] Newer Version of Umbrello RUINS/CORRUPTS a Document Created with an Older Version of Umbrello

2022-11-28 Thread Martin Vahi
https://bugs.kde.org/show_bug.cgi?id=394458

--- Comment #5 from Martin Vahi  ---
(In reply to Oliver Kellogg from comment #4)
>...
> Do you have available the file deployment_diagrams_creation_2.24.3
> before it was ruined by v_2_28_70 ?
> 
> How had you created the diagrams
> FPGA_with_array_of_MCU_modules, FPGA_with_Pi_based_expansion_cards,
> MCU_clusters
> ?
> Via copy/paste or via listview -> right-click on Deployment View -> New ->
> Deployment Diagram... ?
>...

I'm sorry, but I really do not remember any more. I do know that I do tend to
use the Copy-Paste functionality a lot and I might have used some old file,
made edits and then used some "Save as" type of functionality. At least that's
my usual usage pattern. All I remember for sure is that to avoid the various
problems I have to use my own "fork"(copy with slight edits that I do not
remember) to avoid the problems and that the files between that "fork" and
mainstream Umbrello are not necessarily compatible. 

It may sound out of topic here, but as of 2022_11, at 41 years of age, I still
do not know, how to create a operating system independent GUI in any technology
other than some old form of HTML+CSS+JavaScript+Ajax+http_server, because Java
versions are not backwards compatible, FreePascal/Lazarus is not totally
backwards compatible and heaven forbid any C++ GUIs, where I have no idea, how
to properly handle Unicode. The wchar and alike are just not convincing for me
in situations, where even a small text that has only 100 characters, has a
mixture of characters from very different regions of the Unicode table. Let's
say, a combination of Latin characters, hieroglyphs, smileys and math symbols.
An array of bytes per character seems more believable for me from reliability
point of view, unless each text has its own, custom, alphabet that is described
at some hashtable that matches Unicode to the custom alphabet character code. I
really admire the bold people, who take up the enormous task of creating a GUI
in C++, be it Qt, WXwidgets, FoxToolkit or any other C++ GUI library. And, yes,
it is really pleasant to use a fast C++ based GUI. Basically, I'm piggy-backing
on other people's C++ GUI work, including that of the Umbrello developers. 

Sorry for not having any additional sample data.

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

[systemsettings] [Bug 434418] Prompt to move files to new location after changing it

2022-11-28 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=434418

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[kwin] [Bug 462346] GNOME 43 application cause kwin_wayland to freeze when using header bar buttons or menus

2022-11-28 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=462346

--- Comment #11 from Oded Arbel  ---
(In reply to Nicolas Fella from comment #7)
> Can reproduce with gnome-console when "Enable focus tracking" in the Zoom
> effect settings is enabled

Indeed, when I  turn off focus tracking in the Zoom desktop effect, the problem
goes away.

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

[kwin] [Bug 462346] GNOME 43 application cause kwin_wayland to freeze when using header bar buttons or menus

2022-11-28 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=462346

--- Comment #10 from Oded Arbel  ---
Created attachment 154128
  --> https://bugs.kde.org/attachment.cgi?id=154128=edit
My kwinrc file

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

[digikam] [Bug 427906] Appimage fails to launch on Wayland stating xkb

2022-11-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=427906

--- Comment #21 from Maik Qualmann  ---
Hi Gilles, the problem persists on Wayland and openSUSE.

xkbcommon: ERROR: failed to add default include path ././/share/X11/xkb
unknown: failed to create xkb context
unknown: EGL not available


With the export of the XKB_CONFIG_ROOT, the AppImage continues to work.
export XKB_CONFIG_ROOT=/usr/share/X11/xkb

Maik

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

[Spectacle] [Bug 450485] Spectacle thumbanail in notification is missing

2022-11-28 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=450485

--- Comment #4 from Justin Zobel  ---
I'm no developer, hopefully Boudhayan can weigh in soon. I just noticed you're
on X11, can you try on Wayland and see if the issue is there as well?

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

[krunner] [Bug 462254] No longer starting with shortcut key

2022-11-28 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=462254

--- Comment #3 from Justin Zobel  ---
(In reply to Alexander Lohnau from comment #2)
> >Checking the systemd service log when I try it, I get one entry which is 
> 
> Do you get that only once?
> 
> Also, please check if calling the DBus method manually works (when you
> currently experience the bug):
> ` qdbus org.kde.krunner /App org.kde.krunner.App.display`

I get it each time I press the shortcut key.

I'll wait for it to happen again and try the qdbus invocation.

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

[Breeze] [Bug 462374] Hibernate icon isn't ideal

2022-11-28 Thread Narayan Dutt Purohit
https://bugs.kde.org/show_bug.cgi?id=462374

Narayan Dutt Purohit  changed:

   What|Removed |Added

 CC||narayanduttpuro...@gmail.co
   ||m

--- Comment #1 from Narayan Dutt Purohit  ---
(In reply to Nate Graham from comment #0)
> Right now this icon is a snowflake with Zs coming out of it. I think the
> intention was to conjure up the imagery of a bear hibernating for the winter
> (hence the snowflake, since it snows in winter) but this might be too
> subtle. Also a snowflake icon is often uses do mean "air conditioning" these
> days, which can't be helping things. My wife and mother independently
> complained about this icon recently, and both also independently came up
> with the idea of the icon being a sleeping bear with Zs over it.

Instead of sleeping bear, we simply put KDE Mascot in sleeping position with
Zs?

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

[systemsettings] [Bug 462350] Drawing Tablet settings in Wayland: Cannot set left-handed mode

2022-11-28 Thread The Lounge Demo User
https://bugs.kde.org/show_bug.cgi?id=462350

--- Comment #2 from The Lounge Demo User  ---
(In reply to Aleix Pol from comment #1)
> The left-handed mode is a property that comes from libinput.
> 
> Can you see if your device supports it? You can check by running "sudo
> libinput list-devices"

```
# libinput list-devices
event22 - UC-LOIC TABLET 1060 Mouse: libinput bug: missing tablet capabilities:
xy pen btn-stylus resolution. Ignoring this device.
Device:   UC-LOIC TABLET 1060 Pad
Kernel:   /dev/input/event21
Group:6
Seat: seat0, default
Capabilities: tablet-pad
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock:n/a
Left-handed:  n/a
Nat.scrolling:n/a
Middle emulation: n/a
Calibration:  n/a
Scroll methods:   none
Click methods:none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation: n/a
Pad:
Rings:   0
Strips:  0
Buttons: 13
Mode groups: 1 (1 modes)
```

Seems to be libinput does not report tablet capabilities.

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

[digikam] [Bug 427906] Appimage fails to launch on Wayland stating xkb

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427906

--- Comment #20 from caulier.gil...@gmail.com ---
Ilgaz Öcal,

The new 7.9.0 AppImage pre-release bundle is online :
digiKam-7.9.0-20221129T052211-x86-64.appimage

At usual place : https://files.kde.org/digikam/

It include a change about the XKB path. Please test to see if can be started on
your computer without problem.

Thanks in advance

Gilles Caulier

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

[kdenlive] [Bug 461999] Picture jumps slightly sideways at beginning and/or end of transition.

2022-11-28 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=461999

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||j...@kdenlive.org
 Status|REPORTED|CONFIRMED

--- Comment #9 from Jean-Baptiste Mardelle  ---
This is probably an issue in MLT's transition. I will try to investigate

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

[kwalletmanager] [Bug 462369] Missing Support for GPG encrpytion

2022-11-28 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=462369

Rik Mills  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Rik Mills  ---
Building with gpgme was temporarily disabled in lunar 23.04, so as not to block
frameworks on the new gppme 1.18 stuck in the lunar proposed pocket. Will be
re-enabled when (hopefully soon) the issues preventing the new gpgme migrating
to the release pocket are solved.

https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#gpgme1.0

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

[kdenlive] [Bug 462378] Glaxnimate animations cannot export, but can view it in program during video edition

2022-11-28 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=462378

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

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

--- Comment #1 from Jean-Baptiste Mardelle  ---
I cannot reproduce the issue in a simple test. This might be a packaging issue.
Could you try with the 22.08.3 AppImage:
https://kdenlive.org/en/download/

to see if the issue is still here ?

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

[partitionmanager] [Bug 462382] New: Information panel detaches and cannot be attached again to parent window

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462382

Bug ID: 462382
   Summary: Information panel detaches and cannot be attached
again to parent window
Classification: Applications
   Product: partitionmanager
   Version: 22.08.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: kacpertop...@gmail.com
  Target Milestone: ---

Created attachment 154127
  --> https://bugs.kde.org/attachment.cgi?id=154127=edit
Info panel detached

SUMMARY

STEPS TO REPRODUCE
1. Settings > Panels shown > ✅ Information
2. Try to enlarge it 

OBSERVED RESULT
It detaches as a separate window and cannot be attached back

EXPECTED RESULT
It resizes or moves inside window

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Linux 37 (KDE Plasma)
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7

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

[kmail2] [Bug 356027] Account wizards creates IMAP account instead of Kolab when choosing Kolab

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=356027

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.

[kmail2] [Bug 375890] GUI freezes when accessing GPGME

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375890

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.

[kleopatra] [Bug 327886] GpgEX - Ipc connect call failed

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=327886

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.

[systemsettings] [Bug 461717] System settings crash when changing display configuiration

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=461717

pumaelbu...@gmail.com changed:

   What|Removed |Added

 CC||pumaelbu...@gmail.com

--- Comment #4 from pumaelbu...@gmail.com ---
Sorry, I ended up with a different installation (KDE Neon with additional
ubuntu-studio package) which just works fine so I won't be able to reproduce
the issue. I'll keep in mind the suggestion for a useful bug report next time.

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

[calligrasheets] [Bug 429540] Crash on closing sheets after editing

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429540

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.

[frameworks-attica] [Bug 429328] Discover crash on launch after kde wallet password entered

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429328

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 428734] crashes upon starting program

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428734

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.

[frameworks-kactivities-stats] [Bug 429077] plasma stopped

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429077

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.

[kopete] [Bug 428692] Kopete crashes on exit

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428692

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 428643] Kontact crashes when selecting "Configure KMail" from settings menu

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428643

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 428391] falkon crash on Plasma wayland

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428391

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.

[kdeconnect] [Bug 428414] Crash While Sending Docs From Smartphone

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428414

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.

[Akonadi] [Bug 428491] Application: Akonadi Server (akonadiserver), signal: Aborted Using host libthread_db library "/lib64/libthread_db.so.1"

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428491

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.

[kile] [Bug 428069] Kile crashed, when opening the tex file from disk

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428069

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.

[kontact] [Bug 428368] Kontact/KMail crash

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428368

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.

[konqueror] [Bug 428071] Konqueror and Firefox Crashing

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428071

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.

[gwenview] [Bug 427716] When you log in to the site "webdav.yandex.ru" the gwenview app is closing.

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427716

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.

[systemsettings] [Bug 428007] Keyboard shortcuts broken in opensuse Tumbleweed

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428007

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.

[Akonadi] [Bug 427709] Signalement(s)

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427709

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.

[kdeconnect] [Bug 427560] Can't log out

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427560

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 428006] Keyboard shortcuts broken in Leap 15.2

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428006

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.

[knights] [Bug 425709] Knights crashed on FreeBSD 12.1 (KDE-package, not port)

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425709

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.

[kpat] [Bug 425645] Kpat 19.12.1 crashed when starting "Aces Up"

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425645

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 425700] Systeminnstillinger krasjet etter ulagret endringer ble forkastet

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425700

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.

[kamoso] [Bug 424510] Kamoso no inicia

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=424510

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.

[Akonadi] [Bug 425658] Kmail + Gmail | System reports problem with sending email after typing password

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425658

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[korganizer] [Bug 424315] korganizer crashed

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=424315

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.

[frameworks-baloo] [Bug 417042] When new app launched, kdeinit5 always crashes in Baloo::PostingDB::fetchTermsStartingWith() while trying to fetch tags

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417042

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.

[kontact] [Bug 421668] Kontact crashed when moving mails to wastebin

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421668

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.

[marble] [Bug 375469] Polygon ruler: displayed values of area in km² are huge for non-convex polygons

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375469

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.

[telepathy] [Bug 398645] krunner telepathy integration crashes

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398645

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[krusader] [Bug 409725] Krusader crashed after starting Disk Usage

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409725

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[dolphin] [Bug 393390] Dolphin crash after mounting ISO with CDEmu

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393390

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.

[ktorrent] [Bug 376176] Use generic action icons for Torrents and Plugins toolbar actions

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376176

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.

[marble] [Bug 376274] gpx Files with -records don't display in marble

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376274

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.

[kleopatra] [Bug 376161] failure of generating a sha256 value from iso to be compared with the delivered one within the same folder and sufficient permissions

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376161

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.

[kmail2] [Bug 376309] kmail2 locked on imap mails migration (5.4.2)

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376309

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.

[kdepim] [Bug 376097] Invalid Certificate Authority for imap.gmail.com

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376097

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.

[frameworks-kiconthemes] [Bug 375946] Recoloring icon themes causes clash if dark plasma theme used with light window theme

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375946

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-kglobalaccel] [Bug 375858] kglobalaccel incorrectly grabs keys

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375858

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.

[simon] [Bug 375819] Scenario download has problems

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375819

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.

[frameworks-kconfigwidgets] [Bug 375763] Comics graphical component don't run

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375763

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 375661] phpmyadmin does not work within konquero

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375661

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 375745] cmake subprojects in a single session

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375745

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.

[rkward] [Bug 375630] Plugin writing documentation should use better markup to assist i18n

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375630

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.

[kmail2] [Bug 375791] Changing sort field in message list loses position

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375791

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.

[i18n] [Bug 375580] org.kde.discovernotifier appdata summary ends with .

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375580

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.

[i18n] [Bug 375579] cantor appdata summary ends with .

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375579

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.

[kleopatra] [Bug 375561] decript

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375561

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.

[calligrawords] [Bug 375443] Docker not flexible or reliable

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375443

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.

[neon] [Bug 375402] Please install xkb-data-i18n by default

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375402

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.

[kdevelop] [Bug 375283] Overriding a method from a template base class is shown as "hiding"

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375283

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.

[neon] [Bug 375286] kde-l10n-xx overlaps ki18n

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375286

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.

[kontact] [Bug 375336] Kontact do not make changes of many existing contacts

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375336

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.

[kdevplatform] [Bug 375246] Projects tool view shows wrong icons for files when filename extensions are mapping to multiple mimetypes

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375246

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.

[kleopatra] [Bug 375164] Import error

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375164

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.

[Akonadi] [Bug 375102] New OAuth configuration is spooky.

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375102

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.

[frameworks-kfilemetadata] [Bug 375043] baloo search misses lyx files - lack of the corresponding codec (extractor) in kfilemetadata

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375043

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.

[ktorrent] [Bug 374994] Cannot choose folder and file properly when creating torrent

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374994

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.

[konversation] [Bug 374985] 'log to file' notification setting is not loggin anything to the file

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374985

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.

[trojita] [Bug 375034] State of 'Show Messages in Threads' not remembered

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375034

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.

[frameworks-kwallet] [Bug 374979] KWallet prompt

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374979

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.

[ktorrent] [Bug 374935] Unable to enable scripts

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374935

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 374911] hard to switch between remote and local debugging

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374911

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.

[marble] [Bug 374645] Refresh Interval Setting not saved

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374645

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.

[umbrello] [Bug 374879] position of the pin/port been added depends on the current mouse position - not implemented

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374879

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.

[kmail2] [Bug 374827] Thin CJK text in message viewer when using Noto Sans CJK fonts

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374827

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 374844] Pretty printer doesn't display printer.to_string() when children are available

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374844

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 374751] qmake project manager: incorrect targets on Mac

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374751

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.

[ktorrent] [Bug 374724] kTorrent sometimes conflicts with pulseaudio (no sound until I quit ktorrent)

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374724

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.

[umbrello] [Bug 374385] Missing debug hints for cross compiled windows builds

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374385

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.

[trojita] [Bug 374821] Previously selected message should be shown when a mailbox is opened

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374821

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.

[NeoChat] [Bug 462348] Crash when click Open Externally if image is not loaded

2022-11-28 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=462348

--- Comment #1 from Gary Wang  ---
Additionally:

When building with libquotient 0.6.11 (0.6.11-1 from Arch Linux repo), even if
the image/sticker is still not able to load properly, NeoChat won't crash. The
crash only happen if I build it with libquotient 0.7 (dev branch with the
revision provided above).

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

[kdeplasma-addons] [Bug 374547] [UI/UX] Setting 2 rows with launcher names and popup enabled makes widget unreadable

2022-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374547

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.

  1   2   3   4   5   6   >