diff options
-rw-r--r-- | firstrun/password-en.html | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/firstrun/password-en.html b/firstrun/password-en.html index 39a7f07..a3cfc70 100644 --- a/firstrun/password-en.html +++ b/firstrun/password-en.html @@ -12,7 +12,7 @@ <p> Password storage via the Gnome keyring has been fixed, but for it to work, you have to rename your old - <tt>/home/{your-user-name}/snap/chromium/common/chromium/Default/Login Data</tt> + <tt>~/snap/chromium/common/chromium/Default/Login Data</tt> file so that a new, working one can replace it. </p> @@ -25,21 +25,17 @@ mv "Login Data" "Login Data.old"</code></pre> <p> - This way, in case something goes wrong (and please file a bug report if - so), you can always reverse the action: + This way, in case something goes wrong (and please file a bug report in + Launchpad if so), you can always reverse the action by renaming the file + back to <tt>Login Data</tt>. </p> - <pre><code>cd ~/snap/chromium/common/chromium/Default/ -cp "Login Data.old" "Login Data"</code></pre> - <hr> - <b> <p> + <b> Disable this message by creating the file + <tt>~/snap/chromium/common/chromium/Default/Login Data.old</tt></b>. </p> - - <pre><code>/home/{your-user-name}/snap/chromium/common/chromium/Default/Login Data.old</code></pre> - </b> </body> </html> |