Drag and drop notifications

2019-02-21 Thread Magnus Groß
Hi there, Spectacle allows you to drag and drop the screenshot notification directly into other apps and I am trying to implement the same feature for Flameshot: https://github.com/lupoDharkael/flameshot/pull/473 However, somehow for me, when I drag and drop the notification into Dolphin, it only

Building KDE statically

2019-02-21 Thread Jonathan Schultz
Hello KDE developers, If anyone is interested, here is a brief report on something I have been working on in my spare time. TLDR: Here are some scripts to build KDE frameworks and okular statically using gcc/musl and cross-building for mingw: https://github.com/jschultz/kde-static Look in the

Re: Drag and drop notifications

2019-02-21 Thread Kai Uwe Broulik
Hi, at a glance it looks like you only pass a local path, the URL must be a fully qualified URL string, like file:///foo/bar. Cheers Kai uwe Am 21.02.19 um 18:55 schrieb Magnus Groß: Hi there, Spectacle allows you to drag and drop the screenshot notification directly into other apps and I a