[kdevelop] [Bug 431811] New: KDevelop crashes when parsing projects that use wxWidgets-3.1.4
https://bugs.kde.org/show_bug.cgi?id=431811 Bug ID: 431811 Summary: KDevelop crashes when parsing projects that use wxWidgets-3.1.4 Product: kdevelop Version: git master Platform: Compiled Sources OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: general Assignee: kdevelop-bugs-n...@kde.org Reporter: kogiokkaf...@gmail.com Target Milestone: --- Created attachment 134991 --> https://bugs.kde.org/attachment.cgi?id=134991&action=edit An wxWidgets example project for reproducing the bug SUMMARY KDevelop crashes when parsing projects using wxWidgets-3.1.4, but has no issue with projects using wxWidgets-3.0.4. I'm not sure if there are any more libraries will cause this issue. STEPS TO REPRODUCE 1. Get wxWidgets-3.1.4. I built the library from source. 2. Create CMake cache of the attachment project with "cmake -Bbuild -DCMAKE_PREFIX_PATH=" 3. Execute "kdevelop --ps" and Create New Session 4. Open Project and choose the attachment project 5. Before the parsing is finished, KDevelop will crash silently OBSERVED RESULT I did some tests and found out that it is caused by "clang_getFieldDeclBitWidth" in "plugins/clang/duchain/builder.cpp": https://invent.kde.org/kdevelop/kdevelop/-/blob/e2595310efbd6ec5f9c3c1ce49b46d80b07aecb7/plugins/clang/duchain/builder.cpp#L1090 If I change decl->setBitWidth(clang_getFieldDeclBitWidth(cursor)); to decl->setBitWidth(-1); , KDevelop will finish the parsing without issue. BACKTRACE #0 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:498 #1 0x7fff5e074c0b in llvm::APInt::APInt(llvm::APInt const&) (that=..., this=0x7fff5cab2600) at /usr/include/llvm/ADT/APInt.h:325 #2 llvm::APSInt::APSInt(llvm::APSInt const&) (this=0x7fff5cab2600) at /usr/include/llvm/ADT/APSInt.h:21 #3 clang::Expr::EvaluateKnownConstInt(clang::ASTContext const&, llvm::SmallVectorImpl >*) const (this=0x7fff1b680f10, Ctx=..., Diag=Diag@entry=0x0) at ../lib/AST/ExprConstant.cpp:13991 #4 0x7fff5dfe4736 in clang::FieldDecl::getBitWidthValue(clang::ASTContext const&) const (this=, Ctx=...) at ../include/clang/AST/Decl.h:2864 #5 0x7fff69892a3a in (anonymous namespace)::Visitor::setDeclData<(CXCursorKind)6>(CXCursor, KDevelop::ClassMemberDeclaration*) (cursor=..., decl=decl@entry=0x7fff52a70720, this=0x7fff5cab53f0) at /home/luis/kde/src/kdevelop/plugins/clang/duchain/cursorkindtraits.h:199 #6 0x7fff6989fc66 in (anonymous namespace)::Visitor::createDeclarationCommon<(CXCursorKind)6, KDevelop::ClassMemberDeclaration>(CXCursor, KDevelop::Identifier const&) (this=this@entry=0x7fff5cab53f0, cursor=..., id=...) at /usr/include/c++/10/bits/atomic_base.h:333 #7 0x7fff698b7209 in (anonymous namespace)::Visitor::createDeclaration<(CXCursorKind)6, KDevelop::ClassMemberDeclaration> (context=0x0, id=..., cursor=..., this=0x7fff5cab53f0) at /home/luis/kde/src/kdevelop/plugins/clang/duchain/builder.cpp:466 #8 (anonymous namespace)::Visitor::buildDeclaration<(CXCursorKind)6, KDevelop::ClassMemberDeclaration, false> (cursor=..., this=0x7fff5cab53f0) at /home/luis/kde/src/kdevelop/plugins/clang/duchain/builder.cpp:1224 #9 (anonymous namespace)::Visitor::dispatchCursor<(CXCursorKind)6> (parent=..., cursor=..., this=0x7fff5cab53f0) at /home/luis/kde/src/kdevelop/plugins/clang/duchain/builder.cpp:991 #10 (anonymous namespace)::visitCursor(CXCursor, CXCursor, CXClientData) (cursor=..., parent=..., data=0x7fff5cab53f0) at /home/luis/kde/src/kdevelop/plugins/clang/duchain/builder.cpp:1561 #11 0x7fff5df43a86 in clang::cxcursor::CursorVisitor::Visit(CXCursor, bool) (this=this@entry=0x7fff5cab2d10, Cursor=..., CheckedRegionOfInterest=CheckedRegionOfInterest@entry=true) at ../tools/libclang/CIndex.cpp:214 #12 0x7fff5dfd in clang::cxcursor::CursorVisitor::handleDeclForVisitation(clang::Decl const*) (this=this@entry=0x7fff5cab2d10, D=0x7fff1b680f60) at ../tools/libclang/CIndex.cpp:676 #13 0x7fff5df44648 in clang::cxcursor::CursorVisitor::VisitDeclContext(clang::DeclContext*) (this=0x7fff5cab2d10, DC=0x7fff1b680c98) at ../tools/libclang/CIndex.cpp:637 #14 0x7fff5df435a7 in clang::cxcursor::CursorVisitor::VisitChildren(CXCursor) (this=0x7fff5cab2d10, Cursor=...) at ../tools/libclang/CIndex.cpp:507 #15 0x7fff5df4b22d in clang_visitChildren(CXCursor, CXCursorVisitor, CXClientData) (parent=..., visitor=, client_data=) at ../tools/libclang/CIndex.cpp:4441 #16 0x7fff698a24b3 in (anonymous namespace)::Visitor::buildDeclaration<(CXCursorKind)2, KDevelop::ClassDeclaration, true>(CXCursor) (this=0x7fff5cab53f0, cursor=...) at /usr/include/c++/10/bits/move.h:101 #17 0x7fff698b8c88 in (anonymous namespace)::Visitor::dispatchCursor<(CXCursorKind)2> (parent=..., cursor=..., this=0x7fff5cab53f0) at /home/luis/kde/src/kdevelop/kdevplatform/language/duchain/types/typepointer.
[krita] [Bug 429940] Wacom Intuos Pen Pressure Support on ChromeOS with Krita Android App
https://bugs.kde.org/show_bug.cgi?id=429940 --- Comment #12 from Sharaf --- Hello, I think I have fixed the problem, could you please test this APK: https://drive.google.com/file/d/1vuZvqG8UdgTOl_3ds5kNfDzCD7yEK05-/view?usp=sharing It is signed with my key, so it may require you to uninstall the existing one. I've also added some debug statements in case this doesn't work. Hopefully we won't need them :) PS: This is built from master with some symbols being built without optimizations, so it being slow is normal and expected. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 431707] setting new latency option to balance or other options even more in favor of latency causes frame drops in gaming on Wayland
https://bugs.kde.org/show_bug.cgi?id=431707 --- Comment #7 from Vlad Zahorodnii --- Created attachment 134990 --> https://bugs.kde.org/attachment.cgi?id=134990&action=edit smoothest animations + super-sampling Choosing the extremely high latency doesn't improve the frame rate (on my machine). Similar to the extremely low latency policy, the frame rate is usually between 80-90fps. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 431707] setting new latency option to balance or other options even more in favor of latency causes frame drops in gaming on Wayland
https://bugs.kde.org/show_bug.cgi?id=431707 --- Comment #6 from Vlad Zahorodnii --- Created attachment 134989 --> https://bugs.kde.org/attachment.cgi?id=134989&action=edit lowest latency + super-sampling The GPU load increases dramatically, as expected, and the frame rate is usually somewhere between 80-90fps. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 431707] setting new latency option to balance or other options even more in favor of latency causes frame drops in gaming on Wayland
https://bugs.kde.org/show_bug.cgi?id=431707 --- Comment #5 from Vlad Zahorodnii --- Created attachment 134988 --> https://bugs.kde.org/attachment.cgi?id=134988&action=edit lowest latency + no super-sampling Even with the lowest latency policy, the frame rate is at 144Hz, in some parts it drops to lower values, but usually it stays around 144Hz. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 431707] setting new latency option to balance or other options even more in favor of latency causes frame drops in gaming on Wayland
https://bugs.kde.org/show_bug.cgi?id=431707 --- Comment #4 from Vlad Zahorodnii --- With super-sampling, I see no difference in the frame rate when the latency policy is set to the lowest and the highest value. I've also traced kwin to check if some frames are not rendered on time, but it seems like that's not the case, at least on my machine, I also have Radeon RX 5700 XT. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431611] Transform tool sticks to stylus when attempting to resize
https://bugs.kde.org/show_bug.cgi?id=431611 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #5 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/655 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 429940] Wacom Intuos Pen Pressure Support on ChromeOS with Krita Android App
https://bugs.kde.org/show_bug.cgi?id=429940 --- Comment #11 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/655 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 423299] Android: Hover cursor eventually stops following where the pen is pointing.
https://bugs.kde.org/show_bug.cgi?id=423299 Bug Janitor Service changed: What|Removed |Added Status|REPORTED|ASSIGNED Ever confirmed|0 |1 --- Comment #1 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/655 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 421043] Faces Detection crashes digiKam
https://bugs.kde.org/show_bug.cgi?id=421043 --- Comment #27 from Cliff Albert --- (In reply to Cliff Albert from comment #26) > (In reply to Maik Qualmann from comment #25) > > A new version of the AppImage that contains the latest patches is available. > > Can you please test whether the problem still exists? > > > > Maik > > Looks good, normally it crashes within 20 minutes. But now it has been > running for almost 6 hours. (300K+ images) I'll keep you posted. It completed the run with no incident. I'll keep testing it, but at the moment everything looks fine and I had no more crashes. -- You are receiving this mail because: You are watching all bug changes.
[Skanlite] [Bug 431782] Incorrect resolution detected for HP Scanjet 3400C
https://bugs.kde.org/show_bug.cgi?id=431782 --- Comment #5 from Ilario Gottardello --- Ok, so should I report a bug against the backend? May it be sensible to test the scanner on windows to see what dimensions it reports? -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431808] Program icon not visible
https://bugs.kde.org/show_bug.cgi?id=431808 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In||7.2.0 Status|REPORTED|RESOLVED CC||metzping...@gmail.com --- Comment #2 from Maik Qualmann --- Fixed with Bug 426331. Maik -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 269424] Rebuild all thumbnails misses people (faces) thumbnails
https://bugs.kde.org/show_bug.cgi?id=269424 Maik Qualmann changed: What|Removed |Added Version Fixed In||7.2.0 Resolution|--- |FIXED CC||metzping...@gmail.com Status|REPORTED|RESOLVED --- Comment #11 from Maik Qualmann --- This problem cannot be reproduced in digiKam-7.2.0-RC. Face thumbnails are only recreated once and are then available again in the database. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 374180] Icon-view: people tags and virtual tags are show mixed together
https://bugs.kde.org/show_bug.cgi?id=374180 Maik Qualmann changed: What|Removed |Added CC||iwannaber...@gmail.com --- Comment #13 from Maik Qualmann --- *** Bug 392020 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 392020] No possible way of knowing which pictures within a regular tag have been face-tagged
https://bugs.kde.org/show_bug.cgi?id=392020 Maik Qualmann changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED|RESOLVED --- Comment #6 from Maik Qualmann --- *** This bug has been marked as a duplicate of bug 374180 *** -- You are receiving this mail because: You are watching all bug changes.
[karbon] [Bug 426801] Karbon crashed after tried to "select all" the items
https://bugs.kde.org/show_bug.cgi?id=426801 Anthony Fieroni changed: What|Removed |Added Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi |ce/calligra/commit/9cb5dacc |ce/calligra/commit/106fe049 |c97bd615cc39f09254f46d0fd6f |6bc197d4b60d8b5a46a5e9d6b16 |b0abc |cf6d4 --- Comment #3 from Anthony Fieroni --- Git commit 106fe0496bc197d4b60d8b5a46a5e9d6b16cf6d4 by Anthony Fieroni. Committed on 19/01/2021 at 05:55. Pushed by anthonyfieroni into branch 'calligra/3.2'. Remove duplicated actions provided by parent view Signed-off-by: Anthony Fieroni M +6-67 karbon/ui/KarbonView.cpp M +0-4karbon/ui/KarbonView.h https://invent.kde.org/office/calligra/commit/106fe0496bc197d4b60d8b5a46a5e9d6b16cf6d4 -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431626] The Knetattach dialog is no longer launched from the Dolphin (a required item is missing)
https://bugs.kde.org/show_bug.cgi?id=431626 --- Comment #15 from hatem --- (In reply to Nate Graham from comment #13) > Re-opening, we can't wait for 21.04 and will backport the feature to 20.12.2 good decision 👍 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431808] Program icon not visible
https://bugs.kde.org/show_bug.cgi?id=431808 caulier.gil...@gmail.com changed: What|Removed |Added Component|Portability |Bundle-Windows -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431665] Wave Filter Crashes Krita on Wavelength 0
https://bugs.kde.org/show_bug.cgi?id=431665 Emmet O'Neill changed: What|Removed |Added Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/ff5927f02 |hics/krita/commit/3fd8365aa |02e33b8bb0ae8555e6cc8c6afbf |1279d9c8d919e8a53fc9b6db70a |96bd|f97b --- Comment #4 from Emmet O'Neill --- Git commit 3fd8365aa1279d9c8d919e8a53fc9b6db70af97b by Emmet O'Neill. Committed on 19/01/2021 at 05:04. Pushed by emmetoneill into branch 'krita/4.4.2'. Fixed divide by zero crash in wavefilter. (cherry picked from commit 715bde764fe629ddc8041422c80e0f996d14fed4) M +19 -8plugins/filters/wavefilter/wavefilter.cpp https://invent.kde.org/graphics/krita/commit/3fd8365aa1279d9c8d919e8a53fc9b6db70af97b -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431808] Program icon not visible
https://bugs.kde.org/show_bug.cgi?id=431808 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com Platform|unspecified |Microsoft Windows --- Comment #1 from caulier.gil...@gmail.com --- This problem is fixed in next 7.2.0 You can test with release candidate available here: https://files.kde.org/digikam/ Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431665] Wave Filter Crashes Krita on Wavelength 0
https://bugs.kde.org/show_bug.cgi?id=431665 Emmet O'Neill changed: What|Removed |Added Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/715bde764 |hics/krita/commit/ff5927f02 |fe629ddc8041422c80e0f996d14 |02e33b8bb0ae8555e6cc8c6afbf |fed4|96bd --- Comment #3 from Emmet O'Neill --- Git commit ff5927f0202e33b8bb0ae8555e6cc8c6afbf96bd by Emmet O'Neill. Committed on 19/01/2021 at 05:03. Pushed by emmetoneill into branch 'krita/4.3'. Fixed divide by zero crash in wavefilter. (cherry picked from commit 715bde764fe629ddc8041422c80e0f996d14fed4) M +19 -8plugins/filters/wavefilter/wavefilter.cpp https://invent.kde.org/graphics/krita/commit/ff5927f0202e33b8bb0ae8555e6cc8c6afbf96bd -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 431669] Window flash when maximize and unmaximize in wayland
https://bugs.kde.org/show_bug.cgi?id=431669 --- Comment #3 from Mojahed Yavazi --- Created attachment 134987 --> https://bugs.kde.org/attachment.cgi?id=134987&action=edit maximize flash other apps Window flash and show background for a second when maximize. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431665] Wave Filter Crashes Krita on Wavelength 0
https://bugs.kde.org/show_bug.cgi?id=431665 Emmet O'Neill changed: What|Removed |Added Latest Commit||https://invent.kde.org/grap ||hics/krita/commit/715bde764 ||fe629ddc8041422c80e0f996d14 ||fed4 Status|ASSIGNED|RESOLVED Resolution|--- |FIXED --- Comment #2 from Emmet O'Neill --- Git commit 715bde764fe629ddc8041422c80e0f996d14fed4 by Emmet O'Neill. Committed on 19/01/2021 at 04:42. Pushed by emmetoneill into branch 'master'. Fixed divide by zero crash in wavefilter. M +19 -8plugins/filters/wavefilter/wavefilter.cpp https://invent.kde.org/graphics/krita/commit/715bde764fe629ddc8041422c80e0f996d14fed4 -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 372200] Layout gets mangled after clicking on link in preview pane
https://bugs.kde.org/show_bug.cgi?id=372200 Bug Janitor Service changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO |RESOLVED --- Comment #3 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[krunner] [Bug 431810] New: [FeatureRequest] search emoji from krunner
https://bugs.kde.org/show_bug.cgi?id=431810 Bug ID: 431810 Summary: [FeatureRequest] search emoji from krunner Product: krunner Version: 5.20.5 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: bookmarks Assignee: alexander.loh...@gmx.de Reporter: saileshpoud...@gmail.com CC: plasma-b...@kde.org Target Milestone: --- Ability to search emoji by name and copy the emoji. -- You are receiving this mail because: You are watching all bug changes.
[kalzium] [Bug 415229] Extra information for Beryllium is pointing to Potassium
https://bugs.kde.org/show_bug.cgi?id=415229 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |WORKSFORME --- Comment #3 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 431142] add scdaemon to neon package
https://bugs.kde.org/show_bug.cgi?id=431142 --- 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.
[kmail2] [Bug 359782] Cannot Read Email
https://bugs.kde.org/show_bug.cgi?id=359782 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.
[kwin] [Bug 411877] Touchscreen input locked to first screen
https://bugs.kde.org/show_bug.cgi?id=411877 --- Comment #6 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431131] System tray crash causes Plasma shell/KWin to freeze
https://bugs.kde.org/show_bug.cgi?id=431131 --- 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.
[apper] [Bug 270456] KPackageKit (and KPackageKit KCM) crash while looking for packages (by categories or search) [parent, KCategorizedView::Private::categoryForIndex, KCategorizedView::visualRect]
https://bugs.kde.org/show_bug.cgi?id=270456 --- Comment #59 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.
[dolphin] [Bug 431809] New: Dolphin places panel size is not constant
https://bugs.kde.org/show_bug.cgi?id=431809 Bug ID: 431809 Summary: Dolphin places panel size is not constant Product: dolphin Version: 20.12.1 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: panels: places Assignee: dolphin-bugs-n...@kde.org Reporter: saileshpoud...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- STEPS TO REPRODUCE 1. Open dolphin 2. Move dolphin using ctrl+meta+arrow keys 3. Watch the side places planel OBSERVED RESULT The places planel size changed when changing using shortcut. EXPECTED RESULT The places planel size should remain constant. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Here, is demo video. https://youtu.be/v3Oh3iNp1Sw -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431808] Program icon not visible
https://bugs.kde.org/show_bug.cgi?id=431808 Chris Peterson changed: What|Removed |Added OS|Other |Microsoft Windows Platform|Other |unspecified -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431808] New: Program icon not visible
https://bugs.kde.org/show_bug.cgi?id=431808 Bug ID: 431808 Summary: Program icon not visible Product: digikam Version: 7.1.0 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: Portability Assignee: digikam-bugs-n...@kde.org Reporter: nonvonneum...@gmail.com Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. Install 2. 3. OBSERVED RESULT Program icon in the taskbar and start menu is replaced with a generic exec icon EXPECTED RESULT Start menu and taskbar should display program logo/icon/design SOFTWARE/OS VERSIONS Windows: 7 64-bit SP1 macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[ksysguard] [Bug 431800] Being able to completely kill a program
https://bugs.kde.org/show_bug.cgi?id=431800 2wxsy5823...@opayq.com changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED|RESOLVED --- Comment #1 from 2wxsy5823...@opayq.com --- You can do that by right-clicking on a process -> Send Signal -> Kill. Please be reminded that you still have several bug reports in NEEDSINFO status - we hope you can provide the requested information as soon as possible. (I observed that you have been filing new bug reports nearly every day, but is not responding to NEEDSINFO requests.) -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431807] after the last kde update 5.20.5 the "add network folder" icon disappeared
https://bugs.kde.org/show_bug.cgi?id=431807 Nate Graham changed: What|Removed |Added Resolution|--- |DUPLICATE CC||n...@kde.org Status|REPORTED|RESOLVED --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 431626 *** -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431626] The Knetattach dialog is no longer launched from the Dolphin (a required item is missing)
https://bugs.kde.org/show_bug.cgi?id=431626 Nate Graham changed: What|Removed |Added CC||hatem.bad...@gmail.com --- Comment #14 from Nate Graham --- *** Bug 431807 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431626] The Knetattach dialog is no longer launched from the Dolphin (a required item is missing)
https://bugs.kde.org/show_bug.cgi?id=431626 Nate Graham changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED |--- --- Comment #13 from Nate Graham --- Re-opening, we can't wait for 21.04 and will backport the feature to 20.12.2 -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431807] New: after the last kde update 5.20.5 the "add network folder" icon disappeared
https://bugs.kde.org/show_bug.cgi?id=431807 Bug ID: 431807 Summary: after the last kde update 5.20.5 the "add network folder" icon disappeared Product: dolphin Version: unspecified Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: hatem.bad...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- SUMMARY after the last kde update 5.20.5 the "add network folder" icon disappeared from the network folder OBSERVED RESULT "add network folder" icon missing from the network folder EXPECTED RESULT "add network folder" icon must be in network folder and must be not deletable SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon 5.20 (available in About System) KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 430127] KStars Crash When Imaging with ASI6200MC-Pro
https://bugs.kde.org/show_bug.cgi?id=430127 --- Comment #8 from mountainai...@outlook.com --- Another full-frame camera has graced my doorstep, so this issue will now affect both my RPis. Hopefully we can find a solution for this mystery. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431611] Transform tool sticks to stylus when attempting to resize
https://bugs.kde.org/show_bug.cgi?id=431611 --- Comment #4 from nario...@gmail.com --- (In reply to Sharaf from comment #3) > Hello! > > I have pushed the fix: > https://invent.kde.org/szaman/krita/-/commit/ > 21f70cc18a38e94fce2170b9e10375296b8824d0 > I will test this properly with different devices and get it in nightly ASAP > :) Awesome! I had a look and it seems the nightly versions are only available for windows and Linux despite having fixes in there that also pertain to the android version. Is there any possibility that nightly versions could also be released on android, like in the future that is. I've been a fan of testing out experimental and in development builds since homebrewing on the PSP and 3DS and I'd love to help any way i can! -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 430365] Guiding RMS Error After Dithering
https://bugs.kde.org/show_bug.cgi?id=430365 --- Comment #10 from mountainai...@outlook.com --- Created attachment 134986 --> https://bugs.kde.org/attachment.cgi?id=134986&action=edit Log The attached log should show a couple instances of this happening. It basically makes the "abort capture when guiding deviation exceeds 2s" feature problematic when using dithering. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431805] Every stroke I make takes on a different path.
https://bugs.kde.org/show_bug.cgi?id=431805 Tiar changed: What|Removed |Added Status|REPORTED|RESOLVED CC||tamtamy.tym...@gmail.com Resolution|--- |NOT A BUG --- Comment #1 from Tiar --- Hi, if you have trouble with your tablet, please visit krita-artists.org for help. The website we're on (bugs.kde.org) is purely development-focused while krita-artists.org is a user-friendly user-oriented forum where you can get more support. -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 430365] Guiding RMS Error After Dithering
https://bugs.kde.org/show_bug.cgi?id=430365 mountainai...@outlook.com changed: What|Removed |Added Ever confirmed|0 |1 Resolution|WORKSFORME |--- Status|RESOLVED|REOPENED --- Comment #9 from mountainai...@outlook.com --- I am re-opening this ticket because I ran into this issue last night and was able to capture some guide logs. In short, my rig was guiding well and dithering every 5 frames. When it dithered, it would trigger one, two, sometimes 3 aborts of the image capture because it thought the RMS was too high (> 2"). However, on the guiding screen, the total RMS was still about 1" and I saw no bad spikes. I believe at some point Jasem mentioned fixing the calculation so we wouldn't see it jump to 5, 10" RMS after a dither... so the guiding screen doesn't show that artificially-high RMS value, but the capture module still aborts like it still sees it. I hope this log captures a couple instances of it. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 397941] [Wayland] Panel settings appear on top of the screen when I click on "Configure panel" button while the apps launcher or the popup of a systray icon is open
https://bugs.kde.org/show_bug.cgi?id=397941 Justin Zobel changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 CC||justin.zo...@gmail.com --- Comment #9 from Justin Zobel --- I'm moving this to confirmed as it's been confirmed by several users over the lifetime of the ticket. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 389803] Improve Places category show/hide behavior: show/hide when clicking on header
https://bugs.kde.org/show_bug.cgi?id=389803 Nate Graham changed: What|Removed |Added CC||piotr.mierzwin...@gmail.com --- Comment #6 from Nate Graham --- *** Bug 431806 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431806] In panel Places cannot fold any section
https://bugs.kde.org/show_bug.cgi?id=431806 Nate Graham changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE CC||n...@kde.org --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 389803 *** -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431806] New: In panel Places cannot fold any section
https://bugs.kde.org/show_bug.cgi?id=431806 Bug ID: 431806 Summary: In panel Places cannot fold any section Product: dolphin Version: 20.12.1 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: panels: places Assignee: dolphin-bugs-n...@kde.org Reporter: piotr.mierzwin...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- SUMMARY In Dophin and in other File Selector dialog (File Open, File Save) cannot fold any section in panel Places. If someone has a lot of entries in each of section then this is the problem. Would be nice to have possibility to fold any section, otherwise needs to scroll down/up to reach given drive or remote location. STEPS TO REPRODUCE 1. Open Dolphin or any File Selector in any KDE/Plasma application 2. In panel Places try to fold any section 3. OBSERVED RESULT One cannot fold any section in panel Places. EXPECTED RESULT Would be nice to have possibility to fold any section in panel Places. SOFTWARE/OS VERSIONS Linux/KDE Plasma: YES (available in About System) KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431805] New: Every stroke I make takes on a different path.
https://bugs.kde.org/show_bug.cgi?id=431805 Bug ID: 431805 Summary: Every stroke I make takes on a different path. Product: krita Version: 4.3.0 Platform: Compiled Sources OS: All Status: REPORTED Severity: normal Priority: NOR Component: Usability Assignee: krita-bugs-n...@kde.org Reporter: leonardwilliams...@gmail.com Target Milestone: --- SUMMARY When I use the brush I could be doing a straight line and it would stray away from the strokes I make. STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT unpredictable strokes EXPECTED RESULT Consistent and predictable strokes SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431769] Certain file/folder link names are cut off on desktop
https://bugs.kde.org/show_bug.cgi?id=431769 Justin Zobel changed: What|Removed |Added Status|REPORTED|CONFIRMED CC||justin.zo...@gmail.com Ever confirmed|0 |1 --- Comment #1 from Justin Zobel --- Confirmed can replicate. I believe the start bracket breaks the long name ... logic. Really odd actually. Just tested "ABCD efg HIJK (LMNOPQ)" works OK. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431797] Face recognition <1% despite extensive training data of up to 300 occasions of faces
https://bugs.kde.org/show_bug.cgi?id=431797 --- Comment #3 from Christian --- Hi Maik, thanks for the advise, I'm currently running your proposed procedure, took a while. It came out with a significantly higher share of positive results, about 20%. So thank you very much, already helps a lot! Indeed I drew my manual rectangles around faces rather generously with the intention to see people's complete heads in the people view. Only later I recognized that the people's view shows faces with some surroundings as standard, so that heads can be seen in most cases and I don't need to make sure by larger rectangles. If this creates problems for the training/recognition, I would really have an issue, as I did manual face detection in surely more than 1000 cases. Do I get it right that waiting for a later release might help or is this a substantial issue, which I only can undo with a complete rescan? (And indeed I later intend to include collections with faces detected by Picasa...) Best, Christian -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 431804] New: Dolphin crashes while i was searching files on an USB disk
https://bugs.kde.org/show_bug.cgi?id=431804 Bug ID: 431804 Summary: Dolphin crashes while i was searching files on an USB disk Product: dolphin Version: 20.08.3 Platform: Fedora RPMs OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: chabot.daniel...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- Application: dolphin (20.08.3) Qt Version: 5.15.2 Frameworks Version: 5.78.0 Operating System: Linux 5.10.7-200.fc33.x86_64 x86_64 Windowing system: X11 Distribution: Fedora 33 (KDE Plasma) -- Information about the crash: - What I was doing when the application crashed: I was brousing a lot of directory on differents media (3.5 hdd) with an USB connection. -- Backtrace: Application: Dolphin (dolphin), signal: Aborted [KCrash Handler] #4 0x7f3645a659d5 in raise () from /lib64/libc.so.6 #5 0x7f3645a4e8a4 in abort () from /lib64/libc.so.6 #6 0x7f3645aa7f27 in __libc_message () from /lib64/libc.so.6 #7 0x7f3645aafc1c in malloc_printerr () from /lib64/libc.so.6 #8 0x7f3645ab004c in munmap_chunk () from /lib64/libc.so.6 #9 0x7f36439be7ac in QHashData::free_helper(void (*)(QHashData::Node*)) () from /lib64/libQt5Core.so.5 #10 0x7f36459744b0 in KFileItemModel::removeItems(KItemRangeList const&, KFileItemModel::RemoveItemsBehavior) () from /lib64/libdolphinprivate.so.5 #11 0x7f364596fa0a in KFileItemModel::setExpanded(int, bool) () from /lib64/libdolphinprivate.so.5 #12 0x7f364598b884 in KItemListController::mouseReleaseEvent(QGraphicsSceneMouseEvent*, QTransform const&) () from /lib64/libdolphinprivate.so.5 #13 0x7f36459904a9 in KItemListController::processEvent(QEvent*, QTransform const&) () from /lib64/libdolphinprivate.so.5 #14 0x7f3645994661 in KItemListView::event(QEvent*) () from /lib64/libdolphinprivate.so.5 #15 0x7f3644679ec3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #16 0x7f3643b20bd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #17 0x7f364499addd in QGraphicsScenePrivate::sendEvent(QGraphicsItem*, QEvent*) () from /lib64/libQt5Widgets.so.5 #18 0x7f364499b191 in QGraphicsScenePrivate::sendMouseEvent(QGraphicsSceneMouseEvent*) () from /lib64/libQt5Widgets.so.5 #19 0x7f36449a09d0 in QGraphicsScene::mouseReleaseEvent(QGraphicsSceneMouseEvent*) () from /lib64/libQt5Widgets.so.5 #20 0x7f36449ad681 in QGraphicsScene::event(QEvent*) () from /lib64/libQt5Widgets.so.5 #21 0x7f3644679ec3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #22 0x7f3643b20bd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #23 0x7f36449ca718 in QGraphicsView::mouseReleaseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5 #24 0x7f36446bab1e in QWidget::event(QEvent*) () from /lib64/libQt5Widgets.so.5 #25 0x7f36447646f2 in QFrame::event(QEvent*) () from /lib64/libQt5Widgets.so.5 #26 0x7f3643b20995 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #27 0x7f3644679eb2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #28 0x7f3644680eeb in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #29 0x7f3643b20bd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #30 0x7f364467fefa in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) () from /lib64/libQt5Widgets.so.5 #31 0x7f36446d3375 in QWidgetWindow::handleMouseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5 #32 0x7f36446d66be in QWidgetWindow::event(QEvent*) () from /lib64/libQt5Widgets.so.5 #33 0x7f3644679ec3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #34 0x7f3643b20bd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #35 0x7f3644020143 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib64/libQt5Gui.so.5 #36 0x7f36440018cc in QWindowSystemInterface::sendWindowSystemEvents(QFlags) () from /lib64/libQt5Gui.so.5 #37 0x7f363166847e in xcbSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5XcbQpa.so.5 #38 0x7f3641acc96f in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 #39 0x7f3641b1e758 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0 #40 0x7f3641ac9d43 in g_main_context_iteration () from /lib64/libglib-2.0.so.0 #41 0x7f3643b6d6f3 in QEventDispatcherGlib::processEvents(QFlags) () from /lib64/libQt5
[kalarm] [Bug 431802] That you can see when the next alarms start in a nice gui box somewhere
https://bugs.kde.org/show_bug.cgi?id=431802 David Jarvie changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #1 from David Jarvie --- You can see the time remaining until each alarm is due by displaying the 'Time To' column in the alarm list. (Right click on the column headers to allow this to be selected.) Hovering the mouse over KAlarm's system tray icon will show how long until each alarm for the current day. If these features don't provide what you want, please explain in more detail what exactly you are looking for. -- You are receiving this mail because: You are watching all bug changes.
[kalarm] [Bug 431801] That alarms get removed automatically after use
https://bugs.kde.org/show_bug.cgi?id=431801 David Jarvie changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |INTENTIONAL --- Comment #1 from David Jarvie --- By design, KAlarm shows active alarms, i.e. alarms which will trigger at some time in the future. If you configure alarms to be stored after they expire, they are still accessible (for a configurable length of time) as archived alarms, and can be viewed in the alarm list if you want to see them. See KAlarm's handbook for details. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 390707] Two-finger touchscreen zoom gesture should respect finger position
https://bugs.kde.org/show_bug.cgi?id=390707 personalizedrefrigera...@gmail.com changed: What|Removed |Added CC||personalizedrefrigerator@gm ||ail.com --- Comment #4 from personalizedrefrigera...@gmail.com --- This might be a duplicate of https://bugs.kde.org/show_bug.cgi?id=421755. This bug has a merge request attached to it. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 420752] Playlist is broken when I open a file with embedded cover via Dolphin
https://bugs.kde.org/show_bug.cgi?id=420752 --- Comment #3 from Matthieu Gallien --- I had thought that we were over those bugs in the ListView component. I will have a look at what I can do. -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 423306] [plugin-projects] Make plugin add "File > Open Folder..." menu entry
https://bugs.kde.org/show_bug.cgi?id=423306 --- Comment #4 from Dominik Haumann --- I think one should simply drag & drop a folder on the projects plugin and then the plugin should auto load this folder as project. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 431803] New: Audio near the end of a long video speeds up
https://bugs.kde.org/show_bug.cgi?id=431803 Bug ID: 431803 Summary: Audio near the end of a long video speeds up Product: kdenlive Version: 20.12.1 Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: major Priority: NOR Component: User Interface Assignee: j...@kdenlive.org Reporter: jaytayg...@gmail.com Target Milestone: --- SUMMARY The audio on long videos speeds up really fast and then stops playing. The video is 2hours 1minute 36seconds long and this problem occurs around 1hour 37minutes 40seconds. If the video is played before that time and into after, the audio is normal until its paused and then played again. All videos added after do not have the audio sped up, unless they are longer than that 1hour 37minutes, then the audio is normal until the ~1hour 37minutes length After rendering the project, the audio playback speed is normal. I have verified that the original video clips do not have any audio problems. Windows 10 version 1909 -- You are receiving this mail because: You are watching all bug changes.
[kalarm] [Bug 431802] New: That you can see when the next alarms start in a nice gui box somewhere
https://bugs.kde.org/show_bug.cgi?id=431802 Bug ID: 431802 Summary: That you can see when the next alarms start in a nice gui box somewhere Product: kalarm Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: djar...@kde.org Reporter: toadfi...@tutanota.com Target Milestone: --- So that you can see in how much hours/miutes/seconds and n which date the next alarms start in a nice box. -- You are receiving this mail because: You are watching all bug changes.
[kalarm] [Bug 431801] New: That alarms get removed automatically after use
https://bugs.kde.org/show_bug.cgi?id=431801 Bug ID: 431801 Summary: That alarms get removed automatically after use Product: kalarm Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: djar...@kde.org Reporter: toadfi...@tutanota.com Target Milestone: --- So that if a alarm has ended and won't happen again,that it gets removed automatically. -- You are receiving this mail because: You are watching all bug changes.
[ksysguard] [Bug 431800] New: Being able to completely kill a program
https://bugs.kde.org/show_bug.cgi?id=431800 Bug ID: 431800 Summary: Being able to completely kill a program Product: ksysguard Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: ksysguard Assignee: ksysguard-b...@kde.org Reporter: toadfi...@tutanota.com CC: plasma-b...@kde.org Target Milestone: --- By clicking on "End",it doesn't kill the programs sometimes. But I want a way to completely kill it with something like xkill. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431797] Face recognition <1% despite extensive training data of up to 300 occasions of faces
https://bugs.kde.org/show_bug.cgi?id=431797 --- Comment #2 from Maik Qualmann --- See also comment: https://bugs.kde.org/show_bug.cgi?id=415782#c22 Maik -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 415782] Face recognition "favors" people with few images: missing faces clustering
https://bugs.kde.org/show_bug.cgi?id=415782 --- Comment #22 from Maik Qualmann --- As already said in your bug 431797 report, use the latest version that is very easy to use under Windows, as we provide current snapshots. The face recognition works very well, I estimate the error rate here at < 5%. It is required that digiKam detected the faces. Existing faces from other programs (Picasa) or faces drawn manually are problematic because the face is usually larger. We will try to improve this as part of the GSoC 2021. With a current digikam, it is important to rebuild the training database. Maik -- You are receiving this mail because: You are watching all bug changes.
[kscreenlocker] [Bug 360421] After waking from standby mouse clicks and keyboard input doesn't reach kscreenlocker or other applications, session kill necessary
https://bugs.kde.org/show_bug.cgi?id=360421 Martin Klapetek changed: What|Removed |Added CC|mklape...@kde.org | -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431799] New: System freezes for a while after login
https://bugs.kde.org/show_bug.cgi?id=431799 Bug ID: 431799 Summary: System freezes for a while after login Product: plasmashell Version: 5.20.5 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: systeminterr...@protonmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 SUMMARY KDE Neon freezes immediately after the shell loads. This problem is present on both the live image which one uses for installation and also on an installed copy of the system. I have three computers and two of them use traditional SSDs while one uses a NVM disk. Only the one with the NVM disk is affected by this issue. Other Linux based operating systems do not have this bug (I've tried Debian, Ubuntu, Linux Mint, and Pop-Os). Every time I see this issue, I see the following two lines in /var/log/syslog: Jan 18 20:59:39 surfneon kernel: [ 82.993927] nvme nvme0: I/O 28 QID 0 timeout, reset controller Jan 18 21:00:40 surfneon kernel: [ 144.468852] nvme nvme0: 4/0/0 default/read/poll queues STEPS TO REPRODUCE 1. Boot KDE Neon on an NVM disk machine (in this case a Microsoft Surface Book2). 2. Wait for a bit. OBSERVED RESULT System freezes. The mouse moves but the system does not respond to clicks, typing, or touch input. However, none of these inputs are lost. They get replayed as soon as the system responds again. EXPECTED RESULT This should not happen. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.20 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.10.7-surface [problem present with all kernels not just this one including the stock kernel shipped with KDE Neon. You can reproduce this bug using official live images too.] OS Type: 64-bit Processors: 4 × Intel® Core™ i5-7300U CPU @ 2.60GHz Memory: 7.7 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431755] Krita continues running in the background after closing session manager
https://bugs.kde.org/show_bug.cgi?id=431755 Halla Rempt changed: What|Removed |Added Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |CONFIRMED --- Comment #3 from Halla Rempt --- Ah, thanks for the clarification! I had completely forgotten about that feature... And yes, I can confirm the issue, Krita keeps running. Thanks for the report :-) -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 425460] ical Calendar resource cannot be created
https://bugs.kde.org/show_bug.cgi?id=425460 fli...@vongellhorn.ch changed: What|Removed |Added CC||fli...@vongellhorn.ch --- Comment #7 from fli...@vongellhorn.ch --- (In reply to Markus from comment #6) > Created attachment 133604 [details] > kdepim-runtime patch > > Missed to add the patch mentioned in comment#4. Would it possible to work with the devs upstream? maybe it's the solution for it :) -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 415782] Face recognition "favors" people with few images: missing faces clustering
https://bugs.kde.org/show_bug.cgi?id=415782 --- Comment #21 from Christian --- (In reply to MarcP from comment #13) > I have also noticed that the precision of face recognition did not improve > if a person had more pictures. Until that moment, I had tried the face > recognition algorithm using a dataset of 85 famous people > (http://vis-www.cs.umass.edu/lfw/), mostly portraits centered on their face, > looking at the camera, with samples from 16 to 300 pictures each. In that > case, tagging about 12 to 40 pictures of each person I achieved around a 80% > of true positives (set at an accuracy of 70%). > > However, testing the algorithm in my personal database, including around > 1500 different people, with some of them having thousands of faces, I had a > very different experience. While the face detection works very well (it even > detects babies!), recognition rates were below 1% of true positives, where > results seem to be completely random. > > Maybe the number of people in the collection could be weighted in towards > the recognition? Or try to predict which people are in a picture based on > similar pictures of the same album or date? Or maybe an advanced option to > consider a larger number of faces for each person? Hey, have the very same experience: recognition rate below 1% with random results, proposed persons pre-dominantly those ones I have only one picture for in the training data - and never the ones with >100 different pictures. Has there been a solution meanwhile or a parameter somewhere, where I could at least restrict automated recognition for persons with >10 pictures? -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 431798] New: Disable while typing option has no effect
https://bugs.kde.org/show_bug.cgi?id=431798 Bug ID: 431798 Summary: Disable while typing option has no effect Product: systemsettings Version: 5.20.5 Platform: Other OS: Linux Status: REPORTED Severity: major Priority: NOR Component: kcm_touchpad Assignee: plasma-b...@kde.org Reporter: systeminterr...@protonmail.com Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. In touchpad settings, tick mark on "Disable while typing" 2. Click apply OBSERVED RESULT Touchpad is not disabled when you type EXPECTED RESULT Touchpad should be disabled while typing is in progress and enable itself once the user stops typing. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.20 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.10.7-surface [problem present with all kernels not just this one] OS Type: 64-bit Processors: 4 × Intel® Core™ i5-7300U CPU @ 2.60GHz Memory: 7.7 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620 -- You are receiving this mail because: You are watching all bug changes.
[krusader] [Bug 427110] License is unclear
https://bugs.kde.org/show_bug.cgi?id=427110 Toni Asensi Esteve changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED Latest Commit||https://invent.kde.org/webs ||ites/krusader-org/commit/ea ||22e6c360164aca79d0ac22a598a ||a02ffee36a1 --- Comment #3 from Toni Asensi Esteve --- Git commit ea22e6c360164aca79d0ac22a598aa02ffee36a1 by Toni Asensi Esteve. Committed on 16/01/2021 at 19:11. Pushed by carlschwan into branch 'master'. Clarify the license of Krusader Note: The "piece of" text was removed in order to avoid having two resulting lines. FIXED: [ 427110 ] License is unclear Revision: https://invent.kde.org/websites/krusader-org/-/merge_requests/6 M +1-1index.html https://invent.kde.org/websites/krusader-org/commit/ea22e6c360164aca79d0ac22a598aa02ffee36a1 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431797] Face recognition <1% despite extensive training data of up to 300 occasions of faces
https://bugs.kde.org/show_bug.cgi?id=431797 Maik Qualmann changed: What|Removed |Added Platform|Other |Microsoft Windows OS|Other |Microsoft Windows -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431797] Face recognition <1% despite extensive training data of up to 300 occasions of faces
https://bugs.kde.org/show_bug.cgi?id=431797 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #1 from Maik Qualmann --- Use digiKam-7.2.0-RC from here: https://files.kde.org/digikam/ Rebuild training database, the option is now in the maintenance tool. Maik -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 431036] The syntax highlighting for BASH files didn't handle backticks properly
https://bugs.kde.org/show_bug.cgi?id=431036 Jonathan Poelen changed: What|Removed |Added Latest Commit||https://invent.kde.org/fram ||eworks/syntax-highlighting/ ||commit/f6607c869cf0f5113d65 ||7f713fc35fd66a13b8f1 Status|REPORTED|RESOLVED CC||jonathan.poe...@gmail.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 431797] New: Face recognition <1% despite extensive training data of up to 300 occasions of faces
https://bugs.kde.org/show_bug.cgi?id=431797 Bug ID: 431797 Summary: Face recognition <1% despite extensive training data of up to 300 occasions of faces Product: digikam Version: 7.0.0 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: Faces-Recognition Assignee: digikam-bugs-n...@kde.org Reporter: chrisp...@gmx.net Target Milestone: --- SUMMARY Face recognition delivers lousy results, i.e. correct proposals <1%. Furthermore, the proposals are predominantly persons, which I have only one confirmed picture for in the training set, while people with >100 manually confirmed pictures are never recognized. I don't understand, why this can happen at all, as documentation says: "Note: To be able to recognize a new face automatically, a minimum of 4 similar faces tagged in different images need to be previously trained using manual face management workflow." I find this a very senseful restriction, but unfortunately it doesn't seem to apply to my version of digiKam. I already tried "Clear and rebuild all training data" with no improvement. What can I do? STEPS TO REPRODUCE 1. People view 2. Face detection 3. Face recognition (Face accuracy 70, training done with manual face recognition for approx 100 different persons in approx. 1000 pictures) 4. Scan collection for faces OBSERVED RESULT Literally none of the proposals is correct. Proposed people are pre-dominantly "exotic" ones, which occured on only one picture in the training data EXPECTED RESULT At least correct proposals for people, which I had >100 occasions for in the training data SOFTWARE/OS VERSIONS Windows: Windows 10 ADDITIONAL INFORMATION I apologize, if this is not a real bug. Is there a forum for digiKam users? -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 415782] Face recognition "favors" people with few images: missing faces clustering
https://bugs.kde.org/show_bug.cgi?id=415782 Christian changed: What|Removed |Added CC||chrisp...@gmx.net -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431755] Krita continues running in the background after closing session manager
https://bugs.kde.org/show_bug.cgi?id=431755 --- Comment #2 from tomtomtomreportin...@gmail.com --- You can enable the session manager by going to Settings -> Configure Krita -> General -> Miscellaneous tab -> When Krita starts: Show session manager. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 431793] System Settings -> Global Theme crashed when trying to install a new theme (ChromeOS black)
https://bugs.kde.org/show_bug.cgi?id=431793 Nicolas Fella changed: What|Removed |Added CC||ad...@leinir.dk, ||alexander.loh...@gmx.de -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 431793] System Settings -> Global Theme crashed when trying to install a new theme (ChromeOS black)
https://bugs.kde.org/show_bug.cgi?id=431793 Nicolas Fella changed: What|Removed |Added Component|general |kcm_lookandfeel CC||nicolas.fe...@gmx.de -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 431771] "Details" tab is missing from Properties dialog of files on desktop
https://bugs.kde.org/show_bug.cgi?id=431771 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #1 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/libraries/baloo-widgets/-/merge_requests/4 -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 431796] New: kdevelop segmentation fault loading a project
https://bugs.kde.org/show_bug.cgi?id=431796 Bug ID: 431796 Summary: kdevelop segmentation fault loading a project Product: kdevelop Version: unspecified Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdevelop-bugs-n...@kde.org Reporter: gjditchfi...@acm.org Target Milestone: --- SUMMARY I'm using the KDE PIM docker image, with the packaged kdevelop (not compiled locally). KDevelop 5.6.40. KDevelop had been stable until I ran `apt update; apt full-upgrade` two days ago. Now it frequently crashes when loading projects. This is repeatable today: STEPS TO REPRODUCE 1. apt update and full-upgrade. kdesrc-build. 2. apt purge kdevelop and apt install kdevelop. 3. remove all *.kdev4 files and home/neon/kdepim/home/local/kdevelop/sessions/* 4. launch kdevelop. 5. Click "open/import project...". 6. Open /home/neon/kdepim/src/kde/pim/eventviews with the CMake project manager. OBSERVED RESULT The build window says that generation is done and the progress bar starts counting up from 0%, then kdevelop crashes. The crash handler does not appear. The output to stderr that appears after I start the import is --- kdevplatform.shell: Could not load plugin "kdevbazaar" , it reported the error: "Unable to find Bazaar (bzr) executable. Is it installed on the system?" Disabling the plugin now. QSocketNotifier: Invalid socket 12 and type 'Read', disabling... QSocketNotifier: Invalid socket 60 and type 'Read', disabling... QSocketNotifier: Invalid socket 73 and type 'Read', disabling... QSocketNotifier: Invalid socket 64 and type 'Read', disabling... QSocketNotifier: Invalid socket 68 and type 'Exception', disabling... QSocketNotifier: Invalid socket 70 and type 'Read', disabling... QSocketNotifier: Invalid socket 23 and type 'Read', disabling... QSocketNotifier: Invalid socket 28 and type 'Read', disabling... QSocketNotifier: Invalid socket 15 and type 'Read', disabling... QSocketNotifier: Invalid socket 16 and type 'Read', disabling... The X11 connection broke (error 1). Did the X11 server die? FunctionDeclarationData::m_defaultParameters There were items left on destruction: 180 ClassFunctionDeclarationData::m_defaultParameters There were items left on destruction: 1898 ClassDeclarationData::baseClasses There were items left on destruction: 954 DUContextData::m_uses There were items left on destruction: 32387 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 512 MacroDefinitionData::parameters There were items left on destruction: 658 DUContextData::m_importers There were items left on destruction: 982 DUContextData::m_importedContexts There were items left on destruction: 4126 DUContextData::m_childContexts There were items left on destruction: 15661 corrupted double-linked list Re-raising signal for core dump handling. Segmentation fault --- SOFTWARE/OS VERSIONS KDE Frameworks Version: 5.79 Qt Version: 5.15.2 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 431773] Akonadi-Server and kmail crashes after moving mails from one folder to another
https://bugs.kde.org/show_bug.cgi?id=431773 --- Comment #1 from Klaus Mück --- Another crash while moving mails Application: Akonadi Server (akonadiserver), signal: Segmentation fault [KCrash Handler] #4 _mm_crc32_u64 (__V=, __C=) at /usr/lib64/gcc/x86_64-suse-linux/7/include/smmintrin.h:848 #5 crc32 (ptr=0xfefd884d04e0, len=, h=) at tools/qhash.cpp:112 #6 0x7f7f5b563e74 in hash (seed=, len=, p=) at tools/qhash.cpp:223 #7 0x5620ad56d22b in QHash::findNode (this=this@entry=0x5620aeacf5b8, akey=..., ahp=ahp@entry=0x0) at /usr/include/qt5/QtCore/qhash.h:934 #8 0x5620ad56d89a in QHash::remove (this=this@entry=0x5620aeacf5b8, akey=...) at /usr/include/qt5/QtCore/qhash.h:806 #9 0x5620ad56a8ef in Akonadi::Server::ItemRetrievalManager::retrievalJobFinished (this=0x5620aeacf580, request=0x7f7ec42135f0, errorMsg=...) at /usr/src/debug/akonadi-server-20.04.2-lp152.2.3.1.x86_64/src/server/storage/itemretrievalmanager.cpp:179 #10 0x7f7f5b711f4f in QtPrivate::QSlotObjectBase::call (a=0x7f7f4ab75710, r=0x5620aeacf580, this=0x7f7f4c018b10) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394 #11 QMetaObject::activate (sender=sender@entry=0x7f7f400062c0, signalOffset=, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7f7f4ab75710) at kernel/qobject.cpp:3784 #12 0x7f7f5b712547 in QMetaObject::activate (sender=sender@entry=0x7f7f400062c0, m=m@entry=0x5620ad85a1c0 , local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7f7f4ab75710) at kernel/qobject.cpp:3657 #13 0x5620ad5bb7e4 in Akonadi::Server::AbstractItemRetrievalJob::requestCompleted (this=this@entry=0x7f7f400062c0, _t1=, _t2=...) at /usr/src/debug/akonadi-server-20.04.2-lp152.2.3.1.x86_64/build/src/server/libakonadiserver_autogen/5XLNPBDXWK/moc_itemretrievaljob.cpp:135 #14 0x5620ad56e1e4 in Akonadi::Server::ItemRetrievalJob::callFinished (this=0x7f7f400062c0, watcher=) at /usr/src/debug/akonadi-server-20.04.2-lp152.2.3.1.x86_64/src/server/storage/itemretrievaljob.cpp:78 #15 0x7f7f5b711f4f in QtPrivate::QSlotObjectBase::call (a=0x7f7f4ab75900, r=0x7f7f400062c0, this=0x7f7f40003e20) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394 #16 QMetaObject::activate (sender=0x7f7f4c01b7e0, signalOffset=, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7f7f4ab75900) at kernel/qobject.cpp:3784 #17 0x7f7f5b712547 in QMetaObject::activate (sender=, m=m@entry=0x7f7f5c06b5c0 , local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7f7f4ab75900) at kernel/qobject.cpp:3657 #18 0x7f7f5be4ed5f in QDBusPendingCallWatcher::finished (this=, _t1=) at .moc/moc_qdbuspendingcall.cpp:157 #19 0x7f7f5b7129e2 in QObject::event (this=0x7f7f4c01b7e0, e=) at kernel/qobject.cpp:1261 #20 0x7f7f5b6e2311 in doNotify (event=0x7f7f4c01fd50, receiver=0x7f7f4c01b7e0) at kernel/qcoreapplication.cpp:1178 #21 QCoreApplication::notify (event=, receiver=, this=) at kernel/qcoreapplication.cpp:1164 #22 QCoreApplication::notifyInternal2 (receiver=0x7f7f4c01b7e0, event=0x7f7f4c01fd50) at kernel/qcoreapplication.cpp:1088 #23 0x7f7f5b6e24fe in QCoreApplication::sendEvent (receiver=, event=event@entry=0x7f7f4c01fd50) at kernel/qcoreapplication.cpp:1476 #24 0x7f7f5b6e4ee7 in QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x5620aeb1e810) at kernel/qcoreapplication.cpp:1825 #25 0x7f7f5b6e5488 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1679 #26 0x7f7f5b73fd93 in postEventSourceDispatch (s=0x7f7f40004b70) at kernel/qeventdispatcher_glib.cpp:276 #27 0x7f7f572b04a4 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #28 0x7f7f572b0840 in ?? () from /usr/lib64/libglib-2.0.so.0 #29 0x7f7f572b08cc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #30 0x7f7f5b73f3af in QEventDispatcherGlib::processEvents (this=0x7f7f4b10, flags=...) at kernel/qeventdispatcher_glib.cpp:422 #31 0x7f7f5b6e057a in QEventLoop::exec (this=this@entry=0x7f7f4ab75cb0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225 #32 0x7f7f5b50590a in QThread::exec (this=) at thread/qthread.cpp:531 #33 0x7f7f5b5070b2 in QThreadPrivate::start (arg=0x5620aeadd060) at thread/qthread_unix.cpp:361 #34 0x7f7f598ae4f9 in start_thread () from /lib64/libpthread.so.0 #35 0x7f7f5ab86fbf in clone () from /lib64/libc.so.6 Thread 4 (Thread 0x7f7f4b377700 (LWP 9504) "CacheCleaner-Th"): #1 0x7f7f572afc53 in g_main_context_prepare () from /usr/lib64/libglib-2.0.so.0 #2 0x7f7f572b06eb in ?? () from /usr/lib64/libglib-2.0.so.0 #3 0x7f7f572b08cc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #4 0x7f7f5b73f3cb in QEventDispatcherGlib::processEvents (this=0x7f7f3c000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:424 #5 0x7f7f5b6e057a in QEventLoop::exec (this=t
[kwin] [Bug 431795] New: Crashes when activating hot corner (kwin 5.19.5)
https://bugs.kde.org/show_bug.cgi?id=431795 Bug ID: 431795 Summary: Crashes when activating hot corner (kwin 5.19.5) Product: kwin Version: 5.19.5 Platform: Ubuntu Packages OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: bugs.kde@tenkate.net Target Milestone: --- Application: kwin_x11 (5.19.5) Qt Version: 5.14.2 Frameworks Version: 5.74.0 Operating System: Linux 5.8.0-38-lowlatency x86_64 Windowing system: X11 Distribution: Ubuntu 20.10 -- Information about the crash: - What I was doing when the application crashed: Activated hot corner (located in the lower left corner by default on Ubuntu Studio 20.10). Note: Supposedly this bug was fixed in 5.18.6, but I'm running 5.19.5 and I'm still experiencing the issue. The crash can be reproduced every time. -- Backtrace: Application: KWin (kwin_x11), signal: Segmentation fault [KCrash Handler] #4 0x7f392ee104ee in KWin::Workspace::workspaceEvent(xcb_generic_event_t*) () at /lib/x86_64-linux-gnu/libkwin.so.5 #5 0x7f392da884ef in QAbstractEventDispatcher::filterNativeEvent(QByteArray const&, void*, long*) (this=, eventType=..., message=message@entry=0x7f392002e780, result=result@entry=0x7fff47b1a3e8) at kernel/qabstracteventdispatcher.cpp:488 #6 0x7f39277db505 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*) (this=this@entry=0x5561c013a7d0, event=event@entry=0x7f392002e780) at qxcbnativeinterface.h:101 #7 0x7f39277dca46 in QXcbConnection::processXcbEvents(QFlags) (this=0x5561c013a7d0, flags=...) at qxcbconnection.cpp:1029 #8 0x7f39277ff740 in QXcbUnixEventDispatcher::processEvents(QFlags) (this=0x5561c0197020, flags=...) at qxcbeventdispatcher.cpp:61 #9 0x7f392da89a4b in QEventLoop::exec(QFlags) (this=this@entry=0x7fff47b1a530, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:136 #10 0x7f392da91fc6 in QCoreApplication::exec() () at ../../include/QtCore/../../src/corelib/global/qflags.h:118 #11 0x5561bf01ca6d in () #12 0x7f392d411cb2 in __libc_start_main (main=0x5561bf01c6a0, argc=1, argv=0x7fff47b1a7b8, init=, fini=, rtld_fini=, stack_end=0x7fff47b1a7a8) at ../csu/libc-start.c:314 #13 0x5561bf01cf8e in _start () [Inferior 1 (process 2246) detached] The reporter indicates this bug may be a duplicate of or related to bug 423319. Possible duplicates by query: bug 431564, bug 430945, bug 430328, bug 430197, bug 430180. Reported using DrKonqi -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 431611] Transform tool sticks to stylus when attempting to resize
https://bugs.kde.org/show_bug.cgi?id=431611 --- Comment #3 from Sharaf --- Hello! I have pushed the fix: https://invent.kde.org/szaman/krita/-/commit/21f70cc18a38e94fce2170b9e10375296b8824d0 I will test this properly with different devices and get it in nightly ASAP :) -- You are receiving this mail because: You are watching all bug changes.
[frameworks-plasma] [Bug 430565] regenerating high-res SVGs is slow
https://bugs.kde.org/show_bug.cgi?id=430565 --- Comment #9 from LTHR --- I'm waiting for the new framework 5.78 to appear in Gentoo Portage, as soon as I have I'll provide the feedback. I'm currently installing 5.77 framework which is the latest available in the portage. And I will provide the feedback about it in a few days, after it installs. (In reply to Bug Janitor Service from comment #8) > 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.
[kmymoney] [Bug 431794] New: Graphs filtered to only include Brokerage accounts fail to include Brokerage account values
https://bugs.kde.org/show_bug.cgi?id=431794 Bug ID: 431794 Summary: Graphs filtered to only include Brokerage accounts fail to include Brokerage account values Product: kmymoney Version: 5.1.1 Platform: Other OS: Linux Status: REPORTED Severity: major Priority: NOR Component: reports Assignee: kmymoney-de...@kde.org Reporter: markm10...@gmail.com Target Milestone: --- SUMMARY Customizing NET WORTH GRAPH fails to include selected brokerage accounts. Non-customized version includes all accounts. STEPS TO REPRODUCE 1. Filter Graph by account. Unselect all accounts. 2. Select all Brokerage and Investment accounts. 3. Apply selections. OBSERVED RESULT Prior to filter, all account values are included. After applying filter for Brokerage and Investment accounts, only Investment accounts are included. EXPECTED RESULT After filter, Brokerage and Investment accounts should be included on Graph SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 407439] Multiple errors about timeline clips' length and speed fx due to issues with tags management in project file
https://bugs.kde.org/show_bug.cgi?id=407439 smihael changed: What|Removed |Added CC||smih...@gmail.com Version|19.04.1 |20.12.0 --- Comment #16 from smihael --- I still have this issue with Kdenlive 20.12.0 and MLT 6.20.0. This bug appears each time I insert one big video recording file, then cut it into multiple parts using the razor tool and try to change the speed of one or more of these parts. Changing speed of such a part from 100% to 200% seems fine when previewing the video in the Project Monitor, but when I render the video the resulting part will play with 100% speed but only first half of the part will be shown. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 429759] A check box in the mouse settings that enables smooth autoscroll
https://bugs.kde.org/show_bug.cgi?id=429759 --- Comment #13 from Toadfield --- Can you please change the resolution for this feature request? Cause it's easy to implement. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 431793] New: System Settings -> Global Theme crashed when trying to install a new theme (ChromeOS black)
https://bugs.kde.org/show_bug.cgi?id=431793 Bug ID: 431793 Summary: System Settings -> Global Theme crashed when trying to install a new theme (ChromeOS black) Product: systemsettings Version: 5.18.5 Platform: openSUSE RPMs OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: cosmin.tanc...@gmail.com Target Milestone: --- Application: systemsettings5 (5.18.5) Qt Version: 5.12.7 Frameworks Version: 5.71.0 Operating System: Linux 5.3.18-40-default x86_64 Windowing system: X11 Distribution: "openSUSE Leap 15.3 Alpha" -- Information about the crash: - What I was doing when the application crashed: System Settings -> Global Theme - Get New Global Themes - Search for "ChromeOS" - Install - Unusual behavior I noticed: Both download window and System Settings window chrases - Custom settings of the application: KDE Plasma set on Breeze Dark theme The crash can be reproduced every time. -- Backtrace: Application: System Settings (systemsettings5), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7fdc919fb900 (LWP 10088))] Thread 12 (Thread 0x7fdc57937700 (LWP 10110)): #0 0x7fdc8ceb1a79 in poll () from /lib64/libc.so.6 #1 0x7fdc863f17e9 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x7fdc863f18fc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x7fdc8d846f5b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib64/libQt5Core.so.5 #4 0x7fdc8d7e80ea in QEventLoop::exec(QFlags) () from /usr/lib64/libQt5Core.so.5 #5 0x7fdc8d60d42a in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x7fdc8b62d1c6 in ?? () from /usr/lib64/libQt5Quick.so.5 #7 0x7fdc8d60ebd2 in ?? () from /usr/lib64/libQt5Core.so.5 #8 0x7fdc88b7794a in start_thread () from /lib64/libpthread.so.0 #9 0x7fdc8cebc4bf in clone () from /lib64/libc.so.6 Thread 11 (Thread 0x7fdc58188700 (LWP 10109)): #0 0x7fdc8ceb1a79 in poll () from /lib64/libc.so.6 #1 0x7fdc863f17e9 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x7fdc863f18fc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x7fdc8d846f5b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib64/libQt5Core.so.5 #4 0x7fdc8d7e80ea in QEventLoop::exec(QFlags) () from /usr/lib64/libQt5Core.so.5 #5 0x7fdc8d60d42a in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x7fdc8d60ebd2 in ?? () from /usr/lib64/libQt5Core.so.5 #7 0x7fdc88b7794a in start_thread () from /lib64/libpthread.so.0 #8 0x7fdc8cebc4bf in clone () from /lib64/libc.so.6 Thread 10 (Thread 0x7fdc5c123700 (LWP 10101)): #0 0x7fdc8ceb6f49 in syscall () from /lib64/libc.so.6 #1 0x7fdc8d6112b4 in QSemaphore::acquire(int) () from /usr/lib64/libQt5Core.so.5 #2 0x7fdc8a200104 in ?? () from /usr/lib64/libQt5Network.so.5 #3 0x7fdc8d60ebd2 in ?? () from /usr/lib64/libQt5Core.so.5 #4 0x7fdc88b7794a in start_thread () from /lib64/libpthread.so.0 #5 0x7fdc8cebc4bf in clone () from /lib64/libc.so.6 Thread 9 (Thread 0x7fdc5c924700 (LWP 10100)): #0 0x7fdc8643cb29 in g_mutex_lock () from /usr/lib64/libglib-2.0.so.0 #1 0x7fdc863f17cf in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x7fdc863f18fc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x7fdc8d846f5b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib64/libQt5Core.so.5 #4 0x7fdc8d7e80ea in QEventLoop::exec(QFlags) () from /usr/lib64/libQt5Core.so.5 #5 0x7fdc8d60d42a in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x7fdc8d60ebd2 in ?? () from /usr/lib64/libQt5Core.so.5 #7 0x7fdc88b7794a in start_thread () from /lib64/libpthread.so.0 #8 0x7fdc8cebc4bf in clone () from /lib64/libc.so.6 Thread 8 (Thread 0x7fdc5de3e700 (LWP 10099)): #0 0x7fdc8cead574 in read () from /lib64/libc.so.6 #1 0x7fdc86438a10 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x7fdc863f1308 in g_main_context_check () from /usr/lib64/libglib-2.0.so.0 #3 0x7fdc863f1790 in ?? () from /usr/lib64/libglib-2.0.so.0 #4 0x7fdc863f18fc in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #5 0x7fdc8d846f5b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib64/libQt5Core.so.5 #6 0x7fdc8d7e80ea in QEventLoop::exec(QFlags) () from /usr/lib64/libQt5Core.so.5 #7 0x7fdc8d60d42a in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #8 0x7fdc8d60ebd2 in ?? () from /usr/lib64/libQt5Core.so.5 #9 0x7fdc88b7794a in start_thread () from /lib64/libpthread.so.0 #10 0x7fdc8cebc4bf in clone () from /lib64/libc.so.6 Thread 7 (Thread 0x7fdc66555700 (LWP 10097)): #0 0x7fdc863ef90d in g_source_ref () from /usr/lib64/l
[okular] [Bug 431792] PDF Form checkbox state cannot been seen when form is hidden
https://bugs.kde.org/show_bug.cgi?id=431792 --- Comment #4 from andreaswu...@gmx.de --- Also the Acrobat reader does not display any text, but just big checkboxes - it would be nice if the same could be achieved for okular. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 431792] PDF Form checkbox state cannot been seen when form is hidden
https://bugs.kde.org/show_bug.cgi?id=431792 --- Comment #3 from andreaswu...@gmx.de --- Created attachment 134985 --> https://bugs.kde.org/attachment.cgi?id=134985&action=edit Acrobat Reader - just for comparison The checkboxes in this case look much nicer - but that is a different story. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 431792] PDF Form checkbox state cannot been seen when form is hidden
https://bugs.kde.org/show_bug.cgi?id=431792 --- Comment #2 from andreaswu...@gmx.de --- Created attachment 134984 --> https://bugs.kde.org/attachment.cgi?id=134984&action=edit Okular 1.11.1 with forms disabled again -> selection is not visible anymore -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 431792] PDF Form checkbox state cannot been seen when form is hidden
https://bugs.kde.org/show_bug.cgi?id=431792 --- Comment #1 from andreaswu...@gmx.de --- Created attachment 134983 --> https://bugs.kde.org/attachment.cgi?id=134983&action=edit Okuklar 1.11.1 with forms enabled -> ok -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 431482] 1 Online Quotes does not work and can not be corrected
https://bugs.kde.org/show_bug.cgi?id=431482 Thomas Baumgart changed: What|Removed |Added Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/06f4ac68 ||1a6d0ad3aaf5a184a6add2b86dc ||9157d Version Fixed In||5.1.2 Status|REPORTED|RESOLVED Resolution|--- |FIXED --- Comment #17 from Thomas Baumgart --- Git commit 06f4ac681a6d0ad3aaf5a184a6add2b86dc9157d by Thomas Baumgart. Committed on 18/01/2021 at 19:43. Pushed by tbaumgart into branch '5.1'. Fix generation of price entries for securities In certain circumstances, price entries were generated with the conversion from currency to security. This caused the automatic price update to fail. This change prevents those entries in that it corrects the order and uses the reciprocal price. Already existing entries causing the problem are not corrected by this fix. See also https://forum.kde.org/viewtopic.php?f=69&t=169077 FIXED-IN: 5.1.2 M +15 -2kmymoney/mymoney/mymoneyfile.cpp https://invent.kde.org/office/kmymoney/commit/06f4ac681a6d0ad3aaf5a184a6add2b86dc9157d -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 431792] New: PDF Form checkbox state cannot been seen when form is hidden
https://bugs.kde.org/show_bug.cgi?id=431792 Bug ID: 431792 Summary: PDF Form checkbox state cannot been seen when form is hidden Product: okular Version: 1.11.1 Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: PDF backend Assignee: okular-de...@kde.org Reporter: andreaswu...@gmx.de Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. open the attached pdf and show the form. 2. click some of the checkboxes in the lower part of the form (column with header "richtig" oder "falsch" - this works fine with this version 3. now hide the form again OBSERVED RESULT it is not visible which checkboxes have been checked. EXPECTED RESULT you can see which checkboxes have been check when form is hidden again (in acrobat you can see that) - see attached screenshots. SOFTWARE/OS VERSIONS Windows: Windows 10 Okular Version 1.11.1 from the windows store. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 431771] "Details" tab is missing from Properties dialog of files on desktop
https://bugs.kde.org/show_bug.cgi?id=431771 Nicolas Fella changed: What|Removed |Added Ever confirmed|0 |1 CC||nicolas.fe...@gmx.de Status|REPORTED|CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 431712] Breeze-Dark GTK: Incorrect colors in Evolution
https://bugs.kde.org/show_bug.cgi?id=431712 Erich Eickmeyer changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Ever confirmed|0 |1 Status|NEEDSINFO |ASSIGNED --- Comment #5 from Erich Eickmeyer --- (In reply to Jan Blackquill (Carson Black) from comment #2) > Doesn't seem to be reproducible on latest Breeze GTK for me. Can you try > using the latest release version and see if this is still reproducible on it > for you? The latest version of the Breeze GTK theme requires a newer version of GTK than is available in the Ubuntu 20.04 LTS repos. Since Plasma 5.18 is an LTS, whatever fix was done to the Breeze GTK theme in the latest version needs to be cherry-picked back to the LTS version. As you can see per the attachments, this isn't a bug in GTK since using Adwaita-Dark makes things show-up as expected. Additionally, I have tried with the Materia theme and this issue is also not present, which means the issue is in the Breeze theme. -- You are receiving this mail because: You are watching all bug changes.
[Skanlite] [Bug 431782] Incorrect resolution detected for HP Scanjet 3400C
https://bugs.kde.org/show_bug.cgi?id=431782 Kåre Särs changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- --- Comment #4 from Kåre Särs --- Thanks, As you can see the backend returns the 296 in stead of the 297 that it should, but it seems the wiggle-room calculation that was added does not work good enough... The backend does return a wrong value, so it should be fixed there too... -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 431791] System settings allow selecting incompatible themes from other DEs which results in crashes
https://bugs.kde.org/show_bug.cgi?id=431791 Nicolas Fella changed: What|Removed |Added Status|REPORTED|RESOLVED CC||nicolas.fe...@gmx.de Resolution|--- |UPSTREAM --- Comment #1 from Nicolas Fella --- Technically any QStyle can be used on Plasma so there's no reason to filter anything. The fact that it crashes is a bug in that particular style and should be reported/fixed there -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 431777] Scroll bar may have wrong size when Kate was started by opening a file from file manager
https://bugs.kde.org/show_bug.cgi?id=431777 Kåre Särs changed: What|Removed |Added Status|REPORTED|CONFIRMED CC||kare.s...@iki.fi Ever confirmed|0 |1 --- Comment #1 from Kåre Särs --- I can confirm this. The problem is that it is not always reproducible. I get it maybe 1 time out of 100... -- You are receiving this mail because: You are watching all bug changes.
[Skanlite] [Bug 431782] Incorrect resolution detected for HP Scanjet 3400C
https://bugs.kde.org/show_bug.cgi?id=431782 --- Comment #3 from Ilario Gottardello --- $ dpkg -l | grep sane ii libkf5sane-data 20.12.1-0xneon+20.04+focal+build11all scanner library (data files) ii libkf5sane5 20.12.1-0xneon+20.04+focal+build11amd64scanner library (runtime) ii libsane:amd64 1.0.29-0ubuntu5.2 amd64API library for scanners ii libsane:i386 1.0.29-0ubuntu5.2 i386 API library for scanners ii libsane-common 1.0.29-0ubuntu5.2 all API library for scanners -- documentation and support files ii libsane-hpaio:amd64 3.20.3+dfsg0-2 amd64HP SANE backend for multi-function peripherals ii sane-utils 1.0.29-0ubuntu5.2 amd64API library for scanners -- utilities -- You are receiving this mail because: You are watching all bug changes.