Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266995 - [PATCH][gnome-overlay]gnome-extra/gnome-power-manager Fix uninstalled cpufreq schemas
Summary: [PATCH][gnome-overlay]gnome-extra/gnome-power-manager Fix uninstalled cpufreq...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.26
  Show dependency tree
 
Reported: 2009-04-21 17:11 UTC by Romain Perier (RETIRED)
Modified: 2009-04-23 23:06 UTC (History)
0 users

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


Attachments
the patch which solves the problem (0001-gnome-power-manager-Fix-uninstalled-cpufreq-schemas.patch,8.07 KB, patch)
2009-04-21 17:12 UTC, Romain Perier (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Perier (RETIRED) gentoo-dev 2009-04-21 17:11:54 UTC
Hi,

There is a problem a little annoying with g-p-m patches for 2.24 and 2.26 version, since 2.24 version the cpufreq schemas was removed from data/gnome-power-manager.schemas.in. Any person who made the update 2.22 -> 2.24 -> 2.26 didn't find it because users who modified these gconf key asked to gconf_client implicitly to create xml sheets in own .gconf personal config, so gconftool-2 or gconf-editor still find the key in the server (even if she was removed from the schemas).

I wrote a patch to solve the problem, you'll find in attachment a git format-patch to directly include in the overlay :

  - adds files/gnome-power-manager-2.26.0-cpufreq-schemas.patch
  - updates ebuild to include the patch
  - updates the Manifest

mrpouet ;)

Reproducible: Always
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-04-21 17:12:42 UTC
Created attachment 189073 [details, diff]
the patch which solves the problem
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-23 23:06:52 UTC
Fixed in overlay. Thanks for reporting.