[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2022-12-16 Thread Olivier Tilloy
** Changed in: snapcraft (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1915712 Title: [snap] configure hook fails

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-03-02 Thread Sergio Schvezov
** Changed in: snapcraft Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1915712 Title: [snap] configure hook fails because the

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-03-01 Thread Sergio Schvezov
** Changed in: snapcraft Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1915712 Title: [snap] configure hook fails because the

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-25 Thread Sergio Schvezov
** Changed in: snapcraft Importance: Undecided => Medium ** Changed in: snapcraft Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: snapcraft Status: New => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-24 Thread Joel Linn
I'm sorry but I'm afraid I can't help any further. I needed the machine back in the office so I just removed the chromium-browser debs (as firefox is the destined browser anyways). The machine originally had 16.04 installed and had an upgrade to 18.04 done in 2018, maybe there was some legacy

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-24 Thread Olivier Tilloy
** Changed in: snapcraft (Ubuntu) Status: New => In Progress ** Changed in: snapcraft (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: snapcraft (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Olivier Tilloy
Tentative implementation: https://github.com/snapcore/snapcraft/pull/3437 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1915712 Title: [snap] configure hook fails because

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Olivier Tilloy
That makes sense, thanks Ian. I'm adding a snapcraft task to update the corresponding extension hooks to check for the connection before trying to use the content snap. ** Also affects: snapcraft (Ubuntu) Importance: Undecided Status: New ** Also affects: snapcraft Importance:

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Ian Johnson
I think also that this means we should always ask for `snap list --all` output when debugging these sorts of issues. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1915712

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Ian Johnson
I don't think we could/should warn because we don't know for sure which content slot should be used, just because the default-provider is disabled doesn't mean that the user isn't trying to use some other provider of the content interface. We could maybe expose some additional property on

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Olivier Tilloy
Interesting, thanks for this Stanislav. Ian, do you think snapd could/should warn the user when a snap requests connection to a content snap that is installed but disabled? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Stanislav Bocinec
So after further troubleshooting I found what was issue in my case - having `gnome-3-28-1804` snap installed, but disabled. After enabling it, `snap install chromium` now succeeds. For the reference adding list of the related installed snaps: ``` $ snap list |egrep '(gnome|core|chromium|gtk)'

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-16 Thread Stanislav Bocinec
I'm experiencing the same error on Ubuntu 20.04, that started to occur suddenly a few months ago (don't have the version numbers). Since then I was not able to update chromium, nor able to install it after remove & purge as it fails with the reported error: ``` # snap install chromium error:

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-15 Thread Olivier Tilloy
I'd recommend running what Ian suggested first, before attempting the reinstall that I suggested. This might give valuable information as to what the problem is. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-15 Thread Ian Johnson
Hi, @jl-o, on your system can you run in a terminal and share the output: journalctl --no-pager -u snapd snap changes for err in $(snap changes | grep Error | awk '{print $1}'); do snap tasks $err; done Thanks ** Changed in: snapd (Ubuntu) Status: New => Incomplete -- You received

[Desktop-packages] [Bug 1915712] Re: [snap] configure hook fails because the gnome-3-28-1804 platform snap isn't connected

2021-02-15 Thread Olivier Tilloy
I added a snapd task, in case there's a potential for race conditions regarding when configure hooks are run. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1915712 Title: