Thread: [Solved] Update problem !
View Single Post
  #41  
Old 24.02.2016, 21:39
ajp
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by firefranz View Post
However it still tries to update again. Is there a reg key I need to change to prevent updates for now and jut run th App?
In the cfg/ folder there are two settings files for the update client. Don't know which one is used, but they each have an autoupdatecheckenabled boolean. doaskmebeforeinstallinganupdateenabled is also nice:

Code:
/opt/jd2/cfg  grep -ir autoupdate . 
./updateclient/Setup.json:  "autoupdatecheckenabled" : false,
./org.jdownloader.updatev2.UpdateSettings.json:{"updateinterval":600000,"installupdatessilentlyifpossibleenabled":true,"countdownforinstallupdatesonexitbubble":10000,"installupdatesonexitenabled":true,"jardiffenabled":true,"proxydialogonnoconnectionenabled":true,"updateguialwaysontop":true,"lastsuccessfulconnection":1456341665413,"doaskmebeforeinstallinganupdateenabled":false,"doaskbeforedownloadinganupdate":false,"autoupdatecheckenabled":false,"autohideguiiftherearenoupdatesenabled":false,"installupdatesonexitpanelvisible":true,"autohideguiifsilentupdateswereinstalledenabled":false}
Unfortunately doesn't help me much, as I don't have a backup here (or don't want to roll-back btrfs root... time to subvol /opt)
Reply With Quote