|
Bugzilla – Full Text Bug Listing |
| Summary: | Upgrade of NoteEdit fails | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Stephan Binner <stbinner> |
| Component: | KDE | Assignee: | Marcus Rückert <mrueckert> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Binner
2006-01-18 12:03:10 UTC
[[[ install -d $RPM_BUILD_ROOT/usr/share/pixmaps/noteedit.png install noteedit/icons/hi32-app-noteedit.png $RPM_BUILD_ROOT/usr/share/pixmaps/noteedit.png ]]] dieser code im 10.0 spec file verursacht die probleme. waere es ok ein [[[ [ -d /usr/share/pixmaps/noteedit.png ] && rm -r /usr/share/pixmaps/noteedit.png ]]] zu machen oder wie waere der saubere fix? renamed the icon to NoteEdit.png and adapted the desktop file accordingly. |