-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Custom URL's in entry preview panel are launched incorrectly #2395
Comments
Is it possible to have "cmd://" to be considered as custom URL after correction and handled based on OS properties? |
cmd:// urls are not handled by the browser. See code around keepassxc/src/gui/DatabaseWidget.cpp Line 637 in 6fe821c
|
Yup that's a bug. When you click the link in the preview panel it opens the browser (this is because it is resolving the URL within the cmd to form the link in the first place). When you double click the URL field in the entry view, it properly executes the command. Captured in #2438. |
Linux workaround: In linux xdg-open can launch standard and custom-registered URL-schemes. So in 2.3.3 a URL of:
worked (if configured correctly in
( Is there any reason for not calling |
That is the bug |
Should be fixed in #3153 |
Expected Behavior
When URL field contains custom registered URL handler, for example rdp:// then system URL handler should be fired. It was working in 2.3.3 version.
Current Behavior
In 2.3.4 version double click on url starting with custom url like rdp:// does nothing.
Debug Info
KeePassXC - Wersja 2.3.4
Rewizja: 6fe821c
Biblioteki:
System operacyjny: Windows 10 (10.0)
Architektura CPU: x86_64
Jądro: winnt 10.0.17134
Włączone rozszerzenia:
The text was updated successfully, but these errors were encountered: