Search found 1129 matches

by laprjns
20. Oct 2025, 15:22
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

ibka wrote: 20. Oct 2025, 15:05 if i use:

Code: Select all

sudo env LANG=sv_SE.utf8 salix-update-manager
or

Code: Select all

sudo env LANG=da_DK.utf8 salix-update-manager
it is not working.
I tried both these command with and without sudo and they are working fine here.

Image
by laprjns
20. Oct 2025, 14:58
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Installed and quickly tested here. Working as describe, both from the menu and command line.
Thanks
by laprjns
17. Oct 2025, 11:23
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Changing line 622 in /usr/sbin/salix-update-manager to

Code: Select all

 if len_slapt == 0 and len_flat_new == 0:
fixed the problem. Now I get the "..no available update message".

Image
by laprjns
17. Oct 2025, 09:47
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Here you go. I have never used sudo or su to install a flatpak, but my user is in the wheel group.

rich[Downloads]$ sudo flatpak list --system
Password:
Name Application ID Version Branch
Bambu Studio com.bambulab.BambuStudio 2.3.0 Public Release stable
UltiMaker Cura com.ultimaker.cura 5.10.2 ...
by laprjns
16. Oct 2025, 18:54
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Running salix-update-manager on the command line throws the same error here.
rich[Downloads]$ salix-update-manager
Traceback (most recent call last):
File "/usr/sbin/salix-update-manager", line 622, in _on_updates_parsed
if len_slapt == 0 and len_flat == 0:
NameError: name 'len_flat' is not ...
by laprjns
16. Oct 2025, 13:55
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Note that all my flatpaks are installed for my user only, not system-wide.
rich[Downloads]$ sudo flatpak update
Password:
Looking for updates…

Nothing to do.

rich[Downloads]$ flatpak update
Looking for updates…

Nothing to do.
rich[Downloads]$

I then ran Salix-update-manager and got the same ...
by laprjns
16. Oct 2025, 10:08
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Running the new salix-upgrade-manager when there are no updates available results in the following.

https://8upload.com/image/68f0c2b26ee82/Screenshot_2025-10-16_05-53-54.png

Clicking on the Proceed button results in the following.

https://8upload.com/image/68f0c315a606b/Screenshot_2025-10-16 ...
by laprjns
15. Oct 2025, 14:58
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Got an update notification this morning. One flatpak app update and four runtime updates.
Image
by laprjns
14. Oct 2025, 13:01
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)

Yeah, all the updates were runtimes, I checked with flatpak update prior to running the new salix-update notifier.

ID Branch Op Remote Download
1. org.gnome.Platform.Locale 47 u flathub < 394.4 MB
2. org.gnome.Platform 47 u flathub < 400.6 MB
3. org.gnome.Platform.Locale 48 u flathub < 394.5 MB ...
by laprjns
14. Oct 2025, 12:00
Forum: Announcements
Topic: New salix-update-notifier, please test (and translate)
Replies: 37
Views: 7385

Re: New salix-update-notifier, please test (and translate)


...the major improvement is that now, it also includes support for flatpak. So, if you have any flatpaks installed, it will also check and prompt to update those too! It will also clean up any unused flatpak runtimes after all updates are done.
Yes!. I figured that it would be just a matter of ...