Bug 465281

Summary: evince built without dbus support, breaks window size saving
Product: [Fedora] Fedora Reporter: Dan Winship <danw>
Component: evinceAssignee: Kristian Høgsberg <krh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: krh, mclasen
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-10-25 20:43:08 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: 465130    
Attachments:
Description Flags
patch to fix none

Description Dan Winship 2008-10-02 15:26:58 UTC
evince 2.24.0-1.fc10 got built without dbus support somehow:

checking for DBUS... 
no
configure: WARNING: DBUS support is disabled since dbus 0.70 or higher was not found

(from http://kojipkgs.fedoraproject.org/packages/evince/2.24.0/1.fc10/data/logs/i386/build.log)

It has dbus-devel listed as a BuildRequires, so I'm not sure what's wrong.


The most noticeable result of this is that evince no longer remembers window size/position/sidebar-state/etc between sessions. (I have no idea why that's dependent on dbus support, but it is.)

Comment 1 Dan Winship 2008-10-14 19:01:03 UTC
Created attachment 320342 [details]
patch to fix

it was requiring dbus-devel, but needs to be requiring dbus-glib-devel

Comment 2 Matthias Clasen 2008-10-25 04:50:22 UTC
Can you build this please, Dan ?

Comment 3 Matthias Clasen 2008-10-25 20:43:08 UTC
Nevermind, I've built it.

Comment 4 Dan Winship 2008-10-27 13:47:36 UTC
(i'd tried to just fix it myself before I attached the patch here, but ran into acl problems)