Activity log for bug #1671421

Date Who What changed Old value New value Message
2017-03-09 10:29:48 XiaoGuo, Liu bug added bug
2017-03-09 14:09:19 XiaoGuo, Liu description The problem is that my app keeps giving me the following error message: $ ubuntu-webapp You need to connect this snap to the ubuntu app platform snap. You can do this with those commands: snap install ubuntu-app-platform snap connect ubuntu-webapp:platform ubuntu-app-platform:platform Using "snapcraft interfaces" command, it shows that the platform interface is auto-connected after the app is installed and it does not need to have a manual connection. The ubuntu-app-platform package is also installed on the system I have a sample project using the platform interface for launching a website. My sample app is at: https://github.com/ubuntu/snap-tutorials-code/tree/master/webapp-ubuntu/final To produce the problem: 1) change the confinement from strict to devmode 2) build the application and run it 3) change the confinement from devmode to strict 4) build the application and run it You will be able to see the problem. The only solution is to use the following command: sudo /usr/lib/snapd/snap-discard-ns ubuntu-webapp to clear the namespace to get it working again. Thanks & best regards, XiaoGuo The problem is that my app keeps giving me the following error message: $ ubuntu-webapp You need to connect this snap to the ubuntu app platform snap. You can do this with those commands: snap install ubuntu-app-platform snap connect ubuntu-webapp:platform ubuntu-app-platform:platform Using "snapcraft interfaces" command, it shows that the platform interface is auto-connected after the app is installed and it does not need to have a manual connection. The ubuntu-app-platform package is also installed on the system I have a sample project using the platform interface for launching a website. My sample app is at: https://github.com/ubuntu/snap-tutorials-code/tree/master/webapp-ubuntu/final To produce the problem: 1) change the confinement from strict to devmode 2) build the application and run it 3) change the confinement from devmode to strict 4) build the application and run it You will be able to see the problem. The only solution is to use the following command: sudo /usr/lib/snapd/snap-discard-ns ubuntu-webapp to clear the namespace firstly, then followed by a re-installation. It starts to work. If I do not do a re-installation after clearing the namespace, I get a Segmentation fault like: ================================================= liuxg@liuxg:~/webapp-ubuntu$ ubuntu-webapp QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries. qml: Loading webview on /home/liuxg/snap/ubuntu-webapp/x3/.local/share/snap QQmlExpression: Expression file:///snap/ubuntu-webapp/x3/usr/share/webbrowser-app/webcontainer/WebApp.qml:288:25 depends on non-NOTIFYable properties: unity::action::qml::ActionManager::globalContext Segmentation fault (core dumped) ================================================= Thanks & best regards, XiaoGuo
2017-03-10 09:04:14 XiaoGuo, Liu description The problem is that my app keeps giving me the following error message: $ ubuntu-webapp You need to connect this snap to the ubuntu app platform snap. You can do this with those commands: snap install ubuntu-app-platform snap connect ubuntu-webapp:platform ubuntu-app-platform:platform Using "snapcraft interfaces" command, it shows that the platform interface is auto-connected after the app is installed and it does not need to have a manual connection. The ubuntu-app-platform package is also installed on the system I have a sample project using the platform interface for launching a website. My sample app is at: https://github.com/ubuntu/snap-tutorials-code/tree/master/webapp-ubuntu/final To produce the problem: 1) change the confinement from strict to devmode 2) build the application and run it 3) change the confinement from devmode to strict 4) build the application and run it You will be able to see the problem. The only solution is to use the following command: sudo /usr/lib/snapd/snap-discard-ns ubuntu-webapp to clear the namespace firstly, then followed by a re-installation. It starts to work. If I do not do a re-installation after clearing the namespace, I get a Segmentation fault like: ================================================= liuxg@liuxg:~/webapp-ubuntu$ ubuntu-webapp QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries. qml: Loading webview on /home/liuxg/snap/ubuntu-webapp/x3/.local/share/snap QQmlExpression: Expression file:///snap/ubuntu-webapp/x3/usr/share/webbrowser-app/webcontainer/WebApp.qml:288:25 depends on non-NOTIFYable properties: unity::action::qml::ActionManager::globalContext Segmentation fault (core dumped) ================================================= Thanks & best regards, XiaoGuo The problem is that my app keeps giving me the following error message: $ ubuntu-webapp You need to connect this snap to the ubuntu app platform snap. You can do this with those commands: snap install ubuntu-app-platform snap connect ubuntu-webapp:platform ubuntu-app-platform:platform Using "snapcraft interfaces" command, it shows that the platform interface is auto-connected after the app is installed and it does not need to have a manual connection. The ubuntu-app-platform package is also installed on the system I have a sample project using the platform interface for launching a website. My sample app is at: https://github.com/ubuntu/snap-tutorials-code/tree/master/webapp-ubuntu/final To produce the problem: 1) change the confinement from strict to devmode 2) build the application and run it 3) change the confinement from devmode to strict 4) build the application and run it You will be able to see the problem. The only solution is to use the following command: sudo /usr/lib/snapd/snap-discard-ns ubuntu-webapp to clear the namespace firstly, then followed by a re-installation. It starts to work correctly. If there is no re-installation, even the namespace has been cleared, the application still crashes If I do not do a re-installation after clearing the namespace, I get a Segmentation fault like: ================================================= liuxg@liuxg:~/webapp-ubuntu$ ubuntu-webapp QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries. qml: Loading webview on /home/liuxg/snap/ubuntu-webapp/x3/.local/share/snap QQmlExpression: Expression file:///snap/ubuntu-webapp/x3/usr/share/webbrowser-app/webcontainer/WebApp.qml:288:25 depends on non-NOTIFYable properties: unity::action::qml::ActionManager::globalContext Segmentation fault (core dumped) ================================================= Thanks & best regards, XiaoGuo
2017-05-30 14:43:32 Didier Roche-Tolomelli bug task added snapd
2017-05-30 14:44:05 Didier Roche-Tolomelli bug task added snapd (Ubuntu)
2017-05-30 14:44:39 Didier Roche-Tolomelli ubuntu-app-platform: status New Invalid
2017-05-30 14:45:57 Didier Roche-Tolomelli description The problem is that my app keeps giving me the following error message: $ ubuntu-webapp You need to connect this snap to the ubuntu app platform snap. You can do this with those commands: snap install ubuntu-app-platform snap connect ubuntu-webapp:platform ubuntu-app-platform:platform Using "snapcraft interfaces" command, it shows that the platform interface is auto-connected after the app is installed and it does not need to have a manual connection. The ubuntu-app-platform package is also installed on the system I have a sample project using the platform interface for launching a website. My sample app is at: https://github.com/ubuntu/snap-tutorials-code/tree/master/webapp-ubuntu/final To produce the problem: 1) change the confinement from strict to devmode 2) build the application and run it 3) change the confinement from devmode to strict 4) build the application and run it You will be able to see the problem. The only solution is to use the following command: sudo /usr/lib/snapd/snap-discard-ns ubuntu-webapp to clear the namespace firstly, then followed by a re-installation. It starts to work correctly. If there is no re-installation, even the namespace has been cleared, the application still crashes If I do not do a re-installation after clearing the namespace, I get a Segmentation fault like: ================================================= liuxg@liuxg:~/webapp-ubuntu$ ubuntu-webapp QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries. qml: Loading webview on /home/liuxg/snap/ubuntu-webapp/x3/.local/share/snap QQmlExpression: Expression file:///snap/ubuntu-webapp/x3/usr/share/webbrowser-app/webcontainer/WebApp.qml:288:25 depends on non-NOTIFYable properties: unity::action::qml::ActionManager::globalContext Segmentation fault (core dumped) ================================================= Thanks & best regards, XiaoGuo The problem is that my app keeps giving me the following error message: $ ubuntu-webapp You need to connect this snap to the ubuntu app platform snap. You can do this with those commands: snap install ubuntu-app-platform snap connect ubuntu-webapp:platform ubuntu-app-platform:platform Using "snap interfaces" command, it shows that the platform interface is auto-connected after the app is installed and it does not need to have a manual connection. The ubuntu-app-platform package is also installed on the system I have a sample project using the platform interface for launching a website. My sample app is at: https://github.com/ubuntu/snap-tutorials-code/tree/master/webapp-ubuntu/final To produce the problem: 1) change the confinement from strict to devmode 2) build the application and run it 3) change the confinement from devmode to strict 4) build the application and run it You will be able to see the problem. The only solution is to use the following command: sudo /usr/lib/snapd/snap-discard-ns ubuntu-webapp to clear the namespace firstly, then followed by a re-installation. It starts to work correctly. If there is no re-installation, even the namespace has been cleared, the application still crashes If I do not do a re-installation after clearing the namespace, I get a Segmentation fault like: ================================================= liuxg@liuxg:~/webapp-ubuntu$ ubuntu-webapp QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries. qml: Loading webview on /home/liuxg/snap/ubuntu-webapp/x3/.local/share/snap QQmlExpression: Expression file:///snap/ubuntu-webapp/x3/usr/share/webbrowser-app/webcontainer/WebApp.qml:288:25 depends on non-NOTIFYable properties: unity::action::qml::ActionManager::globalContext Segmentation fault (core dumped) ================================================= Thanks & best regards, XiaoGuo
2017-07-19 08:28:14 Launchpad Janitor snapd (Ubuntu): status New Confirmed
2017-07-19 08:31:52 fcole90 attachment added Screenshot from 2017-07-19 10-29-41.png https://bugs.launchpad.net/ubuntu-app-platform/+bug/1671421/+attachment/4917441/+files/Screenshot%20from%202017-07-19%2010-29-41.png
2017-07-19 08:35:09 fcole90 summary app keeps asking installing ubuntu-app-platform and connecting platform interface Snap apps keep asking installing ubuntu-app-platform and connecting platform interface
2017-07-19 09:35:35 fcole90 tags artful julyshakedown
2018-01-04 12:39:18 Michael Vogt snapd: status New In Progress
2018-01-04 12:39:21 Michael Vogt snapd: importance Undecided Medium
2018-01-04 12:39:31 Michael Vogt summary Snap apps keep asking installing ubuntu-app-platform and connecting platform interface Snap apps keep asking installing ubuntu-app-platform and connecting platform interface (stale mount namespace)
2018-01-30 09:59:38 Zygmunt Krynicki snapd: status In Progress Fix Committed
2018-01-30 09:59:42 Zygmunt Krynicki snapd (Ubuntu): status Confirmed Fix Committed
2018-11-23 11:34:28 Paweł Stołowski snapd: status Fix Committed Fix Released
2019-10-31 10:56:02 Maciej Borzecki snapd (Ubuntu): status Fix Committed Fix Released