talk-desktop icon indicating copy to clipboard operation
talk-desktop copied to clipboard

[Linux/Flatpak] Drag-n-Drop and File paste only work for files from the home directory

Open ShGKme opened this issue 10 months ago • 1 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Flatpak distribution only supports file transferring (drag-n-drop and paste) from the home directory.

Steps to reproduce

  1. Using Flatpak distribution
  2. Try to drag a file from not a home directory and send it

Expected behaviour

It works.

Actual behaviour

The file has 0b size.

Additional info

Use case: Spectacle on KDE (screenshot tool) saves screenshots to /tmp

ShGKme avatar Feb 25 '25 14:02 ShGKme

Workaround:

flatpak override --user --filesystem=/tmp:ro com.nextcloud.talk

ShGKme avatar Feb 25 '25 21:02 ShGKme