Home > Article > Operation and Maintenance > How to solve the problem that chrome cannot be opened under centos7
How to solve the problem that chrome cannot be opened under centos7?
1. Open /usr/share/applications
2. Right-click Google Chrome
, properties
3. Add in the command column -no-sandbox
The full text is:
/usr/bin/google-chrome-stable %U -no-sandbox
Related reference:centOS tutorial
The above is the detailed content of How to solve the problem that chrome cannot be opened under centos7. For more information, please follow other related articles on the PHP Chinese website!