-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add chromium support #324
Add chromium support #324
Conversation
ccb011a
to
8c96bee
Compare
WE2-927 Signed-off-by: Raul Metsma <[email protected]>
Should we add I installed and run Web eID in a minimal pristine Ubuntu 22.04 VM without Qt and saw the following crash: $ bash Downloads/download-install-web-eid.sh
$ web-eid
Warning: Ignoring WAYLAND_DISPLAY on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Aborted (core dumped) When I manually installed |
@@ -0,0 +1 @@ | |||
etc/opt/chrome/native-messaging-hosts/eu.webeid.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: this will be installed with postinst script: https://github.com/web-eid/web-eid-app/blob/main/debian/web-eid-chrome.postinst
@klondi, thanks for your PR #309! The current pull request will supersede yours, but your work was still instrumental in getting Chromium support going. @klondi, @sergey-abc, feel free to check the PR and test the packages from current branch build https://github.com/web-eid/web-eid-app/pull/324/checks and confirm that Chromium support works for you. We intend to merge Chromium support soon before the upcoming 2.6 release. |
Note to self: add |
We will add |
WE2-927
Signed-off-by: Raul Metsma [email protected]