Forum Replies Created
-
AuthorPosts
-
Silvan
KeymasterYou probably have the file
/etc/rpm/macros.lang, from the “livedvd” ISO, delete it.
Then you should reinstall all the recently updated packages which provide an Arabic translation.
The following command may be a good start:
sudo dnf reinstall *plasma*I’m removing this setting from the “livedvd” ISO to possibly resolve the problem for future installation.
Silvan
KeymasterHi,
thanks for the information provided. What is the output of:
rpm --eval %_install_langs?if it is not “all” but limited to a short list of languages it may be the culprit. This variable might be set in a file in the
/etc/rpm/folder.Silvan
KeymasterHi,
the current step of information gathering is what is the output of the two following console commands:localectl localeIf everything seems to be correctly set for ar_DZ.UTF-8 language (or any other ar_*.UTF-8 locale) the question is: you don’t see any translation in the console, admitted that you use it, or maybe just in the KDE Plasma desktop environment and most graphical applications? If the answer does not help then I will need to reproduce your installation and check for deeper problems since everything seems correctly set so far.
-
This reply was modified 2 days, 22 hours ago by
Silvan.
Silvan
KeymasterThanks for the information. Can you also post the output of:
locale -aand if
ar_DZ.UTF-8is in the output, see if issuing the following command fixes the problem:
sudo locale-genSilvan
KeymasterHi,
please let me understand the flow.
You started the live O.S. from the latest livecd or livedvd ISO? Then you run the calamares installer, selected Arabic language and installed. Then the system was in Arabic since first boot into the installed system? Next you updated the system and lost the Arabic language?
There are no relevant updates in the last days which might cause the problem of removing a configured language, unless what you report is instead a problem with Plasma desktop, which has been updated very recently.
What is the output of:grep -v "^#" /etc/locale.gen cat /etc/locale.confSystem locale is configured in
/etc/locale.genand compiled withsudo locale-genand this should have been done at installion time.This said, what exactly happened here is not clear, maybe I can reproduce it by repeating your installation flow but I first try to retrieve some more information as described above because the option of trying to reproduce it myself requires more time.
Silvan
KeymasterHi, it should be fixed now.
Silvan
KeymasterThe issue has been identified as caused by dolphin build order against baloo-widgets when updating the release of KDE Applications. The upcoming dolphin update shall fix this.
Thanks for reporting.Silvan
KeymasterI confirm that the kernel update with the fix (version
6.18.16-1mamba) is available for all users. Thelivecdsnapshot generated tonight also provides the fix.The
fastfetchpackage is now available in openmamba as well.Silvan
KeymasterHi, thank you for reporting the problem.
I have been wondering about this problem and now I have found that openmamba kernel has a wrong configuration which is limiting to 8 the maximum number of supported CPUs. A kernel update will be released tomorrow which fixes this limit, providing kernel support for up to 256 CPUs.
Silvan
KeymasterHi, I’ve received a report which seems related to the problem in this post.
The report shows a crash of a/usr/bin/kwalletmanager5process but unfortunately due todrkonqicrashing as well the coredump information for kwallemanager5 is missing.
In order to possibly find useful information on whykwalletmanager5is crashing I would suggest to provide the output of the following command:
coredumpctl dump /usr/bin/kwalletmanager5-
This reply was modified 3 months, 1 week ago by
Silvan.
Silvan
KeymasterHi,
this is a known problem with rpm unshare plugin failing in a container.
I suggest to use the same workaround which I applied in the openmamba-docker-buildvm project, i.e. before runningdnfinstall a file to the pathname/etc/rpm/macros.transaction_unsharewith this content:%__transaction_unshare %{nil}Silvan
KeymasterThe new received report is about a Intel Core 3 CPU based hardware. The log shows a series of crashed which would suggest investigation:
Nov 10 08:52:26 lptp drkonqi-coredump-processor[5184]: "/usr/bin/gpg-agent" 6821 "" Nov 10 08:52:26 lptp drkonqi-coredump-processor[5184]: "/usr/bin/gpg-agent" 6922 "" Nov 10 08:52:26 lptp drkonqi-coredump-processor[5184]: "/usr/bin/gpg-agent" 7134 "" Nov 10 08:52:26 lptp drkonqi-coredump-processor[5184]: "/usr/bin/kwalletmanager5" 9204 "/var/lib/systemd/coredump/core.kwalletmanager5.1000.2c0861e734744eaca96288c02f4e69c1.9204.1756379708000000.zst" Nov 10 08:52:26 lptp drkonqi-coredump-processor[5184]: "/usr/libexec64/drkonqi" 9252 "/var/lib/systemd/coredump/core.drkonqi.1000.2c0861e734744eaca96288c02f4e69c1.9252.1756379709000000.zst" Nov 10 08:52:26 lptp drkonqi-coredump-processor[5184]: "/usr/libexec64/drkonqi" 9251 "/var/lib/systemd/coredump/core.drkonqi.1000.2c0861e734744eaca96288c02f4e69c1.9251.1756379709000000.zst"A useful backtrace for these coredumps would be necessary. Unfortunately
– the packages installation log shows that the last package was updated on October 20, in order to try to install the needed debug packages they should be aligned with current repositories, so the system should be updated first
– drkonqi itself is crashing so no crash helper would be available on the desktopI suggest to update the system, try to install some debug package like:
sudo dnf install gnupg2-debug kwalletmanager-debug qt6-qtbase-debugreboot, reproduce the problem and generate a new report. By having the system up-do-date the more recent coredumps can be shared in order to try to obtain a useful stack trace.
The more useful would be the one related togpg-agentas is it probably the cause of the subsequentkwalletmanager5crash, but first it has to be confirmed that after the system upgrade it gets these same processes to crash.Silvan
KeymasterWhile the nvidia-470 installation may have a history of its own, I suppose the Ryzen PC is running with standard drivers and you are reporting the kwallet problem as present on both. By the way it seems you only sent reports of the nvidia-470 PC. A report from the Ryzen PC might be useful to try to make a diagnosis of the problem.
Silvan
KeymasterI’ve tried today’s
livecd, installed the system onVirtualBox, rebooted, logged in, runfirefoxand did not get anykde walletpassword request. I also tried logging in withplasma-x11and did not reproduce the problem either.November 6, 2025 at 11:02 am in reply to: Would it be possible to add Microsoft Edge stable to the repos? #29454Silvan
KeymasterAdditionaly,
codecan be installed by following the same instructions for RPM based distributions on this page . A Microsoft dnf repository is set and will provide the updates, this is the way Skype could be used until it was dismissed.sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null sudo dnf install codeYou may need to remove
visual-studio-code-binbefore to avoid conflicts.Edge is currently only distributed in .deb format so the above mechanism is not applicable.
-
This reply was modified 2 days, 22 hours ago by
-
AuthorPosts

