texstudio icon indicating copy to clipboard operation
texstudio copied to clipboard

Cannot change language for user interface on Haiku

Open Begasus opened this issue 9 months ago • 2 comments

Environment

  • TeXstudio: 4.8.6
  • Qt: Using Qt Version 6.8.2, compiled with Qt 6.8.2 R (users still running builds from Qt 6.7.2)
  • OS: Haiku R1B5 (nightly also)
  • TeX distribution: texlive 2025

Expected behavior

Gettiing a list of installed languages when selecting this in Preferences/general

Actual behavior

Only option is "default" or "en (English)"

Image

How to reproduce

Install the package provided by our package manager on Haiku.

Begasus avatar Mar 19 '25 14:03 Begasus

For the record, language files are installed to CMAKE_INSTALL_DATADIR/texstudio

Image

Begasus avatar Mar 19 '25 14:03 Begasus

Despite the added search path the translations still don't show up in 4.8.9 (on that note, I don't see the templates in the UI also), the dictionaries/translations/templates are all installed in ${CMAKE_INSTALL_DATADIR}/texstudio, so they "should" be available?

For the record, most translations for Qt end up (for other projects) in ${CMAKE_INSTALL_DATADIR}/Qt6/translations (moving, changing path for them doesn't change anything).

Begasus avatar Sep 19 '25 10:09 Begasus