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

chromium: virtual keyboard extension recipe #490

Open
yifan19 opened this issue Mar 26, 2021 · 8 comments
Open

chromium: virtual keyboard extension recipe #490

yifan19 opened this issue Mar 26, 2021 · 8 comments

Comments

@yifan19
Copy link

yifan19 commented Mar 26, 2021

Came across the extension
https://chrome.google.com/webstore/detail/virtual-keyboard/pflmllfnnabikmfkkaddkoolinlfninn
which has its source code available at
https://github.com/xontab/chrome-virtual-keyboard

I made a small recipe for installing that into rootfs and linked the extension

are you interested in maintaining this extension recipe?

@rakuco
Copy link
Collaborator

rakuco commented Apr 6, 2021

@otavio @kraj
I don't have any strong opinion either way. Upstream hasn't seen any activity in years so there wouldn't be much maintenance here, OTOH we've never packaged any other extensions before.

@kraj
Copy link
Collaborator

kraj commented Apr 6, 2021

If it is stable and not stale then we can think about it but usually someone needs to keep testing it with updates and upgrades we go through so we if there is some commitment for that then it would work but otherwise we should not apply it as it will bitrot of fail on us and cause unwanted work

@schnitzeltony
Copy link
Contributor

Looks like it can be installed by webstore - so why add a recipe for it?

@yifan19
Copy link
Author

yifan19 commented Apr 6, 2021

Looks like it can be installed by webstore - so why add a recipe for it?

  • deploying/scaling is tricky if the target machines don't have access to the Internet, i did look up chromium policies, but I think it still required some kind of local server/mirror
  • not all extensions are open source and/or permissively licensed and getting from the chrome web store would also involve going through their terms and services.
    https://developer.chrome.com/docs/webstore/terms/

@diegorondini
Copy link
Contributor

@yifan19 can you share the recipe? I'm interested in giving it a shot...

@yifan19
Copy link
Author

yifan19 commented Apr 8, 2021

@diegorondini I have pushed it to
yifan19@e51dc82

@diegorondini
Copy link
Contributor

@diegorondini I have pushed it to
yifan19@e51dc82

Thank you! It built just fine.

@yifan19
Copy link
Author

yifan19 commented Apr 22, 2021

I have done a little bit more work to integrate it in chromium
it is now available as a pull request #503

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

No branches or pull requests

5 participants