[khelpcenter] [Bug 487093] copy link action does not encode info URL
https://bugs.kde.org/show_bug.cgi?id=487093 Christopher Yeleighton changed: What|Removed |Added URL||info:/groff/Invoking%20grof ||f -- You are receiving this mail because: You are watching all bug changes.
[khelpcenter] [Bug 487093] New: copy link action does not encode info URL
https://bugs.kde.org/show_bug.cgi?id=487093 Bug ID: 487093 Summary: copy link action does not encode info URL Classification: Applications Product: khelpcenter Version: 5.8.23083 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kde-doc-engl...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY copy link action does not encode info URL STEPS TO REPRODUCE 1. Open the page "2 Invoking 'groff'"! 2. Tell the link "Macro Directories" to copy! 3. Paste text! OBSERVED RESULT info:/groff/Macro Directories EXPECTED RESULT info:/groff/Macro%20Directories SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20231122 (available in About System) KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.112.0 Qt Version: 5.15.11 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kdoctools] [Bug 477015] GNU Free Documentation License - version 1.1
https://bugs.kde.org/show_bug.cgi?id=477015 --- Comment #1 from Christopher Yeleighton --- The following patch should do the trick (with rename): -- a/common/CMakeLists.txt 2023-11-04 11:02:07.0 +0100 +++ b/common/CMakeLists.txt 2023-11-15 00:55:39.713916560 +0100 @@ -1,6 +1,11 @@ +set(GFDL_TITLE "GNU Free Documentation License") +set(GFDL_VERSION "1.2") +configure_file("en/fdl-license.html.in" "en/fdl-license.html" @ONLY) + # install common files for all languages foreach( _kdoctoolscommon_currentlang ${KDOCTOOLS_LANGUAGES_LIST}) file( GLOB _kdoctoolscommon_lang_allfiles "${_kdoctoolscommon_currentlang}/*" ) +list(TRANSFORM _kdoctoolscommon_lang_allfiles REPLACE "^.*/common(/.*)\\.in$" "${CMAKE_CURRENT_BINARY_DIR}\\1") install(FILES ${_kdoctoolscommon_lang_allfiles} DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/${_kdoctoolscommon_currentlang}/kdoctools5-common) endforeach() @@ -8,10 +13,16 @@ # help:/kdoctools5-common/gpl-translated.html always works even # if the translated file for the current language does not exist, # thanks to kio_help's fallback on the English version. -set (_basetranslatedlicenses fdl gpl lgpl) +set (_basetranslatedlicenses fdl) foreach (_licenseprefix ${_basetranslatedlicenses}) -install(FILES en/${_licenseprefix}-license.html DESTINATION +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/en/${_licenseprefix}-license.html DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en/kdoctools5-common/ RENAME ${_licenseprefix}-translated.html) endforeach() +set (_basetranslatedlicenses gpl lgpl) +foreach (_licenseprefix ${_basetranslatedlicenses}) +install(FILES en/${_licenseprefix}-license.html DESTINATION +${KDE_INSTALL_DOCBUNDLEDIR}/en/kdoctools5-common/ +RENAME ${_licenseprefix}-translated.html) +endforeach() --- a/common/en/fdl-license.html2023-11-04 11:02:07.0 +0100 +++ b/common/en/fdl-license.html.in 2023-11-15 00:56:52.988901584 +0100 @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html40/strict.dtd";> -GNU Free Documentation License - version 1.1 +@GFDL_TITLE@, version @GFDL_VERSION@ @@ -12,9 +12,9 @@ -GNU Free Documentation License +@GFDL_TITLE@ - Version 1.2, November 2002 + Version @GFDL_VERSION@, November 2002 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kdoctools] [Bug 477015] GNU Free Documentation License - version 1.1
https://bugs.kde.org/show_bug.cgi?id=477015 Christopher Yeleighton changed: What|Removed |Added URL||help:/kdoctools5-common/fdl ||-license.html -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kdoctools] [Bug 477015] New: GNU Free Documentation License - version 1.1
https://bugs.kde.org/show_bug.cgi?id=477015 Bug ID: 477015 Summary: GNU Free Documentation License - version 1.1 Classification: Frameworks and Libraries Product: frameworks-kdoctools Version: 5.111.0 Platform: openSUSE OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: kde-doc-engl...@kde.org Reporter: giecr...@stegny.2a.pl CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY GNU Free Documentation License has version 1.1 in document title STEPS TO REPRODUCE 1. Tell Help Centre to open GNU Free Documentation License! OBSERVED RESULT GNU Free Documentation License - version 1.1 — Help centre EXPECTED RESULT GNU Free Documentation License version 1.2 — Help centre SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: 20231110 (available in About System) KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.111.0 Qt Version: 5.15.11 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 474625] New: cannot kquitapp kontact
https://bugs.kde.org/show_bug.cgi?id=474625 Bug ID: 474625 Summary: cannot kquitapp kontact Classification: Applications Product: kontact Version: 5.24.1 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdepim-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Kontact does not support the MainApplication interface and cannot be told to quit STEPS TO REPRODUCE 1. { kquitapp5 kontact; } OBSERVED RESULT "Quitting application kontact failed. Error reported was:\n\n org.freedesktop.DBus.Error.UnknownObject : No such object path '/MainApplication'" EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230915 (available in About System) KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION Work-around: { gdbus call -e -d org.kde.kontact -o /kontact/MainWindow_1 -m org.qtproject.Qt.QWidget.close; } -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 474589] message body is always empty
https://bugs.kde.org/show_bug.cgi?id=474589 Christopher Yeleighton changed: What|Removed |Added Resolution|--- |UPSTREAM URL||https://bugzilla.opensuse.o ||rg/show_bug.cgi?id=1212455 Status|REPORTED|RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 446104] QtWebengine-based views broken in master - affects Kmail + Akregator + more in wayland session
https://bugs.kde.org/show_bug.cgi?id=446104 Christopher Yeleighton changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=474589 -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 474589] message body is always empty
https://bugs.kde.org/show_bug.cgi?id=474589 Christopher Yeleighton changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=446104 -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 474589] New: message body is always empty
https://bugs.kde.org/show_bug.cgi?id=474589 Bug ID: 474589 Summary: message body is always empty Classification: Applications Product: kmail2 Version: 5.24.0 Platform: openSUSE OS: Linux Status: REPORTED Severity: major Priority: NOR Component: UI Assignee: kdepim-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- Created attachment 161657 --> https://bugs.kde.org/attachment.cgi?id=161657&action=edit An example message SUMMARY The message body is always empty STEPS TO REPRODUCE 1. Tell Kontact to open the message! OBSERVED RESULT (empty body) EXPECTED RESULT Some or all of your votes have been removed from bug 463676. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230914 (available in About System) KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION The message body is empty in any message, in message list view, in message view and in print preview. It is not empty in source view, when saved and when forwarded (the latest action is a workaround). It does not depend on whether displaying HTML parts is allowed. It will be empty in a new desktop session. -- You are receiving this mail because: You are watching all bug changes.
[drkonqi] [Bug 473165] New: Bus error trying to lock the shared data cache
https://bugs.kde.org/show_bug.cgi?id=473165 Bug ID: 473165 Summary: Bus error trying to lock the shared data cache Classification: Applications Product: drkonqi Version: 5.26.4 Platform: openSUSE OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Bus error trying to lock the shared data cache STEPS TO REPRODUCE 1. Wait for an Akonadi IMAP resource to crash! OBSERVED RESULT DrKonqi crashes EXPECTED RESULT Let DrKonqi handle the crash in Akonadi! SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230629 (available in About System) KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.107.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION Application: Obsługa usterek KDE (drkonqi), signal: Bus error [KCrash Handler] #4 0x7f5bf9694565 in __futex_clocklock64 (private=128, abstime=0x7ffee29bc2f0, clockid=0, futex=0x7f5bdb48) at ../sysdeps/nptl/futex-internal.h:320 #5 __pthread_mutex_clocklock_common (mutex=0x7f5bdb48, clockid=0, abstime=0x7ffee29bc2f0) at pthread_mutex_timedlock.c:88 #6 0x7f5bfad97efc in pthreadTimedLock::lock (this=0x5576b70c23c0) at /usr/src/debug/kcoreaddons-5.107.0/src/lib/caching/kshareddatacache_p.h:247 #7 0x7f5bfad9d0de in KSharedDataCache::Private::lock (this=) at /usr/src/debug/kcoreaddons-5.107.0/src/lib/caching/kshareddatacache.cpp:1196 #8 KSharedDataCache::Private::CacheLocker::cautiousLock (this=this@entry=0x7ffee29bc3c8) at /usr/src/debug/kcoreaddons-5.107.0/src/lib/caching/kshareddatacache.cpp:1219 #9 0x7f5bfad9e717 in KSharedDataCache::Private::CacheLocker::CacheLocker (_d=0x5576b70ebbe0, this=0x7ffee29bc3c8) at /usr/src/debug/kcoreaddons-5.107.0/src/lib/caching/kshareddatacache.cpp:1269 #10 KSharedDataCache::find (this=0x5576b70ea400, key=..., destination=0x7ffee29bc550) at /usr/src/debug/kcoreaddons-5.107.0/src/lib/caching/kshareddatacache.cpp:1550 #11 0x7f5bf411d748 in KIconLoader::loadScaledIcon(QString const&, KIconLoader::Group, double, QSize const&, int, QStringList const&, QString*, bool, std::optional const&) const () from /lib64/libKF5IconThemes.so.5 #12 0x7f5bf411257b in KIconEngine::createPixmap(QSize const&, double, QIcon::Mode, QIcon::State) () from /lib64/libKF5IconThemes.so.5 #13 0x7f5bf4112b15 in KIconEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State) () from /lib64/libKF5IconThemes.so.5 #14 0x7f5bfa61358c in QIcon::pixmap (this=this@entry=0x7ffee29bcab0, window=window@entry=0x0, size=..., mode=mode@entry=QIcon::Normal, state=state@entry=QIcon::Off) at image/qicon.cpp:905 #15 0x7f5bfa61369e in QIcon::pixmap (this=this@entry=0x7ffee29bcab0, size=..., mode=mode@entry=QIcon::Normal, state=state@entry=QIcon::Off) at image/qicon.cpp:841 #16 0x5576b5f35a58 in BacktraceRatingWidget::BacktraceRatingWidget (parent=, this=0x5576b7207930) at /usr/src/debug/drkonqi-5.27.6/src/backtraceratingwidget.cpp:20 #17 BacktraceWidget::BacktraceWidget (showToggleBacktrace=false, parent=0x5576b73cc940, generator=, this=) at /usr/src/debug/drkonqi-5.27.6/src/backtracewidget.cpp:102 #18 DrKonqiDialog::DrKonqiDialog(QWidget*) [clone .constprop.0] (this=0x5576b73cc940, parent=0x0) at /usr/src/debug/drkonqi-5.27.6/src/drkonqidialog.cpp:120 #19 0x5576b5eebed1 in (anonymous namespace)::openDrKonqiDialog () at /usr/src/debug/drkonqi-5.27.6/src/main.cpp:55 #20 0x7f5bf9f257a2 in QtPrivate::QSlotObjectBase::call (a=0x7ffee29bcc20, r=0x5576b73cb310, this=0x5576b73827b0) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #21 doActivate (sender=0x5576b73cb310, signal_index=4, argv=0x7ffee29bcc20) at kernel/qobject.cpp:3925 #22 0x7f5bf9f257a2 in QtPrivate::QSlotObjectBase::call (a=0x7ffee29bccf0, r=0x5576b73cb310, this=0x5576b7382520) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #23 doActivate (sender=0x5576b7361270, signal_index=4, argv=0x7ffee29bccf0) at kernel/qobject.cpp:3925 #24 0x7f5bf9f257a2 in QtPrivate::QSlotObjectBase::call (a=0x7ffee29bce20, r=0x5576b7361270, this=0x5576b7383490) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #25 doActivate (sender=0x5576b7361650, signal_index=3, argv=0x7ffee29bce20) at kernel/qobject.cpp:3925 #26 0x7f5bf9f1e40f in QMetaObject::activate (sender=, m=m@entry=0x7f5bfa1c79a0, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffee29bce20) at kernel/qobject.cpp:3985 #27 0x7f5bf9f2957a in QTimer::timeout (this=, _t1=...) at .moc/moc_qtimer.cpp:205 #28 0x7f5bf9f191bb in QObject::event (this=0x5576b7361650, e=0x7ffee29bcf70) at kernel/qobject.cpp:1369 #29 0x7f5bfb3a519e in QApplicationPrivate::notify_helper (this=, receiver=0x5576b7361650, e=0x7ffee29bcf70) at kernel/qapplication.cpp:3640 #30 0x7f5bf9eed4f
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #56 from Christopher Yeleighton --- Comment on attachment 160138 --> https://bugs.kde.org/attachment.cgi?id=160138 New crash information added by DrKonqi The attachments have been submitted by DrKonqi. They are most probably duplicates. I am sorry for the noise. However, I am not responsible for DrKonqi’s malfunction. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #25 from Christopher Yeleighton --- Created attachment 160161 --> https://bugs.kde.org/attachment.cgi?id=160161&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #22 from Christopher Yeleighton --- Created attachment 160158 --> https://bugs.kde.org/attachment.cgi?id=160158&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #24 from Christopher Yeleighton --- Created attachment 160160 --> https://bugs.kde.org/attachment.cgi?id=160160&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #19 from Christopher Yeleighton --- Created attachment 160155 --> https://bugs.kde.org/attachment.cgi?id=160155&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #21 from Christopher Yeleighton --- Created attachment 160157 --> https://bugs.kde.org/attachment.cgi?id=160157&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #55 from Christopher Yeleighton --- Created attachment 160192 --> https://bugs.kde.org/attachment.cgi?id=160192&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #54 from Christopher Yeleighton --- Created attachment 160191 --> https://bugs.kde.org/attachment.cgi?id=160191&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #53 from Christopher Yeleighton --- Created attachment 160190 --> https://bugs.kde.org/attachment.cgi?id=160190&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #50 from Christopher Yeleighton --- Created attachment 160187 --> https://bugs.kde.org/attachment.cgi?id=160187&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #49 from Christopher Yeleighton --- Created attachment 160186 --> https://bugs.kde.org/attachment.cgi?id=160186&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #48 from Christopher Yeleighton --- Created attachment 160185 --> https://bugs.kde.org/attachment.cgi?id=160185&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #47 from Christopher Yeleighton --- Created attachment 160184 --> https://bugs.kde.org/attachment.cgi?id=160184&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #46 from Christopher Yeleighton --- Created attachment 160183 --> https://bugs.kde.org/attachment.cgi?id=160183&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #45 from Christopher Yeleighton --- Created attachment 160182 --> https://bugs.kde.org/attachment.cgi?id=160182&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #44 from Christopher Yeleighton --- Created attachment 160181 --> https://bugs.kde.org/attachment.cgi?id=160181&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #43 from Christopher Yeleighton --- Created attachment 160180 --> https://bugs.kde.org/attachment.cgi?id=160180&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #41 from Christopher Yeleighton --- Created attachment 160178 --> https://bugs.kde.org/attachment.cgi?id=160178&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #42 from Christopher Yeleighton --- Created attachment 160179 --> https://bugs.kde.org/attachment.cgi?id=160179&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #37 from Christopher Yeleighton --- Created attachment 160174 --> https://bugs.kde.org/attachment.cgi?id=160174&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #39 from Christopher Yeleighton --- Created attachment 160176 --> https://bugs.kde.org/attachment.cgi?id=160176&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #34 from Christopher Yeleighton --- Created attachment 160171 --> https://bugs.kde.org/attachment.cgi?id=160171&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #32 from Christopher Yeleighton --- Created attachment 160169 --> https://bugs.kde.org/attachment.cgi?id=160169&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #29 from Christopher Yeleighton --- Created attachment 160166 --> https://bugs.kde.org/attachment.cgi?id=160166&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #28 from Christopher Yeleighton --- Created attachment 160165 --> https://bugs.kde.org/attachment.cgi?id=160165&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #27 from Christopher Yeleighton --- Created attachment 160163 --> https://bugs.kde.org/attachment.cgi?id=160163&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #26 from Christopher Yeleighton --- Created attachment 160162 --> https://bugs.kde.org/attachment.cgi?id=160162&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #23 from Christopher Yeleighton --- Created attachment 160159 --> https://bugs.kde.org/attachment.cgi?id=160159&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #20 from Christopher Yeleighton --- Created attachment 160156 --> https://bugs.kde.org/attachment.cgi?id=160156&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #18 from Christopher Yeleighton --- Created attachment 160154 --> https://bugs.kde.org/attachment.cgi?id=160154&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #16 from Christopher Yeleighton --- Created attachment 160152 --> https://bugs.kde.org/attachment.cgi?id=160152&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #17 from Christopher Yeleighton --- Created attachment 160153 --> https://bugs.kde.org/attachment.cgi?id=160153&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #15 from Christopher Yeleighton --- Created attachment 160151 --> https://bugs.kde.org/attachment.cgi?id=160151&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #14 from Christopher Yeleighton --- Created attachment 160150 --> https://bugs.kde.org/attachment.cgi?id=160150&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #13 from Christopher Yeleighton --- Created attachment 160149 --> https://bugs.kde.org/attachment.cgi?id=160149&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #12 from Christopher Yeleighton --- Created attachment 160148 --> https://bugs.kde.org/attachment.cgi?id=160148&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #11 from Christopher Yeleighton --- Created attachment 160147 --> https://bugs.kde.org/attachment.cgi?id=160147&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #9 from Christopher Yeleighton --- Created attachment 160145 --> https://bugs.kde.org/attachment.cgi?id=160145&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #10 from Christopher Yeleighton --- Created attachment 160146 --> https://bugs.kde.org/attachment.cgi?id=160146&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #8 from Christopher Yeleighton --- Created attachment 160144 --> https://bugs.kde.org/attachment.cgi?id=160144&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #7 from Christopher Yeleighton --- Created attachment 160143 --> https://bugs.kde.org/attachment.cgi?id=160143&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #6 from Christopher Yeleighton --- Created attachment 160142 --> https://bugs.kde.org/attachment.cgi?id=160142&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #5 from Christopher Yeleighton --- Created attachment 160141 --> https://bugs.kde.org/attachment.cgi?id=160141&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #4 from Christopher Yeleighton --- Created attachment 160140 --> https://bugs.kde.org/attachment.cgi?id=160140&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #3 from Christopher Yeleighton --- Created attachment 160139 --> https://bugs.kde.org/attachment.cgi?id=160139&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 465711] Discover crashed in PackageKitBackend::resolvePackages() after I tried to use search
https://bugs.kde.org/show_bug.cgi?id=465711 --- Comment #2 from Christopher Yeleighton --- Created attachment 160138 --> https://bugs.kde.org/attachment.cgi?id=160138&action=edit New crash information added by DrKonqi plasma-discover (5.27.6) using Qt 5.15.10 Discover crashed reading system updates. -- Backtrace (Reduced): #4 QWeakPointer::internalData (this=this@entry=0x27e6d0154) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:702 #5 0x7f3e8008a9dc in QPointer::data (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:77 #6 QPointer::operator PKResolveTransaction* (this=0x27e6d0154) at /usr/include/qt5/QtCore/qpointer.h:83 #7 PackageKitBackend::resolvePackages (this=this@entry=0x27e6d0034, packageNames=...) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:371 #8 0x7f3e8008b716 in PKResultsStream::sendResources (this=0x55df85667ee0, res=..., waitForResolved=false) at /usr/src/debug/discover-5.27.6/libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp:589 -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 470711] New: Cannot resize contact editor window
https://bugs.kde.org/show_bug.cgi?id=470711 Bug ID: 470711 Summary: Cannot resize contact editor window Classification: Applications Product: kontact Version: 5.17.1 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: contacts Assignee: kdepim-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Contact editor window adapts to content by growing vertically. It grows so big that the bottom is off screen and the buttons cannot be reached. The editor window cannot be resized. STEPS TO REPRODUCE 1. Add 17 Web addresses to a contact (or as many as needed, depending on display settings). OBSERVED RESULT The contact editor window is longer than the screen height; the buttons are off screen and inaccessible. EXPECTED RESULT The Web addresses of the contact get an internal scroll bar. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230603 (available in About System) KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.106.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 468866] Kontact stürzt ab bzw. friert ein ( OpenSuse Tumbleweed )
https://bugs.kde.org/show_bug.cgi?id=468866 --- Comment #1 from Christopher Yeleighton --- Created attachment 159005 --> https://bugs.kde.org/attachment.cgi?id=159005&action=edit New crash information added by DrKonqi kontact (5.23.1 (23.04.1)) using Qt 5.15.9 I told Kontact to move a mail message to a folder. It could not achieve so I told the window manager to close Kontact. -- Backtrace (Reduced): #4 std::__atomic_base::load (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13/bits/atomic_base.h:503 #5 QAtomicOps::loadRelaxed (_q_value=) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239 #6 QBasicAtomicInteger::loadRelaxed (this=) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:107 #7 QtPrivate::RefCount::isShared (this=) at ../../include/QtCore/../../src/corelib/tools/qrefcount.h:101 #8 QList::append (this=0x131, t=@0x7fff49083320: 0x55fb870ab8c0) at ../../include/QtCore/../../src/corelib/tools/qlist.h:622 -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 468866] Kontact stürzt ab bzw. friert ein ( OpenSuse Tumbleweed )
https://bugs.kde.org/show_bug.cgi?id=468866 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 59411] improve display of "download speed" and "remaining time"
https://bugs.kde.org/show_bug.cgi?id=59411 Christopher Yeleighton changed: What|Removed |Added Version|unspecified |22.12.2 Ever confirmed|0 |1 Status|RESOLVED|REOPENED CC||giecr...@stegny.2a.pl, ||wba...@tmo.at Resolution|WORKSFORME |--- Component|general |UI Platform|unspecified |Flatpak --- Comment #3 from Christopher Yeleighton --- The remaining time fluctuates between 30 min and 4 h for me. It is useless. How do I increase the window to calculate the average? -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 469469] cannot resume temporary redirect
https://bugs.kde.org/show_bug.cgi?id=469469 --- Comment #3 from Christopher Yeleighton --- Similarly, when a download gets redirected to a captive portal, KGet remembers the redirect and cannot resume. -- You are receiving this mail because: You are watching all bug changes.
[akregator] [Bug 469332] crashed when clicking on report link
https://bugs.kde.org/show_bug.cgi?id=469332 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl -- You are receiving this mail because: You are watching all bug changes.
[akregator] [Bug 469332] crashed when clicking on report link
https://bugs.kde.org/show_bug.cgi?id=469332 --- Comment #1 from Christopher Yeleighton --- Created attachment 158834 --> https://bugs.kde.org/attachment.cgi?id=158834&action=edit New crash information added by DrKonqi kontact (5.23.0 (23.04.0)) using Qt 5.15.9 I told Akgregator to follow a hyperlink in a feed article. Kontact crashed. -- Backtrace (Reduced): #4 content::WebContentsImpl::CreateNewWindow () at ../../3rdparty/chromium/content/browser/web_contents/web_contents_impl.cc:3771 #5 0x7f6e483a4280 in content::RenderFrameHostImpl::CreateNewWindow(mojo::StructPtr, base::OnceCallback)>) () at ../../3rdparty/chromium/content/browser/renderer_host/render_frame_host_impl.cc:5077 #6 0x7f6e446445ca in content::mojom::FrameHostStubDispatch::AcceptWithResponder () at gen/content/common/frame.mojom.cc:7074 #7 0x7f6e4837bead in content::mojom::FrameHostStub >::AcceptWithResponder () at gen/content/common/frame.mojom.h:1025 #8 content::mojom::FrameHostStub >::AcceptWithResponder () at gen/content/common/frame.mojom.h:1020 -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 463627] open! / /path/to/file.xml from integrated terminal results in a crash
https://bugs.kde.org/show_bug.cgi?id=463627 --- Comment #2 from Christopher Yeleighton --- Created attachment 158810 --> https://bugs.kde.org/attachment.cgi?id=158810&action=edit New crash information added by DrKonqi kdevelop (5.11.230400 (23.04.0)) using Qt 5.15.9 I told KDevelop to close a buffer. KDevelop asked whether to save the content. I typed the file name and told KDevelop to save. The buffer closed. KDevelop crashed. -- Backtrace (Reduced): #4 __cxxabiv1::__dynamic_cast (src_ptr=0x56136cde8a80, src_type=0x7fc71cca88f0 , dst_type=0x7fc718ef2c00 , src2dst=-2) at ../../../../libstdc++-v3/libsupc++/dyncast.cc:71 #5 0x7fc71cdbca1f in KDevelop::DocumentController::openDocuments (this=) at /usr/src/debug/kdevelop-23.04.0/kdevplatform/shell/documentcontroller.cpp:799 #6 0x7fc6d585926f in ClangUtils::unsavedFiles () at /usr/src/debug/kdevelop-23.04.0/plugins/clang/util/clangutils.cpp:49 #7 0x7fc6d58ad662 in ClangParseJob::ClangParseJob (this=, url=..., languageSupport=, this=, url=..., languageSupport=) at /usr/src/debug/kdevelop-23.04.0/plugins/clang/clangparsejob.cpp:189 #8 0x7fc6d58ae055 in non-virtual thunk to ClangSupport::createParseJob(KDevelop::IndexedString const&) () at /usr/src/debug/kdevelop-23.04.0/plugins/clang/clangsupport.h:44 -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 463627] open! / /path/to/file.xml from integrated terminal results in a crash
https://bugs.kde.org/show_bug.cgi?id=463627 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 436125] ISO mounting plugin mounts ISO images as non-removable devices
https://bugs.kde.org/show_bug.cgi?id=436125 --- Comment #11 from Christopher Yeleighton --- (In reply to Christopher Yeleighton from comment #10) > I told Dolphin to mount. a Linux extended file system image. It is mounted > as /run/media/dell/a989c07e-66b2-42a5-b021-d2e17f8468a8/. However, it does > not appear in Places (or in the removable devices tray widget). The new place appears only after reopening Dolphin. -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 436125] ISO mounting plugin mounts ISO images as non-removable devices
https://bugs.kde.org/show_bug.cgi?id=436125 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl --- Comment #10 from Christopher Yeleighton --- I told Dolphin to mount. a Linux extended file system image. It is mounted as /run/media/dell/a989c07e-66b2-42a5-b021-d2e17f8468a8/. However, it does not appear in Places (or in the removable devices tray widget). -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 469469] cannot resume temporary redirect
https://bugs.kde.org/show_bug.cgi?id=469469 --- Comment #1 from Christopher Yeleighton --- Workaround: add the original locator as a mirror server :-) -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 469469] cannot resume temporary redirect
https://bugs.kde.org/show_bug.cgi?id=469469 Christopher Yeleighton changed: What|Removed |Added URL||https://packages.gitlab.com ||/gitlab/gitlab-ce/opensuse/ ||15.4/x86_64/gitlab-ce-15.11 ||.2-ce.0.sles15.x86_64.rpm -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 469469] New: cannot resume temporary redirect
https://bugs.kde.org/show_bug.cgi?id=469469 Bug ID: 469469 Summary: cannot resume temporary redirect Classification: Applications Product: kget Version: 22.12.2 Platform: Flatpak OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Core Assignee: k...@kde.org Reporter: giecr...@stegny.2a.pl CC: wba...@tmo.at Target Milestone: --- SUMMARY KGet cannot resume a redirected download when the redirect is temporary. STEPS TO REPRODUCE 1. Tell KGet to download GitLab! 2. Disconnect! 3. Connect! 4. Tell KGet to resume! OBSERVED RESULT KGet cannot resume downloading from https://d20rj4el6vkp4c.cloudfront.net/7/8/opensuse/15.4/package_files/109682.rpm?t=1683400734_750acd5ec70b5ead350730becf1515344e5c8956 >. EXPECTED RESULT Let KGet resume downloading from the specified URL! SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230504 (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[ark] [Bug 469417] Ark cannot extract password-protected RAR archives
https://bugs.kde.org/show_bug.cgi?id=469417 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl --- Comment #2 from Christopher Yeleighton --- (In reply to Albert Astals Cid from comment #1) > Please never add people en masse to the CC like you did here, it is bad > manners. Nobody did, it is a clone. It looks like an accident. -- You are receiving this mail because: You are watching all bug changes.
[krunner] [Bug 249945] krunner shell action should close standard input
https://bugs.kde.org/show_bug.cgi?id=249945 --- Comment #12 from Christopher Yeleighton --- (In reply to Nate Graham from comment #11) > > because stdin would be closed > It's not; if you run `cat` in a terminal window it also keeps stdin open > forever. > > There isn't a bug here; just don't run `cat` in KRunner since it doesn't > make any sense to do so. No, it does not ; when I run { cat; } in a terminal, its input stream stays open until I close it. But when { cat; } is run by KRunner, I cannot close it because I cannot access its input handle. While running { cat; } from KRunner does not make sense indeed, there are programs that present a graphical widget when their input stream is closed. These programs get confused by KRunner. I do not think we gain anything by allowing this behaviour. -- You are receiving this mail because: You are watching all bug changes.
[konqueror] [Bug 468960] Konqueror disappears when told to go without a proxy
https://bugs.kde.org/show_bug.cgi?id=468960 Christopher Yeleighton changed: What|Removed |Added URL||help:/kcontrol5/proxy/index ||.html#proxies-use -- You are receiving this mail because: You are watching all bug changes.
[konqueror] [Bug 468961] New: must kquitapp5 konqueror twice
https://bugs.kde.org/show_bug.cgi?id=468961 Bug ID: 468961 Summary: must kquitapp5 konqueror twice Classification: Applications Product: konqueror Version: 22.12.3 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: konq-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY When Konqueror is run on the minimal platform, it must be told to quit twice. STEPS TO REPRODUCE 1. { konqueror --platform minimal; } 2. { kquitapp5 konqueror; } OBSERVED RESULT [24150:24150:0425/203600.684059:ERROR:service_worker_storage.cc(1753)] Failed to delete the database: Database IO error EXPECTED RESULT sh-5.2$ SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230422 (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[konqueror] [Bug 468960] New: Konqueror disappears when told to go without a proxy
https://bugs.kde.org/show_bug.cgi?id=468960 Bug ID: 468960 Summary: Konqueror disappears when told to go without a proxy Classification: Applications Product: konqueror Version: 22.12.3 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: webenginepart Assignee: konq-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Konqueror cannot handle the case when the system is configured for automatic proxy detection. It offers 2 choices: to go without a proxy and to reconfigure the proxy. It hangs in both cases. STEPS TO REPRODUCE 1. Tell Konqueror to go without a proxy. OBSERVED RESULT EXPECTED RESULT Konqueror SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230422 (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION Konqueror will work after you have killed it and unset automatic proxy detection. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 468876] Display more image properties
https://bugs.kde.org/show_bug.cgi?id=468876 --- Comment #1 from Christopher Yeleighton --- Also, MIME type is obsolete and should be replaced by Media type. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 464689] Add more relevant document properties in Properties dialog
https://bugs.kde.org/show_bug.cgi?id=464689 Christopher Yeleighton changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=468876 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 468876] Display more image properties
https://bugs.kde.org/show_bug.cgi?id=468876 Christopher Yeleighton changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=464689 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 468876] New: Display more image properties
https://bugs.kde.org/show_bug.cgi?id=468876 Bug ID: 468876 Summary: Display more image properties Classification: Applications Product: okular Version: 22.12.3 Platform: openSUSE OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: Image backend components Assignee: okular-de...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- Created attachment 158362 --> https://bugs.kde.org/attachment.cgi?id=158362&action=edit A JPEG image with an embedded comment. The Properties window does not display JPEG Comment for the current image. STEPS TO REPRODUCE 1. Open file rose.jpg! 2. Open properties! OBSERVED RESULT Path: rose.jpg Size: 2.6 KiB Pages: 1 MIME type: JPEG image (image/jpeg) EXPECTED RESULT Path: rose.jpg Size: 2.6 KiB Pages: 1 MIME type: JPEG image (image/jpeg) Comment: A red rose flower. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230421 (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 425931] Application: Kontact (kontact), signal: Segmentation fault
https://bugs.kde.org/show_bug.cgi?id=425931 --- Comment #23 from Christopher Yeleighton --- Created attachment 158337 --> https://bugs.kde.org/attachment.cgi?id=158337&action=edit New crash information added by DrKonqi kontact (5.22.3 (22.12.3)) using Qt 5.15.8 Kontact could not launch Akonadi, so I relaunched Kontact. -- Backtrace (Reduced): #4 0x7fe962fb0fa7 in std::__atomic_base::load (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13/bits/atomic_base.h:505 #5 QAtomicOps::loadRelaxed (_q_value=...) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239 #6 QBasicAtomicInteger::loadRelaxed (this=) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:107 #7 QtPrivate::RefCount::isShared (this=) at ../../include/QtCore/../../src/corelib/tools/qrefcount.h:101 #8 QList::append (this=0x55d6cb000200, t=@0x7ffe376083c0: 0x55d6c96072c0) at ../../include/QtCore/../../src/corelib/tools/qlist.h:622 -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 425931] Application: Kontact (kontact), signal: Segmentation fault
https://bugs.kde.org/show_bug.cgi?id=425931 --- Comment #22 from Christopher Yeleighton --- Created attachment 158264 --> https://bugs.kde.org/attachment.cgi?id=158264&action=edit New crash information added by DrKonqi kontact (5.22.3 (22.12.3)) using Qt 5.15.8 Kontact launched by the session manager cannot start Akonadi. I told Kontact to quit and it crashed. -- Backtrace (Reduced): #4 std::__atomic_base::load (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13/bits/atomic_base.h:503 #5 QAtomicOps::loadRelaxed (_q_value=) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239 #6 QBasicAtomicInteger::loadRelaxed (this=) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:107 #7 QtPrivate::RefCount::isShared (this=) at ../../include/QtCore/../../src/corelib/tools/qrefcount.h:101 #8 QList::append (this=0x656d6f61616d6961, t=@0x7ffefeb28420: 0x5651cfcb1290) at ../../include/QtCore/../../src/corelib/tools/qlist.h:622 -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 425931] Application: Kontact (kontact), signal: Segmentation fault
https://bugs.kde.org/show_bug.cgi?id=425931 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 242580] KDED Low Disk Space notification shows "open in file manager" action which is not helpful
https://bugs.kde.org/show_bug.cgi?id=242580 Christopher Yeleighton changed: What|Removed |Added See Also||https://bugzilla.opensuse.o ||rg/show_bug.cgi?id=1210331 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 242580] KDED Low Disk Space notification shows "open in file manager" action which is not helpful
https://bugs.kde.org/show_bug.cgi?id=242580 Christopher Yeleighton changed: What|Removed |Added Resolution|NOT A BUG |DOWNSTREAM -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 242580] KDED Low Disk Space notification shows "open in file manager" action which is not helpful
https://bugs.kde.org/show_bug.cgi?id=242580 --- Comment #6 from Christopher Yeleighton --- (In reply to Nate Graham from comment #5) > The notification only offers to open / in your file manager as a fallback if > Filelight isn't installed. If Filelight is installed, it'll offer to launch > it, which is much more useful. Not much we can do here; if you didn't > already have Filelight installed, you certainly can't install it now because > you're out of space! I have Konqueror installed, my distribution does not bundle FileLight. The notification does not open Konqueror in FSView mode, which would make a lot of sense. -- You are receiving this mail because: You are watching all bug changes.
[filelight] [Bug 468395] New: Scanning progress label makes me dizzy in Polish
https://bugs.kde.org/show_bug.cgi?id=468395 Bug ID: 468395 Summary: Scanning progress label makes me dizzy in Polish Classification: Applications Product: filelight Version: 22.12.3 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: giecr...@stegny.2a.pl CC: martin.sandsm...@kde.org Target Milestone: --- SUMMARY When the application scans a folder, it displays its progress ("%d files, %d total") in a centred label. This works well when it does it in English but not so well in Polish. Polish, along with many other languages, has declination. Moreover, like in a few other languages, numerals >4 are not numbers and must be followed by the genitive case. In numerals >20 the lowest digit counts. Incidentally, the genitive case for "files" has a different length than the nominative case. STEPS TO REPRODUCE 1. Scan the home folder. OBSERVED RESULT The progress message alternates between "???4 pliki, ??? GB" and "???5 plików, ??? GB", depending on the least significant digit. The message is centred, so the place where it begins fluctuates in the most annoying way. EXPECTED RESULT There should be separate controls for COUNT, FILES, SUBTOTAL, UNITS and they should all have a fixed width: , SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230410 (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION Alternatively, displaying only numbers that end with 0 would do the trick too. But it would be a hack, of course. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 467300] Adobe Symbol cannot be scaled
https://bugs.kde.org/show_bug.cgi?id=467300 --- Comment #3 from Christopher Yeleighton --- (In reply to Christopher Yeleighton from comment #2) > Here is my registry: > Adobe-Symbol-Regular.otb -misc-adobe > symbol-medium-r-normal--8-48-75-120-p-60-iso10646- Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--8-48-75-120-p-60-iso10646-1 (paste failure, sorry for the noise) -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 467300] Adobe Symbol cannot be scaled
https://bugs.kde.org/show_bug.cgi?id=467300 Christopher Yeleighton changed: What|Removed |Added Version|5.26.4 |5.27.2 --- Comment #2 from Christopher Yeleighton --- Here is my registry: Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--10-58-75-125-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--11-68-75-117-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--12-68-75-128-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--14-77-75-131-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--17-97-75-127-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--18-107-75-122-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--20-116-75-125-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--24-136-75-128-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--25-145-75-125-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--34-193-75-127-p-60-iso10646-1 Adobe-Symbol-Regular.otb -misc-adobe symbol-medium-r-normal--8-48-75-120-p-60-iso10646- -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 467300] New: Adobe Symbol cannot be scaled
https://bugs.kde.org/show_bug.cgi?id=467300 Bug ID: 467300 Summary: Adobe Symbol cannot be scaled Classification: Applications Product: systemsettings Version: 5.26.4 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_fontinst Assignee: plasma-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Adobe Symbol cannot be scaled in the Font Manager. STEPS TO REPRODUCE 1. Select font Adobe Symbol! OBSERVED RESULT Adobe Symbol 8px EXPECTED RESULT Adobe Symbol scalable SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230311 (available in About System) KDE Plasma Version: 5.27.2 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION True-type Adobe Symbol is scalable in stand-alone KFontViewer. -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 466531] New: Kate stops responding after pasting a very long line
https://bugs.kde.org/show_bug.cgi?id=466531 Bug ID: 466531 Summary: Kate stops responding after pasting a very long line Classification: Applications Product: kate Version: 22.12.2 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: folding Assignee: kwrite-bugs-n...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Kate stops responding after pasting a very long line. STEPS TO REPRODUCE 1. Paste a very long line without blanks to a new text document. OBSERVED RESULT 1. Kate does not respond to cursor keys or mouse clicks in the buffer. EXPECTED RESULT 2. Let Kate refuse to paste a line that is too long for it to handle! SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230225 (available in About System) KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[dragonplayer] [Bug 465126] Dragon player crashes after playing fully playing MP3 file
https://bugs.kde.org/show_bug.cgi?id=465126 --- Comment #2 from Christopher Yeleighton --- Created attachment 156418 --> https://bugs.kde.org/attachment.cgi?id=156418&action=edit New crash information added by DrKonqi dragon (22.12.2) using Qt 5.15.8 Dragon crashed playing an MP4 FILE. -- Backtrace (Reduced): #4 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #5 0x7f20d9695503 in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78 #6 0x7f20d9642e16 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #7 0x7f20d962b89c in __GI_abort () at abort.c:79 #8 0x7f20d84a4f16 in flush (f=) at ../src/pulsecore/fdsem.c:163 -- You are receiving this mail because: You are watching all bug changes.
[dragonplayer] [Bug 465126] Dragon player crashes after playing fully playing MP3 file
https://bugs.kde.org/show_bug.cgi?id=465126 Christopher Yeleighton changed: What|Removed |Added CC||giecr...@stegny.2a.pl -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 465669] Untrimmed URL added to a contact get dropped
https://bugs.kde.org/show_bug.cgi?id=465669 Christopher Yeleighton changed: What|Removed |Added Summary|Untrimmed URL added to a|Untrimmed URL added to a |contact are dropped |contact get dropped -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 465669] New: Untrimmed URL added to a contact are dropped
https://bugs.kde.org/show_bug.cgi?id=465669 Bug ID: 465669 Summary: Untrimmed URL added to a contact are dropped Classification: Applications Product: kontact Version: 5.17.1 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: contacts Assignee: kdepim-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY When you add an untrimmed URL to a contact, it gets dropped. STEPS TO REPRODUCE 1. Add a new Web site https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports to a contact (with a leading space)! 2. Tell the contact to save! OBSERVED RESULT The contact does not have a Web site. EXPECTED RESULT Let the contact have the Web site (without leading spaces)! SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230210 (available in About System) KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION The leading space is invisible after you have pasted a long URL. -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 465628] Country names in address editor are in English
https://bugs.kde.org/show_bug.cgi?id=465628 Christopher Yeleighton changed: What|Removed |Added Resolution|UPSTREAM|--- Ever confirmed|0 |1 Status|RESOLVED|REOPENED --- Comment #2 from Christopher Yeleighton --- (In reply to Luigi Toscano from comment #1) > No, the country name in the addresssbook editor is provided by Qt: > https://invent.kde.org/pim/akonadi-contacts/-/blob/master/src/contact-editor/ > editor/addresseditor/addresslocationwidget.cpp#L177 Yes, and the country name provided in the address book viewer is provided by KDE. We cannot expect Qt to provide a localised country name, that is why we implement the support for localised country names in our framework. As much as I would like upstream to provide a localised country name, I do not think we should expect it to happen. We have already acknowledged that in that we created our own class to provide the required functionality. -- You are receiving this mail because: You are watching all bug changes.
[kontact] [Bug 465628] New: Country names in address editor are in English
https://bugs.kde.org/show_bug.cgi?id=465628 Bug ID: 465628 Summary: Country names in address editor are in English Classification: Applications Product: kontact Version: 5.17.1 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: contacts Assignee: kdepim-b...@kde.org Reporter: giecr...@stegny.2a.pl Target Milestone: --- SUMMARY Country names in the address editor are in English. Country names in the address viewer are in Polish. STEPS TO REPRODUCE 1. Tell Kontact to create a new contact! 2. Tell the new contact to add a new address! 3. Select a country! OBSERVED RESULT The countries are in English. EXPECTED RESULT Let the countries be in Polish! SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20230210 (available in About System) KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION The country list has been populated using raw QLocale::countryToString which returns English names. It has then been sorted using QString::localeAwareCompare, i.e. using Polish locale. The result of sorting English names in Polish locale is acceptable but the process seems fishy. The country name displayed in the contact view pane is provided by KCountry. There is no proof that Qt itself should be responsible for providing a localised country name. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 465374] enum CookieDetails should not be private
https://bugs.kde.org/show_bug.cgi?id=465374 Christopher Yeleighton changed: What|Removed |Added URL||https://invent.kde.org/netw ||ork/konqueror/-/blob/35ccaf ||c4ce3a32220664c87882e86993c ||fa03a8a/webenginepart/autot ||ests/webenginepartcookiejar ||_test.cpp#L178 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 465374] New: enum CookieDetails should not be private
https://bugs.kde.org/show_bug.cgi?id=465374 Bug ID: 465374 Summary: enum CookieDetails should not be private Classification: Frameworks and Libraries Product: frameworks-kio Version: git master Platform: unspecified OS: All Status: REPORTED Severity: normal Priority: NOR Component: HTTP Assignee: kio-bugs-n...@kde.org Reporter: giecr...@stegny.2a.pl CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** enum CookieDetails contains symbolic constants for column numbers of the cookie table. It is contained in the cookie table implementation source file, thus forcing Konqueror to use raw column numbers in tests. STEPS TO REPRODUCE 1. Read the source code TestWebEnginePartCookieJar ::findTestCookies OBSERVED RESULT const QList fields{0,1,2,3}; EXPECTED RESULT QList const fields { CF_DOMAIN, CF_PATH, CF_NAME, CF_HOST }; SOFTWARE/OS VERSIONS ADDITIONAL INFORMATION Of course, the test could use a specialised desktop bus proxy instead of making a raw call to the cookie server. I do not know about any such publicly available proxy class; if it already exists, fixing the test would be straightforward. -- You are receiving this mail because: You are watching all bug changes.