Re: New salix-update-notifier, please test (and translate)
Posted: 24. Oct 2025, 15:47
ibka, can you point me where exactly it is not translated? I'm running it here with LANG=sv_SE.utf8 and everything seems to be translated.
Linux for the Lazy Slacker
https://forum.salixos.org/


Code: Select all
$ sudo salix-update-manager
DEBUG: Reading Package Lists...Done
DEBUG: The following packages have been EXCLUDED:
DEBUG: glibc glibc-i18n glibc-zoneinfo icewm idesk salix-update-notifier xfe yad
DEBUG: zzz-settings
DEBUG: The following packages will be upgraded:
DEBUG: pcre2
DEBUG: 1 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 9 not upgraded.
DEBUG: Need to get 1.2MB of archives.
DEBUG: 1/1 Get http://www.mirrorservice.org/sites/download.salixos.org/x86_64/slackware-15.0/ pcre2 10.47-x86_64-1 [1.2MB]...Done
DEBUG:
DEBUG: Done
DEBUG: Reading Package Lists...Done
DEBUG: The following packages have been EXCLUDED:
DEBUG: glibc glibc-i18n glibc-zoneinfo icewm idesk salix-update-notifier xfe yad
DEBUG: zzz-settings
DEBUG: The following packages will be upgraded:
DEBUG: pcre2
DEBUG: 1 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 9 not upgraded.
DEBUG: Need to get 2.0kB/1.2MB of archives.
DEBUG: After unpacking 816.0kB of additional disk space will be used.
DEBUG:
DEBUG: Preparing to replace pcre2-10.39-x86_64-1 with pcre2-10.47-x86_64-1
DEBUG: Upgrading package pcre2-10.39-x86_64-1 -> pcre2-10.47-x86_64-1...
DEBUG: | pcre2 (Perl-compatible regular expression library v2)
DEBUG: |
DEBUG: | PCRE2 is a re-working of the original PCRE library to provide a
DEBUG: | new and improved API.
DEBUG: |
DEBUG: | Homepage: http://www.pcre.org/
DEBUG: |
DEBUG: |
DEBUG: |
DEBUG: |
DEBUG: |
DEBUG: |
DEBUG: |
DEBUG: Done
Code: Select all
print("DEBUG:", line)Code: Select all
salix-update-manager
/usr/bin/flatpak: error while loading shared libraries: libxmlb.so.2: cannot open shared object file: No such file or directory
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/bin/salix-update-manager", line 691, in _populate_updates_list
flatpak_upgrades = _get_flatpak_upgrades()
File "/usr/bin/salix-update-manager", line 196, in _get_flatpak_upgrades
installed_flatpaks = _get_installed_flatpaks()
File "/usr/bin/salix-update-manager", line 115, in _get_installed_flatpaks
output = subprocess.check_output(command, env=new_env).decode("utf-8")
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/flatpak', 'list', '--user', '--all', '--columns=application,branch,version']' returned non-zero exit status 127.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "/usr/bin/salix-update-manager", line 705, in _populate_updates_list
label_text = label_text + '\n\n' + e
TypeError: can only concatenate str (not "CalledProcessError") to str