update manager launches automatically

Asked by Mr. MInhaj

i am using ubuntu 9.04(upgraded).
for some days, update manager launches automatically at startup
+
update notifier gone from the panel.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Philip Muškovac
Solved:
Last query:
Last reply:
Revision history for this message
Philip Muškovac (yofel) said :
#1

This change is intended, you can read up on this ing bug 332945

Revision history for this message
Mr. MInhaj (imhell99) said :
#2

i updated to jaunty about 1 months ago,
this problem was not after update ,
only some days ago this behavior started.

Revision history for this message
Mr. MInhaj (imhell99) said :
#3

Is there any way for update notifier to be shown in the panel ?

Revision history for this message
Best Philip Muškovac (yofel) said :
#4

You could try:

To disable the new behaviour and get the old behaviour:

    gconftool -s --type bool /apps/update-notifier/auto_launch false

(Take into account that this gconf change is not supported.)

To have the update manager launch immediately when updates are available, use this:

    gconftool -s --type int /apps/update-notifier/regular_auto_launch_interval 0

(Taken from the bug I posted you)

Revision history for this message
Mr. MInhaj (imhell99) said :
#5

Thanks Philip Muskovac, that solved my question.