广告

本站里的文章大部分经过自行整理与测试

2017年3月28日星期二

Linux - Google Chrome 忘记关闭



每次忘记关闭 Google Chrome, 重启后都会要求输入密码

虽然已在 Passwords & Keys 设置了空密码,

http://jasonmun.blogspot.my/2017/03/ubuntu-google-chrome.html

但只要一忘记, 问题又来了..

解决方法

1. 除了在 Passwords & Keys 设置空密码外..

2. 创建 shell 文件

$ su

$ gedit /etc/rc6.d/K99google-chrome

#! /bin/sh

pkill -o chrome

3. 权限设置

$ chmod 777 /etc/rc6.d/K99google-chrome

4. Google Chrome 设置

取消以下设置

Settings - System - Continue running background apps when Google Chrome is closed

5. 打开 Google Chrome, 然后故意不要关闭它,
直接 shutdown / reboot 看看

没有评论:

发表评论