Bugzilla – Bug 148256
Error in powersave contrib scripts
Last modified: 2007-06-05 10:01:28 UTC
Some of the /usr/share/doc/packages/powersave/contrib/* scripts don't work in the 10.1 beta3 (haven't taken a look at this in other 10.1 betas). When ever the x_helper_functions are included (e.g. in my acpi_hotkeys_ASUS_M6842NW) are included they where included with . ${SCRIPT_DIR}/x_helper_functions this was ok in SUSE 10.0, but doesn't work with 10.1 (intresting that every update needs a update of the scripts). ${SCRIPT_DIR} in powersave 0.11.7 is the same as /usr/lib/powersave/, but the x_helper_functions can be found at /usr/lib/powersave/scripts/. Would be nice, you would replace the line by . ${PUB_SCRIPT_DIR}/x_helper_functions after this change it should work again.
Fixed in svn. Sorry for the inconvenience. This is still a consequence of our efforts regarding distribution independence.
Setting to fixed.
maybe we could provide a compatibility symlink? Manfred already suffered many pains due to such small incompatibilities from version to version? Or a small wrapper script with a "deprecated, please change...." logmessage?
Compatibility symlink would be nice to solve such problems.