AppCenter does not open

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 ~/gnome-software-gdb.txt

These two commands will produce two logfiles, namely “gnome-software-strace.txt” and “gnome-software-gdb.txt” in your Home Directory. Please upload them here.