MissingPlugin
Opened this issue · 0 comments
Describe the bug
A clear and concise description of what the bug is.
Version: v2.0.0-alpha2
To Reproduce
Steps to reproduce the behavior:
0. Install sudo apt-get install libayatana-appindicator3-dev
- Go to keyviz folder
- Run with terminal
- Errors and black screen (and I see hotkeys, but at separate black "window".
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- Linux Mint 22
Additional context
Add any other context about the problem here.
`ivanov@PC0CompRoom:~/Documents/keyviz_$ ./keyviz
flutter: registered mouse listener
flutter: keyboard listener registered
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method setIgnoreMouseEvents on channel window_manager)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332)
#1 WindowManager.setIgnoreMouseEvents (package:window_manager/src/window_manager.dart:699)
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method setHasShadow on channel window_manager)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332)
#1 WindowManager.setHasShadow (package:window_manager/src/window_manager.dart:667)
`