KDE 4: Drag&Drop not working

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
shamousi
Newbie
Newbie
Posts: 2
Joined: Tue Dec 23, 2008 3:05 am

KDE 4: Drag&Drop not working

Post by shamousi »

Hi

I recently upgraded to Kubuntu 8.10 with KDE4. Now, the drag & drop ability to wine applications doesn't work anymore. For example: If I drag-and-drop a file from konqueror or dolphin ton winamp/peazip/notepad/etc., it opens nothing...

Does anyone have the same problems as I?

a look closer revealed: The problem persists because dragging in KDE 4 is not full XDND compliant.

KDE 3.5.10 wine notepad.exe trace of xDND reveals: trace:xdnd:X11DRV_XDND_SendDropFiles Sending WM_DROPFILES: hWnd(0x0x1002a) 0x1e524c(Z:\home\gizmo\test.txt)

BUT in KDE 4.1: trace:xdnd:X11DRV_XDND_SendDropFiles Sending WM_DROPFILES: hWnd(0x0x1002a) 0x2454354()

So the problem is the missing TARGET of WM_DROPFILES!!!
Can this be fixed?

Thxs :-)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: KDE 4: Drag&Drop not working

Post by vitamin »

shamousi wrote:Hi

I recently upgraded to Kubuntu 8.10 with KDE4. Now, the drag & drop ability to wine applications doesn't work anymore. For example: If I drag-and-drop a file from konqueror or dolphin ton winamp/peazip/notepad/etc., it opens nothing...
Please open a bug report in bugzilla.
shamousi
Newbie
Newbie
Posts: 2
Joined: Tue Dec 23, 2008 3:05 am

Post by shamousi »

Locked