74
Drag and Drop is an absolute mess
(feddit.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Drag and drop is an absolute mess on Windows, too.
You're copying data from a program and inserting it into a different program.
Depending on which programs those are, the data needs to be converted, or only a selection of the copied data needs to be inserted.
The destination program has to guess which parts you need, and the source program is written by someone else.
In your case, you add flatpak on top of this complication, which by design limits what a program can see and access.
And allowing it to see the network share you actually want it to access is too complicated for you.
So you want a program to guess that in this case it's probably OK to read from the place you didn't allow it, and give itself permission without asking?