https://bugs.kde.org/show_bug.cgi?id=390797
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- I don't see where activities would come into this. Ultimately you need to start a drag event with a URL as mimedata. Bigger challenges you need to face are: - what's the URL for an unsaved document? - it's also one of those things that if it isn't done consistently the UX is useless. Even if we ported all KDE apps that still leaves a problem. - kdecorations are themable, introducing new behaviour into something themeable in a way that works for all is always a messy nightmare If we're copying down to the point of it being something in the titlebar the actions that would be needed to be done are: - export the current file URL as a window property (like the DBus menu paths) - update decoration to have the URL - include custom drag and drop handling within kwin's decorations with a URL as metadata. -- You are receiving this mail because: You are watching all bug changes.