[digikam] [Bug 386606] tags search is broken after moving tags (invalid lft/rgt columns)
https://bugs.kde.org/show_bug.cgi?id=386606 --- Comment #1 from Kusi --- related with https://bugs.kde.org/show_bug.cgi?id=383326 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 340982] I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM
https://bugs.kde.org/show_bug.cgi?id=340982 Martin van Es changed: What|Removed |Added CC||b...@mrvanes.com --- Comment #148 from Martin van Es --- (In reply to Rod J from comment #137) > I found a workaround for this bug on the KDE Community Forum here: > https://forum.kde.org/viewtopic.php?f=17&t=134970 Thank you! Came here because I also use Dutch locale with English language. Then, Digital Clock decide to format mm/dd/yy short date, which is not only confusing but also wrong since my date locale says nl_NL? -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 386553] asteroids.dat is missing important objects
https://bugs.kde.org/show_bug.cgi?id=386553 Jasem Mutlaq changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 386553] asteroids.dat is missing important objects
https://bugs.kde.org/show_bug.cgi?id=386553 --- Comment #14 from Jasem Mutlaq --- That's because all these objects have absolute magnitudes > 12 which are not downloaded by KStars by default. Go to KStars settings and increase the magnitude of asteroids then run update and you should have them. -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 386553] asteroids.dat is missing important objects
https://bugs.kde.org/show_bug.cgi?id=386553 Jasem Mutlaq changed: What|Removed |Added Resolution|--- |INVALID Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 208052] strlcpy error when n = 0
https://bugs.kde.org/show_bug.cgi?id=208052 Jan Kryl changed: What|Removed |Added CC||j...@kryl.eu --- Comment #4 from Jan Kryl --- I hit the same problem with strlcpy on FreeBSD 11 using valgrind-3.10.1 -- You are receiving this mail because: You are watching all bug changes.
[korganizer] [Bug 386614] Deleted event does not disappear immediatly when using google synced calendar
https://bugs.kde.org/show_bug.cgi?id=386614 Patrick Eigensatz changed: What|Removed |Added Summary|Deleted event does not |Deleted event does not |disappear immediatly when |disappear immediatly when |using synced calendar |using google synced ||calendar -- You are receiving this mail because: You are watching all bug changes.
[korganizer] [Bug 386614] New: Deleted event does not disappear immediatly when using synced calendar
https://bugs.kde.org/show_bug.cgi?id=386614 Bug ID: 386614 Summary: Deleted event does not disappear immediatly when using synced calendar Product: korganizer Version: 5.6.0 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: agendaview (weekview) Assignee: kdepim-b...@kde.org Reporter: patrick.eigens...@gmail.com Target Milestone: --- I use KOrganizer to sync events with my Google Calendar. It now happened a few times that I deleted an entry in the agendaview and it was still there afterwards. (It only loses the Google 'g' in the upper left corner.) I have no problems when deleting a local-only event. Since the event is still showing up I can also move/stretch it, but not delete (Del key) it. Also, the context menu won't show up when right clicking on it. When showing the preceeding week and then coming back again the event is gone. Note: Menu -> View -> Refresh does *not* delete the event, I really need to change the currently displayed week and come back. It seems as if this only happens to newly created events. When I create an event, switch the week and come back and then try to delete it, this does not happen. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 382807] Starting systemsettings5 in terminal gives error message
https://bugs.kde.org/show_bug.cgi?id=382807 --- Comment #2 from Freek de Kruijf --- OK thanks. I will enter a bug report in openSUSE. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 386488] Subwindow mode: minimizing/restoring or maximizing/unmaximizing file with unsaved changes makes titlebar asterisk (*) disappear
https://bugs.kde.org/show_bug.cgi?id=386488 Amir Adar changed: What|Removed |Added Platform|Mint (Ubuntu based) |Appimage -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 386487] Suggestion: show asterisk (*) on tabs and subwindows of documents with unsaved changes
https://bugs.kde.org/show_bug.cgi?id=386487 Amir Adar changed: What|Removed |Added Platform|Mint (Ubuntu based) |Appimage -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 386600] Okularpart renders markdown as regular text
https://bugs.kde.org/show_bug.cgi?id=386600 Julian Wolff changed: What|Removed |Added CC||wo...@julianwolff.de --- Comment #1 from Julian Wolff --- This is not a problem in Okular, but in the (experimental) KTextEditorPreviewPlugin. Due to the way this plugin forwards the file to Okular, Okular can't know the mime type of the file, thus falls back to plain text. See https://phabricator.kde.org/D7455#138854 -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 208052] strlcpy error when n = 0
https://bugs.kde.org/show_bug.cgi?id=208052 Ivo Raisr changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED CC||iv...@ivosh.net --- Comment #5 from Ivo Raisr --- (In reply to Jan Kryl from comment #4) > I hit the same problem with strlcpy on FreeBSD 11 using valgrind-3.10.1 Please could you comment whether the attached patch by Tom works for you? Preferably using Valgrind 3.13. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 386600] Okularpart renders markdown as regular text
https://bugs.kde.org/show_bug.cgi?id=386600 Julian Wolff changed: What|Removed |Added CC||kosse...@kde.org --- Comment #2 from Julian Wolff --- Friedrich, can you confirm this? -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 386600] Okularpart renders markdown as regular text
https://bugs.kde.org/show_bug.cgi?id=386600 --- Comment #3 from Friedrich W. H. Kossebau --- I do not have Okular from master branch, so cannot test this myself for Markdown documents. But the KParts plugin used should know about the mimetype, it is passed both when loading via a file and when loading via a stream. Cmp. KPartView::updatePreview(): https://cgit.kde.org/kate.git/tree/addons/preview/kpartview.cpp#n161 (merged now into the kate repo) So by theory (and experience with other KParts plugins) the Okular KParts plugin "should" know about the mimetype, so without knowing more I suspect some issues on the Okular side :) -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 386358] Keep window open when it loses focus (Doens't working)
https://bugs.kde.org/show_bug.cgi?id=386358 rcorrei...@gmail.com changed: What|Removed |Added CC||rcorrei...@gmail.com --- Comment #1 from rcorrei...@gmail.com --- Hi, I have the same behavior. For information, as a workaround to get it working, I reverted one line of mainwindow.cpp to its Yakukake 3.0.3 content. In void MainWindow::wmActiveWindowChanged() Replace if (!Settings::keepOpen() && hasFocus()) { By if (!Settings::keepOpen() && isVisible() && KWindowSystem::activeWindow() != winId()) { Regards, Rui -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 386600] Okularpart renders markdown as regular text
https://bugs.kde.org/show_bug.cgi?id=386600 Julian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #4 from Julian Wolff --- Thanks for clarifying. I will look into this then. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 382807] Starting systemsettings5 in terminal gives error message
https://bugs.kde.org/show_bug.cgi?id=382807 --- Comment #3 from Freek de Kruijf --- Apparently things have changed, so the problem in openSUSE is gone already. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 374853] kwin hangs on an attempt to trigger Show Desktop Grid effect
https://bugs.kde.org/show_bug.cgi?id=374853 --- Comment #4 from Kilian --- it happened again, also with kdevelop in theforeground of the current virtual desktop. I installed a few more debug symbols since the last hang and this backtrace looks quite different to me, so i upload it again: Attaching to process 32452 [New LWP 32453] [New LWP 32454] [New LWP 32460] [New LWP 32497] [New LWP 301] [New LWP 302] [New LWP 303] [New LWP 304] [New LWP 434] [New LWP 2790] [New LWP 12091] [New LWP 12092] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Missing separate debuginfo for /usr/lib64/libglib-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=08c3283451318e5e3056f096317d4014a7304272" Missing separate debuginfo for /usr/lib64/libgobject-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=ebd6530a20f78752721cfd9f6cf5591e8a09fa57" Missing separate debuginfo for /usr/lib64/libjpeg.so.8 Try: zypper install -C "debuginfo(build-id)=c216b5a77ebf2fbc817a5ab47537edf29c93fd2f" 0x7f1b6211ffd2 in QHashData::nextNode(QHashData::Node*) () from /usr/lib64/libQt5Core.so.5 #0 0x7f1b6211ffd2 in QHashData::nextNode(QHashData::Node*) () at /usr/lib64/libQt5Core.so.5 #1 0x7f1b615bfbd0 in QHash::const_iterator::operator++() (this=) at /usr/include/qt5/QtCore/qhash.h:394 #2 0x7f1b615bfbd0 in KWin::PresentWindowsEffect::isOverlappingAny(KWin::EffectWindow*, QHash const&, QRegion const&) (this=this@entry=0x5573b1cebd40, w=, targets=..., border=...) at /usr/src/debug/kwin-5.11.2/effects/presentwindows/presentwindows.cpp:1496 #3 0x7f1b615c52f0 in KWin::PresentWindowsEffect::calculateWindowTransformationsNatural(QList, int, KWin::WindowMotionManager&) (this=this@entry=0x5573b1cebd40, windowlist=..., screen=screen@entry=0, motionManager=...) at /usr/src/debug/kwin-5.11.2/effects/presentwindows/presentwindows.cpp:1431 #4 0x7f1b615c68e9 in KWin::PresentWindowsEffect::calculateWindowTransformations(QList, int, KWin::WindowMotionManager&, bool) (this=this@entry=0x5573b1cebd40, windowlist=..., screen=screen@entry=0, motionManager=..., external=external@entry=true) at /usr/src/debug/kwin-5.11.2/effects/presentwindows/presentwindows.cpp:1007 #5 0x7f1b615cbe35 in KWin::PresentWindowsEffectProxy::calculateWindowTransformations(QList, int, KWin::WindowMotionManager&) (this=, windows=..., screen=0, manager=...) at /usr/src/debug/kwin-5.11.2/effects/presentwindows/presentwindows_proxy.cpp:39 #6 0x7f1b6159f5bb in KWin::DesktopGridEffect::setup() (this=0x5573b179c650) at /usr/src/debug/kwin-5.11.2/effects/desktopgrid/desktopgrid.cpp:1082 #7 0x7f1b6159f89d in KWin::DesktopGridEffect::setActive(bool) (this=0x5573b179c650, active=) at /usr/src/debug/kwin-5.11.2/effects/desktopgrid/desktopgrid.cpp:1008 #8 0x7f1b6159fbf3 in KWin::DesktopGridEffect::borderActivated(KWin::ElectricBorder) (this=0x5573b179c650, border=) at /usr/src/debug/kwin-5.11.2/effects/desktopgrid/desktopgrid.cpp:992 #9 0x7f1b61a889b3 in KWin::Effect::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=, _a=0x7ffd954539e0, _id=, _c=) at /usr/src/debug/kwin-5.11.2/build/libkwineffects/kwineffects_autogen/EWIEGA46WW/moc_kwineffects.cpp:75 #10 0x7f1b622ae086 in QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const () at /usr/lib64/libQt5Core.so.5 #11 0x7f1b622b040d in QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () at /usr/lib64/libQt5Core.so.5 #12 0x7f1b64875737 in QMetaObject::invokeMethod(QObject*, char const*, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., ret=..., member=, obj=) at /usr/include/qt5/QtCore/qobjectdefs.h:434 #13 0x7f1b64875737 in KWin::Edge::handleByCallback() (this=0x5573b1b04c10) at /usr/src/debug/kwin-5.11.2/screenedge.cpp:393 #14 0x7f1b64877437 in KWin::Edge::handle(QPoint const&) (this=0x5573b1b04c10, cursorPos=...) at /usr/src/debug/kwin-5.11.2/screenedge.cpp:323 #15 0x7f1b64877509 in KWin::Edge::check(QPoint const&, QDateTime const&, bool) (this=0x5573b1b04c10, cursorPos=..., triggerTime=..., forceNoPushBack=) at /usr/src/debug/kwin-5.11.2/screenedge.cpp:259 #16 0x7f1b64877d77 in KWin::ScreenEdges::handleEnterNotifiy(unsigned int, QPoint const&, QDateTime const&) (this=this@entry=0x5573b159aa20, window=123732111, point=.
[kde-cli-tools] [Bug 354246] kde-open5 should open the original URL, not the one it was redirected to
https://bugs.kde.org/show_bug.cgi?id=354246 --- Comment #6 from Konrad Materka --- In fact it is a regression introduced... more than 7 years ago. Please check lines 1393 and 1478: https://github.com/KDE/kdelibs/blame/fee65b598f0d68ae7b4fbc3f76cb0c083f6d30ef/kio/kio/krun.cpp Now it is hosted in different repository but history is lost: https://github.com/KDE/kio/blame/master/src/widgets/krun.cpp -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 364662] Opening URLs is very slow or aborted completely
https://bugs.kde.org/show_bug.cgi?id=364662 --- Comment #10 from Konrad Materka --- Issue with redirect is in fact a regression introduced... more than 7 years ago. Please check lines 1393 and 1478: https://github.com/KDE/kdelibs/blame/fee65b598f0d68ae7b4fbc3f76cb0c083f6d30ef/kio/kio/krun.cpp Now it is hosted in different repository but history is lost: https://github.com/KDE/kio/blame/master/src/widgets/krun.cpp Sorry for cross-posting. I commented the same in bug 354246, but it is closed as a duplicate. -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 385408] s390x: z13 vector "support" instructions not implemented
https://bugs.kde.org/show_bug.cgi?id=385408 --- Comment #17 from Julian Seward --- (In reply to Vadim Barkov from comment #16) I started to look at it. It looks a lot better. I will look at it in more detail in the next day or so. -- You are receiving this mail because: You are watching all bug changes.
[plasma-nm] [Bug 386609] Plasmashell crash upon delete (disconect) of last active VPN (OpenVPN) connection.
https://bugs.kde.org/show_bug.cgi?id=386609 David Edmundson changed: What|Removed |Added Target Milestone|1.0 |--- Product|plasmashell |plasma-nm Component|general |applet Assignee|k...@davidedmundson.co.uk|jgrul...@redhat.com -- You are receiving this mail because: You are watching all bug changes.
[plasma-nm] [Bug 386609] Plasmashell crash upon delete (disconect) of last active VPN (OpenVPN) connection.
https://bugs.kde.org/show_bug.cgi?id=386609 Jan Grulich changed: What|Removed |Added CC||jgrul...@redhat.com Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Jan Grulich --- *** This bug has been marked as a duplicate of bug 382012 *** -- You are receiving this mail because: You are watching all bug changes.
[plasma-nm] [Bug 382012] Plasma crashes when stopping VPN
https://bugs.kde.org/show_bug.cgi?id=382012 Jan Grulich changed: What|Removed |Added CC||bug-repo...@emedwards.info --- Comment #7 from Jan Grulich --- *** Bug 386609 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 386388] kdevelop crash when opening a project containing javascript files [GccLikeCompiler::includes]
https://bugs.kde.org/show_bug.cgi?id=386388 --- Comment #8 from Aaron Puchert --- The issue should now be fixed in master. Please check that it works for you. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 386388] kdevelop crash when opening a project containing javascript files [GccLikeCompiler::includes]
https://bugs.kde.org/show_bug.cgi?id=386388 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de --- Comment #9 from Sven Brauch --- Thank you for working on this. If the fix is confirmed, can you cherry-pick the change into the 5.2 branch so we get this in 5.2.1? -- You are receiving this mail because: You are watching all bug changes.
[kmix] [Bug 330445] Multimedia hotkeys misbehave: mute -> volume up should result in initial volume restore
https://bugs.kde.org/show_bug.cgi?id=330445 Jonathan Marten changed: What|Removed |Added Resolution|--- |FIXED CC||j...@keelhaul.me.uk Status|UNCONFIRMED |RESOLVED --- Comment #1 from Jonathan Marten --- This appears to be now fixed. Set a volume level then press Mute key => audio is muted. Press volume-down or volume-up key => audio is unmuted and steps down or up from the previous level. If this still does not work for you then please provide some information on your configuration (distro, sound card, whether or not you are using Pulse Audio, etc). -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386615] New: Discover crashed
https://bugs.kde.org/show_bug.cgi?id=386615 Bug ID: 386615 Summary: Discover crashed Product: Discover Version: 5.8.8 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: discover Assignee: aleix...@kde.org Reporter: ger...@lovels.us Target Milestone: --- Application: plasma-discover (5.8.8) Qt Version: 5.6.1 Frameworks Version: 5.36.0 Operating System: Linux 4.4.0-98-generic x86_64 Distribution: Ubuntu 16.04.3 LTS -- Information about the crash: - What I was doing when the application crashed: Discover was installing updates in Workspace 1, while I browsed a manpage in Google Chrome in the same desktop. I also had Gnucash and an RDP session running. - Unusual behavior I noticed: Discover posted a desktop notification that a reboot was required to complete the update, and the crash report notification happened within a second of that. -- Backtrace: Application: Discover (plasma-discover), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f39fc94b8c0 (LWP 1727))] Thread 10 (Thread 0x7f39bebff700 (LWP 1763)): #0 0x7f39f63dea94 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7f39f63999a0 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f39f639a2bb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f39f639a49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x7f39f9e0037b in QEventDispatcherGlib::processEvents (this=0x7f39a80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419 #5 0x7f39f9da8ffa in QEventLoop::exec (this=this@entry=0x7f39bebfed00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204 #6 0x7f39f9bd19e4 in QThread::exec (this=) at thread/qthread.cpp:500 #7 0x7f39f9bd6808 in QThreadPrivate::start (arg=0x22ade10) at thread/qthread_unix.cpp:341 #8 0x7f39f6b076ba in start_thread (arg=0x7f39bebff700) at pthread_create.c:333 #9 0x7f39f91db3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 9 (Thread 0x7f39c599d700 (LWP 1745)): #0 0x7f39f63dea79 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7f39f6399929 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f39f639a2bb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f39f639a49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x7f39f9e0037b in QEventDispatcherGlib::processEvents (this=0x7f39b8c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419 #5 0x7f39f9da8ffa in QEventLoop::exec (this=this@entry=0x7f39c599cd00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204 #6 0x7f39f9bd19e4 in QThread::exec (this=) at thread/qthread.cpp:500 #7 0x7f39f9bd6808 in QThreadPrivate::start (arg=0x42658b0) at thread/qthread_unix.cpp:341 #8 0x7f39f6b076ba in start_thread (arg=0x7f39c599d700) at pthread_create.c:333 #9 0x7f39f91db3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 8 (Thread 0x7f39c67f6700 (LWP 1738)): #0 0x7f39f91cf70d in poll () at ../sysdeps/unix/syscall-template.S:84 #1 0x7f39f639a38c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f39f639a712 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f39c7d5c9d6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x7f39f63c0bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x7f39f6b076ba in start_thread (arg=0x7f39c67f6700) at pthread_create.c:333 #6 0x7f39f91db3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 7 (Thread 0x7f39c6ff7700 (LWP 1737)): #0 0x7f39f91cb24d in read () at ../sysdeps/unix/syscall-template.S:84 #1 0x7f39f63dd6f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f39f6399e74 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f39f639a330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x7f39f639a49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x7f39f639a4d9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #6 0x7f39f63c0bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #7 0x7f39f6b076ba in start_thread (arg=0x7f39c6ff7700) at pthread_create.c:333 #8 0x7f39f91db3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 6 (Thread 0x7f39d9bf1700 (LWP 1732)): #0 0x7f39f63dea94 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7f39f63999a0 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f39f639a2bb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x000
[kmarkdownwebview] [Bug 386601] How to use kmarkdownwebview to view mardown files not clear
https://bugs.kde.org/show_bug.cgi?id=386601 Friedrich W. H. Kossebau changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |FIXED --- Comment #4 from Friedrich W. H. Kossebau --- I see. Based on your feedback I have now added a section "Using" to the README.md, hopefully that helps the next person some more. I left out an explicit hint to the ktexteditor preview plugin though for now, as that one is simply one of several KParts plugins-using software and completely independent from this Markdown software, at least by technology. Still undecided, I could list it as one of a few example users, like I also did in the release announcements. Might add later, need to revolve that in my head some more, as it comes at cost of more details in the README.md :) In any case, intention of your report should have arrived, so closing it already, thanks for feedback. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow
https://bugs.kde.org/show_bug.cgi?id=381000 Will Carroll changed: What|Removed |Added CC||will.carro...@gmail.com --- Comment #146 from Will Carroll --- Bug occurs on one of my systems but not the other. Both systems running Arch Linux with kernel 4.13.9 with Plasma 5.11.2. System Bug Appears On: * Intel i7-4770k * nVidia GTX 780 w/ Nouveau Driver * 2 x 2560x1440 Displays, slideshow running on both System Bug Doesn't Appear On: * Intel i5-4200U w/ Intel Integrated Graphics * 1 x 2560x1440 Display, scaled at 1.5x Both systems have images on the same drive as root, but a different partition. On the system the bug appears on, CPU usage sits at 35%, memory used by plasmashell alone ramped up to 3.5GiB within 5 minutes of log on until plasmashell was unusable. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow
https://bugs.kde.org/show_bug.cgi?id=381000 --- Comment #147 from Vova Mshanetskiy --- I have found another workaround for the high CPU usage issue. I have never had any RAM usage problems, but i suggest those, who suffer from high RAM usage issue, to try it too. You have to edit /usr/share/plasma/wallpapers/org.kde.slideshow/contents/ui/main.qml according to the following patch: --- main.qml 2017-10-24 14:34:25.0 +0300 +++ main-na.qml 2017-11-06 13:16:12.944001093 +0200 @@ -173,16 +173,18 @@ running: false ParallelAnimation { -OpacityAnimator { +NumberAnimation { target: currentImage +property: "opacity" from: 0 to: 1 duration: fadeOtherAnimator.duration } -OpacityAnimator { +NumberAnimation { id: fadeOtherAnimator property bool enabled: true target: otherImage +property: "opacity" from: 1 // cannot disable an animation individually, so we just fade from 1 to 1 to: enabled ? 0 : 1 This replaces OpacityAnimators used to animate slide changes with equivalent NumberAnimations (NumberAnimations are less efficient/performant though). The same action fixes my bug.qml from comment 142, by the way. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 386616] New: Crash playing library project in timeline.
https://bugs.kde.org/show_bug.cgi?id=386616 Bug ID: 386616 Summary: Crash playing library project in timeline. Product: kdenlive Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: User Interface Assignee: j...@kdenlive.org Reporter: snd.no...@gmail.com Target Milestone: --- Created attachment 108732 --> https://bugs.kde.org/attachment.cgi?id=108732&action=edit backtrace When adding a library project to the timeline kdenlive crashes while playing the .mlt clip. I am using: mlt 6.5 kdenlive 17.11.30 qt 5.9.2 kf 5.39 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 386616] Crash playing library project in timeline.
https://bugs.kde.org/show_bug.cgi?id=386616 farid changed: What|Removed |Added Severity|major |crash Priority|NOR |HI -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 386616] Crash playing library project in timeline.
https://bugs.kde.org/show_bug.cgi?id=386616 farid changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 386616] Crash playing library project in timeline.
https://bugs.kde.org/show_bug.cgi?id=386616 --- Comment #1 from farid --- ffmpeg 3.3.4 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 386173] akonadictl stop does not shut down database
https://bugs.kde.org/show_bug.cgi?id=386173 --- Comment #1 from Christophe Giboudeaux --- Can't reproduce here. I didn't see this issue since ages. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386477] Plasma Discover crashes after installing updates
https://bugs.kde.org/show_bug.cgi?id=386477 rol...@logikalsolutions.com changed: What|Removed |Added CC||rol...@logikalsolutions.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386477] Plasma Discover crashes after installing updates
https://bugs.kde.org/show_bug.cgi?id=386477 --- Comment #2 from rol...@logikalsolutions.com --- Created attachment 108733 --> https://bugs.kde.org/attachment.cgi?id=108733&action=edit New crash information added by DrKonqi plasma-discover (5.8.8) using Qt 5.7.1 - What I was doing when the application crashed: This happens both when applying updates and uninstalling software. This particular crash came after attempting to uninstall backup software (what good is it if none of it can get to WD MyCloud?). Earlier today I crashed applying updates. I used Synaptic to install the required debug packages for Discoverer. NEVER EVER USE QML for anything. -- Backtrace (Reduced): #6 0x7f69004437e0 in TransactionModel::progress() const () from /usr/lib/x86_64-linux-gnu/plasma-discover/libDiscoverCommon.so [...] #8 0x7f69004642cb in TransactionModel::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/x86_64-linux-gnu/plasma-discover/libDiscoverCommon.so #9 0x7f68fea832f9 in ReadAccessor::Direct (property=..., n=0x0, output=0x7fffbf44c680, object=0x7f690067b890) at jsruntime/qv4qobjectwrapper.cpp:135 #10 LoadProperty (v4=0xaa77e0, object=0x7f690067b890, property=..., notifier=0x0) at jsruntime/qv4qobjectwrapper.cpp:170 #11 0x7f68fea83d45 in QV4::QObjectWrapper::getProperty (engine=engine@entry=0xaa77e0, object=0x7f690067b890, property=0xcf2058, captureRequired=captureRequired@entry=true) at jsruntime/qv4qobjectwrapper.cpp:384 -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #58 from sebastian --- Hy Sorry people I don't have your level I am a simple user, I see a lot of talks but at the end it seems that you didn't yet find the solution :-( , I don't want to switch to another software, Please HELP -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 386617] New: Yahoo online quotes service has been shutted down
https://bugs.kde.org/show_bug.cgi?id=386617 Bug ID: 386617 Summary: Yahoo online quotes service has been shutted down Product: kmymoney Version: 4.8.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kmymoney-de...@kde.org Reporter: mattia.ve...@tiscali.it Target Milestone: --- Yahoo online quotes service has been shutted down and should be removed from the available services. Opening http://download.finance.yahoo.com/ in a browser returns: "It has come to our attention that this service is being used in violation of the Yahoo Terms of Service. As such, the service is being discontinued. For all future markets and equities data research, please refer to finance.yahoo.com." I think the entire list of online quotes service needs to be checked to see what works and what doesn't. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow
https://bugs.kde.org/show_bug.cgi?id=381000 --- Comment #148 from Paul --- (In reply to Vova Mshanetskiy from comment #147) > I have found another workaround for the high CPU usage issue. Yes, just tried that and it fixes the high CPU utilisation. (Likewise, I was not seeing the RAM issue). Using: Plasma 5.11.2 Frameworks: 5.39.0 Qt: 5.9.2 Additionally it fixes "the first slideshow image appears immediately but then it immediately cross-fades into a new slideshow image" problem you wrote of in comment #124 and I reported as bug #379580 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 379580] Wallpaper slideshow displays two consecutive images at login.
https://bugs.kde.org/show_bug.cgi?id=379580 --- Comment #1 from Paul --- This appears to be fixed by the patch authored by "Vova Mshanetskiy" in relation to High CPU Utilisation by wallpaper slideshow. https://bugs.kde.org/show_bug.cgi?id=381000#c147 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow
https://bugs.kde.org/show_bug.cgi?id=381000 --- Comment #149 from Vova Mshanetskiy --- (In reply to Paul from comment #148) > Additionally it fixes "the first slideshow image appears immediately but > then it immediately cross-fades into a new slideshow image" problem you > wrote of in comment #124 > and I reported as bug #379580 Actually it should not fix this. Does not fix for me. This modification should not change Plasma behavior an any noticeable way, except for, maybe, making slideshow animations a little less smooth. If you have a not-very-fast PC, this might result in that you do not get to see the first slide at all. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386447] Discover crashed when the system had problems with a package dependences
https://bugs.kde.org/show_bug.cgi?id=386447 Nate Graham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||pointedst...@zoho.com Resolution|--- |DUPLICATE --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 383413 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383413] Discover crash
https://bugs.kde.org/show_bug.cgi?id=383413 --- Comment #1 from Nate Graham --- *** Bug 386447 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383413] Discover crash
https://bugs.kde.org/show_bug.cgi?id=383413 Nate Graham changed: What|Removed |Added CC||anvar...@gmail.com --- Comment #3 from Nate Graham --- *** Bug 386477 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386477] Plasma Discover crashes after installing updates
https://bugs.kde.org/show_bug.cgi?id=386477 Nate Graham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||pointedst...@zoho.com Resolution|--- |DUPLICATE --- Comment #3 from Nate Graham --- *** This bug has been marked as a duplicate of bug 383413 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386615] Discover crashed
https://bugs.kde.org/show_bug.cgi?id=386615 Nate Graham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||pointedst...@zoho.com Resolution|--- |DUPLICATE --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 383413 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383413] Discover crash
https://bugs.kde.org/show_bug.cgi?id=383413 Nate Graham changed: What|Removed |Added CC||ger...@lovels.us --- Comment #2 from Nate Graham --- *** Bug 386615 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386319] Discover crash
https://bugs.kde.org/show_bug.cgi?id=386319 Nate Graham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE CC||pointedst...@zoho.com --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 385679 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385679] discover crashes on search for "Skype"
https://bugs.kde.org/show_bug.cgi?id=385679 Nate Graham changed: What|Removed |Added CC||wenif...@gmail.com --- Comment #2 from Nate Graham --- *** Bug 386319 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386618] New: plasma-discover crashes after update
https://bugs.kde.org/show_bug.cgi?id=386618 Bug ID: 386618 Summary: plasma-discover crashes after update Product: Discover Version: 5.8.8 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: discover Assignee: aleix...@kde.org Reporter: achrisl...@gmail.com Target Milestone: --- Application: plasma-discover (5.8.8) Qt Version: 5.6.1 Frameworks Version: 5.36.0 Operating System: Linux 4.4.0-98-generic x86_64 Distribution: Ubuntu 16.04.3 LTS -- Information about the crash: - What I was doing when the application crashed: I ran plasma-discover and told it to update about 4-5 packages, mostly related to openssl. Then I minimized the window and did some other things (in Thunderbird) and it crashed. The System Notification Helper now says a reboot is required to finish installation. Apparently all the packages got installed because when I run plasma-discover now it says there are no updates. -- Backtrace: Application: Discover (plasma-discover), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f6a610f68c0 (LWP 30364))] Thread 11 (Thread 0x7f6a19a7d700 (LWP 30388)): #0 0x7f6a5ab84a94 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7f6a5ab3fbf9 in g_main_context_query () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f6a5ab40307 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f6a5ab4049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x7f6a5e5a637b in QEventDispatcherGlib::processEvents (this=0x7f6a08c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419 #5 0x7f6a5e54effa in QEventLoop::exec (this=this@entry=0x7f6a19a7cd00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204 #6 0x7f6a5e3779e4 in QThread::exec (this=) at thread/qthread.cpp:500 #7 0x7f6a5e37c808 in QThreadPrivate::start (arg=0x25839a0) at thread/qthread_unix.cpp:341 #8 0x7f6a5b2ad6ba in start_thread (arg=0x7f6a19a7d700) at pthread_create.c:333 #9 0x7f6a5d9813dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 10 (Thread 0x7f6a1a27e700 (LWP 30383)): #0 0x7f6a5e5a3f12 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7f6a08002cd0) at kernel/qtimerinfo_unix.cpp:85 #1 0x7f6a5e5a4475 in QTimerInfoList::timerWait (this=0x7f6a08002cd0, tm=...) at kernel/qtimerinfo_unix.cpp:381 #2 0x7f6a5e5a5afc in timerSourcePrepareHelper (timeout=0x7f6a1a27db34, src=) at kernel/qeventdispatcher_glib.cpp:126 #3 idleTimerSourcePrepare (source=, timeout=0x7f6a1a27db34) at kernel/qeventdispatcher_glib.cpp:206 #4 0x7f6a5ab3f91d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x7f6a5ab402bb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #6 0x7f6a5ab4049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #7 0x7f6a5e5a637b in QEventDispatcherGlib::processEvents (this=0x7f6a080008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419 #8 0x7f6a5e54effa in QEventLoop::exec (this=this@entry=0x7f6a1a27dd00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204 #9 0x7f6a5e3779e4 in QThread::exec (this=) at thread/qthread.cpp:500 #10 0x7f6a5e37c808 in QThreadPrivate::start (arg=0x220ea40) at thread/qthread_unix.cpp:341 #11 0x7f6a5b2ad6ba in start_thread (arg=0x7f6a1a27e700) at pthread_create.c:333 #12 0x7f6a5d9813dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 9 (Thread 0x7f6a22c0d700 (LWP 30382)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7f6a5e37d6bb in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x21bec90) at thread/qwaitcondition_unix.cpp:136 #2 QWaitCondition::wait (this=, mutex=0x1f61490, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208 #3 0x7f6a60a2ea8d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 #4 0x7f6a60a2f365 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 #5 0x7f6a5e37c808 in QThreadPrivate::start (arg=0x1f61410) at thread/qthread_unix.cpp:341 #6 0x7f6a5b2ad6ba in start_thread (arg=0x7f6a22c0d700) at pthread_create.c:333 #7 0x7f6a5d9813dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 8 (Thread 0x7f6a213e6700 (LWP 30377)): #0 0x7f6a5d97570d in poll () at ../sysdeps/unix/syscall-template.S:84 #1 0x7f6a5ab4038c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f6a5ab40712 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f6a2ab6b9d6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x7f6a5ab66bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x7f6a5
[rkward] [Bug 386514] Executable: RKWARD~1.EXE PID: 7156 Signal: Unknown (0x 0)
https://bugs.kde.org/show_bug.cgi?id=386514 George Marx changed: What|Removed |Added Platform|Windows CE |MS Windows -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow
https://bugs.kde.org/show_bug.cgi?id=381000 --- Comment #150 from Paul --- (In reply to Vova Mshanetskiy from comment #149) > Actually it should not fix this. Does not fix for me. This modification > should not change Plasma behavior an any noticeable way, except for, maybe, > making slideshow animations a little less smooth. If you have a > not-very-fast PC, this might result in that you do not get to see the first > slide at all. Since applying your patch I've not seen the 2 consecutive images problem :) So... bonus, I'm happy. Thanks! It's running on quite an elderly Athlon 64 x2 5600+ system. What also may be at play is I'd also previously changed all instances of "duration:" and "interval:" to a fixed value of " = 100" If I revert back to OpacityAnimator then I again see the 2 consecutive images. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383413] Discover crash
https://bugs.kde.org/show_bug.cgi?id=383413 Nate Graham changed: What|Removed |Added CC||achrisl...@gmail.com --- Comment #4 from Nate Graham --- *** Bug 386618 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386618] plasma-discover crashes after update
https://bugs.kde.org/show_bug.cgi?id=386618 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 383413 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383413] Discover crashes in Transaction::isActive() during or after updating
https://bugs.kde.org/show_bug.cgi?id=383413 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Summary|Discover crash |Discover crashes in ||Transaction::isActive() ||during or after updating -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 386605] Update ruin my job
https://bugs.kde.org/show_bug.cgi?id=386605 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Resolution|--- |WAITINGFORINFO Status|UNCONFIRMED |NEEDSINFO --- Comment #1 from Nate Graham --- Can you downgrade to an older version, and if so, does that fix it? -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 386603] Please!!!!!!!!!! I can't decrypt anymore.
https://bugs.kde.org/show_bug.cgi?id=386603 Nate Graham changed: What|Removed |Added Resolution|--- |INVALID CC||pointedst...@zoho.com Status|UNCONFIRMED |RESOLVED --- Comment #1 from Nate Graham --- already reported as https://bugs.kde.org/show_bug.cgi?id=386605 -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 386605] Can't decrypt after update to 3.0
https://bugs.kde.org/show_bug.cgi?id=386605 Nate Graham changed: What|Removed |Added Summary|Update ruin my job |Can't decrypt after update ||to 3.0 -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 386619] New: Periodic Freeze on XWin (cygwin/X)
https://bugs.kde.org/show_bug.cgi?id=386619 Bug ID: 386619 Summary: Periodic Freeze on XWin (cygwin/X) Product: konsole Version: 17.04.3 Platform: MS Windows OS: Cygwin Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: konsole-de...@kde.org Reporter: lax...@amar.com Target Milestone: --- Konsole 5 that comes with KDE Cygwin X will freeze every once in a while. Only solution is to kill the bash session that started it. X continues to function. Remote Konsole on Linux does not have this behaviour. Not sure how to proceed -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 386620] New: Canvas framerate limiter might not be working as intended
https://bugs.kde.org/show_bug.cgi?id=386620 Bug ID: 386620 Summary: Canvas framerate limiter might not be working as intended Product: krita Version: 4.0 pre-alpha Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: OpenGL Canvas Assignee: krita-bugs-n...@kde.org Reporter: nevinevi...@yahoo.com Target Milestone: --- Krita 4.0 pre-alpha (git 86851fa) exposes to the user a frame limiting function under "Settings > Configure Krita > Performance > Advanced > Limit Frames per Second while painting". After fiddling around with it for a while, trying different settings (making sure to restart the program to apply the new values), I came to the conclusion that the frame limiting function might not be working as intended, producing as a result an *effective* canvas update framerate that is roughly (slightly more than) half the user set value. ==How to observe it?== 1) Try setting a low frame limit value, like for example 20 fps. 2) Reboot Krita. 3) Create a new image and proceed to recording a short video capture of the desktop/program at the frame rate of the display frequency rate (typically 60 Hz) using for example the open source OBS (Open Broadcast Studio) software, and a small brush at 100% canvas zoom in order to avoid any GPU bottleneck issue. 4) The framerate of the canvas in Krita can then be easily analyzed using a standard video player (e.g. VLC) advancing the video frame by frame. ==Results== At a Krita canvas fps of 20 fps, and a video framerate of 60 fps, brush strokes and the brush cursor appear to update roughly every 5 or 6 frames (sometimes 4 or 7). This corresponds to an *effective* canvas frame rate of 10-12 fps, which is significantly lower than the user set value. At a Krita canvas fps of 60 fps (equivalent to the display refresh rate) and again a recording video frame rate of 60 fps, bursh strokes appear to update most of the time 2 frames, less often every frame. In a test, the canvas updated 44 times over the course of 69 frames, implying an actual framerate of about 38 fps. That the canvas updates at a much lower rate than the screen refresh rate is also subjectively noticeable by eye during ordinary program operation. ==System configuration== Windows 10 64bit Fall Creators Update AMD Radeon RX480 with Radeon Software 17.11 Intel i5 3550 4-core GPU. -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #59 from Thomas Schmitt --- Hi, i don't think that bugs 378157 and 386401 are duplicates of 367639. 367639 (and 373523) is about a wrong growisofs option which was used by K3B because it was not aware of the special needs of BD-R media formatted to Pseudo-Overwrite. This is supposed to be fixed meanwhile. 378157 looks like a problem with the ISO 9660 producer program (mkisofs ?). 386401 looks like some inner problem of K3B. Maybe caused by the state of the medium. @Leslie: Can you separate 386401 from 367639 ? @sebastian: Please post the output of dvd+rw-mediainfo /dev/sr0 when the DVD+R is inserted. This should tell us the medium state. Have a nice day :) Thomas -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 355328] Can't open files on Samba share using non-KIO-aware software without adding the share's password into to the URL or using %F in the desktop file
https://bugs.kde.org/show_bug.cgi?id=355328 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kio] [Bug 330192] Unable to open video files in common players (VLC, MPV, etc) over smb://
https://bugs.kde.org/show_bug.cgi?id=330192 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 230184] konsole hangs for a long time when lots of stderr output is performed
https://bugs.kde.org/show_bug.cgi?id=230184 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385554] Discover crashes in AbstractResourcesBackend::Filters::shouldFilter() on search for "texlive"
https://bugs.kde.org/show_bug.cgi?id=385554 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Summary|Crash on search for |Discover crashes in |"texlive" |AbstractResourcesBackend::F ||ilters::shouldFilter() on ||search for "texlive" -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385679] Discover crashes in QObjectPrivate::addConnection() on search for "Skype"
https://bugs.kde.org/show_bug.cgi?id=385679 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Summary|discover crashes on search |Discover crashes in |for "Skype" |QObjectPrivate::addConnecti ||on() on search for "Skype" -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 386605] Can't decrypt after update to 3.0
https://bugs.kde.org/show_bug.cgi?id=386605 --- Comment #2 from michelemoise --- Resolve with gpa all ok man sorry for the disturb Regards -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 154550] Underline below hyperlink does not disappear when terminal is scrolled
https://bugs.kde.org/show_bug.cgi?id=154550 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386347] Discover crashes in QCoreApplication::notifyInternal2() while searching
https://bugs.kde.org/show_bug.cgi?id=386347 Nate Graham changed: What|Removed |Added Summary|Crash installing while |Discover crashes in |searching Softwarecenter|QCoreApplication::notifyInt ||ernal2() while searching CC||pointedst...@zoho.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385679] Discover crashes in QObjectPrivate::addConnection() while searching
https://bugs.kde.org/show_bug.cgi?id=385679 Nate Graham changed: What|Removed |Added Summary|Discover crashes in |Discover crashes in |QObjectPrivate::addConnecti |QObjectPrivate::addConnecti |on() on search for "Skype" |on() while searching -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385554] Discover crashes in AbstractResourcesBackend::Filters::shouldFilter() while searching
https://bugs.kde.org/show_bug.cgi?id=385554 Nate Graham changed: What|Removed |Added Summary|Discover crashes in |Discover crashes in |AbstractResourcesBackend::F |AbstractResourcesBackend::F |ilters::shouldFilter() on |ilters::shouldFilter() |search for "texlive"|while searching -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386137] Discover crashes when typing certain application names into search.
https://bugs.kde.org/show_bug.cgi?id=386137 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Nate Graham --- *** This bug has been marked as a duplicate of bug 385679 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385679] Discover crashes in QObjectPrivate::addConnection() while searching
https://bugs.kde.org/show_bug.cgi?id=385679 Nate Graham changed: What|Removed |Added CC||bjiang...@gmail.com --- Comment #3 from Nate Graham --- *** Bug 386137 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386015] Discover constant crashing when searching
https://bugs.kde.org/show_bug.cgi?id=386015 Nate Graham changed: What|Removed |Added CC||nikolaisaund...@gmail.com --- Comment #1 from Nate Graham --- *** Bug 386300 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386300] plasma gui addon crash
https://bugs.kde.org/show_bug.cgi?id=386300 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 386015 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386015] Discover crashes in QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow() while searching
https://bugs.kde.org/show_bug.cgi?id=386015 Nate Graham changed: What|Removed |Added Summary|Discover constant crashing |Discover crashes in |when searching |QGuiApplicationPrivate::sen ||dQWindowEventToQPlatformWin ||dow() while searching CC||pointedst...@zoho.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386210] Discover crashes in QMetaObject::cast() while installing
https://bugs.kde.org/show_bug.cgi?id=386210 Nate Graham changed: What|Removed |Added Summary|Discover crash |Discover crashes in ||QMetaObject::cast() while ||installing CC||pointedst...@zoho.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383823] flatpak standalone doesnt work
https://bugs.kde.org/show_bug.cgi?id=383823 Nate Graham changed: What|Removed |Added CC||mike.t...@gmx.com --- Comment #5 from Nate Graham --- *** Bug 382339 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 382339] Discover crashes upon opening
https://bugs.kde.org/show_bug.cgi?id=382339 Nate Graham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||pointedst...@zoho.com Resolution|--- |DUPLICATE --- Comment #1 from Nate Graham --- *** This bug has been marked as a duplicate of bug 383823 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 383018] Discover crashes in AbstractResource::categoryMatches() while installing
https://bugs.kde.org/show_bug.cgi?id=383018 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Summary|Discover crash. |Discover crashes in ||AbstractResource::categoryM ||atches() while installing -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 386040] Wrong icons used in new system settings
https://bugs.kde.org/show_bug.cgi?id=386040 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 385384] Some PNG files produced by acdsee can't be displayed
https://bugs.kde.org/show_bug.cgi?id=385384 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 386605] Can't decrypt after update to 3.0
https://bugs.kde.org/show_bug.cgi?id=386605 --- Comment #3 from Nate Graham --- Not sure what that means exactly. What's "gpa"? How did you resolve this? -- You are receiving this mail because: You are watching all bug changes.
[gwenview] [Bug 385767] Can't open camera
https://bugs.kde.org/show_bug.cgi?id=385767 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kcoreaddons] [Bug 384991] Open XML files get opened in Ark instead of LibreOffice (or other specified app)
https://bugs.kde.org/show_bug.cgi?id=384991 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 385384] Some PNG files produced by acdsee can't be displayed
https://bugs.kde.org/show_bug.cgi?id=385384 --- Comment #2 from Alexander Trufanov --- The workaround is proposed on https://phabricator.kde.org/D8415 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 373460] Discover crashes in QRasterPaintEngine::updatePen() during update
https://bugs.kde.org/show_bug.cgi?id=373460 Nate Graham changed: What|Removed |Added Summary|Discovery crash on update. |Discover crashes in ||QRasterPaintEngine::updateP ||en() during update CC||pointedst...@zoho.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 380870] Discover Crashes in QQuickItem::~QQuickItem() during update when package removal message presented
https://bugs.kde.org/show_bug.cgi?id=380870 Nate Graham changed: What|Removed |Added Summary|Discover Crashes upon |Discover Crashes in |Clicking 'No' on Ambiguous |QQuickItem::~QQuickItem() |Message Box on Update All |during update when package ||removal message presented CC||pointedst...@zoho.com -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 376548] discover cannot connect to internet for update packages, crashes if a package "removal" is requested and denied
https://bugs.kde.org/show_bug.cgi?id=376548 Nate Graham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE CC||pointedst...@zoho.com --- Comment #2 from Nate Graham --- *** This bug has been marked as a duplicate of bug 380870 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 380870] Discover Crashes in QQuickItem::~QQuickItem() during update when package removal denied
https://bugs.kde.org/show_bug.cgi?id=380870 Nate Graham changed: What|Removed |Added CC||mwinth...@comcast.net --- Comment #3 from Nate Graham --- *** Bug 376548 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 380870] Discover Crashes in QQuickItem::~QQuickItem() during update when package removal denied
https://bugs.kde.org/show_bug.cgi?id=380870 Nate Graham changed: What|Removed |Added Summary|Discover Crashes in |Discover Crashes in |QQuickItem::~QQuickItem() |QQuickItem::~QQuickItem() |during update when package |during update when package |removal message presented |removal denied -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 382792] Discover crashes if answering "No" to removal of packages
https://bugs.kde.org/show_bug.cgi?id=382792 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com --- Comment #2 from Nate Graham --- *** This bug has been marked as a duplicate of bug 380870 *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 380870] Discover Crashes in QQuickItem::~QQuickItem() during update when package removal denied
https://bugs.kde.org/show_bug.cgi?id=380870 Nate Graham changed: What|Removed |Added CC||dennis.schridde@uni-heidelb ||erg.de --- Comment #4 from Nate Graham --- *** Bug 382792 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385040] Discover crashes in QQuickItem::isVisible() when attempting to go to home page
https://bugs.kde.org/show_bug.cgi?id=385040 Nate Graham changed: What|Removed |Added Version|unspecified |5.11.3 CC||pointedst...@zoho.com Summary|Discover crashed on neon|Discover crashes in |dev unstable|QQuickItem::isVisible() ||when attempting to go to ||home page -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 385637] Discover crashes in QWindow::raise() on launch
https://bugs.kde.org/show_bug.cgi?id=385637 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Summary|Crash on startup|Discover crashes in ||QWindow::raise() on launch -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 386095] Discover crashes in Category::blacklistPlugins() on launch when updates are available
https://bugs.kde.org/show_bug.cgi?id=386095 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com Summary|Discover crash during |Discover crashes in |preparation to upgrade |Category::blacklistPlugins( |system. |) on launch when updates ||are available -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 386621] New: Support downloading Wallpaper Plugins from KDE Store
https://bugs.kde.org/show_bug.cgi?id=386621 Bug ID: 386621 Summary: Support downloading Wallpaper Plugins from KDE Store Product: plasmashell Version: master Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: zrenf...@gmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 We can look at plasma-workspace/wallpapers/image for an example of how to do this. https://github.com/KDE/plasma-workspace/tree/master/wallpapers/image 1. Add "get-hot-new-stuff" button to the right of the plugin dropdown in: https://github.com/KDE/plasma-desktop/blob/master/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml import org.kde.kconfig 1.0 // for KAuthorized QtControls.Button { iconName: "get-hot-new-stuff" visible: KAuthorized.authorize("ghns") onClicked: _.getNewWallpaperPlugin(this) } Note that we'll need to create a new C++ function similar to: * https://github.com/KDE/plasma-workspace/blob/master/wallpapers/image/image.cpp#L594 * https://github.com/KDE/plasma-workspace/blob/master/components/shellprivate/widgetexplorer/widgetexplorer.cpp#L443 The widget explorer might be more relevant. Once we have the code, we can make a wallpaperplugin.knsrc (probably in plasma-workspace). Lastly we need to create a new category on store.kde.org (this could be done now actually). We'll also need to move this product (https://store.kde.org/p/1197828/) which is current incorrectly in the Plasma Widget category. -- You are receiving this mail because: You are watching all bug changes.