-
Notifications
You must be signed in to change notification settings - Fork 567
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
telegram: cannot open links in browser #6275
Comments
Hello, what happens with the following in ~/.config/firejail/telegram.local: private-bin grep,sed,tr If there are more similar errors try adding the commands to |
|
What happens with just Note that you can probably debug this with xdg-open directly: firejail --profile=telegram /usr/bin/xdg-open 'https://link' |
I've added the next lines:
And got the next result:
|
Fixed by adding dbus related lines and all xdg-open dependencies:
(not tested with chromium) Related issues: |
I just came across this thread and I have a similar problem. By using the default profile what I get is Adding
|
Try this (
|
@reagentoo I've already tried the options in your last post, but unfortunately it doesn't work |
@glu8716 |
@glitsj16 Hi. Can you please give some comment for the |
@reagentoo Hi. Your fix from #6275 (comment) looks fine. The mentioned private-etc refactoring doesn't affect it. That being said, there are (socket) alternatives being considered for using D-Bus to support URL handling. See #5364 and #5582 for context. HTH |
Can confirm that the error is fixed with the git version. However I'm still getting |
@glu8716 |
@glitsj16 It doesn't work, unfortunately |
Hello :) fresh install of Gentoo with Firejail and noticed that clicking links in Telegram with Firejail does not open them in default browser.
Linux:
Configuration:
Console output on clicking links:
This is reopen #3031
The text was updated successfully, but these errors were encountered: