svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
966 stars 31 forks source link

Doesn't work with rofi version 1.6.1 #65

Closed reeseovine closed 3 years ago

reeseovine commented 3 years ago

When I run rofi -show calc -modi calc, rofi says "Mode calc is not found." It stopped working as soon as I upgraded rofi. I also tried rebuilding the newest version of rofi-calc and installing and get the same issue. I am happy to troubleshoot to figure out where things might be going wrong.

reeseovine commented 3 years ago

I think it might have something to do with the plugin path it installs to, because when I run rofi -plugin-path build/.libs -show calc -modi calc it works just fine.

svenstaro commented 3 years ago

I'm running it with rofi 1.6.1 just fine. Sounds like a system issue.

reeseovine commented 3 years ago

Oh, I was able to solve the issue by building rofi with meson/ninja rather than make. Sorry for the confusion.

svenstaro commented 3 years ago

Sweet to hear you fixed this. :)