You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for more details on https://keepass.info/help/base/autourl.html or even on gio error but could not find anything useful. In all honesty it seems an Gnome issue and not a KeepassXC. This command also fails:
xdg-open CMD:///home/josevnz/bin/myscript.sh
io: CMD:///home/josevnz/bin/myscript.sh: The specified location is not supported
You need to tell KeePassXC which executable to run. A script file needs a shell to run on, when run from a terminal window the shell is implied as the current shell. Your URL's should be something like cmd://<executable> <parameters>
In your case you need to do:
cmd://bash /home/..../myscript.sh
If you want to show the console window, this worked nicely for me (KDE and Gnome options):
Overview
Hello,
When you try to use CMD:// to run a shell script or external command it fails
Steps to Reproduce
Expected Behavior
Run the script from Bash
Actual Behavior
KeePassXC - Version 2.6.4
Revision: 34a78f0
Qt 5.15.2
Debugging mode is disabled.
Operating system: Fedora 33 (Workstation Edition)
CPU architecture: x86_64
Kernel: linux 5.11.21-200.fc33.x86_64
Enabled extensions:
Cryptographic libraries:
Operating System: Linux dmaf5 5.11.21-200.fc33.x86_64 #1 SMP Sat May 15 20:31:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux (Fedora 33)
Desktop Env: Gnome
Windowing System: X11/Wayland
The text was updated successfully, but these errors were encountered: