Bug 148256

Summary: Error in powersave contrib scripts
Product: [openSUSE] SUSE Linux 10.1 Reporter: Forgotten User v5inq2MBSE <forgotten_v5inq2MBSE>
Component: OtherAssignee: Holger Macht <hmacht>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 3   
Target Milestone: ---   
Hardware: i586   
OS: SUSE Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User v5inq2MBSE 2006-02-04 21:18:00 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.
Comment 1 Holger Macht 2006-02-06 20:42:06 UTC
Fixed in svn. Sorry for the inconvenience. This is still a consequence of our efforts regarding distribution independence.
Comment 2 Holger Macht 2006-02-06 20:42:35 UTC
Setting to fixed.
Comment 3 Forgotten User ZhJd0F0L3x 2006-02-06 20:48:41 UTC
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?
Comment 4 Forgotten User v5inq2MBSE 2006-02-06 21:16:55 UTC
Compatibility symlink would be nice to solve such problems.