[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-12-09 Thread TomaszChmielewski
*** This bug is a duplicate of bug 1849160 ***
https://bugs.launchpad.net/bugs/1849160

I'm normally using Kubuntu (Plasma session) and had this problem. I've
run "snap connect chromium:password-manager-service" and it helped.

However, if I log out, and choose the default Ubuntu (Gnome session) and
try to use Chromium, it's again without passwords, and re-running "snap
connect chromium:password-manager-service" does not help.

Please advise how to get the lost passwords back in that case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-22 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1849160 ***
https://bugs.launchpad.net/bugs/1849160

** This bug has been marked a duplicate of bug 1849160
   after deb->snap transition, chromium no longer sees local password store

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-19 Thread Walt Mankowski
I also had this problem. After running the command suggested above:

snap connect chromium:password-manager-service

it's now working again for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-18 Thread TomaszChmielewski
For me, it was:

# apt policy chromium-browser
chromium-browser:
  Installed: 77.0.3865.120-0ubuntu1~snap1
  Candidate: 77.0.3865.120-0ubuntu1~snap1
  Version table:
 *** 77.0.3865.120-0ubuntu1~snap1 500
500 http://jp.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
100 /var/lib/dpkg/status


# snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  -  


Running this fixed it:

# snap connect chromium:password-manager-service
Connect chromium:password-manager-service to core:password-manager-service  


  \


# snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  
:password-manager-service   manual

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-18 Thread Olivier Tilloy
The connection is persistent. Thanks for confirming that this now works
for you. I still need to look into why the connection wasn't made
automatically when updating the deb package.

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-18 Thread Alex N.
After i upgraded from 19.04 to 19.10, i faced the same problem, even
with syncing turned on for my account in Chromium.

Here is the output when the problem still existed:
$ snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  -  
 -

As suggested i executed the following and passwords/autofill for logins were 
working again:
$ snap connect chromium:password-manager-service

Here is the output after the problem was fixed:
$ snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  
:password-manager-service   manual

Does this password-manager-service connection persist or do we have to
reconnect it everytime?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-18 Thread Olivier Tilloy
Jesse, if you installed the snap manually then the password-manager-
service isn't connected, and you need to connect it for keyring
integration:

snap connect chromium:password-manager-service

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-18 Thread Jesse Glick
I hit this too. I have not yet switched from 18.04, but I decided to try
installing the snap as a preview, as https://ubuntu.com/blog/chromium-
in-ubuntu-deb-to-snap-transition suggests. No passwords were available,
making this basically useless, as I rely heavily on the Keyring
integration in Chromium.

~$ apt policy chromium-browser
chromium-browser:
  Installed: 76.0.3809.100-0ubuntu0.19.04.1
  Candidate: 76.0.3809.100-0ubuntu0.19.04.1
  Version table:
 *** 76.0.3809.100-0ubuntu0.19.04.1 500
500 http://us.archive.ubuntu.com/ubuntu disco-updates/universe amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu disco-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 73.0.3683.103-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu disco/universe amd64 Packages
~$ snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  -  
 -

I presume /var/log/apt/term.log and /var/log/apt/history.log are of no
great interest in my case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-17 Thread Olivier Tilloy
Can you please share the output of the following commands:

apt policy chromium-browser

snap connections chromium | grep password

And attach /var/log/apt/term.log and /var/log/apt/history.log ?

Thanks!

** Changed in: chromium-browser (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs