mulaRahul/keyviz

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

  1. Go to keyviz folder
  2. Run with terminal
  3. Errors and black screen (and I see hotkeys, but at separate black "window".

Screenshots
If applicable, add screenshots to help explain your problem.
image
image
image

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)

`