[krita] [Bug 465499] Docs need screenshots

2023-02-09 Thread Ryan
https://bugs.kde.org/show_bug.cgi?id=465499

--- Comment #1 from Ryan  ---
The "Size" properties shown in this video on Youtube do not show up for me with
rectangles.

https://www.bing.com/videos/search?q=krita+rounded+rectangle&&view=detail&mid=4FD5DEFE3796CDDC26EF4FD5DEFE3796CDDC26EF&&FORM=VRDGAR&ru=%2Fvideos%2Fsearch%3Fq%3Dkrita%2Brounded%2Brectangle%26FORM%3DHDRSC3

@ 4:35

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Ivica
https://bugs.kde.org/show_bug.cgi?id=465465

--- Comment #2 from Ivica  ---
Ok, first, this is a proof of concept patch that I will need to fix.

The eviction emulation is NOT the default, cache emulation should remain the
default. All the existing tests will need to pass without change. I need to add
new command-line switches for eviction emulation.

I have two examples with cache conflicts (matrix multiplication and binary tree
lookup). I could also try to find other examples, e.g. hashsort or in-array
tree. I will upload them soon.

I could write the documentation for the new features. cg_annotate works with
new command line, but I don't know about other tools. Also, I don't know how to
write in PERL.

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

[kwin] [Bug 465463] For some extra buttons kwin emits key events set for another extra button

2023-02-09 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=465463

--- Comment #1 from David Redondo  ---
Sounds like our filter somehow mixes up extra button 2 and 3. Could  you paste 
the 
'[ButtonRebinds][Mouse]' section of ~/.config/kcminputrc just to be sure that
it writes the correct config for button 2 and 3?

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

[kate] [Bug 465325] Kate terminal receives cd (change directory) commands regardless program running in terminal

2023-02-09 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=465325

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/fb26afa3f
   ||6567f375770e2f5d4d3f124254b
   ||de49
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||23.04

--- Comment #2 from Christoph Cullmann  ---
Git commit fb26afa3f6567f375770e2f5d4d3f124254bde49 by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 09/02/2023 at 08:39.
Pushed by cullmann into branch 'master'.

Konsole: Dont cd if a process is running in terminal
FIXED-IN: 23.04

M  +3-0addons/konsole/kateconsole.cpp

https://invent.kde.org/utilities/kate/commit/fb26afa3f6567f375770e2f5d4d3f124254bde49

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

[dolphin] [Bug 465500] New: [Feature Suggestion] Add "Open in split view" to Places panel context menu

2023-02-09 Thread Thorolf E . R . Weißhuhn
https://bugs.kde.org/show_bug.cgi?id=465500

Bug ID: 465500
   Summary: [Feature Suggestion] Add "Open in split view" to
Places panel context menu
Classification: Applications
   Product: dolphin
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: t...@gmx.de
CC: kfm-de...@kde.org
  Target Milestone: ---

A wish for improvement:

It would be nice if the context menu on items in the Places panel had an "Open
in split view" item, to open a split pane on this location with one click .

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Ivica
https://bugs.kde.org/show_bug.cgi?id=465465

--- Comment #3 from Ivica  ---
Also, if there is some way to send the patch to an official code review
(similar to GitHub), let me know.

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

[kmenuedit] [Bug 465476] Hiding an app in one category hides it from all categories, but the "Hidden entry" checkboxes aren't in sync

2023-02-09 Thread medin
https://bugs.kde.org/show_bug.cgi?id=465476

--- Comment #7 from medin  ---
(In reply to Nate Graham from comment #6)
> That's a packaging bug, like I said. There's no reason for those apps to be
> required for Plasma.

I opened a ticket on Archlinux bugs tracker, and it was closed because it
stated that Plasma desktop requires qdbus that is embedded in qt5-tools package
https://bugs.archlinux.org/task/77442
https://invent.kde.org/qt/qt/qttools/-/tree/dev/src

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

[kwin] [Bug 465463] For some extra buttons kwin emits key events set for another extra button

2023-02-09 Thread Bernd Steinhauser
https://bugs.kde.org/show_bug.cgi?id=465463

--- Comment #2 from Bernd Steinhauser  ---
(In reply to David Redondo from comment #1)
> Sounds like our filter somehow mixes up extra button 2 and 3. Could  you
> paste  the 
> '[ButtonRebinds][Mouse]' section of ~/.config/kcminputrc just to be sure
> that it writes the correct config for button 2 and 3?

Sure:
[ButtonRebinds][Mouse]
ExtraButton1=Key,A
ExtraButton2=Key,B
ExtraButton3=Key,C
ExtraButton4=Key,D
ExtraButton5=Key,E

(I reassigned them to A-E before doing this, as this makes it easier to test
follow the effects)
So the KCM is doing the right thing. But it's not just Button 3, the whole
thing is messed up.
Here is what happens when I use wev with this setup:
Button 1: a
Button 2: b
Button 3: b
Button 4: b
Button 5: c

(Button 4 and 5 correspond to the left/right action on the scrolling wheel. I
can map those to regular buttons instead of horizontal scrolling using ratbagd
or solaar.)

So something is wrong with the way it increments, maybe?
There is also a button 13, which is not really a button, but the (mechanical)
switch that activates/deactivates clickless scrolling.
I can set that, too and it will correctly output the key that I set for this
button. So maybe just the increment isn't the answer either?

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

[plasma-systemmonitor] [Bug 462841] System Monitor crashed in QEvent::isAccepted when killing a process

2023-02-09 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=462841

Matt Fagnani  changed:

   What|Removed |Added

 CC||matt.fagn...@bell.net

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

[plasma-systemmonitor] [Bug 462841] System Monitor crashed in QEvent::isAccepted when killing a process

2023-02-09 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=462841

--- Comment #5 from Matt Fagnani  ---
Created attachment 156093
  --> https://bugs.kde.org/attachment.cgi?id=156093&action=edit
New crash information added by DrKonqi

plasma-systemmonitor (5.26.5) using Qt 5.15.8

I killed aide in System Monitor in the same way as I reported previously in
Plasma 5.26.5 on Wayland in a Fedora 37 KDE Plasma installation with KF 5.102.0
and Qt 5.15.8. This is the second such crash I've seen. This crash was
infrequent when killing processes in this way.

-- Backtrace (Reduced):
#4  0x7fd03daab122 in QEvent::isAccepted() const (this=) at
/usr/include/qt5/QtCore/qcoreevent.h:305
#5  QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) (this=0x55f6c5e8a7e0, event=0x55f6c6a5c300,
receiver=0x55f6c8272930, filteringParent=) at
items/qquickwindow.cpp:3228
#6  0x7fd03daab031 in
QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) (this=0x55f6c5e8a7e0, event=,
receiver=, filteringParent=) at
items/qquickwindow.cpp:3331
#7  0x7fd03daab031 in
QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) (this=0x55f6c5e8a7e0, event=,
receiver=, filteringParent=) at
items/qquickwindow.cpp:3331
#8  0x7fd03daabde1 in
QQuickWindowPrivate::deliverToPassiveGrabbers(QVector
> const&, QQuickPointerEvent*) (this=this@entry=0x55f6c5e8a7e0,
passiveGrabbers=..., pointerEvent=pointerEvent@entry=0x55f6c6a5c300) at
items/qquickwindow.cpp:1982

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2023-02-09 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=465385

--- Comment #3 from Mykola Krachkovsky  ---
(In reply to Vlad Zahorodnii from comment #1)
> > Open context/hamburger menu
> 
> Can you be more specific please?

Basically any context/hamburger menu in Qt5 Widget application, e.g. Dolphin
hamburger&context menu menu, Falkon context menu, Krusader bookmarks menu, etc.

As a test you can open Dolphin hamburger menu, then with keyboard navigate to
Create (New?) submenu, and then press left go up level. And whole menu is
closed not just submenu. I'll add a screenshot.

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2023-02-09 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=465385

--- Comment #4 from Mykola Krachkovsky  ---
Created attachment 156094
  --> https://bugs.kde.org/attachment.cgi?id=156094&action=edit
Opened submenu

If at this point you'll push left button to go back to upper menu, whole menu
will be closed, not just submenu.

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2023-02-09 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=465385

--- Comment #5 from Mykola Krachkovsky  ---
Created attachment 156095
  --> https://bugs.kde.org/attachment.cgi?id=156095&action=edit
Window menu

Also with regular menu, pressing Left or Right also closes menu instead of
moving to previous/next item.

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465465

--- Comment #4 from Paul Floyd  ---
(In reply to Ivica from comment #3)
> Also, if there is some way to send the patch to an official code review
> (similar to GitHub), let me know.

Not at present. This is the place for patch submission. Review can be slow!

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

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435

Paul Floyd  changed:

   What|Removed |Added

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

--- Comment #2 from Paul Floyd  ---
Marking as NEEDSINFO

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

[kdenlive] [Bug 465501] New: Webm File (vp9) Does not Import Video

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465501

Bug ID: 465501
   Summary: Webm File (vp9) Does not Import Video
Classification: Applications
   Product: kdenlive
   Version: 22.12.1
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: acour...@gmail.com
  Target Milestone: ---

Created attachment 156096
  --> https://bugs.kde.org/attachment.cgi?id=156096&action=edit
jpeg image of editor with audio but no video in monitor and timeline

SUMMARY
Unable to import a PlayStation 5 webm file to edit. Only audio imports and is
able to be placed on the timeline. The file is playable in other programs.
Tried reinstalling kdenlive and running both installable and standalone and
both had same issue. 


STEPS TO REPRODUCE
1. Open standalone or installable windows versions of 22.12.1
2. Click on import file.
3. Select webm file created by PlayStation 5 (VP9)


OBSERVED RESULT
1. kdenlive imports audio only.
2. Audio can be put on the timeline but 4k video is missing.

EXPECTED RESULT
1. video and audio should be viewable on the monitor and able to drag to the
timeline.

SOFTWARE/OS VERSIONS
Windows: 10 home
KDE Plasma Version: 
KDE Frameworks Version: Version 5.101.0
Qt Version: Version 5.15.7 (built against 5.15.7)

ADDITIONAL INFORMATION

1. This file is playable in VCL
2. This file is editable in other editing software such as VideoProc Vlogger
3. Here is ffmpeg probe data:

C:\Users\acour>"C:\Users\acour\Downloads\ffmpeg-2023-02-04-git-bdc76f467f-full_build\bin\ffprobe.exe"
"D:\PS5\CREATE\Video Clips\Hogwarts Legacy\Hogwarts Legacy_20230206210021.webm"
ffprobe version 2023-02-04-git-bdc76f467f-full_build-www.gyan.dev Copyright (c)
2007-2023 the FFmpeg developers
  built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static
--disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv
--enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma
--enable-libsnappy --enable-zlib --enable-librist --enable-libsrt
--enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray
--enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libdav1d
--enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e
--enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265
--enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl
--enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass
--enable-frei0r --enable-libfreetype --enable-libfribidi --enable-liblensfun
--enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf
--enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec
--enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libvpl
--enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl
--enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt
--enable-libopencore-amrwb --enable-libmp3lame --enable-libshine
--enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc
--enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex
--enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite
--enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
  libavutil  57. 44.100 / 57. 44.100
  libavcodec 59. 63.100 / 59. 63.100
  libavformat59. 38.100 / 59. 38.100
  libavdevice59.  8.101 / 59.  8.101
  libavfilter 8. 56.100 /  8. 56.100
  libswscale  6.  8.112 /  6.  8.112
  libswresample   4.  9.100 /  4.  9.100
  libpostproc56.  7.100 / 56.  7.100
Input #0, matroska,webm, from 'D:\PS5\CREATE\Video Clips\Hogwarts
Legacy\Hogwarts Legacy_20230206210021.webm':
  Metadata:
encoder : mkvmux-1.0.0
  Duration: 00:50:28.14, start: -0.003000, bitrate: 44225 kb/s
  Stream #0:0: Video: vp9 (Profile 2), yuv420p10le(pc,
bt2020nc/bt2020/smpte2084), 3840x2160, SAR 1:1 DAR 16:9, 59.94 fps, 59.94 tbr,
1k tbn (default)
  Stream #0:1: Audio: opus, 48000 Hz, stereo, fltp (default)

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

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-09 Thread Corentin Noël
https://bugs.kde.org/show_bug.cgi?id=465435

--- Comment #3 from Corentin Noël  ---
Thank you for your answer that was really useful, it was indeed an issue with
both Docker and Crosvm:

Docker set a limit to 1048576 so I've added "--ulimit nofile=1024:4096" to the
docker arguments to have decent default configuration.

I've also had to modify Crosvm (more precisely minijail that it is using) by
preventing it to change the nofile limit in
https://github.com/google/minijail/blob/c30d299f93f94a4ee4b786d15e1fb194f8709b9f/libminijail.c#L2183

I hope it will be useful to anyone having the same issue.

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

[plasmashell] [Bug 465125] Panel height is not saved between reboots.

2023-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=465125

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #8 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2596

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

[frameworks-kconfig] [Bug 460260] On a multi screen setup on Wayland, KDE app windows do not remember the size they had if the primary monitor is not the leftmost one.

2023-02-09 Thread Han Prower
https://bugs.kde.org/show_bug.cgi?id=460260

Han Prower  changed:

   What|Removed |Added

 CC||mafr...@gmail.com

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

[plasmashell] [Bug 452104] Black sliding wallpaper on activity change

2023-02-09 Thread Han Prower
https://bugs.kde.org/show_bug.cgi?id=452104

Han Prower  changed:

   What|Removed |Added

Version|5.24.4  |5.26.5
   Platform|unspecified |Archlinux

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

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435

Paul Floyd  changed:

   What|Removed |Added

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

--- Comment #4 from Paul Floyd  ---
Well one thing that I could do is to change the assert into a message + exit.

Something like

Valgrind does not support very high file descriptor limits (e.g., as seen when
running in Docker).
Please consider lowering this limit with the shell built-in command limit
command.

with a bit more information on the fd requested and the hard limit that it is
using.

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

[kalendar] [Bug 463513] Kalendar crashes out of the blue

2023-02-09 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=463513

--- Comment #4 from Riccardo Robecchi  ---
Created attachment 156097
  --> https://bugs.kde.org/attachment.cgi?id=156097&action=edit
Crash with Kalendar 22.12.2

Uploading new crash as it's related to the new version (and I don't know if
there were any changes).

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

[plasmashell] [Bug 465125] Panel height is not saved between reboots.

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465125

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Fushan Wen  ---
(In reply to Nate Graham from comment #7)
> I'm on Fedora, but all my KDE packages are built from source, so I doubt
> it's a distro packaging issue.

Nate, could you check the file content of config-kconf.h (in the build folder)
in KConfig after building it?

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

[plasmashell] [Bug 465326] Plasma crashes when opening kickoff, after freezing for a bit

2023-02-09 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=465326

--- Comment #8 from Oded Arbel  ---
Huh, apparently I needed to look at the logs:

---8<---
Feb 09 12:42:03 vesho plasmashell[871706]: QBuffer::writeData: Memory
allocation error
Feb 09 12:42:03 vesho plasmashell[871706]: libpng error: Write Error
# the above two lines repeat many times...
Feb 09 12:42:03 vesho plasmashell[871706]: QBuffer::writeData: Memory
allocation error
Feb 09 12:42:03 vesho plasmashell[871706]: libpng error: Write Error
Feb 09 12:42:03 vesho plasmashell[871706]: Qt Concurrent has caught an
exception thrown from a worker thread.
   This is not supported, exceptions
thrown in worker threads must be
   caught before control returns to Qt
Concurrent.
Feb 09 12:42:03 vesho plasmashell[871706]: terminate called after throwing an
instance of 'std::bad_alloc'
Feb 09 12:42:03 vesho plasmashell[871706]:   what():  std::bad_alloc
Feb 09 12:42:03 vesho plasmashell[871706]: 25 -- exe=/usr/bin/plasmashell
Feb 09 12:42:03 vesho plasmashell[871706]: 17 -- platform=wayland
Feb 09 12:42:03 vesho plasmashell[871706]: 20 -- appname=plasmashell
Feb 09 12:42:03 vesho plasmashell[871706]: 17 -- apppath=/usr/bin
Feb 09 12:42:03 vesho plasmashell[871706]: 9 -- signal=6
Feb 09 12:42:03 vesho plasmashell[871706]: 11 -- pid=871706
Feb 09 12:42:03 vesho plasmashell[871706]: 19 -- appversion=5.27.80
Feb 09 12:42:03 vesho plasmashell[871706]: 19 -- programname=Plasma
Feb 09 12:42:03 vesho plasmashell[871706]: 31 -- bugaddress=sub...@bugs.kde.org
---8<---

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

[kontact] [Bug 465485] Use OpenURI for attachments

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465485

--- Comment #2 from skr...@mailbox.org ---
Yes, it's only a problem when installed in flatpak. I filed a bug report over
there aswell, link is in the description. They wished that  I also open here!

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

[plasmashell] [Bug 464685] Session does not store order of task icons

2023-02-09 Thread Albert Zeyer
https://bugs.kde.org/show_bug.cgi?id=464685

--- Comment #8 from Albert Zeyer  ---
I'm not sure if I have turned grouping off. But that were just 5 windows or so,
and they were not grouped together.

I pinned one Chrome window to the taskbar such that it is visible even when it
is not running.

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

[plasmashell] [Bug 464685] Session does not store order of task icons

2023-02-09 Thread Albert Zeyer
https://bugs.kde.org/show_bug.cgi?id=464685

Albert Zeyer  changed:

   What|Removed |Added

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

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

[kdeplasma-addons] [Bug 465488] No app name in the Battery and Brightness inhibition notification

2023-02-09 Thread Cimbali
https://bugs.kde.org/show_bug.cgi?id=465488

Cimbali  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |m...@cimba.li

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

[neon] [Bug 465407] startplasma-x11 crashes when trying to boot from KDE neon Developer Edition live image

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465407

Fushan Wen  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||1d2fc704b0bd5396cec23418efd
   ||32abdd81429aa

--- Comment #5 from Fushan Wen  ---
Git commit 1d2fc704b0bd5396cec23418efd32abdd81429aa by Fushan Wen, on behalf of
David Edmundson.
Committed on 09/02/2023 at 11:15.
Pushed by fusionfuture into branch 'master'.

kcms/lookandfeel: Guard for QGuiApplication before using styles

LookandFeelManager is invoked from QCoreApplcation startplasma. This
must remain a QCoreApplication as it starts up kwin_wayland.

This newly added safety check in lookandfeelmanager meant we loaded the
style. Use of QGui libraries in a QCoreApplication is undefined or
worse.

startplasma should only call us with a hardcoded default.

M  +8-5kcms/lookandfeel/lookandfeelmanager.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/1d2fc704b0bd5396cec23418efd32abdd81429aa

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

[dolphin] [Bug 371130] unable to reassign standard shortcut for backspace to "up" instead of "back"

2023-02-09 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=371130

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/c57c5384f
   ||cab92a1ba0d8fd87321ce7cb148
   ||ca02

--- Comment #19 from Méven Car  ---
Git commit c57c5384fcab92a1ba0d8fd87321ce7cb148ca02 by Méven Car, on behalf of
Forest ix.
Committed on 09/02/2023 at 11:17.
Pushed by meven into branch 'master'.

Reveal the Backspace shortcut in the UI

Since the Back action already has two standard shortcuts, a third one appended
to the list will be invisible in the UI, which shows only the first two.  This
leaves users unable to reassign it.

We therefore make it the first shortcut in the list, so that the hidden third
entry will be the dedicated Back button, which users are far less likely to
want reassigned.

M  +2-1src/dolphinmainwindow.cpp

https://invent.kde.org/system/dolphin/commit/c57c5384fcab92a1ba0d8fd87321ce7cb148ca02

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

[kontact] [Bug 465485] Use OpenURI for attachments

2023-02-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465485

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

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

[kmymoney] [Bug 430047] Feature request: Budgeting based on cash flow

2023-02-09 Thread Nicolas Longa
https://bugs.kde.org/show_bug.cgi?id=430047

Nicolas Longa  changed:

   What|Removed |Added

 CC||nicolaslonga++...@mailo.com

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

[systemsettings] [Bug 465502] New: Flatpak KCM generates broken override config

2023-02-09 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=465502

Bug ID: 465502
   Summary: Flatpak KCM generates broken override config
Classification: Applications
   Product: systemsettings
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_flatpak
  Assignee: plasma-b...@kde.org
  Reporter: m...@ratijas.tk
CC: joshiesuha...@gmail.com
  Target Milestone: ---

SUMMARY

Somehow Flatpak KCM ended up generating the following file:

$HOME/.local/share/flatpak/overrides/cc.arduino.IDE2:

```
[Environment]
B=D
D
D
D
D
D
A=B
[System Bus Policy]
```

Also `flatpak list` command crashed because of it, but it has been fixed
already.  Still we should not generate malformed useless overrides. See
discussions at https://invent.kde.org/plasma/flatpak-kcm/-/merge_requests/35

STEPS TO REPRODUCE
1. Open Flatpak KCM
2. Open any app's page
3. Scroll down to advanced settings, expand and scroll further down to
Environment.
4. Add some environment variables through the dialog. The dialog does not clean
up previous values, so you may try add the same pairs multiple times, or even
omit key or value.

OBSERVED RESULT
Config is broken, `flatpak list` crashes.

EXPECTED RESULT
Reasonable warning and error messages in UI, sanitizing input, not writing
malformed config to file.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: git-master
Qt Version: 5.15.8
Kernel Version: 6.1.9-arch1-2 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 970M/PCIe/SSE2
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: G752VT
System Version: 1.0

See also: https://github.com/flatpak/flatpak/issues/5293

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

[plasmashell] [Bug 465326] Plasma crashes when opening kickoff, after freezing for a bit

2023-02-09 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=465326

Oded Arbel  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
  Component|generic-performance |Clipboard
 Status|NEEDSINFO   |REPORTED

--- Comment #9 from Oded Arbel  ---
I believe the issue is that klipper is having a real hard time managing images
in the clipboard history (I had to screenshot followed by copy and paste a lot
last week), to the point of crashing plasmashell (which begs the question, BTW,
why is it running on plasmashell's main thread - it used to be a standalone
application). I tried to clear the clipboard history using the clipboard panel
widget's "clear" button, after which plasmashell froze for some minutes (!!)
with this trace:

---8<---
Thread 1 (Thread 0x7f86339a19c0 (LWP 885456) "plasmashell"):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f8637ecea65 in QtLinuxFutex::_q_futex(int*, int, int, unsigned long
long, int*, int) (val3=0, addr2=0x0, val2=0, val=3, op=0, addr=0x5601db2ee2f8)
at thread/qfutex_p.h:114
#2  QtLinuxFutex::futexWait
>(QBasicAtomicPointer&, QBasicAtomicPointer::Type)
(expectedValue=0x3, futex=...) at thread/qfutex_p.h:133
#3  lockInternal_helper (timeout=-1, elapsedTimer=0x0, d_ptr=...) at
thread/qmutex_linux.cpp:142
#4  QBasicMutex::lockInternal() (this=0x5601db2ee2f8) at
thread/qmutex_linux.cpp:159
#5  0x7f8637eced73 in QBasicMutex::lock() (this=0x5601db2ee2f8) at
thread/qmutex.h:84
#6  QRecursiveMutexPrivate::lock(int) (this=0x5601db2ee2e0,
timeout=timeout@entry=-1) at thread/qmutex.cpp:780
#7  0x7f8637ecec69 in QMutex::lock() (this=this@entry=0x5601db2eed00) at
thread/qmutex.cpp:235
#8  0x7f858e6a1f67 in QMutexLocker::QMutexLocker(QBasicMutex*)
(m=0x5601db2eed00, this=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmutex.h:257
#9  QMutexLocker::QMutexLocker(QRecursiveMutex*) (m=0x5601db2eed00,
this=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmutex.h:262
#10 HistoryModel::clear() (this=0x5601db2eece0) at
./klipper/historymodel.cpp:26
#11 0x7f858e69e1fd in History::slotClear() (this=) at
./klipper/history.cpp:113
#12 0x7f858e68fe85 in Klipper::slotAskClearHistory() (this=0x5601dbe262a0)
at ./klipper/klipper.h:83
#13 0x7f858e680ef9 in ClipboardJob::start() (this=0x5601e3718180) at
./klipper/clipboardjob.cpp:38
#14 0x7f86380e9ade in QObject::event(QEvent*) (this=0x5601e3718180,
e=0x5601e3711ff0) at kernel/qobject.cpp:1347
#15 0x7f8638d6c793 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(this=, receiver=0x5601e3718180, e=0x5601e3711ff0) at
kernel/qapplication.cpp:3640
#16 0x7f86380bc07a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
(receiver=0x5601e3718180, event=0x5601e3711ff0) at
kernel/qcoreapplication.cpp:1064
#17 0x7f86380bf167 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) (receiver=0x0, event_type=0, data=0x5601d95baec0) at
kernel/qcoreapplication.cpp:1821
#18 0x7f8638116487 in postEventSourceDispatch(GSource*, GSourceFunc,
gpointer) (s=0x5601d95fcce0) at kernel/qeventdispatcher_glib.cpp:277
#19 0x7f8636bec569 in g_main_dispatch (context=0x7f862c005010) at
../../../glib/gmain.c:3444
#20 g_main_context_dispatch (context=0x7f862c005010) at
../../../glib/gmain.c:4162
#21 0x7f8636c413c8 in g_main_context_iterate.constprop.0
(context=0x7f862c005010, block=, dispatch=1, self=) at ../../../glib/gmain.c:4238
#22 0x7f8636be9d20 in g_main_context_iteration (context=0x7f862c005010,
may_block=1) at ../../../glib/gmain.c:4303
#23 0x7f8638115ad8 in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x5601d960f1c0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#24 0x7f86380ba99b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fff31294ef0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#25 0x7f86380c2f34 in QCoreApplication::exec() () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#26 0x7f86385364d0 in QGuiApplication::exec() () at
kernel/qguiapplication.cpp:1870
#27 0x7f8638d6c709 in QApplication::exec() () at
kernel/qapplication.cpp:2832
#28 0x5601d79e2a8b in main(int, char**) (argc=,
argv=) at ./shell/main.cpp:235
---8<---

and then crashed with the same 'std::bad_alloc' uncaught exception (while the
main thread is still stuck on the above trace).

After restarting, I can still see plasmashell freezing on
HistoryModel::insert() for long stretches of time. I removed
~/.local/share/klipper/history2.lst and SIGKILLed plasmashell, and now it is
behaving much better, as well as a lot of klipper problems I had are now no
longer exhibiting.

I need to run it a bit longer to make sure, but even copying and pasting images
seem to work fine now.

I have the copy of the klipper history file that was apparently giving me
grief, if som

[filelight] [Bug 465504] New: Tooltip gets stuck on screen

2023-02-09 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=465504

Bug ID: 465504
   Summary: Tooltip gets stuck on screen
Classification: Applications
   Product: filelight
   Version: 22.12.2
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jackhill3...@gmail.com
CC: martin.sandsm...@kde.org
  Target Milestone: ---

SUMMARY

STEPS TO REPRODUCE
1. Scan a folder
2. Hover over the pie chart to get a tooltip
3. Alt-tab to another window
4. Go back to Filelight
5. Click on a subfolder (or click on the parent folder)

OBSERVED RESULT
After (3) and (5) the tooltip for the current folder gets stuck on the screen
and doesn't disappear. To make it go away I have to hover over the pie chart
again, and then move the mouse off the pie chart. If I clicked on the parent
folder, I have to wait for Filelight to stop scanning or (manually stop it)
before I can do this (i.e. wait for it to show the pie chart again).

EXPECTED RESULT
The tooltip should disappear when the mouse is no longer over the pie chart.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20230207
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.8-1-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

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

[filelight] [Bug 465505] New: Open About page in a separate window on desktop

2023-02-09 Thread Jack Hill
https://bugs.kde.org/show_bug.cgi?id=465505

Bug ID: 465505
   Summary: Open About page in a separate window on desktop
Classification: Applications
   Product: filelight
   Version: 22.12.2
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jackhill3...@gmail.com
CC: martin.sandsm...@kde.org
  Target Milestone: ---

SUMMARY

STEPS TO REPRODUCE
1. Click the 3-dot menu
2. Click about

OBSERVED RESULT
The about page opens as a full page

EXPECTED RESULT
The about page opens as a sub-window

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20230207
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.8-1-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 465125] Panel height is not saved between reboots.

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465125

--- Comment #10 from Fushan Wen  ---
Git commit 9a59b7e185ea3d877a000a52153a2e0accaae471 by Fushan Wen.
Committed on 09/02/2023 at 12:05.
Pushed by fusionfuture into branch 'master'.

shell: read thickness from default group

Due to usrmerge some distros can't run kconf_update_bin.
Related: bug 464628

M  +1-1shell/panelview.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/9a59b7e185ea3d877a000a52153a2e0accaae471

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

[plasmashell] [Bug 464628] Panel size ( width / height ) keeps getting reset after plasmashell restart in Plasma 5.27 beta

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=464628

--- Comment #9 from Fushan Wen  ---
Git commit 9a59b7e185ea3d877a000a52153a2e0accaae471 by Fushan Wen.
Committed on 09/02/2023 at 12:05.
Pushed by fusionfuture into branch 'master'.

shell: read thickness from default group

Due to usrmerge some distros can't run kconf_update_bin.
Related: bug 465125

M  +1-1shell/panelview.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/9a59b7e185ea3d877a000a52153a2e0accaae471

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

[plasmashell] [Bug 465125] Panel height is not saved between reboots due to usrmerge

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465125

Fushan Wen  changed:

   What|Removed |Added

Summary|Panel height is not saved   |Panel height is not saved
   |between reboots.|between reboots due to
   ||usrmerge

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

[plasmashell] [Bug 465125] Panel height is not saved between reboots due to usrmerge

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465125

Fushan Wen  changed:

   What|Removed |Added

 Resolution|DOWNSTREAM  |DUPLICATE

--- Comment #11 from Fushan Wen  ---


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

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

[plasmashell] [Bug 464628] Panel size ( width / height ) keeps getting reset after plasmashell restart in Plasma 5.27 beta

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=464628

Fushan Wen  changed:

   What|Removed |Added

 CC||e.insafutdi...@gmail.com

--- Comment #10 from Fushan Wen  ---
*** Bug 465125 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 464404] embedded images not displayed neither as embedded neither as attachment

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464404

marcin.ba...@gmail.com changed:

   What|Removed |Added

 CC||marcin.ba...@gmail.com

--- Comment #7 from marcin.ba...@gmail.com ---
Created attachment 156098
  --> https://bugs.kde.org/attachment.cgi?id=156098&action=edit
Embedded image in Kontact 5.22.2 (22.12.2) - fail

The issue is still present in Kontact 5.22.2 (22.12.2)

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

[kontact] [Bug 464404] embedded images not displayed neither as embedded neither as attachment

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464404

--- Comment #8 from marcin.ba...@gmail.com ---
Created attachment 156099
  --> https://bugs.kde.org/attachment.cgi?id=156099&action=edit
Embedded image in Kmail 5.22.2 (22.12.2) - success

There is no issue when I open the same image in KMail 5.22.2 (22.12.2).

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

[krita] [Bug 465503] Extended Display creating problem in pointer identification

2023-02-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=465503

Halla Rempt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 OS|All |Microsoft Windows
   Platform|Compiled Sources|Microsoft Windows
 CC||ha...@valdyas.org

--- Comment #1 from Halla Rempt  ---
This is pretty much 100% sure to be a problem in the tablet driver or your
system's configuration. For instance, with a wacom cintiq and a express remote,
for a long time exactly this would happen on Windows, and it was a driver
problem. Even though it didn't happen in Photoshop.

Note: when reporting issues like this, please don't forget to attach system
information. You can find that in the help menu. When reporting issues with a
tablet, also make clear which tablet you have and which driver version.

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

[krita] [Bug 460631] Krita command line export freezes while Krita GUI is open

2023-02-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=460631

--- Comment #8 from Halla Rempt  ---
If the bug is not marked as resolved, you can safely assume that it has not yet
been fixed.

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

[krita] [Bug 465307] Snap AppArmor profile prohibits menu

2023-02-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=465307

--- Comment #5 from Halla Rempt  ---
We don't maintain flatpaks, and the volunteer who made the snap stopped
responding to requests to update, so maybe I had better remove it from source
and remove the snap page we (used to) maintain. The only official binaries we
support are the appimages.

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

[kontact] [Bug 464404] embedded images not displayed neither as embedded neither as attachment

2023-02-09 Thread Marcin Bajor
https://bugs.kde.org/show_bug.cgi?id=464404

--- Comment #9 from Marcin Bajor  ---
So, for me the issue is when I display an email in Kontact application. The
same email in Kmail standalone is displayed correctly.

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

[Haruna] [Bug 463710] Volume control applet has no effect on Haruna volume

2023-02-09 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=463710

--- Comment #6 from george fb  ---
I still don't understand what you mean.
Where do you expect to adjust the balance in Haruna or the  applet ( you refer
to the default applet right?)

(In reply to Szczepan Hołyszewski from comment #5)
> However if Haruna didn't bypass the main volume control, then it would be
> possible, because the main volume contro DOES allow "splitting" and
> adjusting balance.

Again no idea what you mean with bypassing the main volume control.
The only place where I can adjust the left/right balance is in the settings and
only for devices not applications (tried vlc and mpv). If I play something in
Haruna and turn the right slider to 0 then no sound is coming from the right
speaker.

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

[kdevelop] [Bug 396710] Subclassing interface adds '=0' to header file

2023-02-09 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=396710

Ian H  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #4 from Ian H  ---
this is still an issue as far as i know.

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

[kontact] [Bug 464404] embedded images not displayed neither as embedded neither as attachment

2023-02-09 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=464404

--- Comment #10 from Laurent Montel  ---
ok it's a problem in kontact (kmail plugin)
ok now I can investigate it.
Thanks for info

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

[korganizer] [Bug 412722] KOrganizer does not show events from EWS resource

2023-02-09 Thread Marcin Bajor
https://bugs.kde.org/show_bug.cgi?id=412722

Marcin Bajor  changed:

   What|Removed |Added

 CC||marcin.ba...@gmail.com

--- Comment #11 from Marcin Bajor  ---
I observe the same issue with EWS and CalDav from Davmail on the same account.
I had to delete some confidential data from the files below.

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

[korganizer] [Bug 412722] KOrganizer does not show events from EWS resource

2023-02-09 Thread Marcin Bajor
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #12 from Marcin Bajor  ---
Created attachment 156100
  --> https://bugs.kde.org/attachment.cgi?id=156100&action=edit
07.02.2023 Comparing events from widget and Korgranizer

I have 4 events 07.02.2023. Note that the widget in the right up corner
displays all 4 events.

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

[korganizer] [Bug 412722] KOrganizer does not show events from EWS resource

2023-02-09 Thread Marcin Bajor
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #13 from Marcin Bajor  ---
Created attachment 156101
  --> https://bugs.kde.org/attachment.cgi?id=156101&action=edit
Event in akonadi

Note that akonadi imports all events from davmail

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

[kalendar] [Bug 465486] Create button of "All Tasks" page does not work

2023-02-09 Thread Riya Bisht
https://bugs.kde.org/show_bug.cgi?id=465486

Riya Bisht  changed:

   What|Removed |Added

 CC||hack1001infin...@gmail.com
 Status|ASSIGNED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Riya Bisht  ---
Is someone else already working on this bug? if no then I would like to take
this up :)

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

[korganizer] [Bug 412722] KOrganizer does not show events from EWS resource

2023-02-09 Thread Marcin Bajor
https://bugs.kde.org/show_bug.cgi?id=412722

--- Comment #14 from Marcin Bajor  ---
Created attachment 156102
  --> https://bugs.kde.org/attachment.cgi?id=156102&action=edit
Akonadi payload

Akonadi payload. I had to change some sensitive data with CONFIDENTIAL word. I
hope this will help.

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

[filelight] [Bug 461193] Tooltip remains on the screen after changing focus to another app

2023-02-09 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=461193

Patrick Silva  changed:

   What|Removed |Added

 CC||jackhill3...@gmail.com

--- Comment #7 from Patrick Silva  ---
*** Bug 465504 has been marked as a duplicate of this bug. ***

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

[filelight] [Bug 465504] Tooltip gets stuck on screen

2023-02-09 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=465504

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Patrick Silva  ---


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

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

[plasmashell] [Bug 446874] Crash in QSGOpaqueTextureMaterialShader::updateState()

2023-02-09 Thread Ryan
https://bugs.kde.org/show_bug.cgi?id=446874

Ryan  changed:

   What|Removed |Added

  Flags||X11+
 CC||mercy.sp...@gmail.com

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

[kate] [Bug 465064] Multiple windows always have the same files open

2023-02-09 Thread Alex Kodat
https://bugs.kde.org/show_bug.cgi?id=465064

Alex Kodat  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|FIXED   |---

--- Comment #2 from Alex Kodat  ---
(In reply to Waqar Ahmed from comment #1)
> You need to upgrade to 22.12, the behaviour you note has changed/improved
> significantly :)

Thanks Waqar. Now on 22.12 and it is, indeed, better. I can open and close
files in separate windows pretty independently. But when I open a new window,
it still starts out with all the files open on my previous window. So if I'm
editing 8 files (8 tabs) and decide I'd like a clean window for editing files,
elsewhere, I open a new window and, argh, I have 8 files open plus an untitled
tab. So the first thing I have to do in the new window is go to each tab and
close the file already open in another window. Not the end of the world, but
pretty annoying.

Again, if I have a file open in one window, why the heck would I want that file
open in a new window? Windows are useful for organizing editing sessions and
having the same files open in multiple windows defeats this.

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

[NeoChat] [Bug 465506] New: Various issues on Debian Sid

2023-02-09 Thread Daniele Scasciafratte
https://bugs.kde.org/show_bug.cgi?id=465506

Bug ID: 465506
   Summary: Various issues on Debian Sid
Classification: Applications
   Product: NeoChat
   Version: 23.01.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: mte90...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY
I was trying to get Neochat with e2e support but on Debian Sid is still using
libquotient-0.6.
So with:

  apt source neochat
  apt install libquotient-dev -experimental


I was able to compile it with the new 0.7 (confirm that in the about window).
On https://mastodon.uno/@mte90/109824558475125684 there is a screen of what I
get in the left sidebar where should be the room list with wrong icon sizes.

Also after verify on Element/Neochat that instance I still get a message about
that is exncrypted and keys are not shared with the client.

The errors I get in the terminal 23.01.0:

Warning: fallback to QtQuick software backend.
Reading access token from the keychain for "@mte90:mozilla.org"
qrc:/main.qml:168: TypeError: Cannot read property 'contentItem' of null
qrc:/main.qml:168: TypeError: Cannot read property 'contentItem' of null
quotient.e2ee: The fixed buffer source is shared; assuming that the caller is
responsible for securely clearing other copies
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
kf.sonnet.core: Sonnet: No speller backends available!
kf.sonnet.core: No language dictionaries for the language: "en_US"
kf.sonnet.core: No language dictionaries for the language: "en_US"
Connected to room "![...]:mozilla.org" as "@mte90:mozilla.org"
qrc:/ChatBox.qml:37:5: QML ChatBar: Binding loop detected for property
"implicitWidth"
qrc:/ChatBox.qml:37:5: QML ChatBar: Binding loop detected for property
"implicitWidth"
qrc:/ChatBar.qml:96:18: QML ScrollView: Binding loop detected for property
"implicitWidth"
qrc:/ChatBar.qml:96:18: QML ScrollView: Binding loop detected for property
"implicitWidth"
qrc:/ChatBar.qml:96:18: QML ScrollView: Binding loop detected for property
"implicitWidth"
qrc:/ChatBar.qml:96:18: QML ScrollView: Binding loop detected for property
"implicitWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:257:13:
QML SelectableLabel: Binding loop detected for property "implicitWidth"
qrc:/EmojiDialog.qml:51: TypeError: Cannot read property 'width' of null
qrc:/EmojiDialog.qml:51: TypeError: Cannot read property 'width' of null
[...]
qrc:/main.qml:379: TypeError: Property 'restoreWindowGeometry' of object
Controller(0x557273d55ac0) is not a function
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/Avatar.qml:278:9:
QML Image: L'ID del supporto «» non segue il modello server/mediaId
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop detected for property "columnWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:949:9:
QML ColumnView: Binding loop

[plasma-systemmonitor] [Bug 465507] New: System monitor crash when close or select any option inside the program

2023-02-09 Thread Caio
https://bugs.kde.org/show_bug.cgi?id=465507

Bug ID: 465507
   Summary: System monitor crash when close or select any option
inside the program
Classification: Plasma
   Product: plasma-systemmonitor
   Version: 5.26.5
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: csandrad...@gmail.com
CC: ahiems...@heimr.nl, plasma-b...@kde.org
  Target Milestone: ---

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. Open system monitor
2. Close system monitor
3. 

OBSERVED RESULT
The program crash with Dr Konqi message that app close unexpected

EXPECTED RESULT
Just close without error messages

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE Neon
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

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

[plasma-systemmonitor] [Bug 465507] System monitor crash when close or select any option inside the program

2023-02-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=465507

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |BACKTRACE
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
We need a backtrace to continue I'm afraid. Please see the link in your message

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

[systemsettings] [Bug 465508] New: KDE System Settings functionality is partially not working.

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465508

Bug ID: 465508
   Summary: KDE System Settings functionality is partially not
working.
Classification: Applications
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: kcm_feedback
  Assignee: aleix...@kde.org
  Reporter: deepakdagar.9...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 156103
  --> https://bugs.kde.org/attachment.cgi?id=156103&action=edit
Visual Bug screenshot.

SUMMARY
***
Unable to use KDE System Settings.
Most settings are non functional.
Most menu are not properly visible.
***


STEPS TO REPRODUCE
1. Start KDE System Settings.
2. Open menu like "About the System", "Audio", "User Feedback"
3. Visual problems can be seen.
4. Also unable to use many settings within KDE System Settings like
"Appearance" menu.




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

ADDITIONAL INFORMATION

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

[plasma-systemmonitor] [Bug 465507] System monitor crash when close or select any option inside the program

2023-02-09 Thread Caio
https://bugs.kde.org/show_bug.cgi?id=465507

--- Comment #2 from Caio  ---
Created attachment 156104
  --> https://bugs.kde.org/attachment.cgi?id=156104&action=edit
plasma-systemmonitor-20230209-112603

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

[plasma-systemmonitor] [Bug 465507] System monitor crash when close or select any option inside the program

2023-02-09 Thread Caio
https://bugs.kde.org/show_bug.cgi?id=465507

--- Comment #3 from Caio  ---
(In reply to David Edmundson from comment #1)
> We need a backtrace to continue I'm afraid. Please see the link in your
> message

Hi. I attach a file that I believe can help.

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Ivica
https://bugs.kde.org/show_bug.cgi?id=465465

--- Comment #5 from Ivica  ---
I created a github mirror of valgrind, and created a patch as a Pull Request,
so it can be reviewed more easily. I sent you an invitation on GitHub for the
repository, so we can perform the review there.

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

[kate] [Bug 465509] New: Wish status bar color change with vi input mode

2023-02-09 Thread red_Arti
https://bugs.kde.org/show_bug.cgi?id=465509

Bug ID: 465509
   Summary: Wish status bar color change with vi input mode
Classification: Applications
   Product: kate
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Vi Input Mode
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: jijili...@yandex.com
  Target Milestone: ---

SUMMARY
Different status bar color indicating normal/visual/input mode. Like vim or
vscode.

(Kate Vi mode great. Wish even better ~)

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

[frameworks-kwallet] [Bug 465498] Rename KWallet KCM and other "wallet" UI texts to something better

2023-02-09 Thread beedell.rokejulianlockhart
https://bugs.kde.org/show_bug.cgi?id=465498

beedell.rokejulianlockhart  changed:

   What|Removed |Added

 CC||rokejulianlockhart@outlook.
   ||com

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

[systemsettings] [Bug 465508] KDE System Settings functionality is partially not working.

2023-02-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465508

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
Are you using Gnome?

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

[kalendar] [Bug 465486] Create button of "All Tasks" page does not work

2023-02-09 Thread Claudio Cambra
https://bugs.kde.org/show_bug.cgi?id=465486

Claudio Cambra  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Claudio Cambra  ---
This was fixed with https://invent.kde.org/pim/kalendar/-/merge_requests/300
thanks for reporting!

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=465465

Mark Wielaard  changed:

   What|Removed |Added

 CC||m...@klomp.org

--- Comment #6 from Mark Wielaard  ---
(In reply to Ivica from comment #5)
> I created a github mirror of valgrind, and created a patch as a Pull
> Request, so it can be reviewed more easily. I sent you an invitation on
> GitHub for the repository, so we can perform the review there.

Please do make sure that all patches and reviews/comments are also added to
this bug or at least posted to the valgrind-developers mailinglist.

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

[plasma-systemmonitor] [Bug 465507] System monitor crash when close or select any option inside the program

2023-02-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=465507

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Resolution|BACKTRACE   |---

--- Comment #4 from David Edmundson  ---
thanks

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

[plasma-systemmonitor] [Bug 465507] System monitor crash when close or select any option inside the program

2023-02-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=465507

--- Comment #5 from David Edmundson  ---
[KCrash Handler]
#4  0x in ?? ()
#5  0x7f4c4df8230b in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f4c4df8237d in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f4c4e10df57 in QAccessibleQuickItem::role() const () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#8  0x7f4c4f8cc8ca in AtSpiAdaptor::pathForInterface
(this=this@entry=0x5616f0c804b0, interface=0x5616f173c0d0) at
./src/platformsupport/linuxaccessibility/atspiadaptor.cpp:1586
#9  0x7f4c4f8cf648 in AtSpiAdaptor::notifyStateChange
(this=this@entry=0x5616f0c804b0, interface=, state=..., value=1)
at ./src/platformsupport/linuxaccessibility/atspiadaptor.cpp:878
#10 0x7f4c4f8d0e72 in AtSpiAdaptor::notify (this=0x5616f0c804b0,
event=) at
./src/platformsupport/linuxaccessibility/atspiadaptor.cpp:903
#11 0x7f4c4df9094b in QQuickItemPrivate::setEffectiveVisibleRecur(bool) ()
from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#12 0x7f4c4df98216 in QQuickItem::setParentItem(QQuickItem*) () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#13 0x7f4c4df98761 in QQuickItem::~QQuickItem() () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#14 0x7f4c383b0889 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so
#15 0x7f4c4d497dcf in
QQmlTableInstanceModel::destroyModelItem(QQmlDelegateModelItem*,
QQmlTableInstanceModel::DestructionMode) () from
/lib/x86_64-linux-gnu/libQt5QmlModels.so.5
#16 0x7f4c4d4bf7b9 in ?? () from /lib/x86_64-linux-gnu/libQt5QmlModels.so.5

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

[kate] [Bug 465064] Multiple windows always have the same files open

2023-02-09 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=465064

--- Comment #3 from Waqar Ahmed  ---
> But when I open a new window, it still starts out with all the files open on 
> my previous window. So if I'm editing 8 files (8 tabs) and decide I'd like a 
> clean window for editing files, elsewhere, I open a new window and, argh, I 
> have 8 files open plus an untitled tab.

I can't reproduce that (with version 22.12.1). When I open a new window, its
clean i.e. no existing tabs. Can you check again?

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

[systemsettings] [Bug 465510] New: Crash when discarding changes in Quick Settings

2023-02-09 Thread Thomas Wuillemin
https://bugs.kde.org/show_bug.cgi?id=465510

Bug ID: 465510
   Summary: Crash when discarding changes in Quick Settings
Classification: Applications
   Product: systemsettings
   Version: 5.26.90
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: thomas.wuille...@protonmail.com
  Target Milestone: ---

Application: systemsettings (5.26.90)

Qt Version: 5.15.8
Frameworks Version: 5.102.0
Operating System: Linux 6.1.0-3-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux bookworm/sid
DrKonqi: 5.26.90 [KCrashBackend]

-- Information about the crash:
To reproduce:

- Open System Settings, it should open on the Home/Quick Settings
 - Change an item, for example the animation speed
- Click on one of the most used page (Touchpad in my case, but all inks seem to
work) on the bottom of the page
- A dialog ask to apply or discard the changes
- Click Discard
- The selected page (Touchpad) is diplayed
- Another similar dialog which ask to apply or discard the changes is displayed
immediately, no changes made
- Click Discard
- Application crash

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings), signal: Segmentation fault

[KCrash Handler]
#4  0x7f68232effea in KCModuleProxy::realModule() const () from
/lib/x86_64-linux-gnu/libKF5KCMUtils.so.5
#5  0x7f68232f012f in KCModuleProxy::load() () from
/lib/x86_64-linux-gnu/libKF5KCMUtils.so.5
#6  0x7f6823b8d837 in ModuleView::resolveChanges(KCModuleProxy*) () from
/lib/x86_64-linux-gnu/libsystemsettingsview.so.3
#7  0x7f67fc2c3630 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/systemsettingsview/systemsettings_sidebar_mode.so
#8  0x7f67fc2c41bb in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/systemsettingsview/systemsettings_sidebar_mode.so
#9  0x563a0d21fa41 in ?? ()
#10 0x7f68220e8f4f in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7f682350df07 in KDBusService::activateRequested(QStringList const&,
QString const&) () from /lib/x86_64-linux-gnu/libKF5DBusAddons.so.5
#12 0x7f682351090e in KDBusService::CommandLine(QStringList const&, QString
const&, QMap const&) () from
/lib/x86_64-linux-gnu/libKF5DBusAddons.so.5
#13 0x7f6823519a5c in ?? () from
/lib/x86_64-linux-gnu/libKF5DBusAddons.so.5
#14 0x7f68216c561b in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#15 0x7f68216c9080 in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#16 0x7f68216c9a82 in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#17 0x7f68216cbd68 in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#18 0x7f68220dd6f0 in QObject::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7f6822d62fae in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7f68220b16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x7f68220b4681 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7f682210a153 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7f68208657a9 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x7f6820865a38 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x7f6820865acc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x7f6822109836 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x7f68220b017b in
QEventLoop::exec(QFlags) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x7f68220b82d6 in QCoreApplication::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x563a0d21ddee in ?? ()
#30 0x7f6821c4618a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#31 0x7f6821c46245 in __libc_start_main () from
/lib/x86_64-linux-gnu/libc.so.6
#32 0x563a0d21e6e1 in ?? ()
[Inferior 1 (process 3007) detached]

The reporter indicates this bug may be a duplicate of or related to bug 454705.

Reported using DrKonqi

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

[kstars] [Bug 465511] New: Color schemes issue - the color of the sky background is not applied

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465511

Bug ID: 465511
   Summary: Color schemes issue - the color of the sky background
is not applied
Classification: Applications
   Product: kstars
   Version: 3.6.3
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: mandra...@yahoo.com
  Target Milestone: ---

Created attachment 156105
  --> https://bugs.kde.org/attachment.cgi?id=156105&action=edit
Screenshot

SUMMARY
***
STEPS TO REPRODUCE
1.  Set color scheme to "Star chart"

OBSERVED RESULT

The sky background stays black, although the color scheme specifies white.
Only a small portion of the screen gets colored to white, see screenshot.

EXPECTED RESULT

Previous versions of KStars showed the sky background white when the "Star
chart" color scheme was applied.

SOFTWARE/OS VERSIONS

Ubuntu 22.04.1 LTS
GNOME 42.5
Wayland
plasmashell 5.24.7
Qt: 5.15.3
KDE Frameworks: 5.92.0


ADDITIONAL INFORMATION

The bug appears on raspberry pi as well ( astroberry image ):

Raspbian 10 (buster)
KStars 3.6.0

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

[plasmashell] [Bug 459335] Klipper's history is not updated in the Wayland session

2023-02-09 Thread Tommi Tervo
https://bugs.kde.org/show_bug.cgi?id=459335

Tommi Tervo  changed:

   What|Removed |Added

 CC||tommi.te...@gmail.com

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

[kate] [Bug 465064] Multiple windows always have the same files open

2023-02-09 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=465064

--- Comment #4 from Waqar Ahmed  ---
Trying again, it is reproducible if you are running a named session.

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Ivica
https://bugs.kde.org/show_bug.cgi?id=465465

--- Comment #7 from Ivica  ---
Will do!

On Thu, Feb 9, 2023 at 3:59 PM Mark Wielaard  wrote:
>
> https://bugs.kde.org/show_bug.cgi?id=465465
>
> Mark Wielaard  changed:
>
>What|Removed |Added
> 
>  CC||m...@klomp.org
>
> --- Comment #6 from Mark Wielaard  ---
> (In reply to Ivica from comment #5)
> > I created a github mirror of valgrind, and created a patch as a Pull
> > Request, so it can be reviewed more easily. I sent you an invitation on
> > GitHub for the repository, so we can perform the review there.
>
> Please do make sure that all patches and reviews/comments are also added to
> this bug or at least posted to the valgrind-developers mailinglist.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[systemsettings] [Bug 433059] "Active/Inactive Titlebar" colors are visible and editable but confusingly unused when Header colors are present

2023-02-09 Thread Ryan Y
https://bugs.kde.org/show_bug.cgi?id=433059

Ryan Y  changed:

   What|Removed |Added

 CC||ryuichi.ya...@gmail.com

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

[kalendar] [Bug 465080] Kalendar crashes when dragging and dropping an event on the same day

2023-02-09 Thread Claudio Cambra
https://bugs.kde.org/show_bug.cgi?id=465080

Claudio Cambra  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kalendar/commit/dcad77b9373
   ||c93c13bef2ca07e95064117d7bd
   ||37
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Claudio Cambra  ---
Git commit dcad77b9373c93c13bef2ca07e95064117d7bd37 by Claudio Cambra, on
behalf of Carl Schwan.
Committed on 09/02/2023 at 15:15.
Pushed by clau-cambra into branch 'master'.

Fix bug when droping event with the same time

Signed-off-by: Carl Schwan 

M  +8-1src/contents/ui/KalendarUtils/dateutils.js
M  +5-1src/contents/ui/MainViews/BasicInternalHourlyView.qml
M  +3-0src/contents/ui/MainViews/BasicMonthListView.qml
M  +3-0src/contents/ui/MainViews/DayGridView.qml

https://invent.kde.org/pim/kalendar/commit/dcad77b9373c93c13bef2ca07e95064117d7bd37

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

[valgrind] [Bug 465465] Eviction Emulation in Cachegrind for Detecting Cache Conflicts

2023-02-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465465

--- Comment #8 from Paul Floyd  ---
(In reply to Mark Wielaard from comment #6)

> Please do make sure that all patches and reviews/comments are also added to
> this bug or at least posted to the valgrind-developers mailinglist.

Specifically, a few devs to use GH (myself, Nick and Bart). But from what I see
nobody else uses it.

Nicolas Nethercode has done the most work on cachegrind (or at least, pushed
the most changes to git, not necessarily the same thing)

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

[digikam] [Bug 465490] Add an additional viewport to Main Window Icon-View to show rated items

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465490

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

   What|Removed |Added

  Component|Usability-Ergonomy  |Albums-MainView
Summary|Feature request |Add an additional viewport
   ||to Main Window Icon-View to
   ||show rated items

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

[kalendar] [Bug 455210] Sorting tasks for High priority first should show No priority tasks last

2023-02-09 Thread Simeet Nayan
https://bugs.kde.org/show_bug.cgi?id=455210

Simeet Nayan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kalendar/commit/7a843719cb6
   ||3d2b7e7913793fdf08a3ff33825
   ||fb
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Simeet Nayan  ---
Git commit 7a843719cb63d2b7e7913793fdf08a3ff33825fb by Simeet Nayan.
Committed on 09/02/2023 at 16:06.
Pushed by clau-cambra into branch 'master'.

Changed comparator function to handle the special case

M  +3-0src/models/todosortfilterproxymodel.cpp

https://invent.kde.org/pim/kalendar/commit/7a843719cb63d2b7e7913793fdf08a3ff33825fb

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

[kate] [Bug 465064] Multiple windows always have the same files open

2023-02-09 Thread Alex Kodat
https://bugs.kde.org/show_bug.cgi?id=465064

--- Comment #5 from Alex Kodat  ---
OK, I think maybe I was just being stupid. I think I was hitting ⌘N to start a
new window rather than F1. ⌘N opens a new window on most apps that support
windows (like Chrome) but it makes sense that it creates a new file under Kate.
But.. 

Windows are still really a struggle. I can't, for the life of me, see a way of
closing a window once it's been opened. ⌘Q or clicking on the close window
button closes all Kate windows. Even worse, after I do that Kate (or macOS?)
very helpfully opens all the windows I had opened before I exited Kate (with
nothing open in any of them). I can uncheck "Include window configuration" in
session management but that cure is worse than the disease as it causes kate to
forget all my window size and toolbar settings. In fact, that's another
annoyance when I open a new window, it doesn't seem to inherit toolbar settings
from my current window. I would expect toolbar settings to apply to all windows
as they're kind of a personal preference that's not likely to change as one
moves between windows.

Should I open a new ticket (new tickets)?

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

[xdg-desktop-portal-kde] [Bug 464147] Support selecting which region to share

2023-02-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=464147

Aleix Pol  changed:

   What|Removed |Added

Summary|Share screen: Change the|Support selecting which
   |Virtual Output Screen   |region to share
   |Resolution  |

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

[dolphin] [Bug 432671] Ctrl+scroll zooming does not work with slow touchpad scroll speed

2023-02-09 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=432671

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/b168f9a98
   ||bbe00643e15a49075ed80ac6c82
   ||fa74
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Méven Car  ---
Git commit b168f9a98bbe00643e15a49075ed80ac6c82fa74 by Méven Car, on behalf of
Friso Smit.
Committed on 09/02/2023 at 16:28.
Pushed by meven into branch 'master'.

Fix zooming for high resolution scroll wheels

M  +14   -3src/views/dolphinview.cpp
M  +4-0src/views/dolphinview.h

https://invent.kde.org/system/dolphin/commit/b168f9a98bbe00643e15a49075ed80ac6c82fa74

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

[systemsettings] [Bug 465508] KDE System Settings functionality is partially not working.

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465508

--- Comment #2 from deepakdagar.9...@gmail.com ---
(In reply to Nicolas Fella from comment #1)
> Are you using Gnome?

yup

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

[kate] [Bug 465064] Multiple windows always have the same files open

2023-02-09 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=465064

--- Comment #6 from Waqar Ahmed  ---
> rather than F1

That doesn't sound like a default shortcut provided by us. Default shortcut
(linux) is Ctrl+Shift+N.

Also, Ctrl + Q => quits the application, so yes, that will quit all windows.
The window close button (usually three buttons on top left/right corner of the
window), will just close the window not Kate itself.

>  I would expect toolbar settings to apply to all windows as they're kind of a 
> personal preference that's not likely to change as one moves between windows.

That should happen, yeah.

Yes, for every issue you find feel free to open a new tickets. With such
issues, it helps if there is a video recording of the issue.

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

[krita] [Bug 465512] New: Python search layer causes instant crash

2023-02-09 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=465512

Bug ID: 465512
   Summary: Python search layer causes instant crash
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: keyth2363...@gmail.com
  Target Milestone: ---

SUMMARY
Searching for a layer name that is not present on the layer stack causes
instant crash

STEPS TO REPRODUCE
1. open a new document
2. run the following code ( code searches for non existent layer )

CODE
"""
from krita import *
node_name = "cenas"
ad = Krita.instance().activeDocument()
node_i = ad.nodeByName( node_name )
ad.setActiveNode( node_i )
"""

OBSERVED RESULT
Krita instant crash

EXPECTED RESULT
no Krita crash with a return of None

SOFTWARE/OS VERSIONS
Windows: 10
Qt Version: 5.12.12

ADDITIONAL INFORMATION

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

[kalendar] [Bug 465513] New: Command bar shows last filtered items when reopened with empty input text.

2023-02-09 Thread infiniteverma
https://bugs.kde.org/show_bug.cgi?id=465513

Bug ID: 465513
   Summary: Command bar shows last filtered items when reopened
with empty input text.
Classification: Applications
   Product: kalendar
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: claudio.cam...@kde.org
  Reporter: vermainfin...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

Created attachment 156106
  --> https://bugs.kde.org/attachment.cgi?id=156106&action=edit
Typing asdf and reopening command bar.

If we filter commands from the command bar and reopen it later, the last
filtered items remain not the whole list. Pressing any character then renders
the whole list. 

STEPS TO REPRODUCE
1. Open command bar (View -> Open Command Bar) and enter "View". This filters
all commands with "View"
2. Close it
3. Reopen it

OBSERVED RESULT
The textbox is empty ("view" string is gone) but the filtered commands are
shown still. 

EXPECTED RESULT
All commands should be shown OR the input text should load with last entered
string.

It's weirder if we enter something random (say "asdf") and close it. If we
reopen, no commands are listed at first. 

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

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

[kalendar] [Bug 465513] Command bar shows last filtered items when reopened with empty input text.

2023-02-09 Thread infiniteverma
https://bugs.kde.org/show_bug.cgi?id=465513

--- Comment #1 from infiniteverma  ---
I'd like to work on this.

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

[kwin] [Bug 459778] Screen occasionally freezes "EGL_BAD_SURFACE" errors when launching application while using the Klassy window decoration

2023-02-09 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=459778

george fb  changed:

   What|Removed |Added

 CC||georgefb...@gmail.com

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

[plasmashell] [Bug 465454] plasmashell crash google chrome youtube behind web proxy

2023-02-09 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465454

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #6 from Fushan Wen  ---
Do you have a backtrace?

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

[kwin] [Bug 465514] New: Full Graphical Environment Hangs/Freezes, but System Still Working

2023-02-09 Thread Dylan Orr
https://bugs.kde.org/show_bug.cgi?id=465514

Bug ID: 465514
   Summary: Full Graphical Environment Hangs/Freezes, but System
Still Working
Classification: Plasma
   Product: kwin
   Version: 5.26.90
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: cont...@dylanorr.com
  Target Milestone: ---

SUMMARY

The issue itself is a crashing/hanging issue of what appears to be the entirety
of plasma and requires a full system reboot in order to solve. The issue always
occurs within 15-60 seconds after a reboot but does not always occur
(frustratingly). It appears that it is *just* the GUI that is hanging because
SSH still works and audio (that was started prior to the hang), will continue
to play. 

On the topic of SSH, connecting and trying to restart SDDM, plasmashell, etc.
either do nothing, or gives:

***
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it
was found.
This application failed to start because no Qt platform plugin could be
initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen,
vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

Aborted (core dumped)
***
Dump report:
***
[🡕] Process 2711 (kstart) of user 1000 dumped core.

  Stack trace of thread 2711:
  #0  0x7ffae0ea08ec n/a
(libc.so.6 + 0x878ec)
  #1  0x7ffae0e51ea8 raise
(libc.so.6 + 0x38ea8)
  #2  0x7ffae0e3b53d abort
(libc.so.6 + 0x2253d)
  #3  0x7ffae149fede
_ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fede)
  #4  0x7ffae1b3c955
_ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 +
0x13c955)
  #5  0x7ffae1b3cf99
_ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 +
0x13cf99)
  #6  0x7ffae169357b
_ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29357b)
  #7  0x7ffae1b3d049
_ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13d049)
  #8  0x7ffae2375e0e
_ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x175e0e)
  #9  0x5595f7d7a19f n/a
(kstart + 0x419f)
  #10 0x7ffae0e3c790 n/a
(libc.so.6 + 0x23790)
  #11 0x7ffae0e3c84a
__libc_start_main (libc.so.6 + 0x2384a)
  #12 0x5595f7d7cc45 n/a
(kstart + 0x6c45)

  Stack trace of thread 2712:
  #0  0x7ffae0f139df __poll
(libc.so.6 + 0xfa9df)
  #1  0x7ffae056dc2f n/a
(libglib-2.0.so.0 + 0xacc2f)
  #2  0x7ffae05150e2
g_main_context_iteration (libglib-2.0.so.0 + 0x540e2)
  #3  0x7ffae16d8c6c
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5 + 0x2d8c6c)
***

My two guesses are that it either has something to do with SDDM, or starting
programs shortly after login. I believe these things to be related as I have
never had the error occur on two sequential reboots (e.g. Rebooted, GUI hung,
Rebooted) and I have had/am having issues with SDDM & systemd not correctly
shutting down (Although I have not seemed to have had this issue recently).
Starting applications is my second guess because I am usually in the process of
starting up applications during the hang, and (likely placebo) it feels as
though waiting for the "time window" to pass before opening apps results in the
issue happening significantly less, if at all.

I had this issue on 5.26. Upgraded to the 5.27 beta and it's still happening.
Reinstalled Arch entirely, same thing. Found somewhat similar articles/bug
reports, but no dice.

The issue itself is frustratingly intermittent, but luckily it does produce
crash reports:

***
Feb 08 00:00:01 archlinux systemd-coredump[167156]: [🡕] Process 167117
(org_kde_powerde) of user 1000 dumped core.

Stack trace of thread
167117:

[kate] [Bug 465064] Multiple windows always have the same files open

2023-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=465064

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/utilities/kate/-/merge_requests/1101

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

[kde] [Bug 465515] New: QCA-2.3.4/5: Test "PublicKeyInfrastructure" fails after updating OpenSSL to 3.0.8

2023-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465515

Bug ID: 465515
   Summary: QCA-2.3.4/5: Test "PublicKeyInfrastructure" fails
after updating OpenSSL to 3.0.8
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: imagina...@mailbox.org
  Target Milestone: ---

After updating OpenSSL to 3.0.8 (from 3.0.7), test "PublicKeyInfrastructure"
fails when building/testing QCA-2.3.4 and -2.3.5.  The other tests are OK. 
Going back to OpenSSL-3.0.7 fixes the issue.

>From the test-log:
[...]
20/25 Testing: PublicKeyInfrastructure
20/25 Test: PublicKeyInfrastructure
Command:
"/home/user/Downloads/LFS/BLFS/BLFS-11.1/qca-2.3.4/build/bin/pkits"
Directory: /home/user/Downloads/LFS/BLFS/BLFS-11.1/qca-2.3.4/build/bin
"PublicKeyInfrastructure" start time: Feb 09 12:16 CET
Output:
--
* Start testing of Pkits *
Config: Using QtTest library 5.15.2, Qt 5.15.2
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC
11.2.0), unknown unknown
PASS   : Pkits::initTestCase()
PASS   : Pkits::pkits4_1_1()
PASS   : Pkits::pkits4_1_2()
PASS   : Pkits::pkits4_1_3()
PASS   : Pkits::pkits4_1_4()
FAIL!  : Pkits::pkits4_1_5() Compared values are not the same
   Loc:
[/home/user/Downloads/LFS/BLFS/BLFS-11.1/qca-2.3.4/unittest/pkits/pkits.cpp(298)]
PASS   : Pkits::pkits4_1_6()
[...]


System is Linux From Scratch. I hope this is the right place to report this.
Let me know if you need more information.
Thanks.

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

[kwin] [Bug 465516] New: kwin-wayland crash Failed to recreate shadow for PlasmaQuick

2023-02-09 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=465516

Bug ID: 465516
   Summary: kwin-wayland crash Failed to recreate shadow for
PlasmaQuick
Classification: Plasma
   Product: kwin
   Version: 5.26.90
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bednarczyk.pa...@outlook.com
  Target Milestone: ---

Seems to have been random - no dump was generated. coredumpctl shows the below:

Thu 2023-02-09 19:13:48 CET   1745 1000 1000 SIGABRT inaccessible
/usr/bin/kwin_wayland   -

the journal is showing the below:

Feb 09 19:14:06 arch-Bednar plasmashell[54631]: trying to show an empty dialog
Feb 09 19:14:06 arch-Bednar plasmashell[54631]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:61:17:
Unable to assign [undefined] to int
Feb 09 19:14:08 arch-Bednar plasmashell[54631]:
org.kde.kf5.kwindowsystem.kwayland: Failed to recreate shadow for
PlasmaQuick::Dialog(0x562495619b10, name="popupWindow")

Operating System: Arch Linux 
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.10-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 6800 XT

I am not sure if the titular Failed to recreate shadow for PlasmaQuick has
anything to do with this. 

What I did notice though was that when kwin recovered, all windows and
applications were killed and had to be restarted.

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

[kwin] [Bug 465516] kwin-wayland crash Failed to recreate shadow for PlasmaQuick

2023-02-09 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=465516

Pawel  changed:

   What|Removed |Added

   Keywords||wayland
 CC||bednarczyk.pa...@outlook.co
   ||m

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

[kwin] [Bug 465516] kwin-wayland crash Failed to recreate shadow for PlasmaQuick

2023-02-09 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=465516

--- Comment #1 from Pawel  ---
Created attachment 156107
  --> https://bugs.kde.org/attachment.cgi?id=156107&action=edit
gdb dump

apparently I needed root to access the file.

attaching what I got

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

  1   2   >