Summary: | Drag and drop of files from Thunar doesn't work. | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | RProgrammer <rprogrammer> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee |
Priority: | NOR | ||
Version: | 2.3.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: |
Description
RProgrammer
2009-12-17 07:59:59 UTC
From my experience, d&d from thunar works with dolphin, konqueror and kate, but does not work with konsole. Git commit 51575d6f5294125505a9983e56878d008c07630e by Kurt Hindenburg. Committed on 04/08/2011 at 15:25. Pushed by hindenburg into branch 'master'. Accept drag and drop event from non-KDE Filemanagers Thunar uses 'text/uri-list' in its mimetype, but konsole only accept d&d events whose mimetype contains 'text/plain'. Patch by Jekyll Wu <adaptee@gmail.com> BUG: 219023 FIXED-IN: 4.8 REVIEW: 102176 M +10 -2 src/TerminalDisplay.cpp http://commits.kde.org/konsole/51575d6f5294125505a9983e56878d008c07630e Git commit 7ad880aad29694e7f69c8e868155c3d92f89bf49 by Kurt Hindenburg. Committed on 04/08/2011 at 15:25. Pushed by hindenburg into branch 'KDE/4.7'. Accept drag and drop event from non-KDE Filemanagers Thunar uses 'text/uri-list' in its mimetype, but konsole only accept d&d events whose mimetype contains 'text/plain'. Patch by Jekyll Wu <adaptee@gmail.com> BUG: 219023 FIXED-IN: 4.8 REVIEW: 102176 (cherry picked from commit 51575d6f5294125505a9983e56878d008c07630e) M +10 -2 src/TerminalDisplay.cpp http://commits.kde.org/konsole/7ad880aad29694e7f69c8e868155c3d92f89bf49 |