[LabPlot2] [Bug 449721] Crash when box plot is duplicated
https://bugs.kde.org/show_bug.cgi?id=449721 Alexander Semke changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Alexander Semke --- I can reproduce the issue. Thanks for reporting it. Looking into it now... -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 395241] Faces in the "People" panel load slowly, and only when you scroll through them
https://bugs.kde.org/show_bug.cgi?id=395241 --- Comment #13 from José Oliver-Didier --- I created a new sqlite thubmnail database and ran the "Rebuild Thumbnails" option from Tools -> Maintenance. Full image thumbnails were generated, but once completed I went to the "Faces" view and those had not been generated. The face thumbnails were generated "on the fly" as I scrolled through the faces - I could see the sqlite file increase in size as I did this. Could "Rebuild Thumbnails" also include the face thumbnails as well? -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 449730] Printing Reconciliation reports missing pages
https://bugs.kde.org/show_bug.cgi?id=449730 Thomas Baumgart changed: What|Removed |Added Version|5.1.0 |5.1.2 -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 449730] Printing Reconciliation reports missing pages
https://bugs.kde.org/show_bug.cgi?id=449730 Thomas Baumgart changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 445894] Crash in KWin::DrmOutput::updateCursor -> malloc(): unsorted double linked list corrupted
https://bugs.kde.org/show_bug.cgi?id=445894 --- Comment #22 from Jiri Slaby --- Finding out the culprit in the == operand: > 305 const auto &checkBuffer = [this, backend, &buffer](const > QSharedPointer &buf){ > 306 const auto &mods = supportedModifiers(buf->format()); > 307 if (backend) { > 308 auto fmt1 = buf->format(); > 309 auto fmt2 = backend->drmFormat(m_output); > 310 qDebug() << "fmt1" << fmt1; > 311 qDebug() << "fmt2" << fmt2; > 312 if (fmt1 == fmt2) > 313 if (mods.isEmpty() || > mods.contains(buf->modifier())) > 314 if (buf->size() == bufferSize()) > 315 buffer = buf; > 316 } > 317 }; > by 0x6EA3B87: ~QDebug (qdebug.cpp:154) > by 0xCD2EC41: > KWin::DrmPipeline::checkTestBuffer()::{lambda(QSharedPointer > const&)#1}::operator()(QSharedPointer const&) const > (drm_pipeline.cpp:311) So it's the pointer returned by backend->drmFormat(m_output); -- You are receiving this mail because: You are watching all bug changes.
[kiofuse] [Bug 449689] [bug]: Files opened from a webdav network drive are not saved.
https://bugs.kde.org/show_bug.cgi?id=449689 --- Comment #13 from Nikolaj <79625490...@yandex.ru> --- Created attachment 146379 --> https://bugs.kde.org/attachment.cgi?id=146379&action=edit KDE_FORK_SLAVES=1 QT_LOGGING_RULES Did. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 420054] Keyboard kded module causes hang after switching back from virtual console
https://bugs.kde.org/show_bug.cgi?id=420054 --- Comment #27 from galdera --- Hello Could you please tell us which keyboard customization are you using? >From the log I see: org.kde.kcm_keyboard: Skipping empty shortcut for "pl" -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 445894] Crash in KWin::DrmOutput::updateCursor -> malloc(): unsorted double linked list corrupted
https://bugs.kde.org/show_bug.cgi?id=445894 --- Comment #21 from Jiri Slaby --- (In reply to Vlad Zahorodnii from comment #20) > Not sure what valgrind doesn't like, I don't see issues with that code right > off the bat. I reorganized the conditions to one per line: > 303 const auto &checkBuffer = [this, backend, &buffer](const > QSharedPointer &buf){ > 304 const auto &mods = supportedModifiers(buf->format()); > 305 if (backend) > 306 if (buf->format() == backend->drmFormat(m_output)) > 307 if (mods.isEmpty() || > mods.contains(buf->modifier())) > 308 if (buf->size() == bufferSize()) > 309 buffer = buf; > 310 }; And added --track-origins=yes to valgrind (the last 2 lines are new): > Conditional jump or move depends on uninitialised value(s) >at 0xCD2EBCF: > KWin::DrmPipeline::checkTestBuffer()::{lambda(QSharedPointer > const&)#1}::operator()(QSharedPointer const&) const > (drm_pipeline.cpp:306) >by 0xCD2EDA3: KWin::DrmPipeline::checkTestBuffer() (drm_pipeline.cpp:318) >by 0xCD2F41E: > KWin::DrmPipeline::commitPipelinesAtomic(QVector const&, > KWin::DrmPipeline::CommitMode, QVector const&) > (drm_pipeline.cpp:131) >by 0xCD26BA8: KWin::DrmGpu::testPipelines() (drm_gpu.cpp:427) >by 0xCD29E27: > KWin::DrmGpu::checkCrtcAssignment(QVector, > QVector) (drm_gpu.cpp:365) >by 0xCD29E27: > KWin::DrmGpu::checkCrtcAssignment(QVector, > QVector) (drm_gpu.cpp:365) >by 0xCD3B298: UnknownInlinedFun (drm_gpu.cpp:398) >by 0xCD3B298: UnknownInlinedFun (drm_gpu.cpp:396) >by 0xCD3B298: > KWin::DrmGpu::testPendingConfiguration(KWin::DrmGpu::TestMode) [clone > .constprop.0] (drm_gpu.cpp:403) >by 0xCD14B43: KWin::DrmBackend::updateOutputs() (drm_gpu.cpp:309) >by 0xCD16F0C: KWin::DrmBackend::handleUdevEvent() (drm_backend.cpp:237) >by 0x6FC54F2: UnknownInlinedFun (qobjectdefs_impl.h:398) >by 0x6FC54F2: void doActivate(QObject*, int, void**) > (qobject.cpp:3886) >by 0x6FC88CE: QSocketNotifier::activated(QSocketDescriptor, > QSocketNotifier::Type, QSocketNotifier::QPrivateSignal) > (moc_qsocketnotifier.cpp:178) >by 0x6FC90CA: QSocketNotifier::event(QEvent*) (qsocketnotifier.cpp:302) > Uninitialised value was created by a stack allocation >at 0xCD329F0: QtPrivate::QSlotObject (KWin::EglGbmBackend::*)(KWin::DrmAbstractOutput*), > QtPrivate::List, void>::impl(int, > QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (qobjectdefs_impl.h:411) Not sure if it tells you what is THE uninitialized object. -- You are receiving this mail because: You are watching all bug changes.
[kdiff3] [Bug 448353] the Version 1.9.4 is X-times slower than the Version 1.9.2. especially with lager files
https://bugs.kde.org/show_bug.cgi?id=448353 --- Comment #3 from nyanpasu64 --- Created attachment 146378 --> https://bugs.kde.org/attachment.cgi?id=146378&action=edit Perf trace of kdiff3 slowly loading the CRLF files (593 MB decompressed) Additional observation: kdiff3 spent a long time on `org.kde.kdiff3: "Loading A: /home/nyanpasu64/tmp/kdiff3 slow/crlf/a" and B and C, and was very fast to display a window once C finished loading. I'm attaching a perf.data if you're interested. The file is absurdly big because I ran perf with `--call-graph=dwarf`. I *think* it will show the correct function names when decompressed, since it's still readable when I reinstalled system kdiff3. -- You are receiving this mail because: You are watching all bug changes.
[kdiff3] [Bug 448353] the Version 1.9.4 is X-times slower than the Version 1.9.2. especially with lager files
https://bugs.kde.org/show_bug.cgi?id=448353 nyanpasu64 changed: What|Removed |Added CC||nyanpas...@tuta.io --- Comment #2 from nyanpasu64 --- Created attachment 146377 --> https://bugs.kde.org/attachment.cgi?id=146377&action=edit 2000 line files with LF and CRLF endings. kdiff3 is fast on LF and slow on CRLF. I ran into this slowness when I cloned a repo with CRLF endings (not my repo, not my decision), then ran `git difftool` which triggered kdiff3. It turns out that kdiff3 is far slower for CRLF line endings than LF. See the attached file. I ran a perf analysis, showing an unusually high amount of time spent in SourceData::FileData::preprocess(). Hotspot showed that most time was spent on lines lines 668, 664, and 680 (https://invent.kde.org/sdk/kdiff3/-/blob/1.9.4/src/SourceData.cpp#L664-680). I think line 680 is incorrect, since Hotspot says that 95.9% of cycles were spent calling QTextStream::pos(). My guess is that you call QTextStream::pos() O(file length) times, and each one takes O(file length) time to complete. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 449024] Unable to fetch google calendar events
https://bugs.kde.org/show_bug.cgi?id=449024 Laurent Montel changed: What|Removed |Added Resolution|--- |FIXED Latest Commit||https://invent.kde.org/pim/ ||kdepim-runtime/commit/624ef ||213e50ae4712bfe2a254c5f444c ||aaacfa22 Status|CONFIRMED |RESOLVED --- Comment #34 from Laurent Montel --- Git commit 624ef213e50ae4712bfe2a254c5f444caaacfa22 by Laurent Montel. Committed on 07/02/2022 at 05:58. Pushed by mlaurent into branch 'release/21.12'. Apply patch for disable sync contact as it don't ported yet. M +2-0resources/google-groupware/googleresource.cpp https://invent.kde.org/pim/kdepim-runtime/commit/624ef213e50ae4712bfe2a254c5f444caaacfa22 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 329094] No error message when trying to create a dbus shortcut and dbus browser not installed
https://bugs.kde.org/show_bug.cgi?id=329094 Neal Gompa changed: What|Removed |Added CC||ngomp...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kdiff3] [Bug 449732] New: When copying text from the merge output, copying tabs copies the wrong region of text
https://bugs.kde.org/show_bug.cgi?id=449732 Bug ID: 449732 Summary: When copying text from the merge output, copying tabs copies the wrong region of text Product: kdiff3 Version: 1.9.4 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: application Assignee: reeves...@gmail.com Reporter: nyanpas...@tuta.io Target Milestone: --- Created attachment 146376 --> https://bugs.kde.org/attachment.cgi?id=146376&action=edit Two text files with tabs in them, demonstrating the bug. SUMMARY If I merge two files with tabs in them, and (in the merge output pane) select and text containing tabs, the copied region is shorter and earlier than the text selected. STEPS TO REPRODUCE 1. To match my observed results, set kdiff3's tab width to 4. 2. Download and extract the attachment, and run `kdiff3 -m a b`. Alternatively run kdiff3, open a and b, then trigger a merge. 3. Resolve the merge conflict by selecting both A and B. 4. In the output pane, select "\t\tasdfasdf" and copy it. (Alternatively try copying "asdfasdf" for different results.) This bug does not occur when copying from the input file panes. OBSERVED RESULT The clipboard contains "\t\tas". kdiff3 sees that we have 10 physical characters (two tabs followed by 8 alphabetical), but wrongly copies 10 visual characters instead (two tabs of width 4, followed by 2 alphabetical). If you copied "asdfasdf", kdiff3 sees that we want to copy physical characters 2 through 10, and wrongly copies visual characters 2 through 10 (dropping the second half of the first \t from 0 through 4, copying the second \t from 4 through 8, then copying the first "as" from 8 through 10). EXPECTED RESULT The clipboard contains "\t\tasdfasdf" or the text we have selected. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.23.90 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 Kernel Version: 5.16.4-zen1-1-zen (64-bit) Graphics Platform: X11 Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor Memory: 15.6 GiB of RAM Graphics Processor: NVIDIA GeForce GT 730/PCIe/SSE2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kdiff3] [Bug 444636] Cannot copy selected text in diff panels until I switch to another window and back
https://bugs.kde.org/show_bug.cgi?id=444636 --- Comment #1 from nyanpasu64 --- Still happens on 1.9.4. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449635] Battery applet doesn't list apps inhibiting sleep.
https://bugs.kde.org/show_bug.cgi?id=449635 Nate Graham changed: What|Removed |Added Component|Battery Monitor |DataEngines CC||n...@kde.org --- Comment #14 from Nate Graham --- > No, I can assure you there were no plans on removing inhibitions from the > «Battery and Brightness» > applet. This is most certainly a bug is our data sources on backend part. What exactly is the bug? -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 449731] New: Kstars build is failing because of StellarSolver
https://bugs.kde.org/show_bug.cgi?id=449731 Bug ID: 449731 Summary: Kstars build is failing because of StellarSolver Product: kstars Version: git Platform: Other OS: Linux Status: REPORTED Severity: critical Priority: NOR Component: general Assignee: mutla...@ikarustech.com Reporter: phome...@bigpond.net.au 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. Build Stellarsolver 2. Build indi and indi-3rdparty 3. Build kstars OBSERVED RESULT [ 10%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/align/align.cpp.o /home/pi/Projects/kstars/kstars/ekos/align/align.cpp: In member function ‘void Ekos::Align::startSolving()’: /home/pi/Projects/kstars/kstars/ekos/align/align.cpp:2016:26: error: ‘class StellarSolver’ has no member named ‘setLoadWCS’ m_StellarSolver->setLoadWCS(false); ^~ make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/build.make:1910: kstars/CMakeFiles/KStarsLib.dir/ekos/align/align.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1545: kstars/CMakeFiles/KStarsLib.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 EXPECTED RESULT Finish successfully SOFTWARE/OS VERSIONS Raspberry Pi OS 32bit ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 449671] The "Disable touchpad while mouse is connected" option is missing when using Libinput driver
https://bugs.kde.org/show_bug.cgi?id=449671 Nate Graham changed: What|Removed |Added Ever confirmed|0 |1 CC||m...@ratijas.tk, n...@kde.org Assignee|kwin-bugs-n...@kde.org |plasma-b...@kde.org Component|kcm_kwintouchscreen |kcm_touchpad Status|REPORTED|CONFIRMED Summary|The "Turn off touchpad |The "Disable touchpad while |while a mouse is|mouse is connected" option |connected." option is |is missing when using |missing from the|Libinput driver |Setup/Input | |Devices/Touclpad form. | Keywords||accessibility --- Comment #1 from Nate Graham --- We should probably re-implement this when using the Libinput driver, and also integrate it with the touchpad apple's equivalent feature. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 442222] Kwin crashes in KWin::belongToSameGroup() in "Dim Inactive" effect when closing grouped app
https://bugs.kde.org/show_bug.cgi?id=44 Nate Graham changed: What|Removed |Added Severity|normal |crash -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 449702] KWin crashes when closing a grouped application
https://bugs.kde.org/show_bug.cgi?id=449702 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 44 *** -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 442222] Kwin crashes in KWin::belongToSameGroup() in "Dim Inactive" effect when closing grouped app
https://bugs.kde.org/show_bug.cgi?id=44 Nate Graham changed: What|Removed |Added CC||k...@huftis.org --- Comment #8 from Nate Graham --- *** Bug 449702 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 442222] Kwin crashes in KWin::belongToSameGroup() in "Dim Inactive" effect when closing grouped app
https://bugs.kde.org/show_bug.cgi?id=44 Nate Graham changed: What|Removed |Added Summary|Kwin crashes in |Kwin crashes in |KWin::belongToSameGroup() |KWin::belongToSameGroup() |in "Dim Inactive" effect|in "Dim Inactive" effect |when closing Audacity |when closing grouped app -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 396359] crash in QQuickItemPrivate::addToDirtyList
https://bugs.kde.org/show_bug.cgi?id=396359 Nate Graham changed: What|Removed |Added CC||makar.valenti...@gmail.com --- Comment #29 from Nate Graham --- *** Bug 449699 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449699] Lots of stuff not working. Possibly after installing a widget?
https://bugs.kde.org/show_bug.cgi?id=449699 Nate Graham changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE CC||n...@kde.org --- Comment #2 from Nate Graham --- *** This bug has been marked as a duplicate of bug 396359 *** -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 449694] Desktop Effects > Zoom > setting mouse tracking to Push does not reflect intended behaviour
https://bugs.kde.org/show_bug.cgi?id=449694 Nate Graham changed: What|Removed |Added Product|kde |kwin Component|general |effects-various CC||n...@kde.org Assignee|unassigned-b...@kde.org |kwin-bugs-n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 449695] It's not possible to copy/move an item to a location in Places panel via drag-and-drop
https://bugs.kde.org/show_bug.cgi?id=449695 Nate Graham changed: What|Removed |Added CC||k...@privat.broulik.de, ||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 449681] Scaling on wayland results in glitches everywhere
https://bugs.kde.org/show_bug.cgi?id=449681 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 449674] Firmware updates of fwupdmgr are not shown under "Update" on Debian
https://bugs.kde.org/show_bug.cgi?id=449674 Nate Graham changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED|NEEDSINFO CC||n...@kde.org --- Comment #1 from Nate Graham --- Do you have Discover's fwupd backend installed? Some distros don't install it by default. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kuserfeedback] [Bug 419505] Plasmashell crashes in KUserFeedback::OpenGLInfoSource::data() without me doing anything
https://bugs.kde.org/show_bug.cgi?id=419505 Nate Graham changed: What|Removed |Added CC||vzcrs...@gmail.com --- Comment #8 from Nate Graham --- *** Bug 449693 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 449693] Debian11 Kernel 5.10.0.11-amd x64Bit
https://bugs.kde.org/show_bug.cgi?id=449693 Nate Graham changed: What|Removed |Added Severity|normal |crash -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 449693] Debian11 Kernel 5.10.0.11-amd x64Bit
https://bugs.kde.org/show_bug.cgi?id=449693 Nate Graham changed: What|Removed |Added CC||aleix...@kde.org, ||n...@kde.org Resolution|--- |DUPLICATE Product|bugs.kde.org|Discover Status|REPORTED|RESOLVED Component|product/component changes |discover Assignee|sysad...@kde.org|lei...@leinir.dk --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 419505 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 449704] AppImage backend
https://bugs.kde.org/show_bug.cgi?id=449704 Nate Graham changed: What|Removed |Added Severity|normal |wishlist Summary|pourquoi ne pas proposer|AppImage backend |des Appimages qui | |n(interfèrent pas root | |comme flatpak ou snap | CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[kiofuse] [Bug 449689] [bug]: Files opened from a webdav network drive are not saved.
https://bugs.kde.org/show_bug.cgi?id=449689 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 449709] Print Color Mode: not possible to print in black-white
https://bugs.kde.org/show_bug.cgi?id=449709 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 449712] Graphical regression with scrollbars in the latest version
https://bugs.kde.org/show_bug.cgi?id=449712 Nate Graham changed: What|Removed |Added CC||a.samir...@gmail.com, ||n...@kde.org, ||tcanabr...@kde.org Summary|Graphical regression with |Graphical regression with |the latest version |scrollbars in the latest ||version -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #49 from Brian Kaye --- You can pick the ksmserver messages in the journal since the last boot with the command "journalctl -b --grep=ksmserver" -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449715] Horizontal scroll is show in maximized state
https://bugs.kde.org/show_bug.cgi?id=449715 Nate Graham changed: What|Removed |Added CC||n...@kde.org Resolution|--- |UPSTREAM Status|REPORTED|RESOLVED --- Comment #1 from Nate Graham --- It's an upstream QT bug: https://bugreports.qt.io/browse/QTBUG-83890 Most distros are shipping a workaround. There's an open change request so hopefully it will be integrated soon. -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 449711] Dragging Folder View items over sticky note makes them all disappear except one (until restart)
https://bugs.kde.org/show_bug.cgi?id=449711 Nate Graham changed: What|Removed |Added Target Milestone|1.0 |--- Assignee|notm...@gmail.com |plasma-b...@kde.org Component|Desktop Containment |notes Priority|NOR |HI CC||n...@kde.org Product|plasmashell |kdeplasma-addons Summary|Moving multiple items makes |Dragging Folder View items |them all disappear except |over sticky note makes them |one (until restart) |all disappear except one ||(until restart) --- Comment #6 from Nate Graham --- Indeed, seems unnecessary. Wanna test out removing to make sure nothing breaks, and then submit a merge request for it? -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449724] "Fast Native Indexer" setting does not work or make sense to show on Windows
https://bugs.kde.org/show_bug.cgi?id=449724 Nate Graham changed: What|Removed |Added Ever confirmed|0 |1 Summary|Windows: "Fast Native |"Fast Native Indexer" |Indexer" breaks when adding |setting does not work or |new directories |make sense to show on ||Windows CC||n...@kde.org Status|REPORTED|CONFIRMED --- Comment #1 from Nate Graham --- We should probably disable the native indexer on Windows, since it doesn't work there anyway. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-plasma] [Bug 449196] Plasma Dialog does not resize reliably anymore on X11
https://bugs.kde.org/show_bug.cgi?id=449196 Nate Graham changed: What|Removed |Added Summary|Plasma Dialog does not |Plasma Dialog does not |resize reliably anymore |resize reliably anymore on ||X11 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-plasma] [Bug 449196] Plasma Dialog does not resize reliably anymore
https://bugs.kde.org/show_bug.cgi?id=449196 Nate Graham changed: What|Removed |Added CC||m...@ratijas.tk --- Comment #2 from Nate Graham --- *** Bug 449722 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knotifications] [Bug 449722] Notifications sometimes appear with an extra empty padding on the bottom
https://bugs.kde.org/show_bug.cgi?id=449722 Nate Graham changed: What|Removed |Added CC||n...@kde.org Resolution|--- |DUPLICATE Status|CONFIRMED |RESOLVED --- Comment #3 from Nate Graham --- *** This bug has been marked as a duplicate of bug 449196 *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449726] Lower drop shadows on lock screen text
https://bugs.kde.org/show_bug.cgi?id=449726 Nate Graham changed: What|Removed |Added Assignee|plasma-b...@kde.org |visual-des...@kde.org Component|general |Theme - Breeze Status|REPORTED|RESOLVED Product|Breeze |plasmashell Resolution|--- |INTENTIONAL CC||n...@kde.org, ||plasma-b...@kde.org Target Milestone|--- |1.0 --- Comment #1 from Nate Graham --- If we did that, the text would disappear if you uses a light colored or white background. No can do, sorry. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 449727] Cannot uninstall newly installed Plasma Style (not active currently)
https://bugs.kde.org/show_bug.cgi?id=449727 Nate Graham changed: What|Removed |Added CC||alexander.loh...@gmx.de, ||lei...@leinir.dk, ||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged
https://bugs.kde.org/show_bug.cgi?id=423556 Nate Graham changed: What|Removed |Added CC||ber...@codewiz.org --- Comment #32 from Nate Graham --- *** Bug 449728 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Powerdevil] [Bug 449728] Battery "plugged in but still discharging" message while not plugged in
https://bugs.kde.org/show_bug.cgi?id=449728 Nate Graham changed: What|Removed |Added CC||n...@kde.org Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Nate Graham --- *** This bug has been marked as a duplicate of bug 423556 *** -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #48 from Brian Kaye --- What I did was run kdebugsettings command. I turned off all the things to trace except ksmserver. Lots more messages appeared in the system journal after a logout/login. Not sure what they all mean. I am not a kde developer by any way. Don't even know much C++. So I will look for messages where something fails. My quick look suggested that ksmserver was starting/stopping more than just the applications I had open on the various virtual desktops (4 in my case). I think we need a kde developer to get involved, but they seem to be quiet on this bug. -- You are receiving this mail because: You are watching all bug changes.
[plasma-nm] [Bug 449666] Selection of wifi network changes while user is entering password
https://bugs.kde.org/show_bug.cgi?id=449666 Nate Graham changed: What|Removed |Added CC||n...@kde.org Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 389052 *** -- You are receiving this mail because: You are watching all bug changes.
[plasma-nm] [Bug 389052] Desired connections run away just before clicking the "connect" button or entering password
https://bugs.kde.org/show_bug.cgi?id=389052 Nate Graham changed: What|Removed |Added CC||setp...@protonmail.com --- Comment #24 from Nate Graham --- *** Bug 449666 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-ktexteditor] [Bug 402609] [PATCH] Kate doesn't load remote .kateconfig files.
https://bugs.kde.org/show_bug.cgi?id=402609 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |WORKSFORME --- Comment #6 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 438127] latte crashes occasionally at login of dual-monitor setup
https://bugs.kde.org/show_bug.cgi?id=438127 Bug Janitor Service changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO |RESOLVED --- Comment #21 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 442873] kate crashes while system startup and session restore
https://bugs.kde.org/show_bug.cgi?id=442873 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |WORKSFORME --- Comment #5 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 426324] Dolphin crashes in Solid::StorageAccess::filePath when trying to eject a CD drive
https://bugs.kde.org/show_bug.cgi?id=426324 --- Comment #11 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.
[frameworks-ktexteditor] [Bug 375548] context menu not opened every other click (Mac)
https://bugs.kde.org/show_bug.cgi?id=375548 Bug Janitor Service changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO |RESOLVED --- Comment #5 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 448938] Kwin randomly crashes on startup.
https://bugs.kde.org/show_bug.cgi?id=448938 --- 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.
[dolphin] [Bug 415065] Dolphin 19.08.3 lags with a large amount of items in the Places panel
https://bugs.kde.org/show_bug.cgi?id=415065 --- 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.
[kstars] [Bug 420111] kstars frequently crash on macOS cause of QNetworkAccessManager
https://bugs.kde.org/show_bug.cgi?id=420111 --- 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.
[frameworks-kio] [Bug 411085] Mounting command against a first partition of removable device sent message about a second partition
https://bugs.kde.org/show_bug.cgi?id=411085 --- Comment #5 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 442721] kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
https://bugs.kde.org/show_bug.cgi?id=442721 AlexDeLorenzo.dev changed: What|Removed |Added CC||a...@alexdelorenzo.dev --- Comment #8 from AlexDeLorenzo.dev --- I'm encountering this issue on kf5 5.90.0: $ xdg-open . kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 Graphics Platform: Wayland -- You are receiving this mail because: You are watching all bug changes.
[Powerdevil] [Bug 435931] Charge limit stops 1% short
https://bugs.kde.org/show_bug.cgi?id=435931 --- Comment #6 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1441 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 197726] Show annotations pop-up text in the reviews sidebar
https://bugs.kde.org/show_bug.cgi?id=197726 beanf...@gmail.com changed: What|Removed |Added CC||beanf...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 449730] New: Printing Reconciliation reports missing pages
https://bugs.kde.org/show_bug.cgi?id=449730 Bug ID: 449730 Summary: Printing Reconciliation reports missing pages Product: kmymoney Version: 5.1.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kmymoney-de...@kde.org Reporter: jvap...@yahoo.com Target Milestone: --- SUMMARY After reconciliation the user is presented with the option to print the reconciliation report. However, there are two tabs. Each has a print button. If the user presses the print button, it will only print the information on that tab. Not both. STEPS TO REPRODUCE 1. Open Kmy file 2. Reconcile an account 3. Print the reconciliation report to a file. 4. Open the report file. OBSERVED RESULT If the user presses the print button, it will only print the information on that tab. Not both. EXPECTED RESULT Since the report is made of two tabs, pressing the print button should print the report as a PDF with two pages. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Gnome KDE Plasma Version: N/A KDE Frameworks Version: Version 5.90.0 Qt Version: Version 5.15.2 (built against 5.15.2) ADDITIONAL INFORMATION I am using the App Image version of the application KMyMoney Version 5.1.2-281f69d70 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449635] Battery applet doesn't list apps inhibiting sleep.
https://bugs.kde.org/show_bug.cgi?id=449635 --- Comment #13 from Lemuel Simon --- Created attachment 146375 --> https://bugs.kde.org/attachment.cgi?id=146375&action=edit PowerManagementItem.qml for Plasma 5.23.90 OK, I've attached the requested file. Sorry for the late response. -- You are receiving this mail because: You are watching all bug changes.
[calligrasheets] [Bug 449729] Crash when adding a new area
https://bugs.kde.org/show_bug.cgi?id=449729 --- Comment #1 from Bheesham Persaud --- Created attachment 146374 --> https://bugs.kde.org/attachment.cgi?id=146374&action=edit Sheet I used to reproduce Please excuse the bad accounting! Steps to reproduce using the attached spreadsheet: 1. Insert a new row before row 7 or above 2. Create a new area -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 251424] Include gpx overlays found in albums
https://bugs.kde.org/show_bug.cgi?id=251424 José Oliver-Didier changed: What|Removed |Added CC||jose_oli...@hotmail.com -- You are receiving this mail because: You are watching all bug changes.
[calligrasheets] [Bug 449729] New: Crash when adding a new area
https://bugs.kde.org/show_bug.cgi?id=449729 Bug ID: 449729 Summary: Crash when adding a new area Product: calligrasheets Version: 3.2.1 Platform: Fedora RPMs OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: calligra-sheets-bugs-n...@kde.org Reporter: m...@bheesham.com Target Milestone: --- Application: calligrasheets (3.2.1) Qt Version: 5.15.2 Frameworks Version: 5.90.0 Operating System: Linux 5.15.18-200.fc35.x86_64 x86_64 Windowing System: X11 Distribution: Fedora Linux 35 (KDE Plasma) DrKonqi: 5.23.5 [KCrashBackend] -- Information about the crash: - What I was doing when the application crashed: * I inserted a new row * I moved some cells around * I tried to create a new area I tried reproducing this issue but was unable to. The crash does not seem to be reproducible. -- Backtrace: Application: Calligra Sheets (calligrasheets), signal: Segmentation fault [KCrash Handler] #4 0x7efdb877a0bc in Calligra::Sheets::StyleStorage::invalidateCache() () from /lib64/libcalligrasheetsodf.so.17 #5 0x7efdb87497b2 in Calligra::Sheets::Map::handleDamages(QList const&) () from /lib64/libcalligrasheetsodf.so.17 #6 0x7efdce55c430 in void doActivate(QObject*, int, void**) () from /lib64/libQt5Core.so.5 #7 0x7efdb8689076 in Calligra::Sheets::Map::damagesFlushed(QList const&) () from /lib64/libcalligrasheetsodf.so.17 #8 0x7efdb87431fc in Calligra::Sheets::Map::flushDamages() () from /lib64/libcalligrasheetsodf.so.17 #9 0x7efdce552f49 in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5 #10 0x7efdce9bd443 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5 #11 0x7efdcf2c4ddd in KoApplication::notify(QObject*, QEvent*) () from /lib64/libkomain.so.17 #12 0x7efdce5287d8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5 #13 0x7efdce52bd46 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQt5Core.so.5 #14 0x7efdce57a117 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5 #15 0x7efdcbbe705f in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 #16 0x7efdcbc3c2a8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0 #17 0x7efdcbbe4853 in g_main_context_iteration () from /lib64/libglib-2.0.so.0 #18 0x7efdce579bb8 in QEventDispatcherGlib::processEvents(QFlags) () from /lib64/libQt5Core.so.5 #19 0x7efdce5271e2 in QEventLoop::exec(QFlags) () from /lib64/libQt5Core.so.5 #20 0x7efdce52f724 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5 #21 0x7efdcf566d49 in kdemain () from /lib64/libkdeinit5_calligrasheets.so #22 0x7efdcf385560 in __libc_start_call_main () from /lib64/libc.so.6 #23 0x7efdcf38560c in __libc_start_main_impl () from /lib64/libc.so.6 #24 0x5649b825d0a5 in _start () [Inferior 1 (process 9576) detached] The reporter indicates this bug may be a duplicate of or related to bug 448587. Possible duplicates by query: bug 448587, bug 444926, bug 432652, bug 430007, bug 429540. Reported using DrKonqi -- You are receiving this mail because: You are watching all bug changes.
[Powerdevil] [Bug 449728] Battery "plugged in but still discharging" message while not plugged in
https://bugs.kde.org/show_bug.cgi?id=449728 --- Comment #1 from Bernie Innocenti --- Created attachment 146373 --> https://bugs.kde.org/attachment.cgi?id=146373&action=edit Screenshot of Battery in Device Viewer -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449635] Battery applet doesn't list apps inhibiting sleep.
https://bugs.kde.org/show_bug.cgi?id=449635 --- Comment #12 from ratijas --- Created attachment 146372 --> https://bugs.kde.org/attachment.cgi?id=146372&action=edit «Display Configuration» and «Battery and Brightness» applets are fine I glanced at Display Configuration applet and its sources. Looks nice, uses the the same "powermanagement" data engine indeed. The code is moderately horrible, and should be fixed just like B&B applet was. Now I see where's that `inhibitions[0]` thing comes from in B&B, huh… Anyways, works for me (on git master) in both applets just fine, inhibitions are all there. Try building plasma-workspace package from source and see if it helps — are you able to do that without destroying your system? Or, you know what, let's do this: find the PowerManagementItem.qml file in your system — locate(1) utility is your friend, but usually it should be something like /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml — and upload it here or as a snippet on GitLab, so I can compare which version was that. Since inhibitions are present in your Display Configuration applet (and thus in the data engine), I suspect this is the issue that was already fixed in master. -- You are receiving this mail because: You are watching all bug changes.
[Powerdevil] [Bug 449728] New: Battery "plugged in but still discharging" message while not plugged in
https://bugs.kde.org/show_bug.cgi?id=449728 Bug ID: 449728 Summary: Battery "plugged in but still discharging" message while not plugged in Product: Powerdevil Version: 5.23.90 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: ber...@codewiz.org Target Milestone: --- Created attachment 146371 --> https://bugs.kde.org/attachment.cgi?id=146371&action=edit Screenshot SUMMARY See screenshot. This happened 3-4 times on my Thinkpad X1 Gen 7, but I still haven't figured how to reproduce it. The laptop is unplugged and discharging, but the battery monitor applet thinks it's plugged. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.23.90 KDE Plasma Version: 5.23.90 KDE Frameworks Version: 5.90.0 This is Fedora Rawhide, but I'm almost certain I have seen this bug also when I was still running Fedora 35 with Plasma 5.23.5. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 449727] New: Cannot uninstall newly installed Plasma Style (not active currently)
https://bugs.kde.org/show_bug.cgi?id=449727 Bug ID: 449727 Summary: Cannot uninstall newly installed Plasma Style (not active currently) Product: systemsettings Version: 5.23.5 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_desktoptheme Assignee: plasma-b...@kde.org Reporter: piotr.mierzwin...@gmail.com Target Milestone: --- Created attachment 146370 --> https://bugs.kde.org/attachment.cgi?id=146370&action=edit Error uninstalling Plasma Style SUMMARY I installed Plasma Style by "Gen New Plasma Style", applied it to check how it looks in real, and after back to my previous. Later I wanted to remove this newly installed "Plasma Style" but wasn't able. Always I got error message saying that "Removing theme failed Error: Plugin [its name] is not installed" I tried with: "Greybird-Dark" and also tried with other. Result was the same. STEPS TO REPRODUCE 1. Install new Plasma Style by "Gen New Plasma Style" (I tested "Greybird-Dark") 2. Apply it 3. Back to your previous 4. Try to delete newly installed OBSERVED RESULT Appears error: "Removing theme failed Error: Plugin [name] is not installed" EXPECTED RESULT I should be able to remove newly installed theme. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.90 Qt Version: 5.15.2 with last KDE patches ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 449726] Lower drop shadows on lock screen text
https://bugs.kde.org/show_bug.cgi?id=449726 hellosway changed: What|Removed |Added CC||hellos...@protonmail.com -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 449726] New: Lower drop shadows on lock screen text
https://bugs.kde.org/show_bug.cgi?id=449726 Bug ID: 449726 Summary: Lower drop shadows on lock screen text Product: Breeze Version: 5.23.5 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: hellos...@protonmail.com Target Milestone: --- Created attachment 146369 --> https://bugs.kde.org/attachment.cgi?id=146369&action=edit Screenshot of current behavior Remove drop shadows from the date and time on the lock screen. It looks out of place with the rest of the UI (especially with the default plasma wallpaper). STEPS TO REPRODUCE 1. Lock your screen. 2. Wait until password dialog disappears. 3. Observe the date and time text. OBSERVED RESULT Drop shadow under text EXPECTED RESULT Less drop shadow SOFTWARE/OS VERSIONS Linux/KDE Plasma KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Breeze SDDM theme -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #47 from Mark A Stevens --- When you determine what settings are useful for debugging, please let me know, so, if you need or want it, I can provide additional test data. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knotifications] [Bug 449722] Notifications sometimes appear with an extra empty padding on the bottom
https://bugs.kde.org/show_bug.cgi?id=449722 Fushan Wen changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 CC||qydwhotm...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 448460] discover 5.23.90 crashes with segfault on startup
https://bugs.kde.org/show_bug.cgi?id=448460 --- Comment #27 from Geraldo Simião --- I can confirm here, fixed in 5.24.0 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 449725] New: Black Writing in blue annotation box not readable
https://bugs.kde.org/show_bug.cgi?id=449725 Bug ID: 449725 Summary: Black Writing in blue annotation box not readable Product: okular Version: 20.12.3 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: okular-de...@kde.org Reporter: malte.lenh...@t-online.de Target Milestone: --- Created attachment 146368 --> https://bugs.kde.org/attachment.cgi?id=146368&action=edit blue post-it note, unreadable Hello and thanks for the great work upfront! When I receive documents with blue annotations in the text (annotated with different software), which open as a blue post-it note, the black font on the blue pop-up is not readable until highlighted by selecting the text (screenshot attached). This is obviously annoying to do for multiple annotations and unfortunately I did not find a way to change colors (the accessibility options unfortunately do not change the colors of the pop-ups). Is there any fix to this? I experienced it on Ubuntu Mate 20.04 (but a colleague on the main Ubuntu as well), Okular versions 19 from the ppa and 20.12.3 from snapcraft. Building from source unfortunately fails for me (complaining that it doesn't find installed KF5 packets). I am happy to supply any helping information and hope this can be fixed (in the future). Best regards Malte -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449724] New: Windows: "Fast Native Indexer" breaks when adding new directories
https://bugs.kde.org/show_bug.cgi?id=449724 Bug ID: 449724 Summary: Windows: "Fast Native Indexer" breaks when adding new directories Product: Elisa Version: 21.12.0 Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: baloo Assignee: matthieu_gall...@yahoo.fr Reporter: thefullstack...@gmail.com Target Milestone: --- SUMMARY When installing from scratch through the Windows Store, I needed to link my existing music directory (D:\Music). When selecting the folder through the application, the app hangs. STEPS TO REPRODUCE 1. Open Elisa 2. Add new directory, without changing the "Music Indexing" setting from "Use fast native indexer" 3. The app hangs and needs to be killed. OBSERVED RESULT The app hangs only when "Use fast native indexer" is used. When using "Scan the filesystem directly", the app works as expected. EXPECTED RESULT The default Music Indexing setting should work out of the box. If the "Scan the filesystem directly" setting is the default on Windows, make it default. At the very least, don't display a Baloo bug report dialog when selecting the setting. There may also be a related bug with Baloo, but it's implementation in Elisa is beyond my knowledge. SOFTWARE/OS VERSIONS Windows: 20H2 120.2212.3920.0 ADDITIONAL INFORMATION Welcome to my first KDE bug report, my daily driver is Arch+Plasma; I just discovered this on my Windows OS installation. -- You are receiving this mail because: You are watching all bug changes.
[plasma-pa] [Bug 449532] plasma-pa crashes pipewire-pulse when using headset profile
https://bugs.kde.org/show_bug.cgi?id=449532 --- Comment #8 from Chang Liu --- (In reply to Nate Graham from comment #7) > I don't have a bluetooth headset so I can't test your exact use case, sorry. I have done some tests for the bug. It seems that the crash is caused by the creation of VolumeMonitor object in volumemonitor.cpp in plasma-pa. By disabling the volume monitor function, the crash can be avoided. I tried to compare the code in volumemonitor.cpp and the code of mainwindow.cc in pavucontrol, and found that the volume monitor part is almost identical with some subtle difference. Maybe it is these differences that is causing the crash. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449635] Battery applet doesn't list apps inhibiting sleep.
https://bugs.kde.org/show_bug.cgi?id=449635 --- Comment #11 from Lemuel Simon --- (In reply to ratijas from comment #10) > No, I can assure you there were no plans on removing inhibitions from the > «Battery and Brightness» applet. This is most certainly a bug is our data > sources on backend part. Then 'Display Configuration' is reading another data source, as in, its not using the backend? -- You are receiving this mail because: You are watching all bug changes.
[skrooge] [Bug 448289] Password required on 2.26.1 version when opening file created on version 2.24.6 without password
https://bugs.kde.org/show_bug.cgi?id=448289 --- Comment #2 from Marco Sanchotene --- For the record, I contacted Stephane MANKOWSKI by email asking for help to build the 2.24.6 version to generate the sample file he asked for. Currently, when running the following: mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` -DCMAKE_BUILD_TYPE=release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DSKG_WEBENGINE=OFF -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF I'm seeing: CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: JobWidgets ConfigWidgets KIO NewStuff Parts XmlGui) (found suitable version "5.89.0", minimum required is "5.0.0") Call Stack (most recent call first): /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:76 (FIND_PACKAGE) -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449635] Battery applet doesn't list apps inhibiting sleep.
https://bugs.kde.org/show_bug.cgi?id=449635 --- Comment #10 from ratijas --- > Display Configuration I… didn't even knew such applet exists. > This may not be a bug after all, but a 'questionable' redesign. I found this > out by mistake and Display Configuration applet is not visible by default. It > isn't as discoverable as when it was in the Battery Applet. No, I can assure you there were no plans on removing inhibitions from the «Battery and Brightness» applet. This is most certainly a bug is our data sources on backend part. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449635] Battery applet doesn't list apps inhibiting sleep.
https://bugs.kde.org/show_bug.cgi?id=449635 --- Comment #9 from Lemuel Simon --- Created attachment 146367 --> https://bugs.kde.org/attachment.cgi?id=146367&action=edit Vivaldi playing Youtube video, inhibiting sleep, shown in 'Display Configuration' applet. Apparently, this information is shown in the 'Display Configuration' applet instead of the Battery Applet. The 'Wakelock' for Chromium shows up there while playing a video (see screenshot). This may not be a bug after all, but a 'questionable' redesign. I found this out by mistake and Display Configuration applet is not visible by default. It isn't as discoverable as when it was in the Battery Applet. ~~Also, why is Presentation Mode in both the Battery Applet and the Display Configuration applet, but the Wakelock only shown in the latter?~~ Should I close this bug? -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kxmlgui] [Bug 442099] Create new item in Help menu to facilitate discovery of the "search all commands" HUD feature
https://bugs.kde.org/show_bug.cgi?id=442099 ratijas changed: What|Removed |Added CC||m...@ratijas.tk -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 444800] Discover crashes with error ASSERT: "m_responsePending != pending"
https://bugs.kde.org/show_bug.cgi?id=444800 --- Comment #9 from Jean-Marc Strauven --- Created attachment 146366 --> https://bugs.kde.org/attachment.cgi?id=146366&action=edit New crash information added by DrKonqi plasma-discover (5.18.5) using Qt 5.12.8 - What I was doing when the application crashed: I have just made a update via discover and now, I can't restart Discover and close my computer -- Backtrace (Reduced): #6 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #7 0x7ff174f9c859 in __GI_abort () at abort.c:79 #8 0x7ff1753d2aad in QMessageLogger::fatal(char const*, ...) const () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #9 0x7ff17707b065 in QSGRenderLoop::handleContextCreationFailure(QQuickWindow*, bool) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 [...] #12 0x7ff175f539ad in QWindow::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 444800] Discover crashes with error ASSERT: "m_responsePending != pending"
https://bugs.kde.org/show_bug.cgi?id=444800 Jean-Marc Strauven changed: What|Removed |Added CC||j...@grazulex.be -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knotifications] [Bug 449722] Notifications sometimes appear with an extra empty padding on the bottom
https://bugs.kde.org/show_bug.cgi?id=449722 --- Comment #2 from ratijas --- Created attachment 146365 --> https://bugs.kde.org/attachment.cgi?id=146365&action=edit Notifications - extra height and clipped background - Trash Sometimes the glitch also affects blurry background: it is sized to fit the content, and thus it does not cover all the popup. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449648] Discussion/proposal: Disable accelerators (&mnemonics) in the Global Menu applet
https://bugs.kde.org/show_bug.cgi?id=449648 --- Comment #13 from Felix Ernst --- >Menu bar is so special that one prominent operating system has been […] Now I see where you are coming from. I haven't used the Apple stuff a lot so I wasn't aware which behaviours might be expected. >Come on, I never meant that users should set a shortcut per each control. >See my previous paragraph about how menu bar is special. I am talking from the perspective that many users don't even know the shortcuts for copy and paste. I don't think what you are suggesting is too much to ask for any somewhat advanced computer user but for the noobs out there figuring out to press Alt when they want to activate something with the keyboard might already be difficult enough. Not saying that the workflow you are suggesting won't work. On the contrary I think that anyone that wants to have a mostly keyboard-driven workflow is probably quite eager to learn the necessary shortcuts. The good thing is that we can allow to have both and the multitude of allowed methods makes it more likely that users will be able to achieve what they want one way or another. >More generally, tools nowadays more often tend to be using the "command >palette" approach: >something like KRunner with a search bar and a list of results, which is as >great for discoverability >and productivity as classic menus won't ever get. > >(by the way, where's a special Help menu with a search field in this Global >Menu applet?) It should be available on Wayland. Aside from that we should try to have this as a general functionality anyway: https://bugs.kde.org/show_bug.cgi?id=442099 There is also a bug report about combining KRunner and KCommandBar: https://bugs.kde.org/show_bug.cgi?id=437509 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knotifications] [Bug 449722] Notifications sometimes appear with an extra empty padding on the bottom
https://bugs.kde.org/show_bug.cgi?id=449722 --- Comment #1 from ratijas --- Created attachment 146364 --> https://bugs.kde.org/attachment.cgi?id=146364&action=edit Notifications - extra height - Konsole bell More examples -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 449723] New: Layer Style on File Layer causes Krita to crash on Windows 10
https://bugs.kde.org/show_bug.cgi?id=449723 Bug ID: 449723 Summary: Layer Style on File Layer causes Krita to crash on Windows 10 Product: krita Version: git master (please specify the git hash!) Platform: Compiled Sources OS: Microsoft Windows Status: REPORTED Severity: crash Priority: NOR Component: layer styles Assignee: krita-bugs-n...@kde.org Reporter: ianmcclint...@gmail.com Target Milestone: --- Created attachment 146363 --> https://bugs.kde.org/attachment.cgi?id=146363&action=edit Backtrace Log SUMMARY *** Creating a File Layer in Krita and then attempting to apply a Layer Style to it will bring up the Layer Style dialog, at which point Krita hangs for a moment and then force-closes. *** STEPS TO REPRODUCE 1. Add a file layer (tested with multiple different files of different types, all with the same result on my system) 2. Either by right-clicking on the layer or from the Layer menu, invoke adding a Layer Style OBSERVED RESULT The Layer Styles dialog appears, Krita hangs before any options can be selected. After a moment the program closes. EXPECTED RESULT Selecting options and applying a layer style to the file layer. SOFTWARE/OS VERSIONS Windows: 10 ADDITIONAL INFORMATION Trace log attached. The two most recent crashes on 2/6/2022 are the relevant ones to this particular crash. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knotifications] [Bug 449722] New: Notifications sometimes appear with an extra empty padding on the bottom
https://bugs.kde.org/show_bug.cgi?id=449722 Bug ID: 449722 Summary: Notifications sometimes appear with an extra empty padding on the bottom Product: frameworks-knotifications Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdelibs-b...@kde.org Reporter: m...@ratijas.tk CC: kdelibs-b...@kde.org Target Milestone: --- Created attachment 146362 --> https://bugs.kde.org/attachment.cgi?id=146362&action=edit Notifications - extra height glitch SUMMARY Sometimes notifications from various sources (like file operations, applets removal, "notification" service from the eponymous Plasma data source -> createNotification operation) may appear with a persistent extra padding on the bottom: about 72 px height below the content. It is persistent in a sense that once a notification is created, it will not alter its geometry until it dismisses. Such glitched notifications are rare and very inconsistent to get. My best bet would be to use "notifications" Plasma data source to emit twice as much notifications as needed to cover your screen entirely (so that the new ones have to wait their turn). STEPS TO REPRODUCE 1. Get a notification. 2. ??? 3. 0.1% chance that it is glitched. OBSERVED RESULT Extra empty vertical space below the content of notification. EXPECTED RESULT Notifications should adjust to content size. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.24.80 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.2 Kernel Version: 5.16.5-arch1-1 (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 plasma-desktop: 963b4ee7a1c56ee68a2d5bf0557862d497fea974 plasma-workspace: daed0461ebafe1c70821f6852394b058078d3315 plasma-framework: 850051e0a0b577e6c22b67e2ba04a7c8c8ed25cb ADDITIONAL INFORMATION Telegram thread where I first discussed this issue starts here: https://t.me/vdgmainroom/311295 This turned out to be quite old and known issue, although no one seems to have any idea how to fix it. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449648] Discussion/proposal: Disable accelerators (&mnemonics) in the Global Menu applet
https://bugs.kde.org/show_bug.cgi?id=449648 --- Comment #12 from ratijas --- Git commit 4325317fb341afb4c1744981a682f0ab9872b9dd by ivan tkachenko. Committed on 06/02/2022 at 20:12. Pushed by ratijas into branch 'master'. kstyle: Clarify options of mnemonics/accelerators Parity patch for breeze theme: https://invent.kde.org/plasma/breeze/-/merge_requests/179 M +3-3kstyle/config/ui/oxygenstyleconfig.ui https://invent.kde.org/plasma/oxygen/commit/4325317fb341afb4c1744981a682f0ab9872b9dd -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449648] Discussion/proposal: Disable accelerators (&mnemonics) in the Global Menu applet
https://bugs.kde.org/show_bug.cgi?id=449648 --- Comment #11 from ratijas --- Git commit 6e05c4441557e989273429ad4a5512d70124f657 by ivan tkachenko. Committed on 06/02/2022 at 20:15. Pushed by ratijas into branch 'master'. kstyle: Clarify options of mnemonics/accelerators Parity patch for oxygen theme: https://invent.kde.org/plasma/oxygen/-/merge_requests/17 M +3-3kstyle/config/ui/breezestyleconfig.ui https://invent.kde.org/plasma/breeze/commit/6e05c4441557e989273429ad4a5512d70124f657 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449163] Plasma panel visually freezes after some time under Wayland
https://bugs.kde.org/show_bug.cgi?id=449163 --- Comment #24 from Lyubomir --- (In reply to torokati44 from comment #23) > I commented under #429211 because I thought I was affected by that, but I > that was since turned into X11-specific, and I'm on Wayland. > > This is happening on basically an hourly basis. Seeing the wrong (sometimes > by a lot) time in the corner is really inconvenient sometimes. > Also, the fact that restarting plasmashell to fix this, sometimes also kills > Firefox and/or Discord, which is a whole another issue, I imagine. It may be happening on an hourly basis (haven't noticed), but there is no need for Plasma to be active for an hour for the issue to happen. That is, i once restarted Plasma because of this issue and it was only a matter of few minutes until it freezed again. That said, i did not restart Plasma immediately, so it might have been an hour since it froze. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 449718] underline last letter
https://bugs.kde.org/show_bug.cgi?id=449718 --- Comment #3 from andreas.naum...@kdemail.net --- (In reply to Albert Astals Cid from comment #1) > Can you attach a video/gif of that (or put it in imgur)? I can underline > just fine. It seems to happen only in a specific cirumstance: 1. open the test file autotests/data/file1.pdf 2. make sure, that the sidebar is shown (settings -> show sidebar) 3. set the zoom level to 400 % (that is a minimal value for me. with larger zoom levels, the problem occurs, with smaller it disapears. My display resolution is 1920x1080) 4. zoom to the end of the first line 5. close okular 6. restart okular from the commandline with the same file as only argument (for me, it shows the file at the end of the first line) 7. select "underline annotation" 8. try to underline starting from the word "file" to the end (for me the underline stops at the letter a in "was") 9. reset the zoom level to 100 % 10. try to underline the full line (the underline stops at the letter "a" again). But one can select the first and the second line together, which includes the end of the first line and the last character. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 449718] underline last letter
https://bugs.kde.org/show_bug.cgi?id=449718 --- Comment #2 from andreas.naum...@kdemail.net --- Created attachment 146361 --> https://bugs.kde.org/attachment.cgi?id=146361&action=edit video showing all steps -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 449713] balooctl suffers from leak memory and create huge index after deleting a folder
https://bugs.kde.org/show_bug.cgi?id=449713 medin changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from medin --- (In reply to tagwerk19 from comment #1) > Is Bug 437754 the same? > > The dangerous bit is doing the "balooctl status". My guess is you are > reading at the same time as the individual deletes want to write. The writes > are then done as appends and the index baloons in size... Yeah you are right, I think the same problem. This component holds the rank of second broken app in KDE after Akonadi. I don't know if any alternative can replace it or it should be rewritten from scratch. *** This bug has been marked as a duplicate of bug 437754 *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 437754] "balooctl status" can trigger high memory use
https://bugs.kde.org/show_bug.cgi?id=437754 medin changed: What|Removed |Added CC||med.medin.2...@gmail.com --- Comment #5 from medin --- *** Bug 449713 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 420054] Keyboard kded module causes hang after switching back from virtual console
https://bugs.kde.org/show_bug.cgi?id=420054 --- Comment #26 from QkiZ --- (In reply to Fabian Vogt from comment #25) > Each xmodmap entry triggers an x11/xkb map change notification to all > applications, so the question is which one processes them that slowly. > kglobalaccel5 is the usual candidate, can you re-test whether this still > happens if kglobalaccel5 is not running? If yes, the easiest option is > probably to kill processes one by one and check whether that fixed it... I killed kglobalaccel5 and then run xmodmap and it still happens. Which processes do you mean? -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 447363] Kile crashes in Okular::Page::formFields() when rapidly switching between tabs using the keyboard shortcut
https://bugs.kde.org/show_bug.cgi?id=447363 --- Comment #10 from Albert Astals Cid --- (In reply to Nate Graham from comment #9) > Could be, so maybe there are two bugs? One in Okular and one in Kile? I haven't looked at it properly so i'm just throwing random facts here, but if Kile is calling Okular::Part::closeUrl again over the same object before waiting for the previous Okular::Part::closeUrl call to finish, i'd say that's a Kile bug and not an Okular bug. -- You are receiving this mail because: You are watching all bug changes.
[skrooge] [Bug 449580] All operations imported from OFX file have 07/02/2106 as date
https://bugs.kde.org/show_bug.cgi?id=449580 --- Comment #2 from Marco Sanchotene --- Created attachment 146360 --> https://bugs.kde.org/attachment.cgi?id=146360&action=edit Sample file to reproduce issue -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 449618] Some fonts have incorrect kerning only in KDE apps
https://bugs.kde.org/show_bug.cgi?id=449618 walmartshop...@msn.com changed: What|Removed |Added URL||https://bugreports.qt.io/br ||owse/QTBUG-100505 -- You are receiving this mail because: You are watching all bug changes.