interface 'platform' doesn't exist
See original GitHub issueelectron-builder version 11.2.6
64 bit and 32 bit Linux targets
I am building my snap with this configuration
...
"linux": {
"synopsis": "shortened...",
"category": "Audio",
"packageCategory": "GNOME;GTK;AudioVideo;Audio;Player",
"depends": [
"libappindicator1",
"libindicator7",
"libnotify4",
"notify-osd",
"wget",
"unzip",
"tar"
],
"target": [
"AppImage",
"deb",
"zip",
"snap"
]
}
},
"snap": {
"confinement": "devmode",
"grade": "stable"
}, ...
I had my package reviewed and it has an interface named ‘platform’ - where did this come from and how do I remove it because it’s automatically generated with electron-builder. Do I need to configure my snap differently or is this a bug?
Evan Dandrea evan.dandrea at canonical.com
Mon Jan 16 09:12:30 UTC 2017
Hi Matthew,
You've set your snap to use the 'platform' interface, but no such interface
exists. If you remove that line and 'unity8', then re-upload, it should
pass review.
Do you recall what you read that referenced a 'platform' interface? If
there's some outdated documentation out there, I'd like to get it fixed.
Let us know if you need any more help, and thanks for snapping Spotify!
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Error: The type or namespace name 'Interface' does not exist ...
I am developing an application using Xamarin and got stuck into this error. The error has been generated from my .
Read more >class which implements interface - "property does not exist on ...
The error shown is a legitimate error. The interface has not been actually implemented within the class. Please see the TypeScript interface ...
Read more >Error: interface wlo1 doesn't exist. How should I fix this? - Reddit
this probably means that you entered the wrong interface name during the installation. try running "ip a" in the terminal. (NOTE that if...
Read more >Interface mapping Object does not exist in runtime cache
I am getting the following error after importing IR into our test system (PI7. 0 SP10). You want to execute interface mapping Object...
Read more >Interface ethernet eth4: does not exist - VyOS forum
After removing IP addresses from the interface in order to use a different provider the interface does not exist anymore.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Workaround until fixed version is not published: https://github.com/electron-userland/electron-builder/issues/509#issuecomment-269079536
dist/linux-unpacked-snap
snapcraft snap
(current working directory must bedist/linux-unpacked-snap
).linux-unpacked-snap
is not deleted after build for this purpose.@Quacky2200 Is is not only Qt, but gconf/gtk/other weird stuff that is required to run electron apps (UI apps). Currently, usability is a nightmare.