[kio-gdrive] [Bug 481446] New: [wish] add G Drive as a local folder
https://bugs.kde.org/show_bug.cgi?id=481446 Bug ID: 481446 Summary: [wish] add G Drive as a local folder Classification: Frameworks and Libraries Product: kio-gdrive Version: 23.08.5 Platform: openSUSE OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: elvis.angelac...@kde.org Reporter: philippe.roub...@free.fr Target Milestone: --- Today, G Drive is a remote folder. It would be easier to access to G Drive if G Drive is a local folder as One Drive. Why ? Because when we create a document with for example LibreOffice, then we want to record it then we cannot record it to G Drive because G Drive is not in the list of the folders we can access. We must record it to a local folder, then copy it to G Drive. With KIO One Drive, we can record the document to One Drive folder. -- You are receiving this mail because: You are watching all bug changes.
[kde] [Bug 481447] New: cannot add to favorite in kickoff application launcher
https://bugs.kde.org/show_bug.cgi?id=481447 Bug ID: 481447 Summary: cannot add to favorite in kickoff application launcher Classification: I don't know Product: kde Version: unspecified Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: witabre...@proton.me Target Milestone: --- Created attachment 165879 --> https://bugs.kde.org/attachment.cgi?id=165879&action=edit When I right click an applicaion, there is no option to add to favorites. SUMMARY There is no option to add to favorites in kickoff application launcher when I click an application icon. When I go to favorites section and right click an application in favorites, there is no option to remove from favorites either. STEPS TO REPRODUCE 1. open application launcher 2. right click an application icon OBSERVED RESULT There is no option to add to favorites EXPECTED RESULT There is the option to add to favorites SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.7.4-arch1-1 (64-bit) KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 ADDITIONAL INFORMATION I updated plasma5 to plasma6-rc2 today and I noticed there is no options for favorites -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 480380] kwallet not unlocking at login
https://bugs.kde.org/show_bug.cgi?id=480380 --- Comment #7 from Nicolas Fella --- But the actually interesting file (pam_kwallet5.so) is in libpam-kwallet5. I don't see why we need multiple packages in the first place. The 5 in pam_kwallet5.so is purely cosmetic -- You are receiving this mail because: You are watching all bug changes.
[plasma-systemmonitor] [Bug 481448] New: System Monitor crash: switched back to treeview, then sorted
https://bugs.kde.org/show_bug.cgi?id=481448 Bug ID: 481448 Summary: System Monitor crash: switched back to treeview, then sorted Classification: Applications Product: plasma-systemmonitor Version: 5.27.10 Platform: Arch Linux OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: ksysguard-b...@kde.org Reporter: dconner@gmail.com CC: ahiems...@heimr.nl, plasma-b...@kde.org Target Milestone: --- Application: plasma-systemmonitor (5.27.10) Qt Version: 5.15.12 Frameworks Version: 5.115.0 Operating System: Linux 6.7.4-zen1-1-zen x86_64 Windowing System: Wayland Distribution: Garuda Linux DrKonqi: 5.27.10 [KCrashBackend] -- Information about the crash: I had toggled sorting options and between treeview a few times. Before crash, sorting options used were mostly name, CPU and Group CPU in a detail view (it may be custom). I then returned to treeview and noticed there were was no active field selected to sort. I clicked to sort by name. + There was no clear root to the process tree. + Then the process tree became truncated and short (no clear root and empty nodes at the bottom) + Then a brief hang (segfault) and crash. The sorting The process tree started showing incomplete node Many CPU values are normally incomplete for me. The reporter is unsure if this crash is reproducible. -- Backtrace: Application: System Monitor (plasma-systemmonitor), signal: Segmentation fault [KCrash Handler] #4 0x748299bcbb1a in KDescendantsProxyModel::mapToSource(QModelIndex const&) const () at /usr/lib/libKF5ItemModels.so.5 #5 0x748299bd1086 in KDescendantsProxyModel::data(QModelIndex const&, int) const () at /usr/lib/libKF5ItemModels.so.5 #6 0x7482a3608d45 in ??? () at /usr/lib/libQt5QmlModels.so.5 #7 0x7482a3602cbb in ??? () at /usr/lib/libQt5QmlModels.so.5 #8 0x7482aef748ec in ??? () at /usr/lib/libQt5Qml.so.5 #9 0x74827ab4ad9a in ??? () #10 0x7fffb7b8b620 in ??? () #11 0x in ??? () [Inferior 1 (process 1058989) detached] The reporter indicates this bug may be a duplicate of or related to bug 465699. Reported using DrKonqi -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480345] Crash when reading Exif.Photo.UserComment containing emoji
https://bugs.kde.org/show_bug.cgi?id=480345 --- Comment #13 from Maik Qualmann --- Yes, in case of a file read error due to file path encoding (Exiv2 Error #10), we automatically read with ExifTool and decode the container with Exiv2 so that all metadata is present. Maik -- You are receiving this mail because: You are watching all bug changes.
[kid3] [Bug 481394] Ability to sort search results in the import screen
https://bugs.kde.org/show_bug.cgi?id=481394 --- Comment #3 from Urs Fleisch --- Ah, you mean the album results dialog where you select the album to import. The problem with this dialog is that it is quite generic, i.e. not only for Discogs (where there are often many results) but also for the other import sources like MusicBrainz and Amazon. The generic API for this dialog is quite simple, just a mapping of a single text to an internal ID. So whereas it would be probably possible to provide multiple attributes in the case of Discogs and display them as a table, this might not be possible for other sources. Originally, the import dialog was made for freedb.org, this was a long time ago and today, it would probably no longer be the "reference import source". Therefore I will probably not change this soon, so in the meantime you could help yourself with a feature which is only available for Discogs: You can use the web interface of Discogs with all its sophisticated search attributes and once you have found the exact release, you can use its URL as the search term in Kid3, the album list then contains only that single URL. This might not work if you use an API token for Discogs. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480345] Crash when reading Exif.Photo.UserComment containing emoji
https://bugs.kde.org/show_bug.cgi?id=480345 --- Comment #14 from Maik Qualmann --- The problem would only be when writing metadata if ExifTool is not activated, as we do not automatically switch to ExifTool when writing. Maik -- You are receiving this mail because: You are watching all bug changes.
[plasma-systemmonitor] [Bug 481449] New: Horizontal bar in system monitor widget doesn't show usage rates.
https://bugs.kde.org/show_bug.cgi?id=481449 Bug ID: 481449 Summary: Horizontal bar in system monitor widget doesn't show usage rates. Classification: Applications Product: plasma-systemmonitor Version: 5.93.0 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: ksysguard-b...@kde.org Reporter: witabre...@proton.me CC: ahiems...@heimr.nl, plasma-b...@kde.org Target Milestone: --- Created attachment 165880 --> https://bugs.kde.org/attachment.cgi?id=165880&action=edit horizontal bar widgets SUMMARY Horizontal bar in system monitor widget doesn't show usage rates. It showed me usage rates of cpu, ram, or gpu but now it doesn't show it. STEPS TO REPRODUCE 1. add horizontal bar widgets OBSERVED RESULT It shows maxed out bars only. EXPECTED RESULT It show proportional bars depending on the usage rates. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.7.4-arch1-1 (64-bit) KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 ADDITIONAL INFORMATION Today I updated plasma5 to plasma6-rc2 and horizontal bar widgets stopped working. Creating brand new widgets doesn't resolve the problem. -- You are receiving this mail because: You are watching all bug changes.
[kde] [Bug 481447] cannot add to favorite in kickoff application launcher
https://bugs.kde.org/show_bug.cgi?id=481447 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[plasma-systemmonitor] [Bug 481449] Horizontal bar in system monitor widget doesn't show usage rates.
https://bugs.kde.org/show_bug.cgi?id=481449 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 444725] Inserting ShuttleXpress into USB port while Kdenlive runnign causes kdenlive to crash
https://bugs.kde.org/show_bug.cgi?id=444725 --- Comment #11 from emohr --- If I understand the issue correct: The ShuttleExpress runs well with Kdenlive. Only when you switch the ShuttleExress from one USB port to another, then the crash happened. Correct? -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480345] Crash when reading Exif.Photo.UserComment containing emoji
https://bugs.kde.org/show_bug.cgi?id=480345 --- Comment #15 from caulier.gil...@gmail.com --- well under Windows, we will needs to turn on this option by default... right ? Gilles -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 481345] Crash in libJasper in Jas_global.initialized function
https://bugs.kde.org/show_bug.cgi?id=481345 caulier.gil...@gmail.com changed: What|Removed |Added Version Fixed In||8.3.0 Resolution|--- |FIXED Status|REPORTED|RESOLVED --- Comment #17 from caulier.gil...@gmail.com --- All bundles are fixed now about the qjp2 plugin. I close this file now Gilles -- You are receiving this mail because: You are watching all bug changes.
[kscreenlocker] [Bug 481450] New: The "Reset" and "Defaults" buttons does not work properly if either or both of the duration settings are set to custom
https://bugs.kde.org/show_bug.cgi?id=481450 Bug ID: 481450 Summary: The "Reset" and "Defaults" buttons does not work properly if either or both of the duration settings are set to custom Classification: Plasma Product: kscreenlocker Version: git-master Platform: Compiled Sources OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: putr...@gmail.com Target Milestone: --- Created attachment 165881 --> https://bugs.kde.org/attachment.cgi?id=165881&action=edit Recording demonstrating the bug SUMMARY With the updated screen locker KCM since https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/175, if I set either of the duration options to a custom value, neither the Reset nor the Default buttons appear to work visually, the comboboxes will still show the custom value. Fortunately this is just a visual bug, switching to another KCM and coming back makes the values appear as expected. STEPS TO REPRODUCE 1. Open the screen locking KCM 2. Set either the "Lock screen automatically" or "Delay before password required" times to a custom value 3. Click Defaults or Reset OBSERVED RESULT The custom value entered does not appear to be reset properly. EXPECTED RESULT The custom value should be reset. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.0.80 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.1 Kernel Version: 6.7.4-arch1-1 (64-bit) Graphics Platform: Wayland -- You are receiving this mail because: You are watching all bug changes.
[ark] [Bug 481451] New: Ark crashes while dealing with 100K+ files removal on a 70GB tar archive
https://bugs.kde.org/show_bug.cgi?id=481451 Bug ID: 481451 Summary: Ark crashes while dealing with 100K+ files removal on a 70GB tar archive Classification: Applications Product: ark Version: 23.08.4 Platform: openSUSE OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: elvis.angelac...@kde.org Reporter: il...@ilgaz.gen.tr CC: rthoms...@gmail.com Target Milestone: --- Application: ark (23.08.4) Qt Version: 5.15.12 Frameworks Version: 5.115.0 Operating System: Linux 6.7.4-1-default x86_64 Windowing System: Wayland Distribution: "openSUSE Tumbleweed" DrKonqi: 5.27.10 [KCrashBackend] -- Information about the crash: I wanted to cleanup a "blindly created" archive with a lot of cache/vm files. In middle of "remove files from archive" operation, ark crashed. The reporter is unsure if this crash is reproducible. -- Backtrace: Application: Ark (ark), signal: Segmentation fault [KCrash Handler] #4 0x7f4bf394696a in std::__atomic_base::load(std::memory_order) const (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13/bits/atomic_base.h:837 #5 std::atomic::load(std::memory_order) const (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13/atomic:577 #6 QAtomicOps::loadRelaxed(std::atomic const&) (_q_value=) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239 #7 QBasicAtomicPointer::loadRelaxed() const (this=) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:248 #8 QtSharedPointer::ExternalRefCountData::getAndRef(QObject const*) (obj=obj@entry=0x555a02f0f220) at tools/qsharedpointer.cpp:1396 #9 0x7f4bf4d298df in QWeakPointer::QWeakPointer(KJob*, bool) (ptr=0x555a02f0f220, this=) at /usr/include/qt5/QtCore/qsharedpointer_impl.h:685 #10 QPointer::QPointer(KJob*) (p=0x555a02f0f220, this=) at /usr/include/qt5/QtCore/qpointer.h:62 #11 operator() (__closure=) at /usr/src/debug/kjobwidgets-5.115.0/src/kuiserverv2jobtracker.cpp:206 #12 QtPrivate::FunctorCall, QtPrivate::List<>, void, KUiServerV2JobTracker::registerJob(KJob*):: >::call (arg=, f=) at /usr/include/qt5/QtCore/qobjectdefs_impl.h:146 #13 QtPrivate::Functor, 0>::call, void> (arg=, f=) at /usr/include/qt5/QtCore/qobjectdefs_impl.h:256 #14 QtPrivate::QFunctorSlotObject, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=, this_=, r=, a=, ret=) at /usr/include/qt5/QtCore/qobjectdefs_impl.h:443 #15 0x7f4bf3b25be2 in QtPrivate::QSlotObjectBase::call(QObject*, void**) (a=0x7ffd517530e0, r=0x555a027db7c0, this=0x555a0270f610) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #16 doActivate(QObject*, int, void**) (sender=0x7f4bf4d39060 <_ZZN12_GLOBAL__N_117Q_QGS_serverProxy13innerFunctionEvE6holder.lto_priv.1>, signal_index=3, argv=0x7ffd517530e0) at kernel/qobject.cpp:3925 #17 0x7f4bf3b25be2 in QtPrivate::QSlotObjectBase::call(QObject*, void**) (a=0x7ffd51753200, r=0x7f4bf4d39060 <_ZZN12_GLOBAL__N_117Q_QGS_serverProxy13innerFunctionEvE6holder.lto_priv.1>, this=0x555a026a0490) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #18 doActivate(QObject*, int, void**) (sender=0x555a027f09c0, signal_index=5, argv=0x7ffd51753200) at kernel/qobject.cpp:3925 #19 0x7f4bf3b1e84f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (sender=sender@entry=0x555a027f09c0, m=m@entry=0x7f4bf333e740 , local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7ffd51753200) at kernel/qobject.cpp:3985 #20 0x7f4bf332345f in QDBusServiceWatcher::serviceOwnerChanged(QString const&, QString const&, QString const&) (this=this@entry=0x555a027f09c0, _t1=..., _t2=..., _t3=...) at .moc/moc_qdbusservicewatcher.cpp:242 #21 0x7f4bf3323e8e in QDBusServiceWatcherPrivate::_q_serviceOwnerChanged(QString const&, QString const&, QString const&) (newOwner=..., oldOwner=..., service=..., this=) at qdbusservicewatcher.cpp:76 #22 QDBusServiceWatcher::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=_o@entry=0x555a027f09c0, _c=_c@entry=QMetaObject::InvokeMetaMethod, _id=_id@entry=3, _a=_a@entry=0x7ffd51753380) at .moc/moc_qdbusservicewatcher.cpp:116 #23 0x7f4bf3324243 in QDBusServiceWatcher::qt_metacall(QMetaObject::Call, int, void**) (this=0x555a027f09c0, _c=QMetaObject::InvokeMetaMethod, _id=3, _a=0x7ffd51753380) at .moc/moc_qdbusservicewatcher.cpp:197 #24 0x7f4bf32d546b in QDBusConnectionPrivate::deliverCall(QObject*, int, QDBusMessage const&, QVector const&, int) (this=, object=, msg=, metaTypes=, slotIdx=) at qdbusintegrator.cpp:1001 #25 0x7f4bf3b196f0 in QObject::event(QEvent*) (this=0x555a027f09c0, e=0x7f4be804afa0) at kernel/qobject.cpp:1347 #26 0x7f4bf47a51ae in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=, receiver=0x555a027
[kid3] [Bug 481394] Ability to sort search results in the import screen
https://bugs.kde.org/show_bug.cgi?id=481394 --- Comment #4 from Ben Wilson-Hill --- I can live with that my friend - sounds like it would involve a fairly significant rewrite. I wish it was something I could help you with. Thanks for the tip with the URL search though. I can't get it to work with or without the API key, but I'll experiment some more. I'm sure it's something I'm missing Kid3 is still easily the best tagger I've used, so thank you for your efforts mate. -- You are receiving this mail because: You are watching all bug changes.
[ark] [Bug 481361] When plasmashell restartd, ark opend a text file in zip file will crash
https://bugs.kde.org/show_bug.cgi?id=481361 --- Comment #2 from HappyRespawnanchor --- thank you for the reminder! here's the backtrace report: #0 0x76327b7e in std::__atomic_base::load (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13.2.1/bits/atomic_base.h:837 #1 std::atomic::load (__m=std::memory_order_relaxed, this=) at /usr/include/c++/13.2.1/atomic:577 #2 QAtomicOps::loadRelaxed (_q_value=) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239 #3 QBasicAtomicPointer::loadRelaxed (this=) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:248 #4 QtSharedPointer::ExternalRefCountData::getAndRef (obj=obj@entry=0x55dee9f0) at tools/qsharedpointer.cpp:1396 #5 0x76ebbf62 in QWeakPointer::QWeakPointer (ptr=0x55dee9f0, this=, this=, ptr=) at /usr/include/qt/QtCore/qsharedpointer_impl.h:685 #6 QPointer::QPointer (p=0x55dee9f0, this=, this=, p=) at /usr/include/qt/QtCore/qpointer.h:62 #7 operator() (__closure=) at /usr/src/debug/kjobwidgets5/kjobwidgets-5.115.0/src/kuiserverv2jobtracker.cpp:206 #8 QtPrivate::FunctorCall, QtPrivate::List<>, void, KUiServerV2JobTracker::registerJob(KJob*):: >::call (arg=, f=) at /usr/include/qt/QtCore/qobjectdefs_impl.h:146 #9 QtPrivate::Functor, 0>::call, void> (arg=, f=) at /usr/include/qt/QtCore/qobjectdefs_impl.h:256 #10 QtPrivate::QFunctorSlotObject, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=, this_=, r=, a=, ret=) at /usr/include/qt/QtCore/qobjectdefs_impl.h:443 #11 0x764c8e27 in QtPrivate::QSlotObjectBase::call (a=0x7fffd090, r=, this=0x55e6ef90, this=, r=, a=) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #12 doActivate (sender=0x76ecc060 <_ZZN12_GLOBAL__N_117Q_QGS_serverProxy13innerFunctionEvE6holder.lto_priv.1>, signal_index=3, argv=0x7fffd090) at kernel/qobject.cpp:3925 #13 0x764c8e27 in QtPrivate::QSlotObjectBase::call (a=0x7fffd1b0, r=, this=0x55e32c30, this=, r=, a=) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #14 doActivate (sender=0x55e1c860, signal_index=5, argv=0x7fffd1b0) at kernel/qobject.cpp:3925 #15 0x760ddb74 in QDBusServiceWatcher::serviceOwnerChanged (this=this@entry=0x55e1c860, _t1=..., _t2=..., _t3=...) at .moc/moc_qdbusservicewatcher.cpp:242 #16 0x760e1fcf in QDBusServiceWatcherPrivate::_q_serviceOwnerChanged (this=, newOwner=..., oldOwner=..., service=...) at /usr/src/debug/qt5-base/qtbase/src/dbus/qdbusservicewatcher.cpp:76 #17 QDBusServiceWatcher::qt_static_metacall (_o=_o@entry=0x55e1c860, _c=_c@entry=QMetaObject::InvokeMetaMethod, _id=_id@entry=3, _a=_a@entry=0x7fffd330) at .moc/moc_qdbusservicewatcher.cpp:116 #18 0x760e22f3 in QDBusServiceWatcher::qt_metacall (this=0x55e1c860, _c=QMetaObject::InvokeMetaMethod, _id=3, _a=0x7fffd330) at .moc/moc_qdbusservicewatcher.cpp:197 #19 0x760a176e in QDBusConnectionPrivate::deliverCall (this=, object=, msg=, metaTypes=, slotIdx=) at /usr/src/debug/qt5-base/qtbase/src/dbus/qdbusintegrator.cpp:1001 --Type for more, q to quit, c to continue without paging-- #20 0x764bb964 in QObject::event (this=0x55e1c860, e=0x7fffec012960) at kernel/qobject.cpp:1347 #21 0x771578ff in QApplicationPrivate::notify_helper (this=, receiver=0x55e1c860, e=0x7fffec012960) at kernel/qapplication.cpp:3640 #22 0x76493ef8 in QCoreApplication::notifyInternal2 (receiver=0x55e1c860, event=0x7fffec012960) at kernel/qcoreapplication.cpp:1064 #23 0x76498e5b in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x5558a550) at kernel/qcoreapplication.cpp:1821 #24 0x764deec8 in postEventSourceDispatch (s=0x555f43b0) at kernel/qeventdispatcher_glib.cpp:277 #25 0x74b0df69 in g_main_dispatch (context=0x7fffec000ec0) at ../glib/glib/gmain.c:3476 #26 0x74b6c3a7 in g_main_context_dispatch_unlocked (context=0x7fffec000ec0) at ../glib/glib/gmain.c:4284 #27 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffec000ec0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../glib/glib/gmain.c:4349 #28 0x74b0c162 in g_main_context_iteration (context=0x7fffec000ec0, may_block=1) at ../glib/glib/gmain.c:4414 #29 0x764e2d0c in QEventDispatcherGlib::processEvents (this=0x555f6990, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #30 0x76492c04 in QEventLoop::exec (this=this@entry=0x7fffd800, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #31 0x764940a3 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #32 0x7692bef2 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1870 #33 0x77155cda in QApplication::exec () at kernel/qapplication.cpp:2832
[neon] [Bug 481288] Gdrive invalid protocol after create a Google account to access Google Drive
https://bugs.kde.org/show_bug.cgi?id=481288 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de --- Comment #1 from Nicolas Fella --- Neon doesn't seem to build kio-gdrive for Qt6 -- You are receiving this mail because: You are watching all bug changes.
[kscreenlocker] [Bug 481450] The "Reset" and "Defaults" buttons does not work properly if either or both of the duration settings are set to custom
https://bugs.kde.org/show_bug.cgi?id=481450 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480345] Crash when reading Exif.Photo.UserComment containing emoji
https://bugs.kde.org/show_bug.cgi?id=480345 --- Comment #16 from Maik Qualmann --- In principle, the problem with the file path is not that common, only with file paths whose characters are outside the current Windows code page. This should only occur very rarely for most Windows users. We could also automatically switch to ExifTool when writing metadata. We just have to look at the strategy when writing - read only files and sidecar settings. I also have the QIODevice Exiv2 file handler in the queue. This is almost completely fixed. There is only one crash with the Exif thumbnail reading function because the QIODevice file handler is currently not holding the read buffer, but that can be implemented. Maik -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 481452] New: Print preview page layout with multiple pages per sheet is confusing
https://bugs.kde.org/show_bug.cgi?id=481452 Bug ID: 481452 Summary: Print preview page layout with multiple pages per sheet is confusing Classification: Applications Product: okular Version: 23.08.1 Platform: Kubuntu OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: printing Assignee: okular-de...@kde.org Reporter: i...@iivq.net Target Milestone: --- Created attachment 165882 --> https://bugs.kde.org/attachment.cgi?id=165882&action=edit Result SITUATION I wanted to print a portrait A4 document with two pages as two pages per sheet so the whole document would fit on one one-sided sheet of paper. SUMMARY I selected page layout -> pages per sheet -> 2 (2x1). The preview then shows two landscaped pages on top of each other on one portrait sheet. This confused me, so I selected landscape but then the print came out as two portrait pages above each other on a portrait sheet. The original setting, (attached) however, gave me the desired result. STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT Print preview shows two landscape pages on one portrait page EXPECTED RESULT Preview of one landscape page, with the two portrait pages in it (see screenshot expected result) SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #140 from caulier.gil...@gmail.com --- Git commit 447db1dcbfda3d5529c5365c107808cd8fbbceb2 by Gilles Caulier. Committed on 17/02/2024 at 09:39. Pushed by cgilles into branch 'master'. Do not remove KService debug symbols to hack infinite loop with KSysCoCa > 5.110 from the dektop. M +7-1project/bundles/appimage/04-build-appimage.sh https://invent.kde.org/graphics/digikam/-/commit/447db1dcbfda3d5529c5365c107808cd8fbbceb2 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 481452] Print preview page layout with multiple pages per sheet is confusing
https://bugs.kde.org/show_bug.cgi?id=481452 --- Comment #1 from Tijmen Stam/IIVQ --- Created attachment 165883 --> https://bugs.kde.org/attachment.cgi?id=165883&action=edit Expected result -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 481453] New: kde-gtk-config does not check for GTK+3 with X11 support
https://bugs.kde.org/show_bug.cgi?id=481453 Bug ID: 481453 Summary: kde-gtk-config does not check for GTK+3 with X11 support Classification: Plasma Product: Breeze Version: unspecified Platform: Gentoo Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: gtk theme Assignee: plasma-b...@kde.org Reporter: johannes.pens...@gmail.com CC: agrine...@gmail.com, uhh...@gmail.com 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 *** kde-gtk-config uses GtkPlug for previewing, which is an X11-specific class. ${ROOT}/gtk3proxies/preview3.c includes gtkx.h. However, CMake only searches for the generic gtk+-3.0 package-config file. If GTK+3 is built without X11 support, kde-gtk-config fails to compile. STEPS TO REPRODUCE 1. switch to an X11-free version of GTK3 and its development files. 2. attempt to build kde-gtk-config. OBSERVED RESULT 1. CMake configuration succeeds. 2. compilation fails at ${ROOT}/gtk3proxies/preview3.c EXPECTED RESULT CMake searches for gtk+-x11-3.0.pc and throws an error if it is absent. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.7.5-gentoo (available in About System) KDE Plasma Version: 6.0.0 (6.0 branch) KDE Frameworks Version: 6.0.0 (master) Qt Version: 6.6.2 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 480779] Can not add Google to Online Accounts anymore
https://bugs.kde.org/show_bug.cgi?id=480779 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de --- Comment #3 from Nicolas Fella --- Works fine for me on Fedora Rawhide. Likely has to do with signon-ui/QtWebengine, but there's no obvious difference between Fedora and Neon as far as I can tell -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 479183] With Qt 6.7, no "Add to favorites" and "Remove from favorites" menu items
https://bugs.kde.org/show_bug.cgi?id=479183 Antonio Rojas changed: What|Removed |Added CC||witabre...@proton.me --- Comment #9 from Antonio Rojas --- *** Bug 481447 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kde] [Bug 481447] cannot add to favorite in kickoff application launcher
https://bugs.kde.org/show_bug.cgi?id=481447 Antonio Rojas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Antonio Rojas --- *** This bug has been marked as a duplicate of bug 479183 *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working
https://bugs.kde.org/show_bug.cgi?id=465377 Fushan Wen changed: What|Removed |Added Latest Commit||https://invent.kde.org/plas ||ma/plasma-desktop/-/commit/ ||9d6f3cee2f87284687c2907949a ||961ed15dcb75f Version Fixed In||6.0 Resolution|DUPLICATE |FIXED --- Comment #8 from Fushan Wen --- Git commit 9d6f3cee2f87284687c2907949a961ed15dcb75f by Fushan Wen. Committed on 17/02/2024 at 10:12. Pushed by fusionfuture into branch 'Plasma/6.0'. 🍒applets/taskmanager: reset animating property on mouse enter TaskList Grid move during a SequentialAnimation sets an later removes "animating" property. Sometimes (e.g. session restore) this animation fails to complete and then "animating" property remains true. This prevents drag'n'drop with mouse, as MouseHandler onPositionChanged skips everything if "animating" property is set. FIXED-IN: 6.0 (cherry picked from commit 67886ca2be7f83c2c3319c5cd1c67b8447411133) M +1-0applets/taskmanager/package/contents/ui/MouseHandler.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/9d6f3cee2f87284687c2907949a961ed15dcb75f -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 481454] New: Audio device selection in hamburger menu on application titlebar
https://bugs.kde.org/show_bug.cgi?id=481454 Bug ID: 481454 Summary: Audio device selection in hamburger menu on application titlebar Classification: Plasma Product: Breeze Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: window decoration Assignee: plasma-b...@kde.org Reporter: v...@veqz.net CC: kwin-bugs-n...@kde.org, uhh...@gmail.com Target Milestone: --- Users can select different audio devices for different applications, so, for instance, it is possible to listen to music on the computer speakers while playing a game or having a conversation on the headset. However, this functionality is not very discoverable or accessible. At best the user has to go to the Volume controller in the Systray, go to Applications, and use the hamburger menu next to the application to select an audio device. I propose that it should be possible to find this hamburger menu (with a different icon) on the application title bars so users can quickly discover and switch between audio devices. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 481453] kde-gtk-config does not check for GTK+3 with X11 support
https://bugs.kde.org/show_bug.cgi?id=481453 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[Craft] [Bug 481455] New: kiconthemes master failed
https://bugs.kde.org/show_bug.cgi?id=481455 Bug ID: 481455 Summary: kiconthemes master failed Classification: Developer tools Product: Craft Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Blueprints Assignee: vonr...@kde.org Reporter: mon...@kde.org CC: kde-wind...@kde.org Target Milestone: --- Hi, as you see in build: https://invent.kde.org/pim/kontact/-/jobs/1588464 ``` executing command: executing command: ['mklink', '/J', 'C:\\_\\cf37092', 'C:\\gitlab\\craft\\windows-msvc2022_64-cl\\build\\kde\\frameworks\\tier3\\kiconthemes\\work'] Junction created for C:\_\cf37092 <<===>> C:\gitlab\craft\windows-msvc2022_64-cl\build\kde\frameworks\tier3\kiconthemes\work executing command: executing command: ['C:\\Program Files\\Git\\cmd\\git.exe', 'apply', '--check', '--reverse', '--ignore-space-change', '--verbose', '-p', '1', 'C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\tmpfj_dt08z\\svgiconengine.diff'] Checking patch src/kicontheme.cpp... error: while searching for: } } } class KIconThemeDir; class KIconThemePrivate { error: patch failed: src/kicontheme.cpp:61 error: src/kicontheme.cpp: patch does not apply Checking patch src/kiconloader.cpp... error: while searching for: extern KICONTHEMES_EXPORT int kiconloader_ms_between_checks; KICONTHEMES_EXPORT int kiconloader_ms_between_checks = 5000; extern void initRCCIconTheme(); ``` Patch can't be apply => we can't build it could you fix it please ? thanks -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #141 from caulier.gil...@gmail.com --- Git commit 871426f8cbb8a283c16911cc238897daa08ffe79 by Gilles Caulier. Committed on 17/02/2024 at 10:48. Pushed by cgilles into branch 'master'. Upgrade KDE framework and Plasma SDK to last 5.115 version. M +2-2project/bundles/appimage/config.sh https://invent.kde.org/graphics/digikam/-/commit/871426f8cbb8a283c16911cc238897daa08ffe79 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #142 from caulier.gil...@gmail.com --- Hi mahikeulbody, I upgraded KF5 to last 5.115 and not stripped the debug symbols in KService framework. To get the GDB backtrace from KSyCoCa component while context menu is displayed, you need to use the AppImage with "-debug" suffix. The other one strip all debug symbols. Best Gilles -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480345] Crash when reading Exif.Photo.UserComment containing emoji
https://bugs.kde.org/show_bug.cgi?id=480345 --- Comment #17 from caulier.gil...@gmail.com --- Ok, So it's not urgent to update Exiv2, especially in MXE, as it's a legacy version of Windows installer. Gilles -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #143 from mahikeulbody --- Created attachment 165884 --> https://bugs.kde.org/attachment.cgi?id=165884&action=edit backtrace from 2024-02-17 10:43 bundle -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 466762] Add redirs for C23 free_sized() and free_aligned_sized()
https://bugs.kde.org/show_bug.cgi?id=466762 --- Comment #2 from Paul Floyd --- Created attachment 165885 --> https://bugs.kde.org/attachment.cgi?id=165885&action=edit Makefile for testcase Adapt paths as necessary -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 466762] Add redirs for C23 free_sized() and free_aligned_sized()
https://bugs.kde.org/show_bug.cgi?id=466762 --- Comment #3 from Paul Floyd --- Created attachment 165886 --> https://bugs.kde.org/attachment.cgi?id=165886&action=edit Small testcase -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #144 from caulier.gil...@gmail.com --- Maik, Loook like it crash at this line : #3 0x745af431 in ?? () from /tmp/.mount_digikauHenV2/usr/lib/libQt5Core.so.5 #4 0x735fd917 in KBuildServiceFactory::populateServiceTypes (this=this@entry=0x658c9880) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/kbuildservicefactory.cpp:305 ===! #5 0x735fe33a in KBuildServiceFactory::postProcessServices (this=this@entry=0x658c9880) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/kbuildservicefactory.cpp:236 #6 0x73604441 in KBuildSycoca::save (this=this@entry=0x7fffb870, str=str@entry=0x658c95f0) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/kbuildsycoca.cpp:526 #7 0x736079c5 in KBuildSycoca::recreate (this=this@entry=0x7fffb870, incremental=incremental@entry=true) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/kbuildsycoca.cpp:426 #8 0x735f1454 in KSycocaPrivate::buildSycoca (this=0x656611d0) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/ksycoca.cpp:701 #9 0x735f1eb4 in KSycocaPrivate::checkDatabase (this=, ifNotFound=..., ifNotFound@entry=...) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/ksycoca.cpp:513 #10 0x735f2224 in KSycoca::ensureCacheValid (this=0x7fff780d1960) at ././/include/QtCore/qflags.h:121 #11 0x735c09c2 in mimeTypeSycocaServiceOffers (mimeType=...) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/services/kapplicationtrader.cpp:35 #12 KApplicationTrader::queryByMimeType(QString const&, std::function const&)>) (mimeType=..., filterFunc=...) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/services/kapplicationtrader.cpp:100 #13 0x760fff3b in Digikam::DServiceMenu::servicesForOpenWith (urls=...) at /b/master/dktemp/digikam-master/core/libs/threadimageio/engine/dservicemenu_linux.cpp:247 Source code relevant is this one : https://invent.kde.org/frameworks/kservice/-/blob/v5.115.0/src/sycoca/kbuildservicefactory.cpp?ref_type=tags#L305 Gilles -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #145 from caulier.gil...@gmail.com --- mahikeulbody, Please reproduce the GDB backtrace, and in GDB prompt, switch to the frame #4 like this : (gdb) f 4 After that, show the current variables contents with GDB prompt: (gdb) p stName (gdb) p otherType (gdb) p mime ... Just to see if we can discovers the in-deep source of the problem... Gilles -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 466762] Add redirs for C23 free_sized() and free_aligned_sized()
https://bugs.kde.org/show_bug.cgi?id=466762 --- Comment #4 from Paul Floyd --- To test git clone https://github.com/jemalloc/jemalloc.git cd jemalloc ./autogen.sh ./configure I didn't bother installing jemalloc, I just used it in place. Without any changes I get ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x487B5DB: free_fastpath (jemalloc_internal_inlines_c.h:516) ==32192==by 0x487B5DB: je_sdallocx_noflags (jemalloc_internal_inlines_c.h:578) ==32192==by 0x487B5DB: free_sized (jemalloc.c:3022) ==32192==by 0x201899: main (c23_free.c:24) ==32192== ==32192== Use of uninitialised value of size 8 ==32192==at 0x487B5FC: sz_size2index_lookup_impl (sz.h:192) ==32192==by 0x487B5FC: sz_size2index_lookup (sz.h:198) ==32192==by 0x487B5FC: free_fastpath (jemalloc_internal_inlines_c.h:521) ==32192==by 0x487B5FC: je_sdallocx_noflags (jemalloc_internal_inlines_c.h:578) ==32192==by 0x487B5FC: free_sized (jemalloc.c:3022) ==32192==by 0x201899: main (c23_free.c:24) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x48804B3: sz_sa2u (sz.h:320) ==32192==by 0x48804B3: aligned_usize_get (jemalloc.c:2346) ==32192==by 0x48804B3: inallocx (jemalloc.c:3826) ==32192==by 0x48804B3: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201903: main (c23_free.c:36) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x48804D0: sz_s2u (sz.h:303) ==32192==by 0x48804D0: sz_sa2u (sz.h:335) ==32192==by 0x48804D0: aligned_usize_get (jemalloc.c:2346) ==32192==by 0x48804D0: inallocx (jemalloc.c:3826) ==32192==by 0x48804D0: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201903: main (c23_free.c:36) ==32192== ==32192== Use of uninitialised value of size 8 ==32192==at 0x48804E5: sz_size2index_lookup_impl (sz.h:192) ==32192==by 0x48804E5: sz_size2index_lookup (sz.h:198) ==32192==by 0x48804E5: sz_s2u_lookup (sz.h:291) ==32192==by 0x48804E5: sz_s2u (sz.h:304) ==32192==by 0x48804E5: sz_sa2u (sz.h:335) ==32192==by 0x48804E5: aligned_usize_get (jemalloc.c:2346) ==32192==by 0x48804E5: inallocx (jemalloc.c:3826) ==32192==by 0x48804E5: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201903: main (c23_free.c:36) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x487B66B: free_aligned_sized (jemalloc.c:3029) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x487B66F: free_aligned_sized (jemalloc.c:3029) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x487B677: je_sdallocx_impl (jemalloc_internal_inlines_c.h:585) ==32192==by 0x487B677: sdallocx (jemalloc.c:3862) ==32192==by 0x487B677: free_aligned_sized (jemalloc.c:3029) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x488049E: aligned_usize_get (jemalloc.c:2331) ==32192==by 0x488049E: inallocx (jemalloc.c:3826) ==32192==by 0x488049E: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x48804B3: sz_sa2u (sz.h:320) ==32192==by 0x48804B3: aligned_usize_get (jemalloc.c:2346) ==32192==by 0x48804B3: inallocx (jemalloc.c:3826) ==32192==by 0x48804B3: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x48804D0: sz_s2u (sz.h:303) ==32192==by 0x48804D0: sz_sa2u (sz.h:335) ==32192==by 0x48804D0: aligned_usize_get (jemalloc.c:2346) ==32192==by 0x48804D0: inallocx (jemalloc.c:3826) ==32192==by 0x48804D0: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Use of uninitialised value of size 8 ==32192==at 0x48804E5: sz_size2index_lookup_impl (sz.h:192) ==32192==by 0x48804E5: sz_size2index_lookup (sz.h:198) ==32192==by 0x48804E5: sz_s2u_lookup (sz.h:291) ==32192==by 0x48804E5: sz_s2u (sz.h:304) ==32192==by 0x48804E5: sz_sa2u (sz.h:335) ==32192==by 0x48804E5: aligned_usize_get (jemalloc.c:2346) ==32192==by 0x48804E5: inallocx (jemalloc.c:3826) ==32192==by 0x48804E5: je_sdallocx_default (jemalloc.c:3838) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== Conditional jump or move depends on uninitialised value(s) ==32192==at 0x488069C: mallocx_tcache_get (jemalloc.c:3235) ==32192==by 0x488069C: je_sdallocx_default (jemalloc.c:3841) ==32192==by 0x201926: main (c23_free.c:40) ==32192== ==32192== ==32192== HEAP SUMMARY: ==32192== in use
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #146 from mahikeulbody --- Created attachment 165887 --> https://bugs.kde.org/attachment.cgi?id=165887&action=edit backtrace from 2024-02-17 10:43 bundle and addicional bt cde -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #147 from mahikeulbody --- I am not sure to have do right, let me retry. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #148 from mahikeulbody --- Created attachment 165888 --> https://bugs.kde.org/attachment.cgi?id=165888&action=edit retry but it seems the same -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481456] New: VLC fullscreen not working with Plasma 6
https://bugs.kde.org/show_bug.cgi?id=481456 Bug ID: 481456 Summary: VLC fullscreen not working with Plasma 6 Classification: Plasma Product: plasmashell Version: 5.93.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: m...@iyanmv.com CC: k...@davidedmundson.co.uk Target Milestone: 1.0 SUMMARY (Please, move this report to the correct category. I had no idea where to report it, but I think it's important because is one of those issues that most users can notice in the first 15 minutes of using Plasma) When double clicking on the video or selecting Video -> Fullscreen, VLC changes to "fullscreen mode" (e.g. the control panel to play, pause, etc. becomes visible at the bottom of the screen) but the video remains within the frame of the window instead of actually using the whole screen. I don't have this issue with Plasma 5.27.10 also running on Wayland. Perhaps this is an issue with how Plasma 6 handles XWayland apps? STEPS TO REPRODUCE 1. Open a video with VLC 2. Double click on the video OBSERVED RESULT Fullscreen is not working EXPECTED RESULT It should work as in Plasma 5.x SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Kernel Version: 6.7.4-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics Manufacturer: LENOVO Product Name: 20XYCTO1WW System Version: ThinkPad X1 Yoga Gen 6 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481456] VLC fullscreen not working with Plasma 6
https://bugs.kde.org/show_bug.cgi?id=481456 --- Comment #1 from Iyán Méndez Veiga --- Created attachment 165889 --> https://bugs.kde.org/attachment.cgi?id=165889&action=edit VLC in "normal" mode -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481456] VLC fullscreen not working with Plasma 6
https://bugs.kde.org/show_bug.cgi?id=481456 --- Comment #2 from Iyán Méndez Veiga --- Created attachment 165890 --> https://bugs.kde.org/attachment.cgi?id=165890&action=edit VLC in fullscreen mode -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 481420] Sort by video length
https://bugs.kde.org/show_bug.cgi?id=481420 --- Comment #5 from tagwer...@innerjoin.org --- (In reply to nealheinecke from comment #3) > ... The only sort options under video are aspect ratio or framerate ... Yes, it would make sense to include an option for Duration for Videos (as well as Audio)... I find the "Sort By" option peculiarly difficult to find, there seems to be a lot of hoops to jump through before you see it :-/ -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 481101] Enable File Search can't be permanently disabled
https://bugs.kde.org/show_bug.cgi?id=481101 --- Comment #4 from tagwer...@innerjoin.org --- (In reply to MarkW from comment #2) > Thanks for your comprehensive reply. All part of the service! > Once I reboot, the above is once again deleted from the file and baloo_file > keeps running. I don't think it is Baloo thing in that case, something else in the startup or logon sequence is enabling it. I was wondering about the config being overwritten by the system default (hmm, that could be in "/etc/xdg/baloofilerc" or "/usr/share/kde-settings/kde-profile/default/xdg/baloofilerc"), but if your baloofilerc retains its exclusions, then probably not... (In reply to MarkW from comment #3) > ... I've just had a "doh!" moment. The paths for the snapshots is wrong in the > exclude folders setting. They should be `.snapshots`, not `.snapshot` ... Ahhh! I thought "doh!" moments were my thing 8-) I assume you have a structure of "copies" under the .snapshots folder and Baloo will be seeing these files "for the first time" although I'm not sure I understand the: >> If you do a "baloosearch -i one-of-your-files.txt" do you get a single >> result or many? > > I get a single result. My naive assumption (without having tried BTRFS snapshots) is that you'd also find the snapshot copies of your file. -- You are receiving this mail because: You are watching all bug changes.
[khelpcenter] [Bug 481457] New: Text is not rendered correctly
https://bugs.kde.org/show_bug.cgi?id=481457 Bug ID: 481457 Summary: Text is not rendered correctly Classification: Applications Product: khelpcenter Version: 6.0.240195 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kde-doc-engl...@kde.org Reporter: m...@iyanmv.com Target Milestone: --- SUMMARY The text on the Help Center in Plasma 6 RC 2 looks bad. It feels like the anti-aliasing from Plasma is ignored just for this app. STEPS TO REPRODUCE 1. Open the help center 2. Open any manual OBSERVED RESULT Text looks pixelated EXPECTED RESULT Text should use desktop settings and use anti-aliasing if it is enabled. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Kernel Version: 6.7.4-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics Manufacturer: LENOVO Product Name: 20XYCTO1WW System Version: ThinkPad X1 Yoga Gen 6 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481456] VLC fullscreen not working with Plasma 6
https://bugs.kde.org/show_bug.cgi?id=481456 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[khelpcenter] [Bug 481457] Text is not rendered correctly
https://bugs.kde.org/show_bug.cgi?id=481457 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[NeoChat] [Bug 481458] New: feature request: hotkeys for jumping in the chat
https://bugs.kde.org/show_bug.cgi?id=481458 Bug ID: 481458 Summary: feature request: hotkeys for jumping in the chat Classification: Applications Product: NeoChat Version: 23.08.4 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: General Assignee: fe...@posteo.de Reporter: rob...@riemann.cc CC: c...@carlschwan.eu Target Milestone: --- Dears, in Firefox, I can jump to the page top or bottom with Pos1/end key. In Dolphin, I can jump in the folder view to the top or bottom with Pos1/end key. In gwenview, I can jump to the first and last picture in the gallery veiw with Pos1/end key. For consistency and comfort, it would be neat to also have (customizable) hotkeys for jumping to the top and more importantly, to the bottom, in NeoChat! -- You are receiving this mail because: You are watching all bug changes.
[khelpcenter] [Bug 481457] Text is not rendered correctly
https://bugs.kde.org/show_bug.cgi?id=481457 --- Comment #1 from Iyán Méndez Veiga --- Created attachment 165891 --> https://bugs.kde.org/attachment.cgi?id=165891&action=edit Help Center text without anti-aliasing -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481459] New: Emojis are not shown correctly in the copy pop-up
https://bugs.kde.org/show_bug.cgi?id=481459 Bug ID: 481459 Summary: Emojis are not shown correctly in the copy pop-up Classification: Plasma Product: plasmashell Version: 5.93.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Emoji Selector Assignee: plasma-b...@kde.org Reporter: m...@iyanmv.com Target Milestone: 1.0 SUMMARY When an emoji is clicked in the Emoji Selector app, a small pop-up on the bottom appears saying that the emoji was copied to the clipboard. This pop-up does not show most emojis correctly because they are rendered with a font that does not support all the emojis available in the Emoji Selector. STEPS TO REPRODUCE 1. Open Emoji Selector 2. Select a few different emojis OBSERVED RESULT Some emojis are shown in the pop-up in a text-only black and white version. When there is no such version, an empty box appears instead. EXPECTED RESULT Either remove the emoji from the pop-up notification and just say "Emoji copied to the clipboard" or render the full color emoji correctly. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Kernel Version: 6.7.4-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics Manufacturer: LENOVO Product Name: 20XYCTO1WW System Version: ThinkPad X1 Yoga Gen 6 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481459] Emojis are not shown correctly in the copy pop-up
https://bugs.kde.org/show_bug.cgi?id=481459 --- Comment #1 from Iyán Méndez Veiga --- Created attachment 165892 --> https://bugs.kde.org/attachment.cgi?id=165892&action=edit Emoji is shown in a text black and white version -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481459] Emojis are not shown correctly in the copy pop-up
https://bugs.kde.org/show_bug.cgi?id=481459 --- Comment #2 from Iyán Méndez Veiga --- Created attachment 165893 --> https://bugs.kde.org/attachment.cgi?id=165893&action=edit Emoji is shown as an empty box -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481459] Emojis are not shown correctly in the copy pop-up
https://bugs.kde.org/show_bug.cgi?id=481459 --- Comment #3 from Iyán Méndez Veiga --- This is a similar issue to what I described in https://bugs.kde.org/show_bug.cgi?id=481211 affecting Konsole. Perhaps the fix there can help here as well? -- You are receiving this mail because: You are watching all bug changes.
[frameworks-baloo] [Bug 481429] Baloo crashes at log in
https://bugs.kde.org/show_bug.cgi?id=481429 --- Comment #1 from tagwer...@innerjoin.org --- (In reply to kenjite from comment #0) > Core was generated by `/usr/lib/kf6/baloo_file_extractor'. > Program terminated with signal SIGABRT, Aborted. > ... > Thread 1 (Thread 0x7850acd41e00 (LWP 2495)): > [KCrash Handler] > ... > #18 0x7850af578e41 in Baloo::DocumentUrlDB::del (this=, > id=) at > /usr/src/debug/baloo/baloo-5.249.0/src/engine/documenturldb.cpp:120 > #19 0x7850af58cb3e in Baloo::WriteTransaction::removeDocument > (this=0x603c0e97a680, id=36135173649790487) at > /usr/src/debug/baloo/baloo-5.249.0/src/engine/writetransaction.cpp:133 I have to leave dumpcracking to someone else but it looks as if Baloo is trying to clear up entries in its index for deleted files. This is often a slow job, can easily be that it is not finished before you log out and it carries on when you log in again... If the index is corrupt, the only way out normally is to purge and reindex... -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 481460] New: Zoom window enlarges continuously without user interaction
https://bugs.kde.org/show_bug.cgi?id=481460 Bug ID: 481460 Summary: Zoom window enlarges continuously without user interaction Classification: Plasma Product: kwin Version: 5.93.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: m...@iyanmv.com Target Milestone: --- SUMMARY This is a funny issue. I don't know if it's caused by Qt 6.7 or by some changes in Plasma 6. I also remember having a similar issue with Inkscape in the past before it started to work correctly as a native Wayland app, so probably this only affects XWayland apps. When opening certain windows (e.g., the "Share screen" window during a call), they enlarge continuously and indefinitely without user interaction. It's hard to describe so I will try to record a video later. The window first starts to expand to the right of the desktop. Once it reaches the end of the screen, it starts to push the window to the left so it gives the impression the app is expanding to the left. When all the width is used, the window continues to expand to the right outside the screen range. STEPS TO REPRODUCE 1. Open Zoom (probably other XWayland apps suffer from this issue too) 2. Start a call 3. Open Share screen window OBSERVED RESULT What is described above, the window continuously expands its width to the right. EXPECTED RESULT Window has a fixed size unless the user manually changes it SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Kernel Version: 6.7.4-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics Manufacturer: LENOVO Product Name: 20XYCTO1WW System Version: ThinkPad X1 Yoga Gen 6 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 472494] Export to Google Photos ends up with "too many requests" error
https://bugs.kde.org/show_bug.cgi?id=472494 --- Comment #26 from Maik Qualmann --- Git commit 09858c9d57f92818695d8b238805811432414d34 by Maik Qualmann. Committed on 17/02/2024 at 12:03. Pushed by mqualmann into branch 'master'. update Google Photo icon to the current one from 2020 M +1-1core/dplugins/generic/webservices/google/gsplugin.cpp M +--- core/dplugins/generic/webservices/google/icons/gphoto/16-apps-dk-googlephoto.png M +--- core/dplugins/generic/webservices/google/icons/gphoto/22-apps-dk-googlephoto.png M +--- core/dplugins/generic/webservices/google/icons/gphoto/32-apps-dk-googlephoto.png M +--- core/dplugins/generic/webservices/google/icons/gphoto/48-apps-dk-googlephoto.png M +--- core/dplugins/generic/webservices/google/icons/gphoto/sc-apps-dk-googlephoto.svgz https://invent.kde.org/graphics/digikam/-/commit/09858c9d57f92818695d8b238805811432414d34 -- You are receiving this mail because: You are watching all bug changes.
[xdg-desktop-portal-kde] [Bug 481461] New: Click box to select content to share does not work (as expected)
https://bugs.kde.org/show_bug.cgi?id=481461 Bug ID: 481461 Summary: Click box to select content to share does not work (as expected) Classification: Plasma Product: xdg-desktop-portal-kde Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: m...@iyanmv.com CC: aleix...@kde.org, jgrul...@redhat.com, n...@kde.org Target Milestone: --- SUMMARY When trying to share a screen or a window, a Screen Sharing dialog appears showing the available sources. For example, when selecting a new screen source in OBS Studio, the user can select a physical monitor, a rectangular area or a new virtual output. These boxes have a click box on the top right corner. If the user click on those, the tick is shown but the share button is grayed out and disabled. Only clicking on the content area works (and also changes the click box). STEPS TO REPRODUCE 1. Open OBS Studio (or any other app that allows to share screen) 2. Add a new source 3. Select Screen Capture (PipeWire) 4. Play with the Screen Sharing window OBSERVED RESULT When clicking on the box directly, the share button is not enabled. EXPECTED RESULT User can click the box or the content. Both options should mark the desired source and enable the share button. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Kernel Version: 6.7.4-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics Manufacturer: LENOVO Product Name: 20XYCTO1WW System Version: ThinkPad X1 Yoga Gen 6 -- You are receiving this mail because: You are watching all bug changes.
[xdg-desktop-portal-kde] [Bug 481461] Click box to select content to share does not work (as expected)
https://bugs.kde.org/show_bug.cgi?id=481461 --- Comment #1 from Iyán Méndez Veiga --- Here is a video of the issue: https://drive.switch.ch/index.php/s/DfhCU46JWp8oTtm -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 481462] New: Feature request: Change the background + icon colors of the Places section
https://bugs.kde.org/show_bug.cgi?id=481462 Bug ID: 481462 Summary: Feature request: Change the background + icon colors of the Places section Classification: Applications Product: dolphin Version: 23.08.4 Platform: Ubuntu OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: panels: folders Assignee: dolphin-bugs-n...@kde.org Reporter: r...@oemail.nl CC: kfm-de...@kde.org Target Milestone: --- Created attachment 165894 --> https://bugs.kde.org/attachment.cgi?id=165894&action=edit Dolphin on left; Thunar on right SUMMARY *** Feature request for being able to change the background + icon colors of the Places section. See attached screenshot: on the left is Dolphin with standards Breeze icons, on the right is Thunar, an alternative file manager. At the icon size in the screenshot, the icons are black against a grey background, which is terrible for contrast. I would like to be able to change: A) The color of the icons. For some reason these are changed to monochrome at this size. Only by making the icons bigger can I get the icons to become blue again, but that has its own disadvantages: they become too big and difficult to fit and get an overview. Why not give everyone the option whether they want the icons to be monochrome or not, regardless of the size? B) The background of the Places section. I'd like to be able to make this white, which will result in better contrast both for the icons and the black text. For both, an option in the Settings to customise this would be great. Please note this is partly a matter of taste and customisability, but will also really help visually challenged users see things better in this section. *** Operating System: TUXEDO OS 2 KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.113.0 Qt Version: 5.15.11 Kernel Version: 6.5.0-10013-tuxedo (64-bit) Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 481192] Systemsettings crashes when going into various kcm modules
https://bugs.kde.org/show_bug.cgi?id=481192 --- Comment #9 from Jure Repinc --- I just did a regular morning update of packages and the problem appears to be fixed. All mentioned KCMs open now. During the update Qt was updated to version 6.6.2 so maybe that version has a fix for this problem. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 481460] Zoom window enlarges continuously without user interaction
https://bugs.kde.org/show_bug.cgi?id=481460 --- Comment #1 from Iyán Méndez Veiga --- Here is a video of the issue: https://drive.switch.ch/index.php/s/HKnY7QNkw8BP69m -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 437167] When I press ctrl+m, a warning says "This will hide the menu bar completely..." despite menu bar is already hidden
https://bugs.kde.org/show_bug.cgi?id=437167 Patrick Silva changed: What|Removed |Added Resolution|--- |DUPLICATE Status|CONFIRMED |RESOLVED --- Comment #5 from Patrick Silva --- *** This bug has been marked as a duplicate of bug 439266 *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kxmlgui] [Bug 439266] Apps' in-window menubars do not become visible again after removing a global menu applet
https://bugs.kde.org/show_bug.cgi?id=439266 Patrick Silva changed: What|Removed |Added CC||bugsefor...@gmx.com --- Comment #12 from Patrick Silva --- *** Bug 437167 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 466762] Add redirs for C23 free_sized() and free_aligned_sized()
https://bugs.kde.org/show_bug.cgi?id=466762 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |FIXED --- Comment #5 from Paul Floyd --- commit 9903f2fe0b82b49467157adb6ac087bf49c1dead (HEAD -> master, origin/users/paulf/try-bug466762, origin/master, origin/HEAD, bug466762) Author: Paul Floyd Date: Sat Feb 17 11:56:32 2024 +0100 Bug 466762 - Add redirs for C23 free_sized() and free_aligned_sized() No testcase for the moment - I still need to link with a non-system to be able to test -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 481167] KIOWorker is segfaulting when writing invalid/empty bytearray (slavebase.cpp::1484)
https://bugs.kde.org/show_bug.cgi?id=481167 --- Comment #2 from Mike --- I narrowed this down to the folder preview plugin in dolphin. However, after updating to Qt 6.6.2, the crashers go away. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 481167] KIOWorker is segfaulting when writing invalid/empty bytearray (slavebase.cpp::1484)
https://bugs.kde.org/show_bug.cgi?id=481167 Mike changed: What|Removed |Added Resolution|--- |UPSTREAM Status|REPORTED|RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #149 from mahikeulbody --- To now, start Digikam 8.2 after a try with Digikam 8.3.appimage run without problem. But this time after to run the last appimage bundle, I get a warning starting Digikam8.2 (see attached screencopy). I tried to do a maintenance database cleaning, including thumbnail database, but I get ever this warning. Is it related to the last bundle ? -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #150 from mahikeulbody --- Created attachment 165895 --> https://bugs.kde.org/attachment.cgi?id=165895&action=edit screen copy at startup fo digikam 8.2 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #151 from mahikeulbody --- after the warning, all seems ok. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481459] Emojis are not shown correctly in the copy pop-up
https://bugs.kde.org/show_bug.cgi?id=481459 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 481460] Zoom window enlarges continuously without user interaction
https://bugs.kde.org/show_bug.cgi?id=481460 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[xdg-desktop-portal-kde] [Bug 481461] Click box to select content to share does not work (as expected)
https://bugs.kde.org/show_bug.cgi?id=481461 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[NeoChat] [Bug 481458] feature request: hotkeys for jumping in the chat
https://bugs.kde.org/show_bug.cgi?id=481458 Bug Janitor Service changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 481462] Feature request: Change the background + icon colors of the Places section
https://bugs.kde.org/show_bug.cgi?id=481462 Bug Janitor Service changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #152 from caulier.gil...@gmail.com --- The warning must come from an upgraded DB version done by 8.3.0. 8.2.0 cannot handle it properly as there is no regression possible. It's not a blocking warning at all. Gilles -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #153 from caulier.gil...@gmail.com --- The backtrace investigation are not fine, because the number of GDB frames has changed between digiKam sessions. Look this line from your last trace : #8 0x735fd917 in KBuildServiceFactory::populateServiceTypes (this=this@entry=0x60ae6810) at /b/master/ext_kf5/ext_kservice-prefix/src/ext_kservice/src/sycoca/kbuildservicefactory.cpp:305 The "#8" on the front is the frame number. You must switch GDB to this frame ID to be able to show the variable the kbuildservicefactory.cpp at line 305. Gilles -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #154 from Maik Qualmann --- There is no thumbnail database update between 8.2.0 and 8.3.0. Your database has probably been destroyed by the crashes (loops) and forced exits. Or there are too many file handlers still open for the thumbnail database, maybe restart the computer. Maik -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 481463] New: When setting editor font to specific font, the font doesn't show up and windows context menus
https://bugs.kde.org/show_bug.cgi?id=481463 Bug ID: 481463 Summary: When setting editor font to specific font, the font doesn't show up and windows context menus Classification: Applications Product: kate Version: 23.08.4 Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: major Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: demorph...@gmail.com 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 *** The font doesn't display in kate. Also, a cascade reaction happens, and no writing in context menus and in the desktop background can be seen. Some apps do not display any visible text, such as file manager and control panel. STEPS TO REPRODUCE 1. Download and install font-family Noto sans CJK from the github repo. 2. Open kate, and in Settings > Appearance > General > Editor Font, set the font to *Noto Sans CJK JP Light* 3. Restart system to fix problem. 4. However, while the kate settings are set to the font, the bug reappears when you restart kate again. (Change editor font to different font before next restart.) OBSERVED RESULT Text in kate vanishes, leaving only whitespace marks. Some apps show no font. However, the system does not crash catastrophically. EXPECTED RESULT The font should display normally. SOFTWARE/OS VERSIONS Windows: 10 Pro 22H2 Kate: 23.08.4 for windows x64 (Theme as Vim Dark) ADDITIONAL INFORMATION I will take screenshots and add attachments. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #155 from caulier.gil...@gmail.com --- MAik, This is a copy of the discussion from de KDE core mailling list about revisiting ksycoca : // -- ksycoca is a .desktop cache, and what changed in 5.0 was that mimetypes are no longer defined by desktop files so indeed they are not in ksycoca anymore. And the KParts are now using the Qt plugin JSON stuff so they don't use desktop files anymore (right?). But the main part still is in ksycoca: all the application desktop files. And I don't believe this should change; here's why. One purpose of ksycoca is to find out easily "what are the applications associated with a given mimetype, by order of (user, otherwise desktop- dependent default) preference". Without a cache, for mimetypes not listed in any preference file, you have to iterate over a large number of desktop files to find out which ones support it. Another purpose is to organize the desktop files in a tree that is shown in the K menu (based on Categories and that menu definition XML stuff). Without a cache, the performance will be horrendous, won't it? You can remove everything about "service types" from ksycoca if no plugin is represented by a desktop file anymore, but I would advise against removing the cache of application desktop files. IMHO, if you do, you'll end up reimplementing a different one anyway at some point. // - Typically, the cache contents is based on JSON file definitions. I'm not sure to host the JSON files in the Appimage. The Q is: if the problem is relevant of these missing JSON files, why the problem appears with Plasma based on KF5 > 5.110 ? Gilles -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 481463] When setting editor font to specific font, the font doesn't show up and windows context menus
https://bugs.kde.org/show_bug.cgi?id=481463 demorph...@gmail.com changed: What|Removed |Added CC||demorph...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[ksystemstats] [Bug 477912] Cpu/case fan speed sensors are not available anymore
https://bugs.kde.org/show_bug.cgi?id=477912 Colin J Thomson changed: What|Removed |Added CC|colin.thom...@g6avk.co.uk | -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 481463] When setting editor font to specific font, the font doesn't show up and windows context menus
https://bugs.kde.org/show_bug.cgi?id=481463 --- Comment #1 from demorph...@gmail.com --- Created attachment 165896 --> https://bugs.kde.org/attachment.cgi?id=165896&action=edit Kate after the bug. Non latin text seems to be more affected -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 481463] When setting editor font to specific font, the font doesn't show up and windows context menus
https://bugs.kde.org/show_bug.cgi?id=481463 --- Comment #2 from demorph...@gmail.com --- Created attachment 165897 --> https://bugs.kde.org/attachment.cgi?id=165897&action=edit Windows Sysadmin after the bug -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 481464] New: Context menu for last/lower entries is misplaced on Wayland
https://bugs.kde.org/show_bug.cgi?id=481464 Bug ID: 481464 Summary: Context menu for last/lower entries is misplaced on Wayland Classification: Applications Product: dolphin Version: unspecified Platform: openSUSE OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: j...@holodeck1.com CC: kfm-de...@kde.org Target Milestone: --- Created attachment 165898 --> https://bugs.kde.org/attachment.cgi?id=165898&action=edit Display configuration SUMMARY Using Dolphin 24.04.70 on openSUSE Tumbleweed with packages built daily from KDE git. Some more system info: Operating System: openSUSE Tumbleweed 20240214 KDE Plasma Version: 6.0.80 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.7.4-1-default (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 7600 6-Core Processor Memory: 31.1 GiB of RAM Graphics Processor: AMD Radeon RX 480 Graphics I have two monitors, setup with different resolutions/sizes and different scaling settings. See attached screenshots. STEPS TO REPRODUCE 1. Right click on any of the last entries in sidepanel (e.g. one under Devices subsection) or in the files list right after you open Dolphin. The lower you click the more context menu is displaced, OBSERVED RESULT Context menu opens but is misplaced, does not appear at the point where you clicked with mouse. You have to switch to another window and then back to get the context menu placed properly. EXPECTED RESULT Place the context menu at the point where you rightclick with mouse right away. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #156 from mahikeulbody --- (In reply to caulier.gilles from comment #153) > The backtrace investigation are not fine, because the number of GDB frames > has changed between digiKam sessions. Please see the last attached backtrace. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #157 from mahikeulbody --- Created attachment 165899 --> https://bugs.kde.org/attachment.cgi?id=165899&action=edit with the right f cde -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 481465] New: Open/save dialogs take a few milliseconds to filter files on opening
https://bugs.kde.org/show_bug.cgi?id=481465 Bug ID: 481465 Summary: Open/save dialogs take a few milliseconds to filter files on opening Classification: Frameworks and Libraries Product: frameworks-kio Version: 5.249.0 Platform: Arch Linux OS: Linux Status: REPORTED Keywords: qt6 Severity: normal Priority: NOR Component: Open/save dialogs Assignee: kio-bugs-n...@kde.org Reporter: bugsefor...@gmx.com CC: kdelibs-b...@kde.org Target Milestone: --- Created attachment 165900 --> https://bugs.kde.org/attachment.cgi?id=165900&action=edit screen recording SUMMARY Please watch the attached screen recording. I open the save/open dialog, all files are visible for a few milliseconds and then the filter is applied. EXPECTED RESULT the filter should be applied immediately on opening, without any delay SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Graphics Platform: Wayland -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 432622] Artist search returns incorrect information when multiple albums have same name
https://bugs.kde.org/show_bug.cgi?id=432622 m...@gmx.net changed: What|Removed |Added CC||m...@gmx.net --- Comment #2 from m...@gmx.net --- Created attachment 165901 --> https://bugs.kde.org/attachment.cgi?id=165901&action=edit Elisa: Albums with the same name show up at all artists Every artist with a "Greatest Hits" ends up with all the albums of the same name from other artists. I suppose that is true for other album names as well -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 481464] Context menu for last/lower entries is misplaced on Wayland
https://bugs.kde.org/show_bug.cgi?id=481464 --- Comment #1 from Jure Repinc --- Created attachment 165902 --> https://bugs.kde.org/attachment.cgi?id=165902&action=edit Screenshot of context menu displacement I clicked on the last entry in the file list and the context menu is displaced quite a bit towards the top -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #158 from Maik Qualmann --- Ok, I'm a little further along. I unzipped the AppImage. It's something inside the "share" folder. If I rename this, it works without looping and the KService menu is correct. I'll narrow it down further later. Maik -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 481464] Context menu for last/lower entries is misplaced on Wayland
https://bugs.kde.org/show_bug.cgi?id=481464 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 480134] Freeze (loop ?) when right click on an image
https://bugs.kde.org/show_bug.cgi?id=480134 --- Comment #159 from mahikeulbody --- (In reply to Maik Qualmann from comment #154) > There is no thumbnail database update between 8.2.0 and 8.3.0. You are right since 8.3 appimage displays also this warning now. > Or there are too many file handlers still open for the thumbnail database, > maybe restart the computer. No change after a restart. > Your database has probably been destroyed by the crashes (loops) and forced > exits. Probably but never mind, I can rebuild the database from files or a backup, it is not a problem. -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 473151] Discover crashes in FlatpakBackend::addAppFromFlatpakBundle() when I try to open a flatpak bundle with Flatpak 1.12.7-1
https://bugs.kde.org/show_bug.cgi?id=473151 --- Comment #15 from Patrick Silva --- Created attachment 165903 --> https://bugs.kde.org/attachment.cgi?id=165903&action=edit backtrace generated on Arch Linux Unfortunately Discover also crashes on Arch Linux when opening the same flatpak bundle. It's harder to reproduce though. Operating System: Arch Linux KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.7.0 Graphics Platform: Wayland -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 478665] Can't disable recently used files.
https://bugs.kde.org/show_bug.cgi?id=478665 davidkace...@gmail.com changed: What|Removed |Added CC||davidkace...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 481380] Docked floating panel obscures adjacent screen with its blurred background
https://bugs.kde.org/show_bug.cgi?id=481380 Bernhard changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |UPSTREAM --- Comment #4 from Bernhard --- I can't reproduce this anymore with Qt 6.7 beta3 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 458103] 'Do not remember' option in the KCM does not apply to recent documents lists in apps' menubars
https://bugs.kde.org/show_bug.cgi?id=458103 davidkace...@gmail.com changed: What|Removed |Added CC||davidkace...@gmail.com -- You are receiving this mail because: You are watching all bug changes.