Lachu
1
Hi.
How to change OpenSUSE-Welcome language screen? I remember I use Polish locales.
I do
strace -e access opensuse-welcome 2>&1 | grep -i $HOME
And got:
...
access("/home/slawomir/.config/klanguageoverridesrc", F_OK) = 0
access("/home/slawomir/.config/opensuse-welcomerc", F_OK) = -1 ENOENT (No such file or directory)
...
I cannot find documentation of opensuse-welcomerc.
I perform also:
strace -e access opensuse-welcome 2>&1 | egrep -i $HOME\|/etc
But without any important info.
Lachu
2
I downloaded sources from here: https://github.com/openSUSE/openSUSE-welcome/archive/refs/tags/v0.1.9.zip and do not see welcomrc C-string. I also see html code and I do not known, how it is translated.
But, I still remember I saw this app in Polish.
Lachu
3
Solved. I installed opensuse-welcome-lang. I do not known, why this package was not installed by default.
opensuse-welcome-lang
is recommended by the opensuse-welcome
. How exactly did you install Tumbleweed? Did you disable recommends?
Lachu
5
I do not remember. But I do not remember I change default packages to install. And this problem was on two computers.
system
Closed
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.