Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
602 stars 63 forks source link

Make file does not work, Pop!_OS jammy 22.04 x86_64 #197

Closed T-Blitz closed 1 month ago

T-Blitz commented 1 month ago

make -C nautilus_open_any_terminal/locale make[1]: Entering directory '/home/myname/GitClone/nautilus-open-any-terminal/nautilus_open_any_terminal/locale' msgfmt -o cs.mo cs.po make[1]: msgfmt: No such file or directory make[1]: [Makefile:12: cs.mo] Error 127 make[1]: Leaving directory '/home/myname/GitClone/nautilus-open-any-terminal/nautilus_open_any_terminal/locale' make: [Makefile:22: build] Error 2

T-Blitz commented 1 month ago

Found the "nautilus-extension-any-terminal_0.6.0-1_all.deb" file in releases now. That one works like a charm with no problem.

Stunkymonkey commented 1 month ago

so i guess e can close the issue?

lvxnull2 commented 1 month ago

You got this error because you didn't have gettext installed. It should be noted in the README.

T-Blitz commented 1 month ago

You got this error because you didn't have gettext installed. It should be noted in the README.

I see, thank you. Also saw that it was fixed in master already 👍