Avoiding patches vs disabling update-notifications

This refers to the sublime-text-nightly AUR package. It is my understanding that we should disable update notifications, since they mean little to the end users as they have to wait for the packager to update the software anyway.
In this case the software is supplied as a precompiled tarball which will automatically, when started, call home and check for updates. This can be disabled in a system-wide or in a user specific configuration file. So the options are either to do nothing and for the user to find the option themselves if they wish and disable the update notification, or to patch the default configuration file when packaging to disable the update notifications.
Which is the recommended approach?

I don't have access to the source code, so removing it at that level isn't an option at all. Instead modifying the shipped configuration is exactly what's on the table.
Just to clear confusion, I'm not the AUR maintainer, this was 1. so I know what to suggest to the maintainer and 2. To know for the next time this happens. I have written a PKGBUILD which applies this patch and it's here: https://github.com/sakaru/PKGBUILD/blob … y/PKGBUILD
The build() function is:
build() {
# Patch the default Preferences package to disable update notifications
cd "${srcdir}/sublime_text_3/Packages"
unzip Default.sublime-package Preferences.sublime-settings
patch Preferences.sublime-settings < "${srcdir}/disable-update-notifications.patch"
zip Default.sublime-package Preferences.sublime-settings
rm Preferences.sublime-settings
tomk wrote:I'd just use a post-install message advising users that they should disable the update check themselves.
Perhaps that's the best option
Last edited by SidK (2013-03-18 14:38:50)

Similar Messages

  • Disabling update notifications

    How the HELL do you disable update notifications. Thank you.

    Hi jazzdog40,
    You can click on Edit --> Preferences.
    Then check the appropriate option you like from preference window.
    Regards,
    Ajlan Huda.

  • Disable update notification for Flash Player 15.x and newer

    Dear all
    We run a Citrix Environment (on Windows 2008 R2) and we have our monthly update window. Users complain that they get update notifications for Flash Player when a new version is available but they cannot install the update since they have no permissions to install or update any software on our locked down Citrix environment.We tried already all availabe guides regarding "disable update notification for Flash Player" but no guide seems to work with the latest Version 15.x.  
    Which registry key's oder files do we have to modify with what values to finally disable update notifications for Flash Player.
    Thanks a lot for your help!

    Please check out the System Administrator's Guide for a list of possible approaches:
    Adobe Flash Player Administration Guide for Flash Player | Adobe Developer Connection

  • Disabled Update Notification Re-enabled Itself?

    Acrobat 10 was deployed using a version that was customized with the customization wizard that had automatic update disabled  several months ago.  It was working and users were not notified of the last update to 10.1.3.
    After updating to Flash 11.4, users starting getting Adobe Reader update notifications to update to 10.1.4.
    Is there something in Flash 11.4 that would have re-enabled update notifications on Adobe Reader?
    How can this be fixed?

    Not sure exactly what you meant by export and send my HKLM bUpdater setting and send to where, but on all the PCs in my building the registry keys below are present:
    For 32-bit
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
    "bUpdater"=dword:00000000
    For 64-bit
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
    "bUpdater"=dword:00000000
    All PCs have those registry keys regardless of whether they're getting the 64-bit client or 32-bit, but we mostly deploy the 64-bit client.
    When I deploy adobe reader 10.1.4, customizing it like I have done with versions 8,9, and 10.0, as soon as my users login after the program finishes installing through group policy they're getting the update balloon.
    I did see somewhere searching that you need to patch the .msi with the .msp file that is extracted from the .exe during setup and I can say I didn't do that before my roll out.
    And I aplogive if my questions seem novice, but I've followed the same practive when deploying Adobe reader updates in the past and this is the first time I have come across any problems.

  • How to disable update notifications for Power Query?

    Is there a way to disable the notification of available updates for Power Query? Command line switch on install, anything?
    Thanks!

    it was included in the Power Query version released in September 2014. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft Power Query for Excel DisableUpdateNotification dword 1 will disable the update notification.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or MVPs.
    Twitter:
    @alexverboon | Blog: Anything About IT

  • How can I disable update notification on games or apps

    So every time i open clash of clans i get this update notification it reads   Update is avalible!Good news! An new version of the game is availible.
    I know obyostly the answer is to update but i want to keep this version is there anyway to bypass this

    This is what it looks like

  • Disabling automatic update notification

    Hello, in the previous version, you could disable update notifications with mms.cfg, but this does not seem to work anymore. Is there another way to do it? It's not enough to disable it manually from the settings. I'm talking about the Windows version 10.1 that was just released.

    Ok, I think I got this figured out.
    Based on a forum user from here:
    http://www.appdeploy.com/packages/detail.asp?id=1382
    Under the notes section a user states:
    When you created mms.cfg with disabled update, flash  settings still show you that Auto-Update is turned on (  http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager05.htm l  ). But accordance to Adobe guidelines, incoming trafic for updates will  be disabled (it won't tell you about updates anymore).
    However, if  you want to remove check mark as well, you need to take settings.sol  file from APPDATAFOLDER\Macromedia\Flash  Player\macromedia.com\support\flashplayer\sys and spread it to each user  in the same folder (with Active Setup for example). Now, not only  technicaly, but also visualy update is turned off!
    Above Entry Provided on 8/4/2009 by patashnik
    Rate It
    Rating
    5
    So apparently the Settings Manager page does not reflect the true settings if your mms.cfg file is correctly configured.  The only way to test this is to run a packet analyzer and attempt to hit a page that uses flash: http://kb2.adobe.com/cps/167/16701594.html
    Testing auto-update notification settings
    Administrators can verify the mms.cfg configuration has disabled  auto-update by using a packet sniffer with the following test:
    In mms.cfg, set AutoUpdateDisable=0 to allow auto-update. Verify that auto-update is enabled in Settings Manager.
    Add the auto-update setting:           
    AutoUpdateInterval=0
    With this setting, Flash Player requests the version file every time  it starts and the request will appear in the network request traffic.
    Open a web page with Flash content to start Flash Player. A simple  page with a single piece of Flash content is best, to minimize the  network traffic in the packet sniffer log. The packet sniffer will show  the auto-update request traffic to http://fpdownload.macromedia.com/           
    Note: Avoid using www.macromedia.com as your test page, since the auto-update request will be lost in the other file requests.           
    Set the AutoUpdateDisable to 1 to disable auto-update notification.
    Open a web page with Flash content to start Flash Player. There should be no version file request traffic.
    I have tested this on a Win7x64 computer and analyzed the packets.  No packets for http://fpdownload.macromedia.com/ were found.  Let me know if anyone else can confirm this.
    Thanks.

  • Disable Updates in PSE 11

    I need to disable update notifications in PSE11.  When I access the update Preferences, un-check all the boxes, and click OK and then re-enter via Preferences all the boxes are again checked.
    This is on a PC with a locked-down configuration to prevent user changes and it reverts to the original configuration on every reboot.  This means that the users are continually notified of the available updates.
    Thanks for any help...

    Yes, an icon appears in the Windows 7 notiifcation area that Adobe Application Manager has updates available.  It doesn't specify the app but PSE is the only Adobe app installed on the PC (besides Reader).
    When I open PSE and navigate to <Help> <Updates> <Preferences>, clear all the checkboxes, exit, then come right back, all the boxes are checked just like they were before I started.
    PSE is starting in the Editor.
    Thanks...

  • App update notification on top right corner: any way to disable?

    Hi all!
    Running Mountain Lion I get a notification at the top right of the screen every time an App update is available. There are two buttons Update and Details but no Dismiss, "Go Away", or Cancel. I've got dozens of Apps on my laptop and don't want to update every time I get a notification. I figured out that a two finger swipe on the notification sends it off the screen (thanks Apple really obvious that one!). The problem is that fifteen minutes later it's back again!
    Is there any way of disabling App Store notifications without disabling all notifications? I can't see one.

    Thanks for your reply.i disabled the updates for cellular data.i hope there is no way to stop iphone to check updates for my purchased app item.most app relesing updates for compatible for iOS7,im using 6.1.3 for my 3gs.why should APPLE pushing me to update? if i'm not update the red counting icon was still there,if i update unnessery we have to use Wifi Data,
    in India 3G or Broadband will cost Rs 1600 or more for minimum 2Mbps speed also with limited Data.we get unlimited data in same cost,but speed is less then 512 Kbps only.it was boring speed.
    already Blootooth and downloaing ituens video transfer was a minus point in iphone if we compare to Anroid.
    my question is why dont iOS having disable updat option?,it was any for particular reason?or it was a bug in ios?
    for this problem most  of the indian user Jailbreakng thier phones,
    already Blootooth and downloaing ituens video transfer was a minus point in iphone if we compare to Anroid.

  • Disable Adobe Reader 9 update notification

    I've searched for a way to disable the update notification for Adobe Reader 9, Linux, But - I'm unable to find a working solution.
    How can those notifications be disabled?

    Thanks but we have already deployed Adobe 9 using a MSI package.
    I need assistance with updating or applying the AdbeRdrUpd931_all_incr.msp to 160+ users.

  • There is any way to disable App  Store update notification?

    There is any way to disable App  Store update notification?
    the red Counting update notification is put irritating me

    Thanks for your reply.i disabled the updates for cellular data.i hope there is no way to stop iphone to check updates for my purchased app item.most app relesing updates for compatible for iOS7,im using 6.1.3 for my 3gs.why should APPLE pushing me to update? if i'm not update the red counting icon was still there,if i update unnessery we have to use Wifi Data,
    in India 3G or Broadband will cost Rs 1600 or more for minimum 2Mbps speed also with limited Data.we get unlimited data in same cost,but speed is less then 512 Kbps only.it was boring speed.
    already Blootooth and downloaing ituens video transfer was a minus point in iphone if we compare to Anroid.
    my question is why dont iOS having disable updat option?,it was any for particular reason?or it was a bug in ios?
    for this problem most  of the indian user Jailbreakng thier phones,
    already Blootooth and downloaing ituens video transfer was a minus point in iphone if we compare to Anroid.

  • Deploying Flash via GPO - Update notifications?

    I applied for the Flash distribution license or whatever, got approved, and got the download link.  I know how to deploy the MSI, but I still have one concern - is this page updated every time a new version comes out?  I'm deploying it on a network with several hundred computers and we want to avoid users getting the Flash update notification, since they don't have rights to install it anyway.  Will I get any e-mail notification whenever a new version is released?  Please respond if you know the answer!  Thanks.

    You can disable user update notifications using a mms.cfg file - see http://kb2.adobe.com/cps/167/16701594.html
    And no, there is no email notification when an update is released.  But you can subscribe to http://blogs.adobe.com/flashruntimereleases/feed/ (sadly they forgot to announce the latest 11.1.102.55 update).

  • How to disable "Update to Adobe ReaderX!" popup on terminal server

    We have one of our clients on a Citrix farm that utilizes 3 Windows 2003 terminal servers. I keep Adobe Reader patched manually, and it's currently at 9.4.5. My "problem" is that my users get nagging popups from Adobe asking if they want to update to X. Is there any way to disabled this? Google hasn't been much help, although I was able to disabled Adobe Reader 9.0 updater with a registry key, it seems like this popup is of a different nature. Or, will disabling Updater (HKLM\Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown\bUpdater:0), also disable these popups? Thanks!

    If you are asking about disabling this dialog below, can you try
    1. setting bUpdater DWORD value to 0 in registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown
    Notes:
    a. this will disable Adobe Acrobat\Reader Updater
    b. on 64bit systems you may have to try to set bUpdater in
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown
    2. setting iReaderMajorVersionUpdateDialogDoNotShowAgain DWORD value to 1 in the registry
    HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVAlert\cCheckbox
    Note,
    This one is per User setting and does not affect Updater

  • Not sure if I still receive Update Notifications.

    Hello,
    My first problem was that I had two Updater Notifications in the Mac menu bar, the one from CC and the old one (showing a notification of an available Photoshop CC update.
    To get rid of the old updater icon I did the following, which I found on the internet: "Rename Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app temporarily, then you can open the old Updater and disable." I did that, though in the settings of the old updater I also disabled everything from "Show Updates from the following products" and disabled all apps. The old updater disappeared, but the Create Cloud App also doesn't show me the update for Photoshop anymore, saying I'm "up to date". Though before I did that there WAS an update for Photoshop, thus the two updater icons in the menu bar.
    Now that the old updater icon is gone I cannot access the settings from the old updater anymore to again check showing the updates of all programs, and in the CC app I cannot find this setting. What should I do?
    Thanks in advance!

    PS: I'm on Mac OS X 10.10 and also tried reinstalling Creative Cloud.
    Also, maybe my Photoshop really is up-to-date (though not sure then where the update notification before was coming from).
    Where can I find the information on the latest version (version number etc) to compare with my version?
    Thanks again in advance!

  • How to turn off the skype update notifications?

    Anybody knows hot to stop the annoying skype update notifications?
    There is no way I will do any upgrades, since skype has burned me in the past, so it would be nice to find out how to stop those...
    Thanks 

    The Updater service does checks (and automatic updates) in the background.  Disabling automatic updates in Tools -> Options stops this service, but does not disable it.  You can disable the service via Start -> Run -> services.msc and finding the Skype Updater service.
    You may also notice that everytime you start Skype there still remains a pop-up dialog box prompting you to install an update.  This is because Skype had already downloaded a new version in the background and was waiting for you to install.  This happened before you disabled the automatic updates and disabled the service.
    To resolve go to Start -> Run -> c:\Users\<your username>\AppData\Local\Temp and look for SkypeSetup.exe.  Delete this file.  Exit Skype and re-launch it to verify this fixed the upgrade notifications.
    I am still using Skype 6.9 due to the recent addition of ads.  This process helps make sure I don't get upgraded unintentionally.

Maybe you are looking for

  • Startup open ORA_12514 error after Shutdown, just upgraded 9i to 10g

    Hi, Noobe here, again! Cheers and happy New Year to all! How should I edit script to start db that has been shutdown prior to backup? We are having a problem with backups, failure is occurring executing SQL*Plus startup after shutdown. I successfully

  • New Deployment: Outlook Can Send but not Receiving Messages

    We are in the process of setting up/testing a new installation of Exch 2013 for the first time. We created a Send Connector (Used MX records option) and left Receive connectors as is. We set up a test user in AD, then created mailbox with valid email

  • Entry doesnot exist in the T005q (check entry)

    i configured the country keys and with holding countires also. when ia m entering with holding tax key in does not exist in the too5 q . mean while because of this vendor master data cin details tab is not occured. kindky give how to resolve 2 issues

  • Could not upgrade from Solaris 9 to 10

    Hi, I could be able to upgrade solaris 9 to solaris 10 with live updae, Its asking me to uninstall Solaris 9 LU and install solaris 10 LU in order to proceed. Am i missing some thing. Please help. Dany.

  • Big exclamation point

    SOS when i click on certain pics im my i-photo library, a big exclamation point shows up where my photo should. i can't export the photo or drag it to my desktop. please help. thanks.