Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192081 - x11-misc/glipper-1.0 doesn't install gconf-schema
Summary: x11-misc/glipper-1.0 doesn't install gconf-schema
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 09:02 UTC by rupert angermeier
Modified: 2007-09-11 18:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rupert angermeier 2007-09-11 09:02:58 UTC
after installing glipper-1.0 the preferences dialogue acted funny. i was able to tick boxes, but it wouldn't close after hitting the close-button. also glipper didn't collect any copied or marked text.
the only key in gconf for glipper was "autostart_plugins". after manually installing data/glipper.schemas.in from the tarball glipper worked as expected.

Reproducible: Always

Steps to Reproduce:
0. remove any old entry of glipper from gconf
1. emerge glipper
2. add glipper to panel and edit preferences. all tick-boxes are disabled, enable them. 
3. try to close the pref-window. force it to quit with Alt + F4, and re-open it.

Actual Results:  
glipper didn't collect anything from the clipbord
Comment 1 Alessandro Chirico 2007-09-11 10:18:10 UTC
pkg_postinst() in the ebuild must call gnome2_pkg_postinst.
This will install the schema and update the icon cache (without the updated icon cache glipper won't start... I found this bug searching for that problem)
Comment 2 Sven Wegener gentoo-dev 2007-09-11 18:45:41 UTC
I already fixed this yesterday.