[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2011-01-14 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from xlast...@openoffice.org Fri Jan 14 12:43:31 
+ 2011 ---
Yes, that simple patch fixes the problem for me too.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2011-01-14 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990





--- Additional comments from xlast...@openoffice.org Fri Jan 14 12:45:47 
+ 2011 ---
Feel free to do the rebase operation :-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2011-01-13 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from xlast...@openoffice.org Thu Jan 13 14:43:44 
+ 2011 ---
I am sorry I am responding late. Thanks for explanation of your changes.
Regarding your last change, CGBitmapContextCreate now succeeds. However
protection violation / memory corruption occurs now as a result of creating a
virtual device. It happens when exporting a document to PDF. Export to XLS works
fine.
I am going to debug the problem.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-12-22 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990





--- Additional comments from xlast...@openoffice.org Wed Dec 22 10:50:43 
+ 2010 ---
pl: Hi, the call to CGBitmapContextCreate that you added does not work. Please
see the console output.

Wed Dec 22 11:29:19 macmini.kancl.blue-point.cz soffice.bin[24474] Error:
CGBitmapContextCreate: unsupported parameter combination: 16 integer
bits/component; 48 bits/pixel; 3-component color space; kCGImageAlphaNone; 2
bytes/row.
Error: no context

That also means that the block of older code starting at line 181 is wrong too.
The 4th argument of CGBitmapContextCreate is not bitmap depth, but bits per
component. I tried to fix this and to pass 5 or 8 as the argument but this did
not work either.

I still don't understand why a context would be needed. The main purpose of this
code as I see it is to draw on screen to some window. If this drawing is
write-only, it does not have to be emulated by creating a bitmap context. I have
not seen any error message related to this non-existent context.

Also the code 
[mpWindow setDelegate: mpWindow];
in vcl/aqua/source/window/salframe.cxx
is IMHO really nonsense. That is why compiler outputs an error message. Those
messages are intended for some other object. On the other hand, this code does
not cause any harm.

Sorry my response took so long.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-12-10 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from xlast...@openoffice.org Fri Dec 10 12:44:11 
+ 2010 ---
Fixed in CWS xlastovi. You can review the code changes if you like.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-12-10 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

 Assigned to|pl|xlastovi

  Status|STARTED   |NEW





--- Additional comments from xlast...@openoffice.org Fri Dec 10 12:42:38 
+ 2010 ---
Reassigning to me.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-12-10 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from xlast...@openoffice.org Fri Dec 10 13:21:20 
+ 2010 ---
Setting target to 3.4.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2010-12-08 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002



This issue depends on issue 98488, which changed state:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-11-30 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from xlast...@openoffice.org Tue Nov 30 20:24:50 
+ 2010 ---
I have my code ready. Now I am waiting to get Mercurial access. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2010-11-25 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002





--- Additional comments from xlast...@openoffice.org Thu Nov 25 20:06:54 
+ 2010 ---
Please add my key. Issue # 98488.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2010-11-24 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002



This issue depends on issue 98488, which changed state:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|FIXED |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 115505] Broken login to openoffic e.org

2010-11-10 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115505
 Issue #|115505
 Summary|Broken login to openoffice.org
   Component|www
 Version|current
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org website general issues
 Assigned to|iss...@www
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Wed Nov 10 11:25:55 
+ 2010 ---
Login to openoffice.org works bad. I use latest version of Firefox . 
Procedure:

- On www.openoffice.org in the upper right corner I click on Login button.
- Login dialog expands, I fill my credentials and click Login again.
- The page refreshes, saying You are not logged in...
- When I go e.g. to qa.openoffice.org I am logged in.
- So I get logged only to some subdomains of openoffice.org

This bothers me for a long time. A workaround would be to delete all openoffice
cookies in the browser, which is not something trivial.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 115376] MSI installer fails with error code 1606

2010-11-04 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115376


User xlastovi changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Priority|P3|P1

 Summary|Bug in instalation with VC|MSI installer fails with e
|++ 2008 resdit.   |rror code 1606





--- Additional comments from xlast...@openoffice.org Thu Nov  4 10:20:59 
+ 2010 ---
It has nothing to do with Visual C++ redistributable.
The cause of the problem is bad INSTALLLOCATION property, see below.

Property(C): INSTALLLOCATION = OpenOffice.org 3

If specifying the property (install location) manually or when doing a network
install installer succeeds. 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-10-18 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990





--- Additional comments from xlast...@openoffice.org Mon Oct 18 15:43:38 
+ 2010 ---
@ pl: Thank you very much for your offer. You could prepare some CWS because I
have never created one. Also you could do some testing.
However I have been ill since the last week so I cannot continue working on it
at this moment.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-10-13 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990





--- Additional comments from xlast...@openoffice.org Wed Oct 13 17:17:48 
+ 2010 ---
Hello,
I am working on it. I already have something working at the moment. However my
changes need to be tested and the source code cleaned.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 91990] OpenOffice fails to run as daemonized server

2010-09-27 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990


User xlastovi changed the following:

What|Old value |New value

  CC|'bvaillant,dyrcona,ericb,f|'bvaillant,dyrcona,ericb,f
|labrie,jsc,kso'   |labrie,jsc,kso,xlastovi'





--- Additional comments from xlast...@openoffice.org Mon Sep 27 08:13:51 
+ 2010 ---
Adding myself to the CC list...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 114728] Support building OO.o wit h 10.6 SDK

2010-09-24 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114728
 Issue #|114728
 Summary|Support building OO.o with 10.6 SDK
   Component|porting
 Version|OOo 3.2.1
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Fri Sep 24 12:24:44 
+ 2010 ---
Please support building OO.o on Snow Leopard against system headers and
libraries (or against SDK version 10.6).

I made some patches and successfully built OO.o with gcc 4.2, but program
crashed during smoketest.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 114477] configure does not check for Mac OS X 10.4 SDK

2010-09-24 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114477





--- Additional comments from xlast...@openoffice.org Fri Sep 24 12:26:36 
+ 2010 ---
Ok, I have filed a separate enhancement issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 114477] solenv: Compiler error - cannot find stdio.h

2010-09-13 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114477
 Issue #|114477
 Summary|solenv: Compiler error - cannot find stdio.h
   Component|tools
 Version|OOO330m7
Platform|PC
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|mh
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Mon Sep 13 12:59:36 
+ 2010 ---
- Nothing can be compiled apart from bootstrap. Compiler cannot find system
header files.
- The culprit is the compiler switch -isysroot /Developer/SDKs/MacOSX10.4u.sdk
on line 54 in solenv/inc/unxmacx.mk
- 10.4 SDK is not installed on my system because I have Snow Leopard.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 114478] solenv: Unrecognized comp iler option -Wno-long-double

2010-09-13 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114478
 Issue #|114478
 Summary|solenv: Unrecognized compiler option -Wno-long-double
   Component|tools
 Version|OOO330m7
Platform|PC
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Mon Sep 13 13:04:11 
+ 2010 ---
Compiling fails because of the unsupported option -Wno-long-double. (Apple GCC 
4.2)
Please remove it from solenv/inc/unxmacx.mk.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 114477] solenv: Compiler error - cannot find stdio.h

2010-09-13 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114477





--- Additional comments from xlast...@openoffice.org Mon Sep 13 13:26:39 
+ 2010 ---
The line EXTRA_LINKFLAGS*=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk

also needs to be fixed.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 114170] Installation hangs in uno pkg

2010-09-06 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114170





--- Additional comments from xlast...@openoffice.org Mon Sep  6 14:28:25 
+ 2010 ---
jl: Perhaps you could change the resolution flag from INVALID to WONTFIX. It
would be  correct.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 114170] Installation hangs in uno pkg

2010-09-01 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114170





--- Additional comments from xlast...@openoffice.org Wed Sep  1 09:32:38 
+ 2010 ---
No, I am not using that download. If one wants to integrate an extension into an
installation set, he has to compile OO.o and make a patch for the scp2 module.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 114170] Installation hangs in uno pkg

2010-08-30 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114170





--- Additional comments from xlast...@openoffice.org Mon Aug 30 09:21:48 
+ 2010 ---
It was the Sun Template Pack.
http://extensions.services.openoffice.org/en/project/SunTemplatepack_1_de

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 114170] Installation hangs in uno pkg

2010-08-28 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114170
 Issue #|114170
 Summary|Installation hangs in unopkg
   Component|Installation
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|of
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Sat Aug 28 14:32:49 
+ 2010 ---
I experienced a repeatable problem with installation. On extension registration,
unopkg process looped (used 100% processor time). With luck I figured that it
was caused by an extension that specified that its license should be displayed
on its registration.

I think that in this case the OO.o installer or unopkg should display an error
message so that a developer can know he forgot to delete a license statement in
the extension.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105504] Build fails on calling ms itran.exe

2010-08-28 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105504





--- Additional comments from xlast...@openoffice.org Sat Aug 28 14:46:52 
+ 2010 ---
is: Hello, has there been any progress on this? The issue is marked started.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll

2010-08-28 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105503


User xlastovi changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from xlast...@openoffice.org Sat Aug 28 15:06:18 
+ 2010 ---
Confirming the issue.
It seems that current precompiled Mozilla binaries use MSVCR80 runtime, but #if
statement in common_brand.scp does not reflect this.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112428] Custom dictionaries do no t work on some non-English Windows

2010-06-15 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112428





--- Additional comments from xlast...@openoffice.org Tue Jun 15 21:13:10 
+ 2010 ---
Created an attachment (id=70018)
Output file of the failed testcase


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112428] Custom dictionaries do no t work on some non-English Windows

2010-06-15 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112428
 Issue #|112428
 Summary|Custom dictionaries do not work on some non-English Wi
|ndows
   Component|framework
 Version|current
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Tue Jun 15 21:10:38 
+ 2010 ---
There is a problem I experience on my Czech Windows - testautomation testcase
c_updt2.res fails in the point where it tests custom dictionaries. Added dicts
cannot be deleted by using the delete button and the dicts are not stored
between program restarts.
  The problem appears when the OO.o profile directory contain a non-English
character - as it happens on Czech Windows:

echo %APPDATA%
C:\Documents and Settings\pavel\Data aplikací

I remember the problem is present in OO.o since at least OO.o 2.x. I am
attaching the testcase result file.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112428] Custom dictionaries do no t work on some non-English Windows

2010-06-15 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112428


User xlastovi changed the following:

What|Old value |New value

   Component|framework |lingucomponent

  QA contact|iss...@framework  |iss...@lingucomponent

Subcomponent|code  |spell checking





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[lingucomponent-issues] [Issue 112428] Custom dictionaries do no t work on some non-English Windows

2010-06-15 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112428


User xlastovi changed the following:

What|Old value |New value

   Component|framework |lingucomponent

  QA contact|iss...@framework  |iss...@lingucomponent

Subcomponent|code  |spell checking





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@lingucomponent.openoffice.org
For additional commands, e-mail: issues-h...@lingucomponent.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll

2010-02-17 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105503


User xlastovi changed the following:

What|Old value |New value

 Version|OOo 3.1.1 |current





--- Additional comments from xlast...@openoffice.org Wed Feb 17 10:49:27 
+ 2010 ---
Setting the version tag to current.  The problem still occurs with OO.o 3.2.
Unfortunately I don't have the canconfirm right.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107555] basic: cannot define publ ic user defined type

2009-12-09 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107555
 Issue #|107555
 Summary|basic: cannot define public user defined type
   Component|framework
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|scripting
 Assigned to|ab
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Wed Dec  9 12:00:05 
+ 2009 ---
I cannot define a public UDT as in Visual Basic:

public type mytype
...
end type

This causes a syntax error during compilation.
I need that my function in one module returned my UDT and that I could call 
that function from another module. This problem limits modularity and clarity 
of program code.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105504] Build fails on calling ms itran.exe

2009-10-07 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105504





--- Additional comments from xlast...@openoffice.org Wed Oct  7 16:25:46 
+ 2009 ---
I don't have the logfile but error messages that showed during building are
contained in the source code. Build failed because my msitran.exe returned 1 and
its checksum was not the same as the checksums in the msiglobal.pm.
Error messages were the following (from the source code):
  WARNING: Returnvalue of $msitran is not 0. Checking version of $msitran!
  This is not a problematic version of msitran.exe. Therefore the error is not
caused by problematic msitran.exe.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll

2009-10-04 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105503





--- Additional comments from xlast...@openoffice.org Sun Oct  4 21:17:37 
+ 2009 ---
Exactly. It is unpleasant to start building in the evening and the next 
morning find that some dependency was not satisfied and have to wait some 
other hours for build to complete ;-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll

2009-10-02 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105503





--- Additional comments from xlast...@openoffice.org Fri Oct  2 14:58:56 
+ 2009 ---
Yes this report is for OOO310_m19 :-)
And you are right that prebuilt Mozilla DLLs do require msvcr71.dll. But if
there will not be OO.o 3.1.2, I think it is now late to fix this issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll

2009-10-01 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105503
 Issue #|105503
 Summary|config_office: build fails on missing msvcp71.dll
   Component|tools
 Version|OOo 3.1.1
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|configure
 Assigned to|rene
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Thu Oct  1 08:31:08 
+ 2009 ---
Windows build fails during packaging because of missing msvcp71.dll in
external/msvcp71/. Configure does not report this. It should check for this
dependency as it does with other files in the external directory.
I build with --disable-build-mozilla --enable-build-mozab, using precompiled
binaries of Mozilla.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105504] Build fails on calling ms itran.exe

2009-10-01 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105504
 Issue #|105504
 Summary|Build fails on calling msitran.exe
   Component|tools
 Version|OOo 3.1.1
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Thu Oct  1 08:44:32 
+ 2009 ---
Windows build fails during packaging for certain languages.
The bug is in the file solenv/bin/modules/installer/windows/msiglobal.pm
in the sub create_transforms(). The code there checks for a problematic
version of msitran.exe. 
  But as far as I know, the msitran.exe is not problematic. Instead it returns
return code of 1 on success, in program version 4. So the OO.o code should check
for msitran.exe version first and then interpret its return code accordingly.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105504] Build fails on calling ms itran.exe

2009-10-01 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105504





--- Additional comments from xlast...@openoffice.org Thu Oct  1 08:56:13 
+ 2009 ---
Note: using checksums is neither clever or reliable way of determining program
version. Although I have msitran.exe 4.0.6000.16384, it has different checksum
than the two sums specified in the source code.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 96417] Build fails on undefined G NUPATCH make macro

2009-05-07 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96417


User xlastovi changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from xlast...@openoffice.org Thu May  7 12:28:37 
+ 2009 ---
Verified in the trunk and OOO310_m11.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 96417] Build fails on undefined G NUPATCH make macro

2009-05-05 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96417





--- Additional comments from xlast...@openoffice.org Tue May  5 12:44:53 
+ 2009 ---
OBO: Should I do something about this issue as you assigned it to me? It is
marked resolved.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 100362] Programming typo in osl_o penFile()

2009-03-19 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100362
 Issue #|100362
 Summary|Programming typo in osl_openFile()
   Component|porting
 Version|DEV300m42
Platform|Unknown
 URL|
  OS/Version|Unix, X11
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mav
 Reported by|xlastovi





--- Additional comments from xlast...@openoffice.org Thu Mar 19 14:12:44 
+ 2009 ---
In the source code of the file sal/osl/unx/file.cxx, in osl_openFile(), there is
the following code:

  /* remove the NONBLOCK flag again */
  flags = fcntl(fd, F_GETFL, NULL);
  flags = ~O_NONBLOCK;
  if( 0  fcntl(fd, F_GETFL, flags) )
  return oslTranslateFileError(OSL_FET_ERROR, errno);

The second call to fcntl() should be:
  fcntl(fd, F_SETFL, flags)

This was probably caused by an overlook.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2009-03-02 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002


User xlastovi changed the following:

What|Old value |New value

 IssuesThisDependsOn|48259,83310,85753,87971,93|48259,83310,85753,87971,93
|109,95701,95831,96157,9632|109,95701,95831,96157,9632
|9,96386,96496,96680,96693,|9,96386,96496,96680,96693,
|96849,97113,97140,97525,97|96849,97113,97140,97525,97
|576,97986,98388,98396,9853|576,97986,98388,98396,9848
|1,98613,98733,98969,99628,|8,98531,98613,98733,98969,
|99758 |99628,99758





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2009-03-02 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002





--- Additional comments from xlast...@openoffice.org Mon Mar  2 16:25:34 
+ 2009 ---
Added dependency on issue 98488.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 32785] Excel Export BIFF5: missin g character encoding

2009-01-29 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32785





--- Additional comments from xlast...@openoffice.org Thu Jan 29 14:18:22 
+ 2009 ---
*** Issue 61401 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 96575] Wrong pkg requirement for binfilter and ooofonts pkgs

2008-11-27 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96575





--- Additional comments from [EMAIL PROTECTED] Thu Nov 27 10:58:56 + 
2008 ---
is: As far as I can see it, those are really not dependencies. I spent some 
time checking this. I think OO.o does not need the font package to work 
correctly. And also openoffice.org3-en-US does not depend on 
ooobasis3.0-en-US-binfilter. The ooobasis3.0-binfilter instead depends on it. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 96575] Wrong pkg requirement for binfilter and ooofonts pkgs

2008-11-25 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96575
 Issue #|96575
 Summary|Wrong pkg requirement for binfilter and ooofonts pkgs
   Component|Installation
 Version|OOo 3.0
Platform|All
 URL|
  OS/Version|other
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P4
Subcomponent|code
 Assigned to|of
 Reported by|xlastovi





--- Additional comments from [EMAIL PROTECTED] Tue Nov 25 09:25:25 + 
2008 ---
I happened to make a 3.0.0 build with configure switches --disable-binfilter 
and --without-fonts, on Linux. When I then tried to install the RPM packages 
for the build i got the following error:

# rpm -ivh *rpm 
error: Failed dependencies: 
ooobasis3.0-ooofonts is needed by openoffice.org3-3.0.0-9358.i586 
ooobasis3.0-en-US-binfilter is needed by 
openoffice.org3-en-US-3.0.0-9358.i586 

As I can see it, these dependencies on optional packages should be removed. 
The attached patch does this. It patches 
setup_native/source/packinfo/packinfo_brand.txt

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 96575] Wrong pkg requirement for binfilter and ooofonts pkgs

2008-11-25 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96575





--- Additional comments from [EMAIL PROTECTED] Tue Nov 25 09:27:43 + 
2008 ---
Created an attachment (id=58280)
proposed patch


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 96417] Build fails on undefined G NUPATCH make macro

2008-11-21 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96417
 Issue #|96417
 Summary|Build fails on undefined GNUPATCH make macro
   Component|tools
 Version|OOo 3.0
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|solenv
 Assigned to|mh
 Reported by|xlastovi





--- Additional comments from [EMAIL PROTECTED] Fri Nov 21 10:52:39 + 
2008 ---
Hello,
as I tried to build OOo 3.0.0 on Windows, cygwin, the build failed in the 
module hyphen when makefile was trying to invoke command
$(GNUPATCH)  some_patch.diff
This fails in tcsh with null command error.
I attach a fix for this.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 96417] Build fails on undefined G NUPATCH make macro

2008-11-21 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96417





--- Additional comments from [EMAIL PROTECTED] Fri Nov 21 10:53:42 + 
2008 ---
Created an attachment (id=58184)
a one line fix


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-10-30 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583





--- Additional comments from [EMAIL PROTECTED] Thu Oct 30 06:39:24 + 
2008 ---
Confirming issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83630] Bad translations for MID_A DMINISTRATE in db browser

2007-11-14 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83630





--- Additional comments from [EMAIL PROTECTED] Wed Nov 14 11:17:03 + 
2007 ---
Created an attachment (id=49650)
localize.sdf  excerpt


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83630] Bad translations for MID_A DMINISTRATE in db browser

2007-11-14 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83630
 Issue #|83630
 Summary|Bad translations for MID_ADMINISTRATE in db browser
   Component|l10n
 Version|OOo 2.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ihi
 Reported by|xlastovi





--- Additional comments from [EMAIL PROTECTED] Wed Nov 14 11:15:50 + 
2007 ---
I have verified this bug already in OOo 2.1 (the first version I started to 
use). It is present in the file
  dba/dbaccess/source/ui/browser/localize.sdf

For menu item MID_ADMINISTRATE, there exist two translations, first is correct 
and the second is wrong, hence the wrong one is displayed in the UI. Some 
languages are affected by the translations, including 'cs' and 'sk'.

The extract of the localize.sdf explaining the issue is attached.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 32935] opening webdav documents o ver https doesn't work

2007-09-06 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32935





--- Additional comments from [EMAIL PROTECTED] Thu Sep  6 09:12:16 + 
2007 ---
Hello tkr, I have ready patches, currently against OOF680-m18. I took over 
robert's work. I wanted to learn CWS, and use this fixes for my first CWS.

The trouble is I am leaving for a 1,5 month long vacation probably on 
September 10th. Do you hurry with a fix for this issue?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 32935] opening webdav documents o ver https doesn't work

2007-08-31 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32935


User xlastovi changed the following:

What|Old value |New value

  CC|'josua,rvojta'|'josua,rvojta,xlastovi'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 80465] IFEXIST macro fails on dir ectories

2007-08-08 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80465
 Issue #|80465
 Summary|IFEXIST macro fails on directories
   Component|tools
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|xlastovi





--- Additional comments from [EMAIL PROTECTED] Wed Aug  8 09:50:49 + 
2007 ---
The IFEXIST makefile macro with bash makes test -f which is false on 
directories. Patch changes the condition to -e, which is used with tcsh.

The error leads e.g. to the following build problem, where the build process 
is interrupted waiting for user input:

=
Building project hsqldb
=
/home/pavel/602Office/trunk/build/current/hsqldb
-
if test -f ./unxlngi6.pro/misc/build/hsqldb ; then 
mv ./unxlngi6.pro/misc/build/hsqldb ./unxlngi6.pro/misc/build/hsqldb_removeme ; 
fi
rm -rf ./unxlngi6.pro/misc/build/hsqldb_removeme
mkdir: cannot create directory `./unxlngi6.pro/misc/': File exists
mkdir: cannot create directory `./unxlngi6.pro/misc/build': File exists
dmake: Executing shell macro: +$(TYPE) 
$(PRJ)$/$(ROUT)$/misc$/$(TARFILE_NAME).unpack
cd ./unxlngi6.pro/misc/build  ( unzip ../../../download/hsqldb_1_8_0.zip)  
touch so_unpacked_so_hsqldb
Archive:  ../../../download/hsqldb_1_8_0.zip
replace hsqldb/bin/hsqldb? [y]es, [n]o, [A]ll, [N]one, [r]ename:

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 80465] IFEXIST macro fails on dir ectories

2007-08-08 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80465





--- Additional comments from [EMAIL PROTECTED] Wed Aug  8 09:54:54 + 
2007 ---
Created an attachment (id=47382)
patch for unitools.mk


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]