mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1612] Desktop integration does not work with Google Play Music desktop player profile #1080
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1080
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @semente on GitHub (Oct 23, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1612
I can run Google Play Music and listen to music just fine, but some features aren't working such as desktop keyboard shortcuts and GNOME Shell integration.
I'm running firejail version 0.9.50 on a Debian stable (stretch) machine.
Thanks!
PS: @figue do you have this issue?
@figue commented on GitHub (Oct 23, 2017):
Yes I have. Currently I'm launching GPMDP without firejail and Cinnamon desktop integration works just fine, but with firejail that integration is broken. I've tried debugging what's wrong, but I can't find the reason.
Here is a debug output:
https://gist.github.com/figue/f0eb8420309f6e2e6e93b281a510104b
firejail 0.9.50 running in Archlinux, community repository build.
Edit: I think it's something related with avahi (Bonjour), as it says here:
Edit2: Running gpmdp with --noprofile works just fine... But I can't find which profile setting is breaking desktop integration or what is missing into it.
@SkewedZeppelin commented on GitHub (Oct 23, 2017):
I doubt its anything to do with avahi, more likely MPRIS.
Can one of you comment out all the options (ignoring whitelist/blacklist/includes) and uncomment them one by one until it breaks?
@figue commented on GitHub (Oct 24, 2017):
Thanks @SpotComms I can confirm that the problem is "noexec /tmp".
https://github.com/netblue30/firejail/blob/master/etc/google-play-music-desktop-player.profile (line 38)
It seems that GPMDP generate some files in /tmp that need to execute. For example:
Could be safely disabled that option?
Thanks
@semente commented on GitHub (Oct 24, 2017):
Cool, thanks guys!