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
Launching lib/main.dart on Linux in debug mode...
/usr/bin/ld: warning: libhandy_flutter.so, needed by plugins/handy_window/libhandy_window_plugin.so, not found (try using -rpath or -rpath-link)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Building Linux application...
Exception: Build process failed
To Reproduce
flutter run # choose Linux native (option 1)
Fix / workaround
Move the built libhandy_flutter.so one level up: cp build/linux/x64/debug/plugins/handy_window/libhandy/libhandy_flutter.so build/linux/x64/debug/plugins/handy_window/
Additional information:
Device: laptop
OS and OS version: Debian Linux
Installed version of FluffyChat: github clone 2022-09-08 commit dcd009d5d0eac7b4c949b52d83b641e1d671deef
The text was updated successfully, but these errors were encountered:
Description
To Reproduce
flutter run # choose Linux native (option 1)
Fix / workaround
Move the built libhandy_flutter.so one level up:
cp build/linux/x64/debug/plugins/handy_window/libhandy/libhandy_flutter.so build/linux/x64/debug/plugins/handy_window/
Additional information:
The text was updated successfully, but these errors were encountered: