avahi-browser, compiled by net-dns/avahi-0.8-r4, has problem in path of localization files Reproducible: Always Steps to Reproduce: 1. Run "LANG=ru avahi-browse -arv" 2. Get only English messagges Actual Results: avahi-browser return messages only in english language. Expected Results: avahi-browser mus return messages in current environment language. ## Where avahi-browse find localized messages: strace avahi-browse openat(AT_FDCWD, "/usr//locale/ru_UA.UTF-8/LC_MESSAGES/avahi.mo", O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) openat(AT_FDCWD, "/usr//locale/ru_UA.utf8/LC_MESSAGES/avahi.mo", O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) openat(AT_FDCWD, "/usr//locale/ru_UA/LC_MESSAGES/avahi.mo", O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) openat(AT_FDCWD, "/usr//locale/ru.UTF-8/LC_MESSAGES/avahi.mo", O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) openat(AT_FDCWD, "/usr//locale/ru.utf8/LC_MESSAGES/avahi.mo", O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) openat(AT_FDCWD, "/usr//locale/ru/LC_MESSAGES/avahi.mo", O_RDONLY) = -1 ENOENT (Нет такого файла или каталога) ## Where localized messages really palced: equery f avahi | grep locale /usr/share/locale /usr/share/locale/ru /usr/share/locale/ru/LC_MESSAGES /usr/share/locale/ru/LC_MESSAGES/avahi.mo /usr/share/locale/uk /usr/share/locale/uk/LC_MESSAGES /usr/share/locale/uk/LC_MESSAGES/avahi.mo
Created attachment 725458 [details, diff] Patch for avahi-0.8-r4.ebuild Patch set correct path in compiled executables