LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-06-2019, 05:25 AM   #1
trailerparkpaul
LQ Newbie
 
Registered: Mar 2019
Posts: 4

Rep: Reputation: Disabled
Chrome browser on Linux Mint


Installed google-chrome-stable_current_amd64.deb
on laptop only starts if I delete home/paul/.config/google-chrome/
default/Web Data each time ,need more permanent fix
Laptop info
Paul-Satellite-L750 Kernel: 4.15.0-46-generic x86_64 (64 bit gcc: 5.4.0)

Desktop: Cinnamon 3.6.7 (Gtk 3.18.9-1ubuntu3.3)

Distro: Linux Mint 18.3 Sylvia
Machine: System: TOSHIBA product:
Satellite L750 v: PSK1WC-09C01S
Mobo: Intel model: N/A Bios:
INSYDE v: 2.40 date: 08/24/2011
CPU: Dual core Intel Core i5-2430M
(-HT-MCP-) cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4_1
sse4_2 ssse3 vmx) bmips: 9578
clock speeds: max: 3000 MHz 1: 830 MHz
2: 815 MHz 3: 1054 MHz
4: 891 MHz
Graphics: Card: Intel 2nd Generation
Core Processor Family Integrated Graphics Controller
bus-ID: 00:02.0
Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
Resolution: 1366x768@60.00hz
GLX Renderer: Mesa DRI Intel Sandybridge Mobile
GLX Version: 3.0 Mesa 18.0.5 Direct Rendering: Yes
Audio: Card Intel 6 Series/C200 Series Family High Definition Audio Controller
driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.15.0-46-generic
Network: Card-1: Realtek RTL8188CE 802.11b/g/n WiFi Adapter
driver: rtl8192ce port: 3000 bus-ID: 02:00.0
IF: wlp2s0 state: up mac: <filter>
Card-2: Qualcomm Atheros AR8152 v2.0 Fast Ethernet
driver: atl1c v: 1.0.1.1-NAPI port: 2000 bus-ID: 03:00.0
IF: enp3s0 state: down mac: <filter>
Drives: HDD Total Size: 320.1GB (10.3% used)
ID-1: /dev/sda model: WDC_WD3200LPVX size: 320.1GB
Partition: ID-1: / size: 292G used: 29G (11%) fs: ext4 dev: /dev/sda1
ID-2: swap-1 size: 2.09GB used: 0.00GB (0%) fs:
swap dev: /dev/sda5
RAID: No RAID devices: /proc/mdstat, md_mod kernel
module present
Sensors: System Temperatures: cpu: 48.0C mobo: N/A

Fan Speeds (in rpm): cpu: N/A
Info: Processes: 184 Uptime:
14:16 Memory: 583.9/7924.0MB
Init: systemd runlevel: 5 Gcc sys: 5.4.0

Client: Shell (bash 4.3.481) inxi: 2.2.35
 
Old 03-06-2019, 07:57 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Without deleting that directory, can you launch Chrome from the terminal using:

Code:
/usr/bin/google-chrome-stable
and paste the resultant terminal output here.
 
Old 03-06-2019, 10:16 AM   #3
trailerparkpaul
LQ Newbie
 
Registered: Mar 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
google-chrome

in terminal gives
Gkr-Message:secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
 
Old 03-06-2019, 10:28 AM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Do you have gnome-keyring installed?

Please cut and paste the output from the following:
Code:
dpkg -l "*gnome-keyring*"
within CODE tags if possible (see https://www.linuxquestions.org/quest...og.php?b=36313).
 
Old 03-06-2019, 06:16 PM   #5
trailerparkpaul
LQ Newbie
 
Registered: Mar 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
[QUOTE=hydrurga;5970838]Do you have gnome-keyring installed?

paul@paul-Satellite-L750 ~ $ dpkg -l "*gnome-keyring*"

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
|
|/ Name Version Architecture Description

+++-====================================-=======================-=======================-=============================================================================

rc gnome-keyring 3.18.3-0ubuntu2 amd64 GNOME keyring services (daemon and tools)

ii libgnome-keyring-common 3.12.0-1build1 all GNOME keyring services library - data files

ii libgnome-keyring0:amd64 3.12.0-1build1 amd64 GNOME keyring services library

ii libp11-kit-gnome-keyring:amd64 3.18.3-0ubuntu2.1 amd64 GNOME keyring module for the PKCS#11 module loading library

ii libpam-gnome-keyring:amd64 3.18.3-0ubuntu2.1 amd64 PAM module to unlock the GNOME keyring upon login
 
Old 03-06-2019, 06:26 PM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. Please run the following command:

Code:
sudo apt install gnome-keyring
Then try launching Chrome again.
 
1 members found this post helpful.
Old 03-06-2019, 08:42 PM   #7
trailerparkpaul
LQ Newbie
 
Registered: Mar 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks it worked
 
Old 03-06-2019, 11:51 PM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by trailerparkpaul View Post
Thanks it worked
No problem. If you want, you can mark this thread as "Solved" (see "Thread Tools" at the top of the thread).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 4 alternatives to the Chrome browser on Chrome OS LXer Syndicated Linux News 0 11-29-2016 10:07 PM
LXer: Install Google Chrome 32 browser in Linux Mint 16 LXer Syndicated Linux News 0 01-17-2014 12:42 AM
LXer: Chrome 9 is released! Top 5 features in the new chrome browser LXer Syndicated Linux News 0 02-05-2011 01:51 AM
LXer: As Goes Chrome OS, So Goes Google's Chrome Browser LXer Syndicated Linux News 4 10-09-2010 03:18 PM
LXer: First Glimpse at What the Chrome Browser May Look Like in Chrome OS LXer Syndicated Linux News 0 10-14-2009 04:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration