[krita] [Bug 461691] New: Vector Shape Flickering

2022-11-10 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=461691

Bug ID: 461691
   Summary: Vector Shape Flickering
Classification: Applications
   Product: krita
   Version: 5.1.3
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Layers/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: keyth2363...@gmail.com
  Target Milestone: ---

Selecting different shapes causes a random amount of color flickering
This should just switch once into the correct colors.

STEPS TO REPRODUCE
1. select a vector shape
2. look at the color picker
3. select another vector shape

OBSERVED RESULT
when changing selection the color picker will flip instantly between the shape
object fill and outline colors very quickly until it arrives to the correct
color.

EXPECTED RESULT
Selecting the object show the designated color instead of having a search on
the object and going through all colors causing the flickering

SOFTWARE/OS VERSIONS
Windows: 10
Qt Version: 5.12.12

ADDITIONAL INFORMATION
video demonstration
https://krita-artists.org/uploads/default/original/3X/6/0/605f80d37eee84d0ffa509ab04d4d8064e6e8599.webm

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

[kwin] [Bug 461316] Kwin killed by X (The X11 connection broke: I/O error (code 1))

2022-11-10 Thread Vassilis Virvilis
https://bugs.kde.org/show_bug.cgi?id=461316

--- Comment #21 from Vassilis Virvilis  ---
Aa a reproducer. Thanks for that.

I will try it at home and report back.

I hope that you are onto something. If memory serves  a lot of the crashes are
related with virtual dekstop switches - not sure if that is a Knotification
though...

We 'll see. Much appreciated anyway...

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

[kwin] [Bug 461316] Kwin killed by X (The X11 connection broke: I/O error (code 1))

2022-11-10 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=461316

--- Comment #20 from Oleg Solovyov  ---
Created attachment 153667
  --> https://bugs.kde.org/attachment.cgi?id=153667=edit
how to crash

Additionally, put

[Notifications]
PopupTimeout=100

into ~/.config/plasmanotifyrc and relogin

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

[plasma-wayland-protocols] [Bug 461690] New: wayland floating panel issue

2022-11-10 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=461690

Bug ID: 461690
   Summary: wayland floating panel issue
Classification: Plasma
   Product: plasma-wayland-protocols
   Version: unspecified
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: omarvx...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 153666
  --> https://bugs.kde.org/attachment.cgi?id=153666=edit
penal pic

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

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[krita] [Bug 461689] Vector Shapes have shifted colors for API

2022-11-10 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=461689

--- Comment #4 from keyth_qcfx2  ---
Created attachment 153665
  --> https://bugs.kde.org/attachment.cgi?id=153665=edit
vector layer with same yellow selected

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

[krita] [Bug 461689] Vector Shapes have shifted colors for API

2022-11-10 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=461689

--- Comment #3 from keyth_qcfx2  ---
Created attachment 153664
  --> https://bugs.kde.org/attachment.cgi?id=153664=edit
vector layer with same blue selected

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

[krita] [Bug 461689] Vector Shapes have shifted colors for API

2022-11-10 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=461689

--- Comment #2 from keyth_qcfx2  ---
Created attachment 153663
  --> https://bugs.kde.org/attachment.cgi?id=153663=edit
pixel layer with yellow selected on foreground

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

[krita] [Bug 461689] Vector Shapes have shifted colors for API

2022-11-10 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=461689

--- Comment #1 from keyth_qcfx2  ---
Created attachment 153662
  --> https://bugs.kde.org/attachment.cgi?id=153662=edit
pixel layer with blue selected on foreground

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

[krita] [Bug 461689] New: Vector Shapes have shifted colors for API

2022-11-10 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=461689

Bug ID: 461689
   Summary: Vector Shapes have shifted colors for API
Classification: Applications
   Product: krita
   Version: 5.1.3
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Layers/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: keyth2363...@gmail.com
  Target Milestone: ---

Created attachment 153661
  --> https://bugs.kde.org/attachment.cgi?id=153661=edit
pixel layer selecting blue

Document is standard : RGB and U8 with sRGB-elle-V2-srgbtrc.icc

I did this test, paint 2 colors on a paint layer and then paint the same 2
colors on a vector shape. they look the same but if I ask Krita through python
what color is displayed they will present different results.

REPLICATE
1 - create a new document
2 - create a vector object inside a vector layer and select it
3 - open scripter and and run this code to apply a color to the selected object

"""
from krita import *

d_cm = Krita.instance().activeDocument().colorModel()
d_cd = Krita.instance().activeDocument().colorDepth()
d_cp = Krita.instance().activeDocument().colorProfile()

managed_color = ManagedColor(d_cm, d_cd, d_cp)
comp = managed_color.components()
red   = 0.4
green = 0.5
blue  = 0.6
alpha = 1
comp = [blue, green, red, alpha]
managed_color.setComponents(comp)
Krita.instance().activeWindow().activeView().setForeGroundColor(managed_color)
"""
4 - vector fill of the object will become blue
5 - deselect object and select it again
6 - read object with this code to see if the numbers are the same that you
placed in

"""
from krita import *

color_fg = Krita.instance().activeWindow().activeView().foregroundColor()
order_fg = color_fg.componentsOrdered()
r = order_fg[0]
g = order_fg[1]
b = order_fg[2]

print("red " + str(r))
print("green " + str(g))
print("blue " + str(b))
"""

OBSERVED RESULT
you will notice the value are “similar” but it is enough to cause a big shift
in the perceived color.

EXPECTED RESULT
read the same color that was placed into the shape object a moment ago.


SOFTWARE/OS VERSIONS
Windows: 10
Qt Version: 5.12.12

ADDITIONAL INFORMATION

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

[kmail2] [Bug 386904] kMail 5.6.3: Signature is not replaced on identity changes after the message body text has been changed.

2022-11-10 Thread Gunter Ohrner
https://bugs.kde.org/show_bug.cgi?id=386904

--- Comment #3 from Gunter Ohrner  ---
(In reply to Gunter Ohrner from comment #2)
> Yes, this can still be confirmed - additionally, it also blocks the
> signature from changing if attachments were added to the message.

This latter case is especially inconvenient in case of forwarding another
message as an attachment. The new forwarding message will always get the
signature of the default identity, and switching to the correct / desired
identity will then not update the signature.

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

[kde] [Bug 461688] New: taskbar freezes

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

Bug ID: 461688
   Summary: taskbar freezes
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: p...@pfortin.com
  Target Milestone: ---

SUMMARY  taskbar freezes. Clock stops updating. This is 5th occurrence  in the
past few weeks.
#1 - rebooted to clear
#2 - rebooted to clear
#3 - was on zoom call, continued to work on only available desktop. Cleared up
on its own.
#4 - happened just before I was about NVMe SSD card; so shutdown & rebooted
#5 - waited, hoping it would clear up as in #3. Using htop, sent SIGINT to 2nd
instance of startplasma-x11 which killed the whole desktop.  Hey, was trying to
save work on other desktops; lost some Libreoffice writer edits. 

Which code module creates and manages the taskbar?  Guessing startplasma-x11
may be related.
I see no processes in unusual states.

STEPS TO REPRODUCE
1.   no idea; appears to be related to disk activity. Freeze #4 appeared to be
related to high disk activity, so reported at
https://bugs.mageia.org/show_bug.cgi?id=31080  However, #4 was the only high
dish activity situation. This occurrence (#5), I was just editing a document.  
2. 
3. 

OBSERVED RESULT
frozen taskbar.  Stuck on current desktop. After 5th occurrence, appears to be
a race condition or waiting for something.  Usually, the freeze occurs as the
mouse is moved over the task bar and miniature application window
representations appear and freeze too as in screenshot at
https://bugs.mageia.org/attachment.cgi?id=13486

EXPECTED RESULT   no freeze


SOFTWARE/OS VERSIONS
Operating System: Mageia 9
KDE Plasma Version: 5.25.90
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 6.0.1-server-1.mga9 (64-bit)
Graphics Platform: X11
Processors: 20 × 12th Gen Intel® Core™ i7-12700K
Memory: 125.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600 XT
Manufacturer: Dell Inc.
Product Name: XPS 8950

ADDITIONAL INFORMATION
$ rpm -qa | grep plasma
mageia-plasma5-config-8-5.mga9
lib64plasmacomicprovidercore1-5.24.4-1.mga9
plasma-firewall-firewalld-5.25.90-1.mga9
plasma-firewall-5.25.90-1.mga9
plasma-pa-5.25.90-1.mga9
plasma-integration-5.25.90-1.mga9
plasma-browser-integration-5.25.90-1.mga9
plasma-applet-nm-5.25.90-1.mga9
lib64plasmapotdprovidercore1-5.25.90-1.mga9
kdeplasma-addons-5.25.90-1.mga9
plasma-disks-5.25.90-1.mga9
plasma-desktop-5.25.90-1.mga9
lib64plasma-geolocation-interface5-5.25.90-1.mga9
plasma-workspace-5.25.90-1.mga9
plasma-applet-nm-openvpn-5.25.90-1.mga9
plasma-workspace-handbook-5.25.90-1.mga9
plasma-desktop-handbook-5.25.90-1.mga9
plasma-pa-handbook-5.25.90-1.mga9
lib64kf5plasma5-5.99.0-1.mga9
lib64kf5plasmaquick5-5.99.0-1.mga9
plasma-framework-5.99.0-1.mga9


$ inxi -Fb
System:
  Host: pf.pfortin.com Kernel: 6.0.7-server-1.mga9 arch: x86_64 bits: 64
Desktop: KDE Plasma v: 5.25.90 Distro: Mageia 9
Machine:
  Type: Desktop System: Dell product: XPS 8950 v: N/A
serial: 
  Mobo: Dell model: 0R6PCT v: A01 serial:  UEFI: Dell
v: 1.7.0 date: 09/15/2022
CPU:
  Info: 12-core (8-mt/4-st) model: 12th Gen Intel Core i7-12700K bits: 64
type: MST AMCP cache: L2: 12 MiB
  Speed (MHz): avg: 1640 min/max: 800/4900:5000:3800 cores: 1: 800 2: 801
3: 800 4: 3600 5: 800 6: 3600 7: 800 8: 800 9: 801 10: 3600 11: 800
12: 3600 13: 800 14: 3600 15: 800 16: 3600 17: 800 18: 800 19: 800
20: 800
Graphics:
  Device-1: AMD Navi 23 [Radeon RX 6600/6600 XT/6600M] driver: amdgpu
v: kernel
  Device-2: YGTek Webcam type: USB driver: snd-usb-audio,uvcvideo
  Display: x11 server: X.org v: 1.21.1.4 with: Xwayland v: 22.1.5 driver:
X: loaded: amdgpu unloaded: fbdev,modesetting,radeon,vesa dri: radeonsi
gpu: amdgpu resolution: 1: 1920x1080~60Hz 2: 1920x1080
  OpenGL: renderer: AMD Radeon RX 6600 XT (navi23 LLVM 15.0.4 DRM 3.48
6.0.7-server-1.mga9) v: 4.6 Mesa 22.2.3
Audio:
  Device-1: Intel Alder Lake-S HD Audio driver: snd_hda_intel
  Device-2: AMD Navi 21/23 HDMI/DP Audio driver: snd_hda_intel
  Device-3: YGTek Webcam type: USB driver: snd-usb-audio,uvcvideo
  Device-4: Samson GoMic compact condenser mic type: USB
driver: hid-generic,snd-usb-audio,usbhid
  Sound API: ALSA v: k6.0.7-server-1.mga9 running: yes
  Sound Server-1: PulseAudio v: 16.1 running: yes
Network:
  Device-1: Realtek Killer E3000 2.5GbE driver: r8169
  IF: p5p1 state: down mac: 74:86:e2:14:83:3d
  Device-2: Intel Wi-Fi 6 AX210/AX211/AX411 160MHz driver: iwlwifi
  IF: wlp10s0 state: up mac: 44:e5:17:fd:11:87
  IF-ID-1: docker0 state: down mac: 02:42:30:a9:44:65
  IF-ID-2: virbr0 state: down mac: 52:54:00:3e:bf:ba
Bluetooth:
  Device-1: Intel AX210 Bluetooth type: USB driver: btusb
  Report: hciconfig ID: hci0 state: up address: 44:E5:17:FD:11:8B
RAID:
  Hardware-1: Intel 

[choqok] [Bug 461484] Unable to save unchecked timelines for Mastodon account

2022-11-10 Thread Julien Goodwin
https://bugs.kde.org/show_bug.cgi?id=461484

Julien Goodwin  changed:

   What|Removed |Added

 CC||jgood...@studio442.com.au

--- Comment #1 from Julien Goodwin  ---
Any attempt to modify an existing Mastodon account, even if no changes are
made, errors out for me with:
"Cannot validate your input information.
Please check the fields' data.
Maybe a required field is empty?"

There's no obvious more detailed message in the logs. Debian package version
1.7.0-1.

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

[kmymoney] [Bug 461559] Please move Font settings in Ledger settings, as a tab

2022-11-10 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=461559

Ralf Habacker  changed:

   What|Removed |Added

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

--- Comment #1 from Ralf Habacker  ---
With ticket 460952 another solution was implemented (see
https://bugs.kde.org/show_bug.cgi?id=460952#c23), so this ticket can be closed.

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

[kdevelop] [Bug 461681] Crashes when use shortcut

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

Igor Kushnir  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||igor...@gmail.com

--- Comment #1 from Igor Kushnir  ---
I have experienced this crash once with KDevelop master and KTextEditor 5.98.
Possible causes:
1) some recent changes in KTextEditor;
2) recent color scheme improvements in KDevelop:
https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/370

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

[lattedock] [Bug 461687] New: Crash when waking up laptop and Nvidia dedicated GPU

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

Bug ID: 461687
   Summary: Crash when waking up laptop and Nvidia dedicated GPU
Classification: Plasma
   Product: lattedock
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: ldani...@protonmail.com
  Target Milestone: ---

Application: latte-dock (0.10.77)
 (Compiled from sources)
Qt Version: 5.15.7
Frameworks Version: 5.99.0
Operating System: Linux 6.0.7-zen1-1-zen x86_64
Windowing System: X11
Distribution: Garuda Linux
DrKonqi: 5.26.3 [KCrashBackend]

-- Information about the crash:
Crash when waking up laptop and Nvidia dedicated GPU

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Latte Dock (latte-dock), signal: Segmentation fault

[KCrash Handler]
#4  0x7f0590e6ea4b in QXcbScreen::surfaceFormatFor(QSurfaceFormat const&)
const () at /usr/lib/libQt5XcbQpa.so.5
#5  0x7f059876dc04 in  () at
/usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
#6  0x7f05967841d3 in QOpenGLContext::create() () at
/usr/lib/libQt5Gui.so.5
#7  0x7f0597ff85aa in  () at /usr/lib/libQt5Quick.so.5
#8  0x7f0597ffce94 in  () at /usr/lib/libQt5Quick.so.5
#9  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#10 0x7f059589f8fd in  () at /usr/lib/libc.so.6
#11 0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7f0529dfd6c0 (LWP 2938) "QSGRenderThread"):
#1  0x7f059589ecd0 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x7f0595eeb784 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#3  0x7f0597ffd283 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#5  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#6  0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7f05351fe6c0 (LWP 2881) "QSGRenderThread"):
#1  0x7f059589ecd0 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x7f0595eeb784 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#3  0x7f0597ffd283 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#5  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#6  0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7f052abfe6c0 (LWP 2587) "Qt bearer threa"):
#1  0x7f05958e66bd in clock_gettime () at /usr/lib/libc.so.6
#2  0x7f0594716d91 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7f059476d0d8 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7f0594715132 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7f05960d7c6f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7f059608573c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7f0595ee721f in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#9  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#10 0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7f05377ff6c0 (LWP 2572) "QSGRenderThread"):
#1  0x7f059589ecd0 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x7f0595eeb784 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#3  0x7f0597ffd283 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#5  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#6  0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7f0545a236c0 (LWP 2544) "QSGRenderThread"):
#1  0x7f059589ecd0 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x7f0595eeb784 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#3  0x7f0597ffd283 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#5  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#6  0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7f05464636c0 (LWP 2543) "CPMMListener"):
#1  0x7f0582692017 in  () at /usr/lib/libnvidia-glcore.so.520.56.06
#2  0x7f058268f90a in  () at /usr/lib/libnvidia-glcore.so.520.56.06
#3  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#4  0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7f05470a26c0 (LWP 2542) "QSGRenderThread"):
#1  0x7f059589ecd0 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x7f0595eeb784 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#3  0x7f0597ffd283 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f0595ee42ea in  () at /usr/lib/libQt5Core.so.5
#5  0x7f059589f8fd in  () at /usr/lib/libc.so.6
#6  0x7f0595921a60 in  () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7f0547dff6c0 

[Spectacle] [Bug 453846] Running spectacle under wayland gives a message "Could not take a screenshot. Please report this bug here.

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

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #5 from Justin Zobel  ---
Awaiting user reply.

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

[Spectacle] [Bug 458956] Annotation view opens in top left corner

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

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com

--- Comment #6 from Justin Zobel  ---
Trying to replicate this but all I get is a maximised Annotation window even if
I restore it to "regular" size and try again, it maximises every time.
Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.2
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel Version: 5.19.16-301.fc37.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2

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

[Spectacle] [Bug 453352] [Wayland] Undesired save to default folder

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

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
I'm unable to replicate this issue, can you please test and confirm if the
issue still occurs for you?

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

[dolphin] [Bug 455731] connecting to a smb-share

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

--- Comment #2 from pyro4h...@gmail.com ---
Created attachment 153660
  --> https://bugs.kde.org/attachment.cgi?id=153660=edit
New crash information added by DrKonqi

dolphin (21.12.3) using Qt 5.15.3

- What I was doing when the application crashed:
opening `\\server.domain` and crashing after putting in my credentials in the
connection window

- Custom settings of the application:

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140451396617664)
at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140451396617664) at
./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140451396617664, signo=signo@entry=6) at
./nptl/pthread_kill.c:89
#7  0x7fbd687a4476 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7fbd6878a7f3 in __GI_abort () at ./stdlib/abort.c:79

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

[dolphin] [Bug 455731] connecting to a smb-share

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

pyro4h...@gmail.com changed:

   What|Removed |Added

 CC||pyro4h...@gmail.com

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

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

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

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Justin Zobel  ---
I'm unable to replicate this issue, can you please test and confirm if the
issue still occurs for you?

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

[Spectacle] [Bug 446884] /tmp/specatcle.x/ opens when clicking "Open Containing Folder" after taking a second screenshot that is not saved yet

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

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
I'm unable to replicate this issue, can you please test and confirm if the
issue still occurs for you?

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

[Spectacle] [Bug 446582] Option "Press screenshot key to: Take a new Screenshot" seams doesn't work

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

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Justin Zobel  ---
I've tested and this works for me, while spectacle is open, using the setting
you described it starts a new screenshot.

Can you please test and confirm if this issue is still present for you?

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

[Spectacle] [Bug 439809] Add a way to save to clipboard and save to disk at the same time without losing save options

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

Justin Zobel  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||justin.zo...@gmail.com

--- Comment #2 from Justin Zobel  ---
Moving to wishlist instead of bug.

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

[Spectacle] [Bug 434730] Screen shot taken at a prior time is shown in preview when "Prc Sc" is pressed for the first time instead on the screen shot of the current screen

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

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com

--- Comment #3 from Justin Zobel  ---
I'm unable to replicate this, when Spectacle opens and I have it set to take a
screenshot when opening, it's correctly showing my current screen layout.

Can you please confirm if this issue is still occurring for you?

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

[Spectacle] [Bug 364572] Take region screenshot from multimonitors configuration work with incorrectly scaled

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

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Justin Zobel  ---
I'm unable to replicate this issue. I've used Spectacle to take a rectangular
region screenshot of my main monitor and the size is correct.

Can you please confirm if this issue (the image resolution) is still occurring
for you?

Alex as for your issue it sounds completely different, can you please open a
new ticket if it is still occurring, thanks.

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

[systemsettings] [Bug 360113] Configured and Applied Screen Config do not match

2022-11-10 Thread Bernd Steinhauser
https://bugs.kde.org/show_bug.cgi?id=360113

Bernd Steinhauser  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Bernd Steinhauser  ---
Oh, yeah this was a thing, but I think along the road it was fixed at some
point. So, it's working nowadays.

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

[kwalletmanager] [Bug 373753] import menu action does not do anything

2022-11-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=373753

Martin Koller  changed:

   What|Removed |Added

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

--- Comment #5 from Martin Koller  ---
Still the same as described in comment #2
Version 22.08.3

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

[kmix] [Bug 388387] Panel popup shows 2times the same gauge but should be internal and headset

2022-11-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=388387

--- Comment #3 from Martin Koller  ---
Version 22.08.3

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

[kmix] [Bug 388387] Panel popup shows 2times the same gauge but should be internal and headset

2022-11-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=388387

Martin Koller  changed:

   What|Removed |Added

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

--- Comment #2 from Martin Koller  ---
still the same (PLT is not shown in the popup).
However what has changed since is that the second slider shows a "record" icon,
so I assume the left most is the level for output,
the second for input.
Still, the headset (PLT focus) is missing in the popup.

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

[knetwalk] [Bug 342016] right click inconsistency

2022-11-10 Thread Paul Childs
https://bugs.kde.org/show_bug.cgi?id=342016

--- Comment #7 from Paul Childs  ---
(In reply to Bug Janitor Service from comment #6)
> 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!

Seriously!!! After this bug has sat idle for 6 years, kde policy considers 30
days sufficient notice?

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

[kmail2] [Bug 388714] selecting a favorite when folder tree is filtered shows no messages

2022-11-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=388714

Martin Koller  changed:

   What|Removed |Added

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

--- Comment #2 from Martin Koller  ---
still the same Version 5.21.3 (22.08.3)

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

[plasmashell] [Bug 461684] plasma never starts (not wayland). Wayland seriously crashses

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

--- Comment #1 from Bug Janitor Service  ---

Thank you for the bug report!

Please note that Plasma 5.25.5 is not supported for much longer by KDE;
supported versions are 5.24, and 5.26 or newer.

If at all possible please upgrade to a supported version and verify that the
bug is still happening there.

If you're unsure how to do this, contact your distributor about it.

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

[krita] [Bug 461686] New: Changes to speed up texture export

2022-11-10 Thread jimbo
https://bugs.kde.org/show_bug.cgi?id=461686

Bug ID: 461686
   Summary: Changes to speed up texture export
Classification: Applications
   Product: krita
   Version: 5.1.1
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: loudsq...@tutanota.com
  Target Milestone: ---

Hello, I use Krita for texturing 3d models and I would like to speed up the
export process. Texturing can require multiple changes and exports to tweak the
final model. I would like the ability to change the following:

- If you have already exported an image, Krita should remember the last
filename that you have used.
- There should be an option to allow the user to bypass the 'overwrite'
warning.
- When saving you always have to set the PNG settings, in this dialog there
should be a 'always use these settings' checkbox.

I understand that the vast majority of users will probably not require these
settings but it's annoying to have to constantly click through for a tiny
adjustment. Thanks.

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

[kmymoney] [Bug 461685] New: ledger entry amount should default to highlight all textclic

2022-11-10 Thread jesse
https://bugs.kde.org/show_bug.cgi?id=461685

Bug ID: 461685
   Summary: ledger entry amount should default to highlight all
textclic
Classification: Applications
   Product: kmymoney
   Version: 5.1.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: jvap...@yahoo.com
  Target Milestone: ---

SUMMARY
When a user leaves the application and comes back to it, if they are in the
Amount field, it should highlight the whole value. 

STEPS TO REPRODUCE
1. Open a MyMoney Book
2. Go to the ledger for an account
3. Fill out the new transaction entry form (Click in the amount field and
switch to another application)
4. return to kMyMoney


OBSERVED RESULT
Notice that the cursor is still in the amount field but the value 0.00 is
showing and the cursor is after the '.00'. You will now have to remove the
value before you can enter the value that you need there. 

EXPECTED RESULT
When the Amount field gets focus, the cursor should highlight the full value
and be ready for the user to type it over the existing value. 

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Gnome 36 
(available in About System)
KDE Plasma Version: n/a
KDE Frameworks Version: KDE Frameworks 
Version 5.99.0Qt 
Version 5.15.5 (built against 5.15.5) 
Qt Version: 

ADDITIONAL INFORMATION
App image: KMyMoney
Version 5.1.3-cc213a5e2

I think bug 397356 may be related.

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

[plasmashell] [Bug 461684] New: plasma never starts (not wayland). Wayland seriously crashses

2022-11-10 Thread QofZahadoom
https://bugs.kde.org/show_bug.cgi?id=461684

Bug ID: 461684
   Summary: plasma never starts (not wayland). Wayland seriously
crashses
Classification: Plasma
   Product: plasmashell
   Version: 5.25.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: iko...@upatras.gr
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Application: plasmashell (5.25.5)

Qt Version: 5.15.6
Frameworks Version: 5.99.0
Operating System: Linux 6.0.5-200.fc36.x86_64 x86_64
Windowing System: X11
Distribution: Fedora Linux 36 (Workstation Edition)
DrKonqi: 5.25.5 [KCrashBackend]

-- Information about the crash:
Everytime I login windows pop up but not the workplace environment. if wayland
is used, the crash is violent and shuts off everything. Nvidia is running from
akmods.,Othen than that nothing else serious runs.No apache, no services...
Best

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

[KCrash Handler]
#4  0x7f8f624dbc94 in PlasmaQuick::ContainmentView::containment() const ()
from /lib64/libKF5PlasmaQuick.so.5
#5  0x55d17eefe26d in ShellCorona::activateLauncherMenu() ()
#6  0x55d17ef22dcb in PlasmaShellAdaptor::qt_metacall(QMetaObject::Call,
int, void**) ()
#7  0x7f8f616dd0bb in QDBusConnectionPrivate::deliverCall(QObject*, int,
QDBusMessage const&, QVector const&, int) () from /lib64/libQt5DBus.so.5
#8  0x7f8f616e0cc0 in QDBusConnectionPrivate::activateCall(QObject*, int,
QDBusMessage const&) [clone .part.0] () from /lib64/libQt5DBus.so.5
#9  0x7f8f616e16c5 in
QDBusConnectionPrivate::activateObject(QDBusConnectionPrivate::ObjectTreeNode&,
QDBusMessage const&, int) () from /lib64/libQt5DBus.so.5
#10 0x7f8f616e3a0c in QDBusActivateObjectEvent::placeMetaCall(QObject*) ()
from /lib64/libQt5DBus.so.5
#11 0x7f8f5fed2c44 in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#12 0x7f8f60baed02 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#13 0x7f8f5fea81c8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#14 0x7f8f5feab534 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#15 0x7f8f5fef9537 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#16 0x7f8f5e3e5faf in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#17 0x7f8f5e43b2c8 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#18 0x7f8f5e3e3940 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#19 0x7f8f5fef902a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#20 0x7f8f5fea6c1a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#21 0x7f8f5feaece2 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#22 0x55d17eed3145 in main ()
[Inferior 1 (process 3307) detached]

Reported using DrKonqi

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

[neon] [Bug 424014] libkf5coreaddons-dev: Included file KF5CoreAddonsConfig.cmake searches for old Qt v5.12

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

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 425772] Crash on start

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

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.

[kdevplatform] [Bug 373595] No escape action in "Last Used Views"

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

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

[systemsettings] [Bug 424243] System Settings Crash in GtkThemesModel::themePath() on GTK2 blank theme deletion and cannot select GTK2 theme

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

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 424253] Kdevelop crashing on startup

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

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 424791] [KMail]: Crashes when uploading Sieve-scipt to server for syntax check

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

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.

[konqueror] [Bug 352545] konqueror crashes when activating Webkit-Engine

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kmail2] [Bug 423904] KMail crashes while gmail-sync

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

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.

[amarok] [Bug 373611] Amarok cannot recognize some tags of MusicBrainz

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

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

[Akonadi] [Bug 418804] Indexing agent crash

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

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.

[systemsettings] [Bug 461025] Plasma 5.26: Custom key shortcuts stop working after some uptime

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

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

[krita] [Bug 461556] Adding a reference image via tool option or drag and drop crashes krita (git 4225dad)

2022-11-10 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=461556

--- Comment #3 from Raghavendra kamath  ---
I noticed that the nightly build hangs when opening images which have reference
images embeded.

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

[choqok] [Bug 381159] No support for direct messages longer than 160 characters

2022-11-10 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=381159

Mathias Homann  changed:

   What|Removed |Added

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

--- Comment #3 from Mathias Homann  ---
to be honest, right now it looks as if direct messages dont work at all - I
just sent two from my account to another test account, one of 150 and ones of
280 characters - neither of them show in neither of the two accounts when I use
the website to look for them.

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

[frameworks-kconfig] [Bug 427875] On a multi screen setup, KDE app windows do not remember size, position, or the screen they were last opened on. For X11 when the left-most display is not the primary

2022-11-10 Thread Serge Roussak
https://bugs.kde.org/show_bug.cgi?id=427875

Serge Roussak  changed:

   What|Removed |Added

 CC|beaux_mo...@tut.by  |

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

[Snoretoast] [Bug 424503] Snoretoast does not display a notification when the process is running with the system token.

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

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.

[kdiff3] [Bug 427121] kdiff3 crashes with segfault on enabling word wrap on big files

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

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 425748] KDevelop crashed while debugging

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

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.

[dragonplayer] [Bug 424475] The Dragon close

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

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 424292] Error when restarting machine

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

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.

[kdeconnect] [Bug 425835] KDE Connect SMS Crashed

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

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 425722] discover dies when raised from taskbar- unminimized

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

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 425720] Kontact crashes / segfaults on start

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

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.

[kontact] [Bug 425932] Application: Kontact (kontact), signal: Segmentation fault

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

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 425228] Akonadi Server Fails to Start with MariaDB installed

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

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.

[kdeconnect] [Bug 423927] KDE Connect stop when copy 5 pictures from my phone Android

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

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.

[kdeconnect] [Bug 425244] application closed unexpectedly moving files cell to desktop

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

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.

[plasmashell] [Bug 450068] Use of volatile connector IDs to map containments to screens cannot be made to work reliably and should be replaced with something else

2022-11-10 Thread Tuomas Suutari
https://bugs.kde.org/show_bug.cgi?id=450068

Tuomas Suutari  changed:

   What|Removed |Added

 CC||tuo...@nepnep.net

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

[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2022-11-10 Thread Serge Roussak
https://bugs.kde.org/show_bug.cgi?id=356225

Serge Roussak  changed:

   What|Removed |Added

 CC|beaux_mo...@tut.by  |

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

[digikam] [Bug 360485] Prevent to rescans image collection after to change system time zone

2022-11-10 Thread Knut Hildebrandt
https://bugs.kde.org/show_bug.cgi?id=360485

--- Comment #6 from Knut Hildebrandt  ---
No clue, if this still happens in the way I had described it here. I simply do
not change time zone any more. It's always set do UTC and I only change the
time displayed.

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

[frameworks-plasma] [Bug 458771] flickering

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

p...@pfortin.com changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #9 from p...@pfortin.com ---
Not sure what resolved this; but system has been stable for  nearly 3 weeks.

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

[plasmashell] [Bug 425234] Plasma crashes after new Tumbleweed-Installation

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

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 426347] Kde connect daemon crashes

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

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.

[Akonadi] [Bug 427384] Crash while deleting mails

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

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 423684] Akonadi crashing due to MySQL Socket is gone

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

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.

[plasmashell] [Bug 425500] Reload Temperature Sources

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

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 424274] Gwenview randomly crashes during folder browsing from home

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

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 425604] kmail crashes when using kvantum theme engine while opening from tray icon

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 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 424811] KDE conct crash sshfs relatede

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

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.

[konqueror] [Bug 424461] Crash while several tabs open and activley loading page on XDA website

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

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 425241] kde connect seg

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

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.

[marble] [Bug 374208] libmarblewidget versioning

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

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

[kdevelop] [Bug 374116] CMake Projectmanager, compile_commands.json and projects that don't compile anything

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

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

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

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

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

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

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

[kontact] [Bug 425065] crashed when try to delete

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

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.

[kwin] [Bug 424301] kwin_x11 crashes at exit

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

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.

[kmail2] [Bug 424509] KMail crashed on exit

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

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-kcoreaddons] [Bug 361426] Crash in KIconLoaderPrivate::findCachedPixmapWithPath and KSharedDataCache

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #22 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 425209] Kmail crash on quick click of 'Show mail' in notification

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

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 403101] Kmail assistant import crash

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

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-karchive] [Bug 400022] System Settings Add-On Installer crashed when downloading icons

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

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.

[neon] [Bug 425458] Segmentation Faults caused by sddm-greeter and plasmashell

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

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.

[Spectacle] [Bug 448491] Annotation - Text edits: make clear how to get a new line

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

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
   Severity|normal  |wishlist

--- Comment #1 from Justin Zobel  ---
Marking as wishlist item.

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

[kmail2] [Bug 361109] kmail freezes with high cpu usage when sending signed messages with attachments

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

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

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

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

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

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

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

[konqueror] [Bug 371994] Version 4.14.24 - busy icon spins continually over file/directory names

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

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

[kdevplatform] [Bug 369278] toolbar items should remain put where user left it (and maintain its visibility across restarts)

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

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

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

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

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

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

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

[kwordquiz] [Bug 372177] could not save and overwirte current opened file

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

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

[cirkuit] [Bug 366495] Image in preview window and output PDFs clipped in Kubuntu 16.04 and Mint 18

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

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

[korganizer] [Bug 371961] KOrganizer stops updating CalDav file

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

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

[kmail2] [Bug 372193] Either no text or invisible text in mail item view but icons visible. Appears on dark and light themes, even with custom colors

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

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

[Spectacle] [Bug 442621] Spectacle not copying images to clipboard at release

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

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Justin Zobel  ---
I've just configured my spectacle as you described and cannot replicate this
issue. Can you please confirm this issue still occurs on a recent version of
Plasma, thank you.

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

[kdenlive] [Bug 458631] Missing MLT module: glaxnimate

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[dolphin] [Bug 427588] Dolphin crash when trying to view pictures from a connected samsung phone

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

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 459100] System Settings are crashed after opened Startup and Shutdown

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

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.

[Spectacle] [Bug 426320] Spectacle crashes when trying to take a screenshot of the active window

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

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.

[Elisa] [Bug 425939] master branch fails with error class 'ElisaApplicationPrivate’ has no member named ‘mCollection’

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

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.

  1   2   3   4   5   6   7   8   9   10   >