Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI doesn't start if network manager not found #50

Open
benfrancis opened this issue Jul 9, 2020 · 2 comments
Open

UI doesn't start if network manager not found #50

benfrancis opened this issue Jul 9, 2020 · 2 comments
Labels
Milestone

Comments

@benfrancis
Copy link
Member

STR:

  • Install krellian-kiosk snap on Ubuntu Core without network-manager snap installed
  • Start krellian-kiosk snap

Expected:

  • UI starts even though network management functions not available

Actual:

  • UI gets stuck on a white screen
@benfrancis benfrancis added the bug label Jul 9, 2020
@benfrancis benfrancis added this to the 0.1 milestone Jul 9, 2020
@benfrancis
Copy link
Member Author

Note: Can catch uncaught exceptions in Electron/Node.js to prevent the gtkDialog from showing, but it doesn't prevent the process from exiting.

process.on("uncaughtException", (error) => {
   console.error(error);
});

@benfrancis
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant