[GH-ISSUE #5138] vscode source control adding remote error #2892

Closed
opened 2026-05-05 09:33:16 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @GreatBigWhiteWorld on GitHub (May 11, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5138

When trying to add a github remote in vscode - source control, I got a pop up error saying "Unknown error code 100
The program 'firejail' was found at '/usr/bin/firejail' but it is missing executable permissions."

firejail version : 0.9.68

Originally created by @GreatBigWhiteWorld on GitHub (May 11, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/5138 When trying to add a github remote in vscode - source control, I got a pop up error saying "Unknown error code 100 The program 'firejail' was found at '/usr/bin/firejail' but it is missing executable permissions." firejail version : 0.9.68
gitea-mirror 2026-05-05 09:33:16 -06:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@kmk3 commented on GitHub (May 11, 2022):

@GreatBigWhiteWorld commented on May 11:

When trying to add a github remote in vscode - source control, I got a pop up
error saying "Unknown error code 100 The program 'firejail' was found at
'/usr/bin/firejail' but it is missing executable permissions."

firejail version : 0.9.68

There is a lot of relevant information missing; please follow the bug report
template:

https://github.com/netblue30/firejail/issues/new?assignees=&labels=&template=bug_report.md&title=

Also, what is the output of:

ls -l /usr/bin/firejail
<!-- gh-comment-id:1123924342 --> @kmk3 commented on GitHub (May 11, 2022): @GreatBigWhiteWorld commented [on May 11](https://github.com/netblue30/firejail/issues/5138#issue-1232787579): > When trying to add a github remote in vscode - source control, I got a pop up > error saying "Unknown error code 100 The program 'firejail' was found at > '/usr/bin/firejail' but it is missing executable permissions." > > firejail version : 0.9.68 There is a lot of relevant information missing; please follow the bug report template: <https://github.com/netblue30/firejail/issues/new?assignees=&labels=&template=bug_report.md&title=> Also, what is the output of: ```sh ls -l /usr/bin/firejail ```
Author
Owner

@GreatBigWhiteWorld commented on GitHub (May 12, 2022):

I narrowed down the issue to that "whenever vscode wants to open a link in a browser, it pops up the above message".

ls -l /usr/bin/firejail
-rwsr-x--- 1 root firejail 466576 Mar  2 00:08 /usr/bin/firejail

Very likely it's a firejailed apps can't open links in browsers issue.

more logs:

kf.kio.gui: "The program 'firejail' was found at '/usr/bin/firejail' but it is missing executable permissions."
Failed to create secure directory (/run/user/1000/pulse): Permission denied
W: [pulseaudio] core-util.c: Failed to open configuration file '/home/name/.config/pulse//daemon.conf': Permission denied
W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Permission denied
Failed to create secure directory (/run/user/1000/pulse): Permission denied
W: [pulseaudio] core-util.c: Failed to open configuration file '/home/name/.config/pulse//daemon.conf': Permission denied
W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Permission denied
ALSA lib pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: Connection refused
<!-- gh-comment-id:1124497487 --> @GreatBigWhiteWorld commented on GitHub (May 12, 2022): I narrowed down the issue to that "whenever vscode wants to open a link in a browser, it pops up the above message". ``` ls -l /usr/bin/firejail -rwsr-x--- 1 root firejail 466576 Mar 2 00:08 /usr/bin/firejail ``` Very likely it's a firejailed apps can't open links in browsers issue. more logs: ``` kf.kio.gui: "The program 'firejail' was found at '/usr/bin/firejail' but it is missing executable permissions." Failed to create secure directory (/run/user/1000/pulse): Permission denied W: [pulseaudio] core-util.c: Failed to open configuration file '/home/name/.config/pulse//daemon.conf': Permission denied W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Permission denied Failed to create secure directory (/run/user/1000/pulse): Permission denied W: [pulseaudio] core-util.c: Failed to open configuration file '/home/name/.config/pulse//daemon.conf': Permission denied W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Permission denied ALSA lib pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: Connection refused ```
Author
Owner

@rusty-snake commented on GitHub (Jun 8, 2022):

There is a lot of relevant information missing; please follow the bug report template:

https://github.com/netblue30/firejail/issues/new?assignees=&labels=&template=bug_report.md&title=

You still did provided basic important information in your bug report. Closing as what it looks like.

Duplicate of #3604

<!-- gh-comment-id:1149818863 --> @rusty-snake commented on GitHub (Jun 8, 2022): > There is a lot of relevant information missing; please follow the bug report template: > > https://github.com/netblue30/firejail/issues/new?assignees=&labels=&template=bug_report.md&title= You still did provided basic important information in your bug report. Closing as what it looks like. Duplicate of #3604
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2892
No description provided.