-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Can't open link with special scheme #2774
Comments
Hello, @loicfavory! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together! 😊 I couldn't find specific information about handling custom URL schemes in the Zen browser's Flatpak version. However, a similar issue was resolved by modifying the
Here's an example modification: [Desktop Entry]
Name=Zen Browser
Comment=Experience tranquillity while browsing the web without people tracking you!
Exec=zen %u
Icon=zen
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;x-scheme-handler/tech.shadow;
StartupWMClass=zen-alpha
Categories=Network;WebBrowser;
StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Actions=new-window;new-private-window;profilemanager;
[Desktop Action new-window]
Name=Open a New Window
Exec=zen %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=zen --private-window %u
[Desktop Action profilemanager]
Name=Open the Profile Manager
Exec=zen --ProfileManager %u After making these changes, save the file. This should help Zen browser handle the |
I installed firefox, lose my zenbrowser profile, retried to connect to shadow again and it's working... |
Captchas
What happened?
I can't open an extra app from zen browser.
I use an app called Shadow PC (https://shadow.tech) and the app open a link in my browser to log in, then the auth process redirect the request with a token to a link with tech.shadow:// scheme.
It's working with others browsers (firefox, chromium, vivaldi) but not in Zen.
I'm using Flatpak version on Ubuntu 22.04
Reproducible?
Version
1.0.1-a.17 (Firefox 132.0) (64-bit)
What platform are you seeing the problem on?
Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered: