Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 767691 - www-client/google-chrome: reduce Exec path in google-chrome.desktop
Summary: www-client/google-chrome: reduce Exec path in google-chrome.desktop
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-27 20:13 UTC by Dmitriy Baranov
Modified: 2021-01-28 16:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitriy Baranov 2021-01-27 20:13:11 UTC
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
Comment 1 Mike Gilbert gentoo-dev 2021-01-28 00:40:06 UTC
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.