Bug #760

Autoupdate set to off doesn't work

Added by Adrien Duck over 8 years ago. Updated over 8 years ago.

Status:New Start:07/28/2015
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Calculate Utilities Spent time: -
Target version:14.16
Votes: 0

Description

Hi !

I want to reduce my memory consumption, and I saw that cl-update-checker = 60M.
I want disable this feature.

On cl-console the auto-update check-box is disabled.

I tried to set to off via cl-setup-update :

3 [20:51:17] adrien@superlinux: ~  $ LANG=C sudo cl-setup-update --autocheck off
Password: 
 * Updates autocheck configured!

I think it works because :

1 [20:46:11] adrien@superlinux: ~  $ grep autoupdate /etc/calculate/calculate.env
cl_autoupdate_set = off

And in the cl-console the check-box is unchecked.

But, after reboot ...

2 [20:46:20] adrien@superlinux: ~  $ ps -ef | grep check
adrien    6035  4807  0 20:46 pts/2    00:00:00 grep --color check
adrien   11375     1  0 17:17 ?        00:00:15 /usr/bin/python2.7 /usr/lib/python-exec/python2.7/cl-update-checker

I can reproduce this bug in a CLD (KDE) with french language, x86_64.

I don't test on other editions (CLDX or CLDM).

screen1152.png - Demo (151.8 KB) Adrien Duck, 07/28/2015 11:00 pm

History

Updated by Adrien Duck over 8 years ago

Updated by Сергей Федотов over 8 years ago

cl-setup-update --autocheck off - only disable cron job, and cl-update-checker is a separate desktop application. Just disable it in the startup applications.

You can launch this in terminal to do job: cat /etc/xdg/autostart/cl-update-checker.desktop | sed -e '$aHidden=true' > ~/.config/autostart/cl-update-checker.desktop

Updated by Adrien Duck over 8 years ago

OK.
It works !
It's possible to correct the behavior of the tool on Desktop editions ?

Also available in: Atom PDF

Thank you!