-
Notifications
You must be signed in to change notification settings - Fork 17
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
clip function not working with flatpak #110
Comments
What does xclip do, what should it do? Do you use xclip deb? Would you want xclip to have permission over the apps container but not the other way around? In general this is not an issue with the software but a main flatpak problem. Maybe ask in forums or on reddit if people accomplish this. Maybe it has to do with messaging hosts, which is complicated on Flatpak. |
Well keepassxc-cli clip command should copy the password into the clipboard. By default it uses xclip for that. I found that I can use the cli of keepassxc flatpak install by using the flatpak run command. One of the things I would like to do there is just use command line to get a password that I can then paste. But I cannot get keepassxc-cli clip to work under flatpak. Since I can find nothing on it on the internet, I am wondering if other people have succesfully used the cli clip call with flatpak succesfully, which would mean it is a problem on my end, or that just noone uses it. |
So first its xclip so X11? There has to be a Wayland alternative soon, as Wayland is 95% usable and the future. Second you could alias your command?
The flatpak can copy stuff to the clipboard, so there is no permission/portal issue too. |
I am using an alias. I have aliased the command to connect that I shared in my top post. That way I am able to connect to the cli (see command-keepassxc-cli). Every command works fine, except that clip one, which throws the error mentioned. It is not a huge issue, as I have a workaround, ie. install an older version thought apt. |
When using KeepassXC as a flatpak I cannot use the clip command. I get the following error:
All clipping programs failed. Tried xclip
When installing keepassxc using apt install it works fine.
Is there any way I can get more info on what is wrong?
Specifics:
Commnand to connect:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --socket=x11 --command=keepassxc-cli org.keepassxc.KeePassXC
.OS: Pop_OS 22.04
KeepassXC version: 2.7.4 (flatpak) or 2.6.6 (apt version)
xclip version 0.13
The text was updated successfully, but these errors were encountered: