Bug 444786

Summary: gpk-update-icon is running on the livecd again
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: PackageKitAssignee: Robin Norwood <robin.norwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: katzj, lmacken, richard, rvokal, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-02 15:59:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 235706, 441857    

Description Bill Nottingham 2008-04-30 15:38:21 UTC
Description of problem:

SSIA.

Version-Release number of selected component (if applicable):

rawhide-20080429 livecd (x86_64)

Comment 1 Luke Macken 2008-04-30 16:35:01 UTC
The livecd-fedora-base-desktop.ks currently does this:

# don't do packagekit checking by default
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
-s -t string /apps/gnome-packagekit/frequency_get_updates never >/dev/null
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
-s -t string /apps/gnome-packagekit/frequency_refresh_cache never >/dev/null
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
-s -t bool /apps/gnome-packagekit/notify_available false >/dev/null

What needs to be done to avoid loading the gpk-update-icon ?

Comment 2 Matthias Clasen 2008-05-01 00:56:28 UTC
We never tried to make it not work, afaik.

If you wanted to do that, you'd have to put a desktop file with
X-GNOME-Autostart-enabled=false

in /home/fedora/.config/autostart/gpk-update-icon.desktop

Comment 3 Jeremy Katz 2008-05-01 01:38:41 UTC
That's not what I had gotten from rnorwood/hughsie...

Comment 4 Jeremy Katz 2008-05-01 18:58:24 UTC
But did the desktop file too

Comment 5 Bill Nottingham 2008-05-02 15:59:01 UTC
Verified in the 20080502 livecd.