Live data from Hacker News

Bitwarden is down with blank screen under Linux OpenSuse

community.bitwarden.com

1–10 of 54 posts

Re: Bitwarden is down with blank screen under Linux OpenSuse

#7
Since it's based on Electron, they might need to delete the `~/.config//GPUCache` directory. I have this invisible text issue with VSCode and Chromium after every weekly packages update, because of Mesa updates I believe.

Edit: https://github.com/electron/electron/issues/40366#issuecomme...

Re: Bitwarden is down with blank screen under Linux OpenSuse

#8
I've been developing my own TUI Bitwarden client recently: https://github.com/luryus/wden

I need passwords outside of the browser quite frequently (when SSHing to servers and so on), and the official Electron app just feels clunky and heavy to use and keep running constantly in the background. So creating a small and lightweight client optimized for my own usage patterns has been really useful. It may be useful for others, too, while the official client is broken.

Post reply on HN