The following lines were added (+) and removed (-):
=== Always on Top Not Working ===Not much to say here, if you choose "Always on top" in the toolbar -> view menu it doesn't seem to be effective in Xorg / Linux. There is a reason, related to desktop security. There is also a functional work around. Simply right-click on the vlc Title Bar as opposed to using the toolbar menu. When you right-click on the title bar you get the options: Minimize, Maximize, ... and so on, then below a spacer you can choose "Always on Top" and it will work for that specific VLC window, good enough!Warning: installing vlc snap (The latest vlc from within the snapcraft will not yield satisfactory results if you have any expectation of vlc behaving normally like any other software on your system. Snapcraft is a special jailed development environment. The snap vlc will be limited in how it can access your file system, and many features will not function correctly or at all. For example, I was not able to convert a video stream to a file using vlc snap.Warning: installing vlc snap (The latest vlc from within the [[snapcraft]] will not yield satisfactory results if you have any expectation of vlc behaving normally like any other software on your system. Snapcraft is a special jailed development environment. The snap vlc will be limited in how it can access your file system, and many features will not function correctly or at all. For example, I was not able to convert a video stream to a file using vlc snap.== Troubleshooting =====VLC fails to terminate after playing video===On a linux system after viewing video or whatever use and manually closing VLC via the graphical interface, the VLC process stays running in memory, linked to the last file in use, and will not terminate on its own. Although the graphical interface disappears, thus giving the impression it is closed, vlc is still showing up as a process in memory. Moreover, the next attempted use of VLC not realizing the process is already running results in no response.Known problem. User has to manually terminate vlc after each use. killall -s 9 vlcThe fix:The problem lies in the video output setting for VLC. * Tools -> Preferences -> Video -> OutputLook for the dropdown list labeled Output. The setting that fixes the problem for Linux Mint 20 seems to be "'''XVideo output (XCB)'''" and be sure to click SAVE.For other distributions users have reported that [https://askubuntu.com/questions/1250477/vlc-is-still-running-even-i-closed-it-already-how-to-i-close-it choosing OpenGL] is the solution. You may have to try different options. The "XVideo output (XCB)" option has been verified to resolve the problem on Mint 20 with AMD GPU. == Related ==* [[Multimedia Audio and Video in Linux]]* [[RIP and Transcode a DVD in Linux]]