Issues with updates - I am not able to update anything

Open gedit, then paste it there and save it to a file. Gedit is the Text Editor.

Hi Egrath,

Thank you for the reply. Unfortunately, I am not able to open gedit. There is a name in applications, and it gives me an option to open it in app center, but app center is showing notification “sorry, there are no details for that application”. Before I had the same issue with Terminal application.

Please disregard above message. I managed to open gedit. File is saved.
This is the output after executing commands:
irena@endless:~$ chmod +x ~/check.sh
irena@endless:~$ ~/check.sh
NOT FOUND: org.gnome.Solitaire/x86_64/eos3
irena@endless:~$

OK this helps, please uninstall Solitaire with:

flatpak uninstall -y org.gnome.Solitaire/x86_64/eos3

Now reboot your computer and check if you can update your system.

irena@endless:~$ flatpak uninstall -y org.gnome.Solitaire/x86_64/eos3

    ID                         Branch       Op
  1. [-] org.gnome.Solitaire eos3 r

Uninstall complete.
irena@endless:~$

Hi Egrath,

As you can see, I uninstalled Solitaire. I restarted my laptop as well. The app center is still shoving the same notification “remote” gnome not found, no plugin to get-updates.

Hi Egrath,

Do you have any other scripts to try? I didn’t realize that this can be such a major issue.

Hi Egrath

I hope you are ok. Do you have anything else I could try. Still no updates.

Regards,
Irena

Hi Irina,
sorry to tell you that i don’t know what else to try on your installation to get updates. There are some rare occasions when things like these occur and they are really hard to diagnose and fix. Personally, i would recommend you to wait if the problem fixes itself (yes this can happen) and if not, do a backup of your personal data and reinstall Endless OS.
Yours, Egon

@Irena_Ribic can you try following these steps:

  1. Open a Terminal window
  2. Execute this command:
wget -O eos-update-flatpak-repos https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079/eos-update-flatpak-repos 
  1. Execute this command:
chmod +x eos-update-flatpak-repos
  1. Execute this command:
pkexec ./eos-update-flatpak-repos
  1. Enter your password, wait for the $ prompt to return, then reboot, using the menu in the bottom right, or with this command:
reboot

Hi @mwleeds

Thank you for the message. I executed all commands and this is what I got:
irena@endless:~$ wget -O eos-update-flatpak-repos https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079/eos-update-flatpak-repos
–2020-11-11 04:11:08-- https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079/eos-update-flatpak-repos
Resolving raw.githubusercontent.com (raw.githubusercontent.com)…
199.232.40.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.232.40.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 62085 (61K) [text/plain]
Saving to: ‘eos-update-flatpak-repos’

eos-update-flatpak- 100%[===================>] 60.63K 318KB/s in 0.2s

2020-11-11 04:11:09 (318 KB/s) - ‘eos-update-flatpak-repos’ saved [62085/62085]

irena@endless:~$
irena@endless:~$ chmod +x eos-update-flatpak-repos
irena@endless:~$ pkexec ./eos-update-flatpak-repos
Error executing ./eos-update-flatpak-repos: No such file or directory
irena@endless:~$

I will reboot now as well

It still gives me the same notification "Sorry, something went wrong, remote “Gnome” not found.

There’s a issue with step (4) from the commands @mwleeds provided. Please run this one instead:

pkexec ${HOME}/eos-update-flatpak-repos

Then, reboot.

@egrath

I just executed your command…here are results:

 irena@endless:~$ wget -O eos-update-flatpak-repos https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079/eos-update-flatpak-repos 
--2020-11-11 11:54:52--  https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079/eos-update-flatpak-repos
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.232.40.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.232.40.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62085 (61K) [text/plain]
Saving to: ‘eos-update-flatpak-repos’

eos-update-flatpak- 100%[===================>]  60.63K   330KB/s    in 0.2s    

2020-11-11 11:54:53 (330 KB/s) - ‘eos-update-flatpak-repos’ saved [62085/62085]

irena@endless:~$ chmod +x eos-update-flatpak-repos
irena@endless:~$ pkexec ${HOME}/eos-update-flatpak-repos

(process:3340): flatpak-WARNING **: 11:55:52.750: Ignoring duplicate content rating

(process:3340): flatpak-WARNING **: 11:55:52.817: Ignoring duplicate content rating
INFO:root:Found gnome:runtime/org.gnome.Platform/x86_64/3.28 to migrate to flathub:runtime/org.gnome.Platform/x86_64/3.28
ERROR:root:Failure applying migration to org.gnome.Platform
Traceback (most recent call last):
  File "/sysroot/home/irena/eos-update-flatpak-repos", line 1698, in _migrate_installed_flatpaks
    migrate_extra = is_extra_data(repo, ostree_refs[old_ostree_ref])
KeyError: 'gnome:runtime/org.gnome.Platform/x86_64/3.28'
irena@endless:~$

eos-update-flatpak-repos1.txt (60.6 KB)

There is no change after rebooting

Hi,

Could you follow these steps:

  1. Open Terminal
  2. Execute:
wget -O eos-update-flatpak-repos https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079-follow-up/eos-update-flatpak-repos

Execute:

chmod +x eos-update-flatpak-repos

Execute:

pkexec ${HOME}/eos-update-flatpak-repos
  1. Enter your password, wait for the command to complete, post the output here, and reboot.
1 Like

@Irena_Ribic
Even if the commands @mwleeds posted look like his previous ones, he updated the file in question, so it’s different from the commands you entered previously.

Hi,

I just executed the commands - results are:

irena@endless:~$ wget -O eos-update-flatpak-repos https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079-follow-up/eos-update-flatpak-repos
–2020-11-13 12:45:42-- https://raw.githubusercontent.com/endlessm/eos-boot-helper/T31079-follow-up/eos-update-flatpak-repos
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 199.232.40.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.232.40.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 62322 (61K) [text/plain]
Saving to: ‘eos-update-flatpak-repos’

eos-update-flatpak- 100%[===================>] 60.86K --.-KB/s in 0.07s

2020-11-13 12:45:43 (876 KB/s) - ‘eos-update-flatpak-repos’ saved [62322/62322]

irena@endless:~$ chmod +x eos-update-flatpak-repos
irena@endless:~$ pkexec ${HOME}/eos-update-flatpak-repos

(process:15822): flatpak-WARNING **: 12:46:16.825: Ignoring duplicate content rating

(process:15822): flatpak-WARNING **: 12:46:16.897: Ignoring duplicate content rating
INFO:root:Found gnome:runtime/org.gnome.Platform/x86_64/3.28 to migrate to flathub:runtime/org.gnome.Platform/x86_64/3.28
INFO:root:Writing new deploy file for /var/lib/flatpak/runtime/org.gnome.Platform/x86_64/3.28/919a927d133a22c4e35c690c35fe48bf4970694af8d8ff0641f3f56d75b6f911/deploy, setting [0] to: ‘flathub’
irena@endless:~$

I am rebooting now

Hi @mwleeds and @egrath,

It seems that this finally worked. The app center is showing 65 updates, just installing them. No more notification that remote gnome can’t be found. It will take some time… I will let you know if something goes wrong, but for now it is solved.

Thank you very much for the time and help :slight_smile:

Regards,
Irena

1 Like

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