Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
555 stars 55 forks source link

Install from source fails #177

Closed domi413 closed 1 month ago

domi413 commented 1 month ago

Description: I encountered an error while trying to build nautilus-open-any-terminal due to an invalid charset in the .po files.

Steps to Reproduce:

  1. Clone the repository: git clone https://github.com/your-repo/nautilus-open-any-terminal.git
  2. Navigate to the project directory: cd nautilus-open-any-terminal
  3. Run make to build the project.

Expected Behavior: The project should build successfully without errors.

Actual Behavior: The build process fails with the following error message:

make -C nautilus_open_any_terminal/locale
make[1]: Entering directory '/home/domi/Downloads/nautilus-open-any-terminal/nautilus_open_any_terminal/locale'
msgfmt -o de.mo de.po
msgfmt -o es.mo es.po
msgfmt -o fr.mo fr.po
msgfmt -o he.mo he.po
he.po: warning: Charset "CHARSET" is not a portable encoding name.
                Message conversion to user's charset might not work.
msgfmt: present charset "CHARSET" is not a portable encoding name
make[1]: *** [Makefile:12: he.mo] Error 1
make[1]: Leaving directory '/home/domi/Downloads/nautilus-open-any-terminal/nautilus_open_any_terminal/locale'
make: *** [Makefile:22: build] Error 2

Additional Details:

Logs and Screenshots: