https://bugs.kde.org/show_bug.cgi?id=513744
Bug ID: 513744
Summary: Segmentation Faul when drag n droping under Wayland
Classification: Applications
Product: konsole
Version First 25.12.0
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When Drag & Drop menu is enabled under wayland, konsole will SegFault when a
file or directory is dropped.
STEPS TO REPRODUCE
1. Untick "Disable drag & drop menu for files & URLs" under profile, Mouse.
2. Drag & Drop a directory from Dolphin to konsole.
OBSERVED RESULT
konsole exits with Segmentation Fault.
EXPECTED RESULT
Konsole should show a menu with various options.
Operating System: Arch Linux
KDE Plasma Version: 6.5.4
KDE Frameworks Version: 6.21.0
Qt Version: 6.10.1
Kernel Version: 6.18.1-arch1-2 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 PRO 4650U with Radeon Graphics
Memory: 32 GiB of RAM (30,6 GiB usable)
Graphics Processor: AMD Radeon Graphics
Manufacturer: LENOVO
Product Name: 20UD0010GM
System Version: ThinkPad T14 Gen 1
ADDITIONAL INFORMATION
https://bbs.archlinux.org/viewtopic.php?id=311096
konsole fails when trying to call a function from kio
kio/src/kio-6.21.0/src/widgets/dropjob.cpp
DropJob *KIO::drop(const QDropEvent *dropEvent, const QUrl &destUrl, JobFlags
flags)
{
return DropJobPrivate::newJob(dropEvent, destUrl, KIO::DropJobDefaultFlags,
flags);
}
Under X11 konsole works as expected. Tested in 3 completely different system.
Last test done using KDE Neon live usb. It always fails.
--
You are receiving this mail because:
You are watching all bug changes.