[GH-ISSUE #5233] skype: icon in gnome-shell top bar does not show status #2926

Closed
opened 2026-05-05 09:35:27 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ibahnasy on GitHub (Jul 5, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5233

Description

Skype icon in the gnome-shell top bar doesn't display the current status when started with firejail.

Steps to Reproduce

Steps to reproduce the behavior

  1. Run in bash firejail skypeforlinux %U

Expected behavior

Skype current status should be displayed in the notifications area like when started without firejail.

Actual behavior

It just display 3 dots.

Behavior without a profile

Works as expected.

Environment

  • Ubuntu 22.04
  • Firejail version 0.9.70.

Checklist

  • [x ] The issues is caused by firejail (i.e. running the program by path (e.g. /usr/bin/vlc) "fixes" it).
  • [ x] I can reproduce the issue without custom modifications (e.g. globals.local).
  • [ x] The program has a profile. (If not, request one in https://github.com/netblue30/firejail/issues/1139)
  • [ x] The profile (and redirect profile if exists) hasn't already been fixed upstream.
  • [ x] I have performed a short search for similar issues (to avoid opening a duplicate).
    • [ x] I'm aware of browser-allow-drm yes/browser-disable-u2f no in firejail.config to allow DRM/U2F in browsers.
  • I used --profile=PROFILENAME to set the right profile. (Only relevant for AppImages)

Log

Output of LC_ALL=C firejail /path/to/program

Reading profile /etc/firejail/skypeforlinux.profile
Reading profile /etc/firejail/electron.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-common.inc
Warning: networking feature is disabled in Firejail configuration file
Parent pid 33803, child pid 33806
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Warning: NVIDIA card detected, nogroups command ignored
Warning: cleaning all supplementary groups
Warning: not remounting /run/user/1000/gvfs
Warning: not remounting /run/user/1000/doc
Warning: NVIDIA card detected, nogroups command ignored
Warning: cleaning all supplementary groups
Warning: NVIDIA card detected, nogroups command ignored
Warning: cleaning all supplementary groups
Child process initialized in 245.28 ms

Output of LC_ALL=C firejail --debug /path/to/program

Output too long to post it here.
https://gist.github.com/ibahnasy/55fc62bbdafe2ac41c2ad62675fa64db

Originally created by @ibahnasy on GitHub (Jul 5, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/5233 <!-- See the following links for help with formatting: https://guides.github.com/features/mastering-markdown/ https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax --> ### Description Skype icon in the gnome-shell top bar doesn't display the current status when started with firejail. ### Steps to Reproduce _Steps to reproduce the behavior_ 1. Run in bash `firejail skypeforlinux %U` ### Expected behavior Skype current status should be displayed in the notifications area like when started without firejail. ### Actual behavior It just display 3 dots. ### Behavior without a profile Works as expected. ### Environment - Ubuntu 22.04 - Firejail version 0.9.70. ### Checklist <!-- Note: Items are checked with an "x", like so: - [x] This is a checked item. --> - [x ] The issues is caused by firejail (i.e. running the program by path (e.g. `/usr/bin/vlc`) "fixes" it). - [ x] I can reproduce the issue without custom modifications (e.g. globals.local). - [ x] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) - [ x] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). - [ x] I have performed a short search for similar issues (to avoid opening a duplicate). - [ x] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. - [ ] I used `--profile=PROFILENAME` to set the right profile. (Only relevant for AppImages) ### Log <details> <summary>Output of <code>LC_ALL=C firejail /path/to/program</code></summary> <p> ``` Reading profile /etc/firejail/skypeforlinux.profile Reading profile /etc/firejail/electron.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-common.inc Warning: networking feature is disabled in Firejail configuration file Parent pid 33803, child pid 33806 Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set. Warning: NVIDIA card detected, nogroups command ignored Warning: cleaning all supplementary groups Warning: not remounting /run/user/1000/gvfs Warning: not remounting /run/user/1000/doc Warning: NVIDIA card detected, nogroups command ignored Warning: cleaning all supplementary groups Warning: NVIDIA card detected, nogroups command ignored Warning: cleaning all supplementary groups Child process initialized in 245.28 ms ``` </p> </details> <details> <summary>Output of <code>LC_ALL=C firejail --debug /path/to/program</code></summary> <p> ``` Output too long to post it here. https://gist.github.com/ibahnasy/55fc62bbdafe2ac41c2ad62675fa64db ``` </p> </details>
gitea-mirror 2026-05-05 09:35:27 -06:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@rusty-snake commented on GitHub (Jul 5, 2022):

Duplicated of #1137 I guess.

See https://github.com/netblue30/firejail/issues/1137#issuecomment-669496384 for workarounds.

<!-- gh-comment-id:1175111028 --> @rusty-snake commented on GitHub (Jul 5, 2022): Duplicated of #1137 I guess. See https://github.com/netblue30/firejail/issues/1137#issuecomment-669496384 for workarounds.
Author
Owner

@rusty-snake commented on GitHub (Aug 30, 2022):

I'm closing here due to inactivity, please fell free to request to reopen if you have more questions.

<!-- gh-comment-id:1231493678 --> @rusty-snake commented on GitHub (Aug 30, 2022): I'm closing here due to inactivity, please fell free to request to reopen if you have more questions.
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#2926
No description provided.