-
Notifications
You must be signed in to change notification settings - Fork 564
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
Copy and Paste broken in 3.3.0 for ChromeOS Linux #5702
Comments
Please confirm that this issue exists in the production version of v3.3.0 and not the daily. I don't have ChromeOS to test and confirm and hopefully someone else can confirm. I am not in front of my computer now. I do have Ubuntu and Mint in a guest virtual environment that I will test the Copy / Paste functionality and report back. |
I tested CTRL+C & CTRL+V in Ubuntu 24.04 lts and Linux Mint and had zero issues. Do you run any other application(s) in the Linux environment other than OpenShot? If yes, does the CTRL+C & V work in that application? |
I got this too. Google ChromeOS Version 132.0.6834.208 (Official Build) (64-bit) |
Hello @MesaBlack. Are you running the AppImage? As I mentioned above to the OP that I do not have ChromeOS and I don't know how OpenShot gets installed. Run the production AppImage and see if the issue persists. If it does, then run another application in the Linux environment and test the CTRL+V & C functionality. If it does not work in another application also (in the Linux environment), then there is something else going on. I have not had a response from @Kr9ilf3b. |
I open openshot by using the Linux terminal and enter the command
I right-click with my touchpad and it doesn't show the window |
|
|
Describe the bug
Concerning the 3.3.0 update's "Copy-Paste Overhaul". Before 3.3.0, the app stores copied values related to clips (entire clips/effects/keyframes, via right-click menu, or entire clip using Ctrl C) internally, and these values can be retrieved later using paste (right-click menu or Ctrl V). In 3.3.0, the app dumps the copied values into the ChromeOS system's clipboard, which is pointless as the app apparently can't retrieve the values from the system clipboard afterwards. Proof: After copying things, Ctrl V does nothing, and right-click menu doesn't have "paste" option. This is how the app normally behaves when nothing yet has been copied/can't paste there.
Steps to reproduce the behavior:
Expected behavior
4. Right-click menu is supposed to have "Paste" (because the app thinks there's nothing to paste, it won't appear)
5. Ctrl V is supposed to produce the clip at the playhead.
Steps to reproduce the behavior:
7. Copy effects/keyframes from the clip.
8. Attempt to paste effects/keyframes onto another click by right-click menu. (menu does not have "Paste")
9. View the system's clipboard again. Effect/keyframe data are in the clipboard instead of inside Openshot.
Expected behavior
8. Right-click menu is supposed to have "Paste"
Additional info
Linux AppImage download: Official 3.2.1 release works normally. Last release candidate for 3.2.1 works. Last daily build for 3.2.1 does not work. Last daily build for 3.3.0 does not work.
ChromeOS terminal command download: Last daily build for 3.3.0 does not work
System Details
Log Files
Exception / Stacktrace
No stacktrace found in log files
The text was updated successfully, but these errors were encountered: