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 567 times
3
kozlone
- 159
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