Comment # 29 on bug 1222314 from Stefan Hundhammer
Created attachment 874192 [details]
Screenshot: One-Click-Installer starts installing packages; locales are broken.

From that point on, /var/lib/zypp/RequestedLocales only contains the comments:


>> balrog-tw-dev:~ # cat /var/lib/zypp/RequestedLocales 
>> # zypp::RequestedLocales generated Wed Apr 10 14:24:48 2024
>> ##
>> balrog-tw-dev:~ # ls -l /var/lib/zypp/RequestedLocales 
>> -rw-r--r-- 1 root root 63 Apr 10 14:24 /var/lib/zypp/RequestedLocales

Notice that the double hash character '##' should be between the first and the
last locale, i.e.

>> # zypp::RequestedLocales generated Wed Apr 10 14:19:34 2024
>> #
>> en_US
>> it_IT
>> de_DE
>> #

i.e. the newline is also missing.


You are receiving this mail because: