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

no proper way to run on fedora #216

Open
evakhoni opened this issue Oct 5, 2023 · 4 comments
Open

no proper way to run on fedora #216

evakhoni opened this issue Oct 5, 2023 · 4 comments

Comments

@evakhoni
Copy link

evakhoni commented Oct 5, 2023

the chrome extension is deprecated
snap version is 4+ years old
the other way is to convert using alien, which itself outdated, requires tons of dependencies, and a root permission.

a proper rpm or an appImage would solve those issues for good

@Ian2020
Copy link

Ian2020 commented Oct 20, 2023

Hey I've just finished an unofficial flatpak if you want to give that a go:

https://github.com/Ian2020/io.onlykey.OnlyKey-App

Also see #105.

@MalteFlender
Copy link

I'm having trouble with the onlykey-app on my Fedora 39 too:
grafik
The error message looks to me like the libc.so.6 is only searched for in the default Debian location, bot not the one for Fedora. A popper rpm-Package would be a really nice addition.

For easier copy-paste here is the same error message again:

[15744:15744:0226/094430.261568:ERROR:gl_implementation.cc(281)] Failed to load libGL.so.1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /var/lib/snapd/lib/gl/libGLX.so.0)
[15744:15744:0226/094430.262451:ERROR:viz_main_impl.cc(184)] Exiting GPU process due to errors during initialization
[15490:15747:0226/094430.270391:ERROR:bus.cc(396)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[15490:15490:0226/094430.271001:ERROR:component_loader.cc(162)] Failed to parse extension manifest.
[15762:15778:0226/094430.368014:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.

@MalteFlender
Copy link

After some more trying I found a remarkable easy way of running the OnlyKey-App on Fedora:

  1. You clone this git Repo
  2. Then you just need to run npm run release
  3. and npm start

For me this works and i can use the App with the OnlyKey.

@evakhoni
Copy link
Author

❯ npm run release
...
...
21 vulnerabilities (2 low, 7 moderate, 12 high)

🤔 not good..
and trying the suggested npm audit fix resulted in even worse

16 vulnerabilities (3 moderate, 8 high, 5 critical)

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