|
Bugzilla – Full Text Bug Listing |
| Summary: | Language is not set in desktop environment after installation , except in Flatpaks | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Aeon | Reporter: | Alexandre Hen <alexandre> |
| Component: | Desktop Environment | Assignee: | Richard Brown <rbrown> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | alexandre |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Alexandre Hen
2024-05-01 11:19:28 UTC
The correct way for installing a locale on Aeon is `transactional-update run zypper aloc $LOCALE` where French would be fr_FR The current installer is utterly broken (This is one more example) which is why a new one for Aeon is under heavy development. The newly installed image will be locale free, but the above command will be easy for anyone to run (and far less problematic than your inr which probably broke even more..) Is this a valid workaround for you meanwhile? Hi Richard, Thank you for your answer. I went "back in the future" with snapper, I rolled back before having installed the recommended packages with : sudo tukit execute zypper inr Then, I rebooted and I could see that I had Gnome sets in English, as expected by rolling back. So, I typed as you indicate : sudo transactional-update run zypper aloc fr_FR [sudo] Mot de passe de alexandre : Checking for newer version. transactional-update 4.6.6 started Options: run zypper aloc fr_FR Separate /var detected. 2024-05-01 15:01:14 tukit 4.6.6 started 2024-05-01 15:01:14 Options: -c7 open 2024-05-01 15:01:15 Using snapshot 7 as base for new snapshot 8. 2024-05-01 15:01:15 /var/lib/overlay/7/etc 2024-05-01 15:01:15 Syncing /etc of previous snapshot 3 as base into new snapshot "/.snapshots/8/snapshot" 2024-05-01 15:01:15 SELinux is enabled. ID: 8 2024-05-01 15:01:15 Transaction completed. 2024-05-01 15:01:15 tukit 4.6.6 started 2024-05-01 15:01:15 Options: call 8 zypper aloc fr_FR 2024-05-01 15:01:16 Executing `zypper aloc fr_FR`: Refreshing service 'NVIDIA'. Refreshing service 'openSUSE'. Loading repository data... Reading installed packages... fr_FR is already requested. Resolving package dependencies... Nothing to do. 2024-05-01 15:01:17 Application returned with exit status 0. 2024-05-01 15:01:17 Transaction completed. 2024-05-01 15:01:17 tukit 4.6.6 started 2024-05-01 15:01:17 Options: close 8 2024-05-01 15:01:17 New default snapshot is #8 (/.snapshots/8/snapshot). 2024-05-01 15:01:17 Transaction completed. Please reboot your machine to activate the changes and avoid data loss. New default snapshot is #8 (/.snapshots/8/snapshot). transactional-update finished It seems that no packages were installed. I still have rebooted, but I see, as guessed, that *this command did not work for me* : the Gnome apps were still in English. Thank you again and have a nice day, Alexandre yeah, like I said, the current installer is broken - it sets the locale without installing any of the packages So, for you, the workaround would be `transactional-update run zypper rloc fr_FR` followed by `transactional-update --continue run zypper aloc fr_FR` the first command will remove the half-baked mess you got from the current installer, and the second command will be what everyone will have to do on regular Aeon going forward This is an autogenerated message for OBS integration: This bug (1223608) was mentioned in https://build.opensuse.org/request/show/1176548 Factory / gnome-branding-Aeon |