Ubuntu software center does not show screenshot previews after fresh install of 17.04

excuse the two questions in such a short time. I installed the latest ubuntu version (no upgrade, full installation) and since that the screenshots for apps on the app store don't show up. Any help is appreciated. (The screenshots showed fine in the previous version of ubuntu)

1 Answer

First, try the following commands and see if the problem is fixed:

sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade

Launch the Software Center and check, if the problem still persists:

sudo dpkg --configure -a
sudo apt-get install -f 

This should solve the problem.

If it still doesn't fix the problem, the following should solve the problem:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove gnome-software
sudo apt-get install gnome-software
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like