Skip to content
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

Open
Kr9ilf3b opened this issue Feb 9, 2025 · 7 comments
Open

Copy and Paste broken in 3.3.0 for ChromeOS Linux #5702

Kr9ilf3b opened this issue Feb 9, 2025 · 7 comments

Comments

@Kr9ilf3b
Copy link

Kr9ilf3b commented Feb 9, 2025

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:

  1. Right-click a clip that has effects or keyframes.
  2. Click on 'Copy'
  3. Copy the clip.
  4. Attempt to paste the clip by right-click in empty space on the timeline. (menu if present does not have "Paste")
  5. Attempt to paste the clip using Ctrl V. (does nothing)
  6. View the system's clipboard using Search+V. All the clip's data are there instead of inside Openshot, which was the case before 3.3.0.

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

  • openshot-qt.log (6 KB)
  • libopenshot.log: File too small or empty (not uploaded)

Exception / Stacktrace
No stacktrace found in log files

@Colorjet3
Copy link
Collaborator

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.

@Colorjet3
Copy link
Collaborator

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?

@MesaBlack
Copy link

MesaBlack commented Feb 22, 2025

I got this too. Google ChromeOS Version 132.0.6834.208 (Official Build) (64-bit)

@Colorjet3
Copy link
Collaborator

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.

@MesaBlack
Copy link

I open openshot by using the Linux terminal and enter the command

bash <(wget -O - http://openshot.org/files/chromeos/install-stable.sh)

I right-click with my touchpad and it doesn't show the window

@Colorjet3
Copy link
Collaborator

  1. Does the CTRL+C & CTRL+V work? I know it is limited in functionality vs. the Right click but I am curious.
  2. When you are performing the Right click using the touchpad, what area of OpenShot are you performing this (timeline, Project Files, etc?). If you can try it in different areas of OpenShot and report back that would be great. Just trying to see if the functionality is completely broken everywhere or certain areas/windows only.
  3. Have you tried using a mouse? If not, please give it a try.
  4. Have you tried any other application(s) running in the Linux environment to see if the Right click works? If not, Inkscape is a good text editor to try. Inkscape is also something that integrates well with OpenShot for adanced text editing.

@MesaBlack
Copy link

  1. No.
  2. I right click using touchpad, nothing.
  3. haven't tried with a mouse yet.
  4. works on others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants