svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
988 stars 32 forks source link

Cannot start app #119

Closed BbIXOD closed 6 months ago

BbIXOD commented 6 months ago

When I type rofi -show calc -modi calc i get

(process:33473): Rofi-WARNING **: 23:40:11.460: ABI version of plugin: 'calc.so' does not match: 00000006 expecting: 00000007

(process:33473): View-WARNING **: 23:40:11.481: DPI auto-detect failed, the output is not known yet or does not provide a physical size

and then error that rofi doesn't know about calc.

svenstaro commented 6 months ago

Are you sure you built rofi-calc against the right version of rofi? I think you'll have to rebuild it with every update.

BbIXOD commented 6 months ago

Found what causes problem: https://github.com/NixOS/nixpkgs/issues/298539. (But I am not on nix os so not sure what to do... Maybe just wait till next release)

FabricioLopees commented 6 months ago

Try installing manually

https://github.com/svenstaro/rofi-calc/wiki/Installing-libqalculate-from-source

svenstaro commented 6 months ago

At any rate, this is a distribution problem and not really anything I can do anything with from the source side.