Open werei opened 1 year ago
I am having issues with this too. CLI works fine in terminal via "bw" alias and I have exported BW_Session but still getting the "incorrect session key" error. Any ideas?
Not sure. It would take someone building the plugin to find out or me to add debugging logs.
SteamOS is based on arch now and I tested it on my arch laptop and it was fine...
Are you running via AUR or jar?
I am having issues with this too. CLI works fine in terminal via "bw" alias and I have exported BW_Session but still getting the "incorrect session key" error. Any ideas?
Exporting the session key in .profile
or .bashrc
and setting the bw alias won't work on SteamOS for some reason. String envKey = System.getenv("BW_SESSION");
seems to pull directly from /etc/environment
. You can set the environment variable in /etc/environment
by doing the following.
Open the konsole and enter sudo nano /etc/environment
Add the line `BW_SESSION="SessionKey" and fill it in with the session key from bw unlock. (Be warned don't add anything extra here as doing so can lock up steamOS and keep it from booting. It happened to me.)
In runelite under the BitWardem plugin's bw location
Put the full path mine looks like so /home/deck/Downloads/bitwarden/bw
That should get it working in both desktop and gaming mode in steamOS.
@werei @pistolius can you confirm if the above works for you?
I'm trying to get the bitwarden plugin to work on the steam deck. I am able to login to Bitwarden Cli but it keeps saying that the session key is invalid. I am doing this in desktop mode. Maybe it isn't compatible with it? Has anyone else tried with the steam deck?