Package Details: bitwarden-menu-git r101.1324b78-1

Git Clone URL: https://aur.archlinux.org/bitwarden-menu-git.git (read-only, click to copy)
Package Base: bitwarden-menu-git
Description: Dmenu/Rofi frontend for Bitwarden/Vaultwarden.
Upstream URL: https://github.com/firecat53/bitwarden-menu
Licenses: MIT
Conflicts: bitwarden-menu
Provides: bitwarden-menu
Submitter: firecat53
Maintainer: firecat53
Last Packager: firecat53
Votes: 1
Popularity: 0.000000
First Submitted: 2022-03-11 16:46 (UTC)
Last Updated: 2023-12-17 03:10 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

firecat53 commented on 2022-05-20 18:42 (UTC)

Fixed the dependency, thanks. Python-xdg conflicts with python-pyxdg, so if python-pyxdg is required by something else on your system, you will need to either:

  1. Remove python-xdg from the PKGBUILD and install it with pip install --user xdg
  2. Install bitwarden-menu in a virtualenv

BachoSeven commented on 2022-05-14 15:08 (UTC)

hi, this is missing a runtime dep on python-xdg, and even when I install it it says:

Traceback (most recent call last):
  File "/usr/bin/bwm", line 5, in <module>
    from bwm.__main__ import main
  File "/usr/lib/python3.10/site-packages/bwm/__init__.py", line 15, in <module>
    from xdg import XDG_CACHE_HOME, XDG_CONFIG_HOME, XDG_DATA_HOME
ImportError: cannot import name 'XDG_CACHE_HOME' from 'xdg' (/usr/lib/python3.10/site-packages/xdg/__init__.py)