You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is part of #575 to package the Electron desktop app as an Snap for Linux users.
About The Issue
Since snaps are stricly confined by default, each snap must ask an user to connect interfaces for the app to work. In case of DogeHouse, we just need the microphone interface.
However, users who didn't install the snap through the GUI (e.g. Ubuntu Store for Ubuntu, may varies on per distro basis) requires connecting these interfaces into the snap.
So what I'm saying is prompt the user to connect these interfaces in the command line on first launch OR we can ask Snap Store Support people in the forum to do auto-connect stuff for the app. However, how do we check if we have access to the mic, among other interfaces may require?
@ajmnz Currently, not yet because I have other business to do outside of open-source stuff (yes, remote schooling is chaos), but I'll mark this to contributors needed.
About The Issue
Since snaps are stricly confined by default, each snap must ask an user to connect interfaces for the app to work. In case of DogeHouse, we just need the
microphone
interface.However, users who didn't install the snap through the GUI (e.g. Ubuntu Store for Ubuntu, may varies on per distro basis) requires connecting these interfaces into the snap.
So what I'm saying is prompt the user to connect these interfaces in the command line on first launch OR we can ask Snap Store Support people in the forum to do auto-connect stuff for the app. However, how do we check if we have access to the mic, among other interfaces may require?
Additional Resources
From the docs
From the Snapcraft Forums
The text was updated successfully, but these errors were encountered: