I'm a super newbie to Linux and to command lines in general,
This massage appears on the next line, after I launch 'google-chrome' via Terminal:
[WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED
I realized it doesn't appear when I launch google chrome from desktop or the menu.
I could live with that, but I'm really excited about the terminal and want to use it as much as possible
Thanks in advanced,
Shalitovsky,
Warning appears after typing, "google-chrome" , In the terminal
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
-
- Level 1
- Posts: 4
- Joined: Tue Aug 23, 2016 2:59 am
-
- Level 18
- Posts: 8997
- Joined: Sun Aug 09, 2015 10:00 am
Re: Warning appears after typing, "google-chrome" , In the terminal
Please try
You can learn commands from
https://community.linuxmint.com/tutorial/view/778
https://community.linuxmint.com/tutorial/view/244
Code: Select all
chromium-browser
https://community.linuxmint.com/tutorial/view/778
https://community.linuxmint.com/tutorial/view/244
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help, and keeps the forum clean.
Regards,
Deepak
Mint 20.1 Cinnamon 64 bit with AMD A8/7410 / 8GB
Mint 20.1 Cinnamon AMD Ryzen3500U/8gb
Regards,
Deepak
Mint 20.1 Cinnamon 64 bit with AMD A8/7410 / 8GB
Mint 20.1 Cinnamon AMD Ryzen3500U/8gb
Re: Warning appears after typing, "google-chrome" , In the terminal
So, you're telling the OP to install another browser?deepakdeshp wrote:Please tryCode: Select all
chromium-browser
Installing Google Chromium fixes Chrome's issue?
New chrome profile ?
Last edited by Habitual on Tue Aug 23, 2016 12:20 pm, edited 1 time in total.
- eatenimpinia
- Level 3
- Posts: 146
- Joined: Thu Sep 10, 2015 9:29 pm
Re: Warning appears after typing, "google-chrome" , In the terminal
Can you tell us which version of Mint you're using? Also, how did you install Google Chrome and which version (stable, beta)?
https://www.google.com/intl/en/chrome/b ... index.html
https://www.google.com/intl/en/chrome/b ... index.html
-
- Level 1
- Posts: 4
- Joined: Tue Aug 23, 2016 2:59 am
Re: Warning appears after typing, "google-chrome" , In the terminal
deepakdeshp
Just moved to linux from windows,
Wanted to keep atleast 1 workspace I'm used to...
I'm more into solving the issue with google chrome...
For me as a beginner it looks really weird that a terminal produces an issues and gui doesnt...
But hey im just a noob.
Thanks for the commands tho...
habitual
Creating a new clean profile actually worked, No errors..
Until I logged in my google account and got all my tabs and bookmarks back,
I have a feeling it has something to do with my tabs that start on start-up,
Got 5 tabs opening every time I launch the browser, I wish I could somehow fix that
eatenimpinia
if thats what you meant.
and i installed google chrome by typing
so i guese stable version
Just moved to linux from windows,
Wanted to keep atleast 1 workspace I'm used to...
I'm more into solving the issue with google chrome...
For me as a beginner it looks really weird that a terminal produces an issues and gui doesnt...
But hey im just a noob.
Thanks for the commands tho...
habitual
Creating a new clean profile actually worked, No errors..
Until I logged in my google account and got all my tabs and bookmarks back,
I have a feeling it has something to do with my tabs that start on start-up,
Got 5 tabs opening every time I launch the browser, I wish I could somehow fix that

eatenimpinia
Code: Select all
inxi -S
System: Host: Vostro-2521 Kernel: 4.4.0-21-generic x86_64 (64 bit)
Desktop: Cinnamon 3.0.7 Distro: Linux Mint 18 Sarah
and i installed google chrome by typing
Code: Select all
sudo apt-get install google-chrome-stable
Re: Warning appears after typing, "google-chrome" , In the terminal
Messages are to be expected when you start GUI programs from command-line.shalitovsky wrote:habitual
Creating a new clean profile actually worked, No errors..
Until I logged in my google account and got all my tabs and bookmarks back,
I have a feeling it has something to do with my tabs that start on start-up,
Got 5 tabs opening every time I launch the browser, I wish I could somehow fix that
FATAL, CRITICAL, ERROR, WARNING, INFO and the Absolute Worst IMO is the <>
No Error and No Program.
Your starting with a new profile and the subsequent "actually worked" is proof that your profile needed cleaning out. Cruft. It happens.
Treating this browser as I would Firefox, or any other web-enabled product.
Usually, if the program runs but behaves poorly, it's time to check addons. Always addons first.
Start browser without any activated.
If that works, It's an addon.
If it don't.
Create a new browser profile (this usually "actually works" most of the time.)
Last step is new user of the system logs in and checks.
This step guarantees it is not the profile, or a wonky environment hiccup somewhere.
wrt: 4 tabs open
If you open Chrome and on a new tab run this, you should see the fix.
Code: Select all
chrome://settings/startup
Good Luck.
Last edited by Habitual on Wed Aug 24, 2016 11:19 am, edited 1 time in total.
- eatenimpinia
- Level 3
- Posts: 146
- Joined: Thu Sep 10, 2015 9:29 pm
Re: Warning appears after typing, "google-chrome" , In the terminal
I'll agree with Habitual. A way back, I had an extension loaded that, apparently, became obsolete. That caused problems merely starting up Chrome. I had to go through and disable them one by one until I found the culprit.
-
- Level 1
- Posts: 4
- Joined: Tue Aug 23, 2016 2:59 am
Re: Warning appears after typing, "google-chrome" , In the terminal
I see, trial and error.
Thanks for the help!
Thanks for the help!