Can someone please explain how to disable this quick preview feature?
Asked
Active
Viewed 600 times
1 Answers
1
Note that GNOME sushi is not pre-installed by default in any of the Ubuntu releases and it's available from the 'universe' repo.
To disable it, simply remove the gnome-sushi package by running the following command in Terminal:
sudo apt remove gnome-sushi
pomsky
- 70,797
gnome-core(as I mentioned in the answer it should not be pre-installed by default). In that case there is no clean way to remove sushi without removinggnome-coreas it depends on sushi. But then againgnome-coreis just a metapackage, for all intents and purposes removing it won't have any effect on the system. – pomsky Nov 24 '19 at 19:46