raiyni / bitwarden-plugin

An external plugin for RuneLite that interfaces with Bitwarden.
BSD 2-Clause "Simplified" License
15 stars 5 forks source link

Runelite on Steam Deck #13

Open werei opened 1 year ago

werei commented 1 year ago

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?

pistolius commented 11 months 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?

raiyni commented 9 months ago

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?

edgar1016 commented 1 week 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?

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.

That should get it working in both desktop and gaming mode in steamOS.

raiyni commented 1 week ago

@werei @pistolius can you confirm if the above works for you?