Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitwarden don't copy passwords in Linux #147

Closed
ghost opened this issue Jun 30, 2023 · 22 comments
Closed

Bitwarden don't copy passwords in Linux #147

ghost opened this issue Jun 30, 2023 · 22 comments

Comments

@ghost
Copy link

ghost commented Jun 30, 2023

No description provided.

@barthalion barthalion transferred this issue from flathub/flathub Jul 2, 2023
@the4anoni
Copy link

I have same issue

Debian 12 + KDE

@RaptaG
Copy link

RaptaG commented Aug 24, 2023

Same issue here, on Fedora Kinoite 38 and Wayland

@almereyda
Copy link

A fix in bitwarden/clients#6812 (comment) suggests to "enable the wayland-data-control feature" of the "arboard crate".

@parcelcat
Copy link

parcelcat commented Nov 24, 2023

Possibly also related to bitwarden/clients#6883

@rderooy
Copy link

rderooy commented Nov 24, 2023

workaround to the issue:

  1. view the password
  2. highlight the password with the mouse
  3. right click, and select "Copy"

@b1zzu
Copy link

b1zzu commented Nov 25, 2023

Same here

@Ziomal12
Copy link

Had the same issue on Ubuntu 23.10 Wayland. The solution for me was to disable socket=fallback-x11 in FlatSeal for Bitwarden. (I also have enabled socket=wayland but I'm not sure if it's relevant).

@eylenburg
Copy link

Had the same issue on Ubuntu 23.10 Wayland. The solution for me was to disable socket=fallback-x11 in FlatSeal for Bitwarden. (I also have enabled socket=wayland but I'm not sure if it's relevant).

This didn't work for me. (OpenSUSE Tumbleweed, KDE 5.27 Wayland)

@almereyda
Copy link

almereyda commented Nov 30, 2023

The workaround worked here in Ubuntu 23.10 with GNOME 45 on Wayland.

socket=wayland was already active.

Edit: As well on Fedora 39 GNOME 45.1 Wayland.

@deB4SH
Copy link

deB4SH commented Nov 30, 2023

Sadly the workaround with disabling socket=x11 and socket=fallback-x11 didn't work out for me.
Debian 12 (fresh install), KDE 5.27.5

@ghisvail
Copy link
Collaborator

ghisvail commented Dec 1, 2023

There is a possible fix for this issue in #169

Once it lands, please try it and report whether the problem is fixed for you.

@rderooy
Copy link

rderooy commented Dec 1, 2023

There is a possible fix for this issue in #169

Once it lands, please try it and report whether the problem is fixed for you.

Reverting to X11 is not an actual fix. It is at best a workaround.

@ghisvail
Copy link
Collaborator

ghisvail commented Dec 1, 2023

@rderooy Based on your comment it looks like you did not bother reading the actual commit closing the issue.

Let me quote it for you:

Keep both Wayland and X11 socket permissions

There is an issue upstream with copy and paste on pure Wayland.

Users have reported that keeping the X11 socket alive solves it.

To be reverted when upstream fixes the issue for good.

Emphasis added to be sure you caught the important line.

@eylenburg
Copy link

I tried running the current version with fallback-x11 disabled but x11 and wayland enabled but the problem remains. Possibly this is a KDE-related issue as @deB4SH had the same problem also on KDE?

@randshell
Copy link

I tried running the current version with fallback-x11 disabled but x11 and wayland enabled but the problem remains

I can confirm that on Fedora 39 KDE disabling fallback-x11 doesn't solve the issue.

@ghisvail
Copy link
Collaborator

ghisvail commented Dec 3, 2023

Copy / pasting now works on GNOME using Wayland with the most recent Flatpak update.

If it does not work on KDE, please consider opening a different issue and maybe get attention of members of the Flatpak community knowledgeable with KDE to help fix it.

@ghisvail ghisvail closed this as completed Dec 3, 2023
@eylenburg
Copy link

I don't think this should be marked as "closed" already if it doesn't work one of the two big Linux desktops. Even if the issue is possibly somewhere upstream.

@ghisvail
Copy link
Collaborator

ghisvail commented Dec 3, 2023

I don't think this should be marked as "closed" already if it doesn't work one of the two big Linux desktops.

This issue contains a mix of different attempt at triaging for different desktops and suggest the copy / paste feature fails to work on Linux in general.

I believe the path forward would be better served by a dedicated issue targeting KDE, with triaging and reporting solely focused on this desktop environment and with the right people involved in it.

@Lazerbeak12345
Copy link

Can confirm - copy & paste works on GNOME. I did not test KDE (though I'd like to at some point).

@galloramiro
Copy link

Problem

Copy not working

System specs

  • Operating System: Fedora Linux 39
  • KDE Plasma Version: 5.27.9
  • KDE Frameworks Version: 5.111.0
  • Qt Version: 5.15.11
  • Kernel Version: 6.6.3-200.fc39.x86_64 (64-bit)
  • Graphics Platform: Wayland
  • Bitwarden version: 2023.10.1 of bitwarden

Current behavior

  1. Go to 'record'
  2. Click on 'copy password'
  3. Go to the place
  4. ctrl + v and nothing happens
  5. Go to 'record'
  6. Click on show password
  7. ctrl + c
  8. Go to place of usage
  9. ctr + v and now paste the value

Expected behavior

  1. Go to 'record'
  2. Click on 'copy password'
  3. Go to the place
  4. ctrl + v pase the value

@ghisvail
Copy link
Collaborator

ghisvail commented Dec 5, 2023

See #173 for a follow-up issue for KDE specifically.

@LightShaft
Copy link

LightShaft commented Jan 14, 2024

Hi, I don't see any mention of it but it doesn't seem to work on Windows 11 (23H2 at least) either. Tried to reinstall the app but I have no other idea what to try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests