Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359319 - [gnome-overlay] gnome-shell fresh install does not install schemas file
Summary: [gnome-overlay] gnome-shell fresh install does not install schemas file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-18 02:32 UTC by Pietro Montorfano
Modified: 2011-03-18 08:23 UTC (History)
0 users

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 Pietro Montorfano 2011-03-18 02:32:35 UTC
Installing gnome-shell 2.91.91 does not install the .schemas file, it places it in the /etc right place but as a user i was unable to use it and i need to set them manually with

gconftool-2 --install-schema-file=/etc/gconf/schemas/gnome-shell.schemas

Don't know if it can be a gentoo bug rather than a gnome-shell bug, but it's there and until you do so you've got a bad window decoration (no theme, no buttons)

Reproducible: Always

Steps to Reproduce:
1. make a fresh install (also fresh user) of gnome shell
2. start gnome shell
Actual Results:  
gnome-shell start but with no windows buttons (the close button)

Expected Results:  
gnome-shell with windows buttons (the close button)

FIX: as a user in terminal do 
gconftool-2 --install-schema-file=/etc/gconf/schemas/gnome-shell.schemas
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-03-18 08:23:46 UTC
Ebuild was missing a call to gnome2_pkg_postinst, should be fixed now. Thanks for reporting!