[kio-extras] [Bug 445976] Cannot write to samba share
https://bugs.kde.org/show_bug.cgi?id=445976 r...@rlit.nl changed: What|Removed |Added CC||r...@rlit.nl --- Comment #6 from r...@rlit.nl --- This bug still exists, Slackware-current, Dolphin 21.12.1. Editing a text file from kate/kwrite and saving on a samba share results in following error Could not rename partial file testfile.txt.part. Please check permissions. Tried on different samba servers and for sure it worked in previous versions of Dolphin/KDE. At the same time on the same computer that it is not working with Dolphin i can open the same file from Thunar file manager and save without problems. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 398440] plasmashell crashes on wayland in DeclarativeMimeData::DeclarativeMimeData() when dragging a file from dolphin over a panel
https://bugs.kde.org/show_bug.cgi?id=398440 --- Comment #37 from r...@rlit.nl --- Forgot to mention (In reply to r...@rlit.nl from comment #35) > Dragging a text file from Dolphin to a minimized Kate shows a red icon (red > round with a diagonal line) that it is not possible, but it is no longer > crashing and opens the file in Kate. > > The issue as described in https://bugs.kde.org/show_bug.cgi?id=431565 is > still reproducible in Slackware-current on Wayland. Open Thunderbird, open > new message (2 windows), open Dolphin and drag a file to new message window > in the task panel, KDE crashes. Forgot to mention i was using 5.21.2, before 5.21.1 where it was reproducible. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 398440] plasmashell crashes on wayland in DeclarativeMimeData::DeclarativeMimeData() when dragging a file from dolphin over a panel
https://bugs.kde.org/show_bug.cgi?id=398440 --- Comment #35 from r...@rlit.nl --- Dragging a text file from Dolphin to a minimized Kate shows a red icon (red round with a diagonal line) that it is not possible, but it is no longer crashing and opens the file in Kate. The issue as described in https://bugs.kde.org/show_bug.cgi?id=431565 is still reproducible in Slackware-current on Wayland. Open Thunderbird, open new message (2 windows), open Dolphin and drag a file to new message window in the task panel, KDE crashes. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 398440] plasmashell crashes on wayland in DeclarativeMimeData::DeclarativeMimeData() when dragging a file from dolphin over a panel
https://bugs.kde.org/show_bug.cgi?id=398440 --- Comment #31 from r...@rlit.nl --- (In reply to Alex from comment #30) > (In reply to Patrick Silva from comment #29) > > Bug persists on neon unstable. > > > > 1. open Kate and minimize its window > > 2. open Dolphin > > 3. drag a text file from Dolphin and drop it on Kate > > > > Plasma crashes. > > > > Operating System: KDE neon Unstable Edition > > KDE Plasma Version: 5.21.80 > > KDE Frameworks Version: 5.79.0 > > Qt Version: 5.15.2 > > Graphics Platform: Wayland > > I was unable to reproduce this on Plasma 5.21. I might set up a Neon VM and > try to reproduce it there later Or Slackware-current where the KDE Plasma, Frameworks and Qt are currently on the same version as mentioned above and KDE still crashes when dragging to a window in the task manager. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #14 from r...@rlit.nl --- (In reply to Nate Graham from comment #13) > Thanks, that would have been nice to know earlier. :) Now my inability to > reproduce the bug makes sense, since I'm on X11. > > *** This bug has been marked as a duplicate of bug 398440 *** I am sorry for not mentioning it. I am more of a Linux server user and therefore not very familiar with the Desktop Environments. Although i know now that i like KDE the most. But i am now in the phase that i started using my Linux laptop more often and i am very happy with it. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #12 from r...@rlit.nl --- Indeed the same problem there, when dragging to the panel it crashes. I am using Wayland. Backtrace from crashed plasmashell: #0 0x7f726a75bdff in poll () at /lib64/libc.so.6 #1 0x7f726c4e8df0 in () at /usr/lib64/libKF5Crash.so.5 #2 0x7f726c4e95cc in KCrash::defaultCrashHandler(int) () at /usr/lib64/libKF5Crash.so.5 #3 0x7f726a692cf0 in () at /lib64/libc.so.6 #4 0x7f7251e3068d in DeclarativeMimeData::DeclarativeMimeData(QMimeData const*) () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #5 0x7f7251e2fd40 in DeclarativeDragDropEvent::mimeData() () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #6 0x7f7251e2b28d in DeclarativeDragDropEvent::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #7 0x7f726c7dda19 in () at /usr/lib64/libQt5Qml.so.5 #8 0x7f72394b7794 in () #9 0x in () -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #10 from r...@rlit.nl --- Created attachment 134957 --> https://bugs.kde.org/attachment.cgi?id=134957&action=edit backtrace Attached the file plasmashell.txt. I reinstalled the kdeclarative package (since that holds the draganddrop libs i think) compiled with debugging symbols. Then attached gdb to plasmashell process as described on the KDE website Plasma/Debugging. Let it crash and applied backtrace and that resulted in the plasmashell file. Is this usefull debugging output? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #9 from r...@rlit.nl --- (In reply to Nate Graham from comment #8) > > but for KDE the build scripts are not publicly available as for other > > packages > > that are on slackbuilds > Yikes, that doesn't seem right at all! What i said was not true, sorry, they are available. The build script is in the source tree and not in the usual Slackbuild repo. I'll try rebuilding them with debugging enabled and see if the issue remains and i get more information about the problem. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #7 from r...@rlit.nl --- (In reply to Nate Graham from comment #5) > I'm on openSUSE Tumbleweed with every KDE package built manually (well, > using a script) from git master. > > If this is truly 100% reproducible for you, can you install debug symbols > and attach a new backtrace? We might be able to use that to see if something > has changed between 5.20.5 and git master that would explain this. See the attached video. In Slackware the debug symbols are stripped when packages are compiled. It should be possible to edit the compile scripts, but for KDE the build scripts are not publicly available as for other packages that are on slackbuilds. I'll wait for updated packages or try to get in contact with the developers, because i think more recent installs face this issue. Thank you for your help. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #6 from r...@rlit.nl --- Created attachment 134917 --> https://bugs.kde.org/attachment.cgi?id=134917&action=edit KDE drag and crash Small video that shows what is happening. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #4 from r...@rlit.nl --- (In reply to Nate Graham from comment #3) > Created attachment 134898 [details] > Screen recording > > That seems to work for me too. I'm attaching a screen recording of what I'm > doing. Does this match what you're doing? That is exactly what i am doing, at second 3 when selecting the "Write: (no subject) - Thunderbird" it crashes. Are you using Slackware-Current? I have it on two different hardware laptops (one older ThinkPad X1 and one very new IdeaPad 14). Perhaps i'll just need to wait on an updated KDE version in current. It is not that i can't work around it. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 431565] KDE Plasma crashing when dragging a PDF from Dolphin to Thunderbird's Task Manager item
https://bugs.kde.org/show_bug.cgi?id=431565 --- Comment #2 from r...@rlit.nl --- (In reply to Nate Graham from comment #1) > Cannot reproduce with current git master. Dragging a PDF to Thunderbird's > Task Manager entry attaches the file to a new message, rather than crashing > plasma. True, now open a new mail message first, then also open another window (Firefox for example) so the new message is only accessible through the task manager because it is behind Firefox (in the task manager/bar is the main window and new message window, small green plus-symbol) then it crashes when hovering over the thunderbird icon in the task manager/bar when it opens the small window examples (which are not showing the content of the windows, but that is a minor for me). -- You are receiving this mail because: You are watching all bug changes.
[kde] [Bug 431565] New: KDE Plasma crashing when dragging
https://bugs.kde.org/show_bug.cgi?id=431565 Bug ID: 431565 Summary: KDE Plasma crashing when dragging Product: kde Version: unspecified Platform: Slackware Packages OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: r...@rlit.nl Target Milestone: --- SUMMARY When dragging for example a pdf from Dolphin to Thunderbird message in the Task Panel, KDE crashes and restarts itself. STEPS TO REPRODUCE 1. Open Thunderbird and new mail message 2. Open Dolphin and drag a file to the new mail message in the task bar OBSERVED RESULT KDE crashes and restarts EXPECTED RESULT The file can be attached to the mail message SOFTWARE/OS VERSIONS Linux/KDE Plasma: Slackware-current (updated 11-01-2021) (available in About System) KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Tested on two installs from current both installed last week, so reasonably clean and different hardware. One completely restarts KDE, the other crashes and task bar disappers. The following KCrash report was generated: Application: Plasma (plasmashell), signal: Segmentation fault [KCrash Handler] #4 0x in () #5 0x7f1c3c8a0690 in () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #6 0x7f1c3c89fd40 in () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #7 0x7f1c3c89b28d in () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #8 0x7f1c55a34a19 in () at /usr/lib64/libQt5Qml.so.5 #9 0x7f1c55a521b4 in () at /usr/lib64/libQt5Qml.so.5 #10 0x7f1c55a56597 in () at /usr/lib64/libQt5Qml.so.5 #11 0x7f1c559f5cbd in QV4::Function::call(QV4::Value const*, QV4::Value const*, int, QV4::ExecutionContext const*) () at /usr/lib64/libQt5Qml.so.5 #12 0x7f1c55b6024d in QQmlJavaScriptExpression::evaluate(QV4::CallData*, bool*) () at /usr/lib64/libQt5Qml.so.5 #13 0x7f1c55b1730b in QQmlBoundSignalExpression::evaluate(void**) () at /usr/lib64/libQt5Qml.so.5 #14 0x7f1c55b177b8 in () at /usr/lib64/libQt5Qml.so.5 #15 0x7f1c55b44fed in QQmlNotifier::emitNotify(QQmlNotifierEndpoint*, void**) () at /usr/lib64/libQt5Qml.so.5 #16 0x7f1c540af3bf in () at /usr/lib64/libQt5Core.so.5 #17 0x7f1c3c89ad2f in () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #18 0x7f1c3c89fe8b in () at /usr/lib64/qt5/qml/org/kde/draganddrop/libdraganddropplugin.so #19 0x7f1c560c66e8 in QQuickItem::event(QEvent*) () at /usr/lib64/libQt5Quick.so.5 #20 0x7f1c54d6e26f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5 #21 0x7f1c5407b34a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib64/libQt5Core.so.5 #22 0x7f1c560e38a1 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #23 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #24 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #25 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #26 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #27 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #28 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #29 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #30 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #31 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #32 0x7f1c560e3652 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QQuickItem*, QDragMoveEvent*, QVarLengthArray*) () at /usr/lib64/libQt5Quick.so.5 #33 0x7f1c560e3f37 in QQuickWindowPrivate::deliverDragEvent(QQuickDragGrabber*, QEvent*) () at /usr/lib64/libQt5Quick.so.5 #34 0x7f1c560e48a2 in QQuickWindow::event(QEvent*) () at /usr/lib64/libQt5Quick.so.5 #35 0x7f1c54d6e26f in QApplicati
[kate] [Bug 412502] Auto Completion is Broken for Variables in Kate & KWrite
https://bugs.kde.org/show_bug.cgi?id=412502 RL changed: What|Removed |Added CC||roman.la...@centrum.cz --- Comment #1 from RL --- Same problem in KWrite on Fedora 30. kwrite: 19.04.2 KDE Frameworks Version: 5.64.0 KDE Plasma Version: 5.15.5 Qt version: 5.12.5 -- You are receiving this mail because: You are watching all bug changes.