ubuntu / handy_window.dart

Provides modern-looking Handy windows with rounded bottom corners for Flutter applications on Linux
https://pub.dev/packages/handy_window
Mozilla Public License 2.0
26 stars 7 forks source link

`fatal error: 'fribidi.h' file not found` #51

Closed Henry-Hiles closed 2 months ago

Henry-Hiles commented 2 months ago

I'm getting this error when trying to build my flutter app: /home/quadradical/Documents/Code/quados/settings/linux/flutter/ephemeral/.plugin_symlinks/handy_window/linux/libhandy/src/src/hdy-bidi.c:29:10: fatal error: 'fribidi.h' file not found

I tried using a nix shell of fribidi but it didn't work. Any help would be appreciated, thanks!

Henry-Hiles commented 2 months ago

I think this would also be fixed if #34 was implemented.

Feichtmeier commented 2 months ago

I'm getting this error when trying to build my flutter app: /home/quadradical/Documents/Code/quados/settings/linux/flutter/ephemeral/.plugin_symlinks/handy_window/linux/libhandy/src/src/hdy-bidi.c:29:10: fatal error: 'fribidi.h' file not found

I tried using a nix shell of fribidi but it didn't work. Any help would be appreciated, thanks!

could you link to your app if it is open source? then I can check what eventrually went wrong

Henry-Hiles commented 2 months ago

I'm getting this error when trying to build my flutter app: /home/quadradical/Documents/Code/quados/settings/linux/flutter/ephemeral/.plugin_symlinks/handy_window/linux/libhandy/src/src/hdy-bidi.c:29:10: fatal error: 'fribidi.h' file not found I tried using a nix shell of fribidi but it didn't work. Any help would be appreciated, thanks!

could you link to your app if it is open source? then I can check what eventrually went wrong

I believe it's actually related to nix. I removed handy for now, I'll send the app repo when I re-add it later.

Henry-Hiles commented 2 months ago

Don't worry, i didn't install it properly with nix, thx.