-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
controversialSomething is wrong with the issue, but there is valuable discussionSomething is wrong with the issue, but there is valuable discussion
Description
General information
- Operating system + version: Debian 11 (bullseye) on 5.10.60.1-microsoft-standard-WSL2
- Browser + version: n/a
- Information about the host app:
- How did you install it? package manager - apt
- If installed an official release, put a version (
$ browserpass --version):/usr/lib/browserpass-native # -> 3.0.7
- Information about the browser extension:
- How did you install it? Chrome webstore
- Browserpass extension version as reported by your browser:
3.7.2
Exact steps to reproduce the problem
apt install --no-install-recommends -y webext-browserpass ### on Debian, as root
What should happen?
binary file (browserpass-native) should be installed/symlinked to /usr/bin (or /usr/local/bin)
What happened instead?
binary file (browserpass-native) exists only in /usr/lib/browserpass/browserpass-native
additional stuff
apt info webext-browserpass | grep -i version
# -> Version: 3.7.2-1+b4
dpkg-query -L webext-browserpass | grep bin
# ->>> returns no output
command -V browserpass-linux64 browserpass-native
# -> browserpass-native not found
# -> browserpass-linux64 not found```Metadata
Metadata
Assignees
Labels
controversialSomething is wrong with the issue, but there is valuable discussionSomething is wrong with the issue, but there is valuable discussion