Skip to content
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-desktop launch browser for open URL (after update to 0.9.64.2) #3925

Closed
13ilya-old opened this issue Jan 29, 2021 · 2 comments
Closed

Comments

@13ilya-old
Copy link

13ilya-old commented Jan 29, 2021

After update to 0.9.64.2 (although I'm not sure if it has anything to do with the firejail update), telegram-desktop need reed /etc/passwd to start the browser correctly (tested on firefox in openSUSE Tumbleweed).
Otherwise it displays an error: Error getpwuid: main.c:236 init_cfg: No such file or directory.

/etc/firejail/telegram.profile
-private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,pki,pulse,resolv.conf,ssl,xdg
+private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,passwd,pki,pulse,resolv.conf,ssl,xdg

@rusty-snake
Copy link
Collaborator

Should be fixed, thanks for reporting.

FWIW: #2877 issue 1


BTW: You can use code-blocks for such diffs which look nicer.

Code:

```diff
-private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,pki,pulse,resolv.conf,ssl,xdg
+private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,passwd,pki,pulse,resolv.conf,ssl,xdg
```

Rendered:

-private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,pki,pulse,resolv.conf,ssl,xdg
+private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,passwd,pki,pulse,resolv.conf,ssl,xdg

@13ilya-old
Copy link
Author

13ilya-old commented Jan 29, 2021

-delete
+add

Well. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants