https://bugs.kde.org/show_bug.cgi?id=399174

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> ---
When plain text is sent (which isn't a file), it uses kate (to which you can
pass data via stdin). When Kate isn't installed (which I assume is the case for
your xfce setup) then it will download it into a temp filder.

The file will be something like /tmp/kdeconnectd.something, but lack a ".txt"
suffix and as such there's no guarantee a "text editor" will open it since it
tries to guess from the contents. This can probably be fixed by doing
tmpFile.setFileTemplate(QStringLiteral("kdeconnect-XXXXXX.txt")); in the plugin

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to