nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
928 stars 63 forks source link

Does not show up in Ubuntu 22.04 / VLC 3.0.18 #96

Closed victorkitov closed 1 year ago

victorkitov commented 1 year ago

Checklist

Environment

Describe the bug

After completing Debian installation steps (tried both through git and making of tarball) & restart of VLC (and ever restart of PC) no change in VLC interface - cannot find options to utilize the plug-in.

1) [Preferences]->[Show settings]->[All] 2) [Preferences]->[Control interfaces]: there is no option "Pause play on mouse click".

nurupo commented 1 year ago

default ubuntu snap-store install on 64bit system.

Is that a Snap VLC by any chance?

victorkitov commented 1 year ago

I suppose yes. It's installed to /snap/bin/vlc.

nurupo commented 1 year ago

See https://github.com/nurupo/vlc-pause-click-plugin#snap

victorkitov commented 1 year ago

I see, thank you. Then the issue is closed.

nurupo commented 1 year ago

I suggest using non-Snap VLC, e.g. from the package repository or Flathub - the plugin works with those.

victorkitov commented 1 year ago

After removing VLC from Ubuntu Software (snap installation) and reinstalling VLC using sudo apt install vlc the plugin works like charm. Thanks!

hoangngo-calvin commented 1 year ago

This question is so helpful. Thanks