Have a current issue with update file seems to have broken

ERROR Failed to deserialize an include section of /usr/share/ublue-os/topgrade.toml
ERROR failed to load configuration: TOML parse error at line 6, column 84
|
6 | disable = [“self_update”, “toolbx”, “containers”, “shell”, “waydroid”, 'git_repos"]
| ^
invalid literal string
“this is what i get”
would love help i went into the text file location and I never touched anything but had this issue after an update. any help would be appreciated.
here is the plain text.
[include]
paths = [“/etc/ublue-os/topgrade.toml”]

[misc]
no_self_update = true
disable = [“self_update”, “toolbx”, “containers”, “shell”, “waydroid”, 'git_repos"]
ignore_failures = [“distrobox”, “flatpak”, “brew_cask”, “brew_formula”, “nix”, “pip3”, “helm”, “home_manager”, “firmware”]
assume_yes = true
no_retry = false

[linux]
rpm_ostree = true

2 Likes

I have the same issue

Having the same issue after upgrading on 2024-07-30.

What I see is a single quote and double quote was mixed in an array in /usr/share/ublue-os/topgrade.toml

disable = [“self_update”, “toolbx”, “containers”, “shell”, “waydroid”, 'git_repos"]

I’d change it myself, but the file-system is read-only, so I can’t edit with sudo, and as far as I know, there is no root account on Bazzite (or there is, but I didn’t set a password for it).

Maybe it is possible to boot into a Live environment and change it there? Otherwise, just wait for an update to fix this.

1 Like

You’ll pick up the fix to this in an automated update, or do rpm-ostree update to explicitly upgrade the system to the latest image.

Edit: This seems like another issue, I’ve PRed this here: fix: topgrade typo by castrojo · Pull Request #1432 · ublue-os/bazzite · GitHub

2 Likes

Thanks guys another win for the team of Bazzite another problem fixed. Everyone has been such a huge help and it made me not have to reinstall Bazzite. I’m so glad I ditched Windows completely because your pretty much screwed looking for a fix when it comes to help on Windows. I’ve literally been on bazzite for almost a month and I’ve been distrohopping to find the perfect distro for me. All I got left is to put Vannilla os for my laptop for work. My gaming rig is always going to run Bazzite and I’m extremely content with this distro. Anyways blabbering a bit but yeah thanks for the help guys one of the most amazing communities so far in the linux community and I’m glad to be a user. As I said in previous posts I will continue to look for help when I need it to fix whatever breaks or has issues.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.