Closed
Description
Killing flutter-pi
prevents the app from working again, due to "permission denied" errors.
Steps to reproduce:
- I reboot my Pi (a 3B+).
- I ssh into it and run
flutter-pi --release .
in the relevant directory. - App runs fine.
- I run
killall flutter-pi
. - I run the app again.
- The app fails with
[modesetting] Could not commit atomic request. drmModeAtomicCommit: Permission denied
[compositor] Could not present frame. drmModeAtomicCommit: Permission denied
Admittedly this doesn't seem like a great way to stop the app, but I'm not sure what the right way to stop it so I can restart it is. :-)
Metadata
Metadata
Assignees
Labels
No labels