[GH-ISSUE #5393] skypeforlinux: window freezes when sharing a file #2981

Open
opened 2026-05-05 09:38:17 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @ibahnasy on GitHub (Oct 3, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5393

Description

Skype crashes when sharing a file

Steps to Reproduce

Steps to reproduce the behavior

  1. Run in bash LC_ALL=C firejail skypeforlinux
  2. Try to share any file in a chat.

Expected behavior

File should be sent to the buddy without any issues in the client.

Actual behavior

The whole Skype window freeze and must terminate it from the terminal.

Behavior without a profile

File sharing works fine but keyboard typing doesn't work.

Additional context

None.

Environment

  • Ubuntu 22.04.
  • Firejail version (0.9.70).

Checklist

  • The issues is caused by firejail (i.e. running the program by path (e.g. /usr/bin/vlc) "fixes" it).
  • I can reproduce the issue without custom modifications (e.g. globals.local).
  • The program has a profile. (If not, request one in https://github.com/netblue30/firejail/issues/1139)
  • The profile (and redirect profile if exists) hasn't already been fixed upstream.
  • I have performed a short search for similar issues (to avoid opening a duplicate).
    • 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 78994, child pid 78997
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 79.57 ms
^C
Parent received signal 2, shutting down the child process...

Child received signal 2, shutting down the sandbox...
^C^C^C
Parent is shutting down, bye...

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

>> Comment is too long (maximum is 65536 characters)

Originally created by @ibahnasy on GitHub (Oct 3, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/5393 <!-- 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 crashes when sharing a file ### Steps to Reproduce _Steps to reproduce the behavior_ 1. Run in bash `LC_ALL=C firejail skypeforlinux` 2. Try to share any file in a chat. ### Expected behavior File should be sent to the buddy without any issues in the client. ### Actual behavior The whole Skype window freeze and must terminate it from the terminal. ### Behavior without a profile File sharing works fine but keyboard typing doesn't work. ### Additional context None. ### 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. --> - [ ] 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 78994, child pid 78997 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 79.57 ms ^C Parent received signal 2, shutting down the child process... Child received signal 2, shutting down the sandbox... ^C^C^C Parent is shutting down, bye... ``` </p> </details> <details> <summary>Output of <code>LC_ALL=C firejail --debug /path/to/program</code></summary> <p> ``` >> Comment is too long (maximum is 65536 characters) ``` </p> </details>
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#2981
No description provided.