Waydroid Clipboard Copy/Paste over UT not working
-
Re: Waydroid Clipboard Broken - Permanently
Hi all, I'm happy(and a bit kinda scared) to join this community: I've just bought a Pixel 3A and installed Ubuntu Touch to use it as my daily driver.
I have installed Waydroid through the helper and it seems mostly good and cool for what it is, but I have a problem: I can copy on Waydroid and paste into UT.
I have read the the previous thread but could not find any lead to tackle the problem (I manage around a tiny bit with linux but I'm not a developer).
There was as issue open on the waydroid github repo (https://github.com/waydroid/waydroid/issues/556), but has been closed as completed on last November.
Now, first I would like to ask the Pixels's 3A owners if they also have the same problem or not; and then if anybody have a hint or a lead to give me to try to fix the problem.
Thanks of reading.
-
@dreamweaverit UT and Waydroid not sharing the clipboard is a general issue, and not specific to the Pixel 3A.
-
@arubislander Ok, thanks for answering!
Isn't there any way to make 'em share the clipboard?
-
@dreamweaverit If you mean any way for the Waydroid user, I suspect not. If you mean anyway for the Waydroid or UT developers (depending on where the issue lies) probably yes, but the most you could do ik that case is open a new issue, or as I see you have already done, request the issue you referenced be reopened.
-
So i know on waydroid on ubuntu desktop uses the python library pyclip to facilitate clipboard functions
-
@developerbayman will not function without pyclip
-
@developerbayman So installing pyclip might solve the issue?
-
@arubislander will solve the issue as far as i know
-
@arubislander provided UT hooks the same i dont see why not
-
Yeah UT just needs full python support alot of linux software is just too dependant on python libraries to go without
-
@developerbayman "full python support" is problematic as that would increase the image size to more than is available in the cache partition of some devices. This would impact the ability of those devices to install full image updates.
But adding select packages to the base image for better operation of bundled software is worth suggesting via an issue or a PR. -
@arubislander if thays the case i say just add pip and let users get what they need pip only like 20mb (something like that shouldnt be to much)
-
And to im not sure what exactly python-minimal vs python entails ....is it missing syntax?? .....
-
@arubislander i wonder an app kinda like waydroid helper but for python giving many options allowing users to maintain storage concerns
-
@developerbayman I know next to nothing about python. Would pip work completely in userspace? If it would require remounting r/w to be useful, then less incentive to have it pre-installed, as the user could install it themselves after making the filesystem r/w, which they would need to do anyway.
-
@developerbayman As a developer tool? It still remains to be seen if developing on the device is a viable, and enjoyable, option.
-
@developerbayman I suppose minimal libraries.m installed.
Have you already tried the chroot route?
-
@arubislander it should you can even run it in virtual environments just add it to the system path
-
@arubislander i have not yet however .....im more excited about this conversation
-
@arubislander im kinda hung up on this idea of a helper app but the irony here is i would use python .....im gonna try my hand at qt .....do you know if there is a github repo for waydroid helper im going to check because it would provide a perfect template .....ik assuming its in qt