Issue 4238 - installation attempts to put more than one instance of a file
Summary: installation attempts to put more than one instance of a file
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: ui (show other issues)
Version: current
Hardware: PC Linux, all
: P2 Trivial (vote)
Target Milestone: ---
Assignee: khendricks
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-25 11:47 UTC by robert.kinsella
Modified: 2003-09-08 16:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description robert.kinsella 2002-04-25 11:47:06 UTC
OpenOffice.org 1.0a on RedHat 6.2
During installation the user is prompted that the following files already exist,
and is required to answer whether they should be overwrtten or not. The files
did not exist prior to the installation beginning.

<install_dir>/share/cde/icons/015_math_document.l.xpm
<install_dir>/share/cde/icons/015_math_document.m.xpm
<install_dir>/share/cde/icons/015_math_document.s.xpm
<install_dir>/share/cde/icons/015_math_document.t.xpm
Comment 1 Martin Hollmichel 2002-04-25 13:49:23 UTC
Kevin, is it something you changed ?
Comment 2 khendricks 2002-04-25 14:29:41 UTC
Hi,

Okay, the math icons are being included twice.

They exist in:

[kbhend@localhost bin]$ unzip -t oocdemath.zip | grep xpm
    testing: icons/015_math_document.l.xpm   OK
    testing: icons/015_math_document.m.xpm   OK
    testing: icons/015_math_document.s.xpm   OK
    testing: icons/015_math_document.t.xpm   OK
    testing: icons/ooo_math.l.xpm     OK
    testing: icons/ooo_math.m.xpm     OK
    testing: icons/ooo_math.s.xpm     OK
    testing: icons/ooo_math.t.xpm     OK

[kbhend@localhost bin]$ unzip -t oocdewriter.zip | grep math
    testing: icons/015_math_document.l.xpm   OK
    testing: icons/015_math_document.m.xpm   OK
    testing: icons/015_math_document.s.xpm   OK
    testing: icons/015_math_document.t.xpm   OK
[kbhend@localhost bin]$ 

They should NOT be in oocdewriter.zip since OOo Math is now 
its own separate application in the menus.

I will fix this.

Thanks,

Kevin

Comment 3 khendricks 2002-04-25 14:38:39 UTC
Hi,

I just fixed this in

 /cvs/gsl/sysui/oounix/office/cde/makefile.mk

in revision: 1.1.2.2;

This was committed to OOO_STABLE_1

Please do a clean rebuild of sysui/ and deliver a new 
oocdewriter.zip which should now not contain the repeated math 
icons.

Kevin
Comment 4 khendricks 2002-04-25 14:49:10 UTC
Hi,

I have now tested this in my build and this removes the duplicate 
file names issue.

I am accepting the ownership of this issue (since it was my bug) 
and then resolving it as fixed.  Once this is confirmed by users of 
linux, would whomever filed this please close it to confirm.

Thanks,

Kevin
Comment 5 khendricks 2002-04-25 14:49:45 UTC
Hi,

resolving this as fixed, waiting for confirmatin to close it out.

Thanks,

Kevin
Comment 6 atr 2002-04-26 12:18:17 UTC
Atr: Should fixed in nest build (1.0c)
Comment 7 khendricks 2002-04-26 12:34:54 UTC
Hi,

Robert Kinsella just confirmed to me that the latest linux build 
does fix this.

So I am going to resolve this as closed now.

Thanks,

Kevin