|
Bugzilla – Full Text Bug Listing |
| Summary: | Error in powersave contrib scripts | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Forgotten User v5inq2MBSE <forgotten_v5inq2MBSE> |
| Component: | Other | Assignee: | 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: | --- |
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. |
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.