Currently it's not possible to run google-chrome under firejail using desktop icon. firejail binaries located in /usr/local/bin/: ls -la /usr/local/bin/google-chrome-stable lrwxrwxrwx 1 root root 17 Jan 1 21:17 /usr/local/bin/google-chrome-stable -> /usr/bin/firejail So /usr/local/bin/google-chrome-stable should be executed instead of /usr/bin/google-chrome-stable. Reproducible: Always Steps to Reproduce: 1. emerge google-chrome 2. 3. Actual Results: Exec=/usr/bin/google-chrome-stable %U Expected Results: Exec=google-chrome-stable %U
We just install the desktop files provided by Google. If you want to override them, you could copy them to /usr/local/share/applications and make whatever changes you desire.