Bug 610064

Summary: gtk3 apps complain about missing pk-gtk-module
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: PackageKitAssignee: Richard Hughes <richard>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: caolanm, jonathan, rhughes, richard, smparrish
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: PackageKit-0.6.6-2.fc14.x86_64 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-15 01:57: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:

Description Horst H. von Brand 2010-07-01 13:39:31 UTC
Description of problem:


Version-Release number of selected component (if applicable):
openoffice.org-calc-3.2.1-19.18.fc14.x86_64 (and others)

How reproducible:
Each time I start OOo calc, writer (haven't tried others)

Steps to Reproduce:
1. Start oocalc
2.
3.
  
Actual results:
Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory

It seems to work fine in any case.

Expected results:
No error message (startup seems to take a lot longer too)

Additional info:
$ rpm -qf /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so
PackageKit-gtk-module-0.6.5-1.fc14.x86_64
$ file /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so
/usr/lib64/gtk-2.0/modules/libpk-gtk-module.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

Comment 1 Caolan McNamara 2010-07-01 13:54:58 UTC
generic gtk3 problem, e.g. launch gnome-power-manager 2>&1 | grep pk-gtk-module

PackageKit-gtk-module only provides a gtk2 module

Comment 2 Richard Hughes 2010-07-01 14:14:11 UTC
Try installing https://admin.fedoraproject.org/updates/PackageKit-0.6.6-1.fc13 -- that installs a gtk2 and gtk3 plugin.

Comment 3 Horst H. von Brand 2010-07-01 14:34:46 UTC
Nope, same messages.

Comment 4 Richard Hughes 2010-07-08 09:13:36 UTC
This is fixed for me using 0.6.6 -- have you restarted your session since you installed the update?

Comment 5 Horst H. von Brand 2010-07-15 01:57:01 UTC
Currently PackageKit-0.6.6-2.fc14.x86_64, messages went away.

Thanks!