VLC 3 looks "old"/"unstyled" after installation with snap.
Here is a screenshot
As you can see the buttons are kind of unstyled.
Asked
Active
Viewed 549 times
3

kozlone
- 159
- 1
- 1
- 10
1 Answers
2
To install the latest VLC :
Add repository :
sudo add-apt-repository ppa:jonathonf/vlc
Delete previous versions VLC :
sudo apt remove vlc vlc-nox
Update and install the latest VLC version :
sudo apt update && sudo apt install vlc
To install from snap, follow this link : How to install the vlc 3.0 snap in linux
snap install vlc
or from GNOME/Ubuntu Software? Native looking apps are packaged as debs. It is known bug. What is the output ofsnap list | grep vlc
? – N0rbert Feb 25 '18 at 15:09snap install vlc
. Here is the output you requested:vlc 3.0.0 158 videolan
– kozlone Feb 25 '18 at 15:15