-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
package request: libsecret #5416
Comments
Termux isn't ubuntu or debian so you don't need sudo. You need to compile libsecret from source for now, until someone compiles the package for our repository |
How can i do this ? Is there any documentation ? |
Requires gobject-introspection which is not available as Termux package. Meson is required too, but it can be just downloaded from https://github.com/mesonbuild/meson/releases/download/0.54.3/meson-0.54.3.tar.gz and added to PATH. |
If you are trying to install code-server which requires keytar as npm dependency, then use
That will eliminate requirement of Build-time dependency of libsecret |
Thank yours very mach/ Yes i want install server-code and without auth it is work. But for the system to be complete, this library is needed. |
Re-opening as libsecret is't available in termux. |
One apparent use is as a Git credentials helper (source). I'd be quite interested in this. |
@kcubeterm I was able to compile libsecret natively on my device with a simple patch , but faced issues while doing the same in the build environment (docker image)....it has compilation issues... |
Well.. since gobject-introspection is now available... |
@xeffyr please close this |
This should be more than add a binary, it needs to populate files within |
Hello, I am unable to use libsecret with git.
|
We also have this problem. We have posted a question on SO. |
i need install npm install keytar on termux
But this library uses libsecret-1-dev
Install on Debian/Ubuntu
sudo apt-get install libsecret-1-dev
But i don't have sudo on termux and i can't install this library
How can i use this ?
Problem description
Steps to reproduce
Expected behavior
Additional information
The text was updated successfully, but these errors were encountered: