See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chrome asks for password/keyring every time
#13
I am uploading a simple script that should start either chromium or google chrome when ran. If you have both installed it will open both though so you might want to adjust the script. Save the file. right click on it and go to permissions and make sure the check to make executable is checked. Move the file to wherever you want and point the right click on your browser icon you normally use and go to properties and point the command to this script. You can check to make sure this script works by opening a terminal in the folder you have this saved and typing:
Code:
./Browser_Start
This is what the code looks like:
Code:
#!/bin/bash

google-chrome --password-store=basic %U

chromium-browser --password-store=basic %U

Just rename the file by taking the .txt extension off of it.

Hopefully this makes things easier if you want to try.


Attached Files
.txt   Browser_Start.txt (Size: 102 bytes / Downloads: 549)
Reply


Messages In This Thread
Re: Chrome asks for password/keyring every time - by penglezos - 05-11-2017, 11:49 AM
Re: Chrome asks for password/keyring every time - by supergamer - 05-19-2017, 10:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)