Page 1 of 1

Disable update notification switch / parameter on MacOS or OSX

Posted: 05 May 2022 07:53
by light_user76
On windows, you have the –no-qt-updates-notif parameter to launch vlc without checking for updates.
I'm searching on MacOS how to get the same result. I have a script to launch VNC from terminal and i have all the switches i need, except the one to disable the updates.
Even in the main config file (/Users/xxx/Library/Preferences/org.videolan.vlc/vlcrc i can't even find where the setting is written when you disable the updates in the menu using the VLC GUI.
anyone an idea?

Re: Disable update notification switch / parameter on MacOS or OSX

Posted: 06 May 2022 15:27
by unidan
Hi, I don't see any option to do that. Don't hesite to open a ticket for that, or ask on https://code.videolan.org/videolan/vlc/-/issues/20582.

Sparkle is used for autoupdates though, so you might be able to disable the autoupdates with the options there: https://sparkle-project.org/documentati ... omization/

Re: Disable update notification switch / parameter on MacOS or OSX

Posted: 06 May 2022 15:28
by unidan

Re: Disable update notification switch / parameter on MacOS or OSX

Posted: 06 May 2022 19:02
by fkuehne
You need to set

Code: Select all

SUEnableAutomaticChecks
in org.videolan.vlc.plist to false.