Can not open App Center

Answers I already followed:

AppCenter does not open

help

Delete that ref too, with: sudo ostree refs --delete eos-runtimes:runtime/com.endlessm.Platform/x86_64/eos3.2



3 июня

AppCenter does not open

help

This runtime isn’t used anymore in recent EOS, so you can remove it by: sudo ostree refs --delete eos-runtimes:runtime/com.endlessm.Platform/x86_64/eos3.1 Then, rerun the sudo ostree fsck --all command and list any output which could point to another issue.



14 мая

AppCenter does not open

help

Can you please open a Terminal and run: sudo ostree fsck --all When this has finished, please run: killall gnome-software gnome-software Does it still crash?



7 мая

AppCenter does not open

help

Seems that for some reason App Center immediatly crashes after it’s started up … For analysis we need to dig deeper. Please run the following two commands: strace 2>&1 /usr/bin/gnome-software | tee ~/gnome-software-strace.txt and gdb --eval-command=run --batch /usr/bin/gnome-software 2>&1 | tee ~…



6 мая

AppCenter does not open

help

Can you please open a Terminal and enter the following command: killall -9 gnome-software; gnome-software --verbose 2>&1 | tee ~/gnome-software.txt This will first kill eventually running App Center instances and then try to run it with verbose output of what is currently happening. Can you then p…