-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting image from clipboard doesn't work on Desktop #4393
Comments
at least some OS and user will regard that as bad behaviour. clipboard should only be accessed on direct user action. to the main issue: note, that the recommended way is to pass invite-links around, which is usually much easier and also better supported cross-platform. support for sending images with QR codes around is regarded unsupported, advanced workflow and also not supported on all platforms equally. that said, well, i am not deep in the desktop code. if desktop-devs regard it as easy enough to alllow pasting of images, and it does not make the mainly supported workflows significantly harder to maintain, it probably makes sense to consider adding that feature. in general, however, feature requests should go to the https://support.delta.chat |
Mobile usually has the cameras for the normal scanning workflow. So this pasting image problem would probably primarily come up on desktop. After some pondering, I filed a bug since I saw multiple desktop users run into this barrier and need a ton(!) of hand-holding to get past it. Whatever is done to address it, I don't think users currently know how to deal with this issue so the UI doesn't really seem to be working. Sorry if that was a bad choice. As for links, it's not obvious on the inviting person's end that this would be needed to make this work better. The UI lets me either share an image or a link without really encouraging either. So therefore, pasting either should probably work. There might be other ways to reduce the barriers on desktop, like for example scanning the clipboard. I'm sure others might have better ideas. But the amount of clicks and pasting quirks seem like a problem. I hoped to provide a constructive ticket to support improving the situation. |
mobile has similar issue if ppl are not sitting next to each other, this is what the invite links were created for
ftr, android spearheaded some changes recently to make links more accessible, changes were done in feedback with users, eg. deltachat/deltachat-android#3367 (comment) "copy image" is tuned down on purpose, highlighting supported flows. surely, that can be improved further, and also things are not finished, desktop/ios is mostly unchanged. also there are old versions around as said, from view of user, pasting images is probably fine. however, eg. i am critical in offering copying images more prominently atm, as that would easily increase more dead ends atm -- but this is also not what this issue is about :)
you did ❤️ this is very welcome! i just want to add some context about priorities and thelike :) btw, pasting - may it be link or image - could also work outside the scan-dialog, this would make lots more clicks superfluous |
I tried it with the flathub version 1.48.0 and it is working as expected! Maybe there is something else wrong in the scenario? FYI: we changed this screen in the upcoming version to look like this: In the upcoming version you still can paste an image of a QR scan when clicking on "Paste". The menu item behind the small settings icon "Load QR COde as image" is stille there and works. But in general it is recommended to got with URLs as @r10s mentioned. Edit: I see a different screen in my flathub instance, there is no line "Load or paste". Are you sure with the mentioned version? I have: Delta Chat Desktop 1.48.0 (git: flathub) |
The "Load or paste" was a mockup of mine as a suggestion, sorry that I was unclear! Regarding the functionality, often when I do "Copy Image" in firefox and then paste in DeltaChat, nothing seems to happen. I recorded this just now: 100_5660.webmSorry for the shaky video, due to some other bug, KDE screen recording seems to be not working right now. |
So since we changed that part anyway maybe it's the best to wait for the upcoming release. Meanwhile you might check the previews: https://download.delta.chat/desktop/v1.49.0/ |
"Scan QR Code" > "Paste from clipboard" doesn't seem to work if the clipboard contains the image, only if it contains an invite URL. I would also propose that the desktop client continuously checks if the clipboard contains a QR code, and prompts the user to import a new contact if any such QR code was copied as an image or as an URL. I've had users almost give up on desktop trying to navigate the 4 or 5 clicks trying to import an URL or an image, it seems like it's confusing them since without a camera it doesn't seem sufficiently natural to do.
The text was updated successfully, but these errors were encountered: