svenstaro / rofi-calc

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

Spawning child failed: Failed to execute child process “qalc” #103

Closed jabedzaman closed 1 year ago

jabedzaman commented 1 year ago

I m on arch btw... confused how to solve

➜  ~ rofi -show calc -modi calc -no-show-match -no-sort
Fontconfig error: "/etc/fonts/local.conf", line 1: XML declaration not well-formed

** (process:8654): ERROR **: 12:15:26.669: Spawning child failed: Failed to execute child process “qalc” (No such file or directory)
[1]    8654 trace trap (core dumped)  rofi -show calc -modi calc -no-show-match -no-sort
svenstaro commented 1 year ago

What happens when you manually call qalc?

jabedzaman commented 1 year ago

I already have that installed

➜  ~ qalc
> 1 + 1

  1 + 1 = 2

> 
svenstaro commented 1 year ago

Show the output of which rofi and which qalc.

jabedzaman commented 1 year ago
➜  ~ which rofi
/usr/bin/rofi
➜  ~ which qalc
/usr/bin/qalc
➜  ~ 
svenstaro commented 1 year ago

Alright well I got no idea then. It seems totally fine.