My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 57 min ago
    issue 76 (Icons should be larger by default (32 or 64px?)) reported by andypiperuk   -   On Ubuntu, the toolbar icons look quite low quality. I think this is because they are being upscaled from 16 pixels and so they look blurry. It might be an idea to create sharper higher quality ones to match the more modern look of OO.o 3.1. I've attached an example of how it looks in Ubuntu 9.10 on my system.
    On Ubuntu, the toolbar icons look quite low quality. I think this is because they are being upscaled from 16 pixels and so they look blurry. It might be an idea to create sharper higher quality ones to match the more modern look of OO.o 3.1. I've attached an example of how it looks in Ubuntu 9.10 on my system.
  • 61 min ago
    SupportedOperatingSystems Wiki page commented on by andypiperuk   -   Works fine on OpenOffice 3.1 on Ubuntu 9.10 with both Sun and IBM Java.
    Works fine on OpenOffice 3.1 on Ubuntu 9.10 with both Sun and IBM Java.
  • 67 min ago
    issue 75 (Import from GDocs won't work unless target local dir exists) Status changed by przemelek   -  
    Status: Accepted
    Status: Accepted
  • 68 min ago
    issue 74 (Use native platform Java look-and-feel) changed by przemelek   -  
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
  • 68 min ago
    issue 74 (Use native platform Java look-and-feel) commented on by przemelek   -   If Java on Linux has this kind of L&F, I may try :-) Now you can try to edit file swing.properties which you may find in lib folder of your Java installation [if you cannot find this file you will need to create it (location of file should be <JAVA_HOME>/lib/swing.properties)). To this file add line [or if you have link starting from swing.defaultlaf you will need to change it): swing.defaultlaf=_name_of_your_look_and_file_ In case of Linux and GTK it will be swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel You may also try to add parameter: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel To JVM parameters in OO.org [It will be somewhere under Tools -> Options -> Java
    If Java on Linux has this kind of L&F, I may try :-) Now you can try to edit file swing.properties which you may find in lib folder of your Java installation [if you cannot find this file you will need to create it (location of file should be <JAVA_HOME>/lib/swing.properties)). To this file add line [or if you have link starting from swing.defaultlaf you will need to change it): swing.defaultlaf=_name_of_your_look_and_file_ In case of Linux and GTK it will be swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel You may also try to add parameter: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel To JVM parameters in OO.org [It will be somewhere under Tools -> Options -> Java
  • 82 min ago
    issue 75 (Import from GDocs won't work unless target local dir exists) reported by andypiperuk   -   Version of OOo2GD:1.9 Version of Java:1.6 Operating System:Linux Ubuntu 9.10 Version of OO.org:3.1 Is OO.org using Sun Java?: I've tried with Sun Java 1.6.0_15 and IBM Java 1.6.0 and both work fine What steps will reproduce the problem? 1.Set "Downloaded files save to" path to a non-existent dir. I did this by browsing for Documents folder in my home dir and then using the Create new dir button in the Browse dialog to specify a new folder called GDoc. 2.Attempt to import file from Google Docs What is the expected output? What do you see instead? I'd expect the directory to be created (assuming I have permissions) and the file to be imported. Instead there's an error. On the console I see: java.io.FileNotFoundException: /home/andyp/Documents/GDoc/Dogear_Nation_site_management.ods.0.part (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.openoffice.gdocs.util.Downloader.fetchImplForFile(Downloader.java:166) at org.openoffice.gdocs.util.Downloader.access$000(Downloader.java:32) at org.openoffice.gdocs.util.Downloader$1.fetchImpl(Downloader.java:77) at org.openoffice.gdocs.util.Downloader.doFetchHttpURLConnection(Downloader.java:146) at org.openoffice.gdocs.util.Downloader.run(Downloader.java:122) at java.lang.Thread.run(Thread.java:619) If I then create the target directory and try again, it works fine.
    Version of OOo2GD:1.9 Version of Java:1.6 Operating System:Linux Ubuntu 9.10 Version of OO.org:3.1 Is OO.org using Sun Java?: I've tried with Sun Java 1.6.0_15 and IBM Java 1.6.0 and both work fine What steps will reproduce the problem? 1.Set "Downloaded files save to" path to a non-existent dir. I did this by browsing for Documents folder in my home dir and then using the Create new dir button in the Browse dialog to specify a new folder called GDoc. 2.Attempt to import file from Google Docs What is the expected output? What do you see instead? I'd expect the directory to be created (assuming I have permissions) and the file to be imported. Instead there's an error. On the console I see: java.io.FileNotFoundException: /home/andyp/Documents/GDoc/Dogear_Nation_site_management.ods.0.part (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.openoffice.gdocs.util.Downloader.fetchImplForFile(Downloader.java:166) at org.openoffice.gdocs.util.Downloader.access$000(Downloader.java:32) at org.openoffice.gdocs.util.Downloader$1.fetchImpl(Downloader.java:77) at org.openoffice.gdocs.util.Downloader.doFetchHttpURLConnection(Downloader.java:146) at org.openoffice.gdocs.util.Downloader.run(Downloader.java:122) at java.lang.Thread.run(Thread.java:619) If I then create the target directory and try again, it works fine.
  • 94 min ago
    issue 74 (Use native platform Java look-and-feel) reported by andypiperuk   -   Version of OOo2GD:1.9 Version of Java:1.6 Operating System:Linux Ubuntu 9.10 Version of OO.org:3.1 Is OO.org using Sun Java?: I've tried with Sun Java 1.6.0_15 and IBM Java 1.6.0 and both work fine This is a feature request. Would it be possible for the dialogs the ooo2gd provides to use the native platform Look and Feel i.e. in this case, use GTK on Linux as this will make things appear much more integrated and smooth.
    Version of OOo2GD:1.9 Version of Java:1.6 Operating System:Linux Ubuntu 9.10 Version of OO.org:3.1 Is OO.org using Sun Java?: I've tried with Sun Java 1.6.0_15 and IBM Java 1.6.0 and both work fine This is a feature request. Would it be possible for the dialogs the ooo2gd provides to use the native platform Look and Feel i.e. in this case, use GTK on Linux as this will make things appear much more integrated and smooth.

Last 7 days

  • Dec 06, 2009
    issue 71 (gdocs_1.8.2.oxt extension refuse to install OOo 3.1 under Ka...) commented on by tgannon   -   Ubuntu 9.10 Karmic w/ all current updates. OpenOffice.org 3.1.1 build 9420. gdocs_1.9.0.oxt. OpenOffice was installed from the Karmic installation medium, and it is using Sun Java 1.6.0_15. I get the CannotRegisterImplementationException when I try to install the extension.
    Ubuntu 9.10 Karmic w/ all current updates. OpenOffice.org 3.1.1 build 9420. gdocs_1.9.0.oxt. OpenOffice was installed from the Karmic installation medium, and it is using Sun Java 1.6.0_15. I get the CannotRegisterImplementationException when I try to install the extension.
  • Dec 06, 2009
    KnownIssues Wiki page commented on by elliottbrennan   -   I have Kubuntu 9.10 with OpenOffice 3.1. Version 1.9 did not work, but I just tried gdocs-1.4.1.oxt and that worked first time.
    I have Kubuntu 9.10 with OpenOffice 3.1. Version 1.9 did not work, but I just tried gdocs-1.4.1.oxt and that worked first time.

Last 30 days

  • Nov 30, 2009
    issue 70 (Cannot install ooo2gd strange error) changed by przemelek   -   Solution for problem is in #7 on issue page http://code.google.com/p/ooo2gd/wiki/KnownIssues, here http://eng-przemelek.blogspot.com/2009/11/ooo2gd-in-ubuntu-910-its-working.html you will find more.
    Status: WontFix
    Solution for problem is in #7 on issue page http://code.google.com/p/ooo2gd/wiki/KnownIssues, here http://eng-przemelek.blogspot.com/2009/11/ooo2gd-in-ubuntu-910-its-working.html you will find more.
    Status: WontFix
  • Nov 30, 2009
    issue 70 (Cannot install ooo2gd strange error) commented on by andersals7   -   I ve got EXACTLY the same error, but only after using the official version of 9.10, the RC does not seem to cause any error like this.
    I ve got EXACTLY the same error, but only after using the official version of 9.10, the RC does not seem to cause any error like this.
  • Nov 18, 2009
    issue 71 (gdocs_1.8.2.oxt extension refuse to install OOo 3.1 under Ka...) Status changed by przemelek   -   Cannot reproduce. Here steps which leaded me to successful installation of OO.org and OOo2GD. Try to install OO.org using: apt-get install openoffice.org Next use Extension Manager to install OOo2GD. http://eng-przemelek.blogspot.com/2009/11/ooo2gd-in-ubuntu-910-its-working.html
    Status: WontFix
    Cannot reproduce. Here steps which leaded me to successful installation of OO.org and OOo2GD. Try to install OO.org using: apt-get install openoffice.org Next use Extension Manager to install OOo2GD. http://eng-przemelek.blogspot.com/2009/11/ooo2gd-in-ubuntu-910-its-working.html
    Status: WontFix
  • Nov 18, 2009
    KnownIssues Wiki page edited by przemelek   -   Revision r148 Edited wiki page through web user interface.
    Revision r148 Edited wiki page through web user interface.
  • Nov 16, 2009
    KnownIssues Wiki page commented on by Greg.Rundlett   -   Can't open a document using Google apps for my domain. I'm using Ubuntu 9.04 with OO 3.0 and Sun Java I can start OpenOffice plus configure it with first.last@domain.com (login) fine and retrieve the list of documents, however when I try to import a document, I get this error java.io.IOException: Server returned HTTP response code: 400 for URL: https://docs.google.com/a/beangroup.com/feeds/download/documents/Export?docID=0AV3ztySR8Z29ZGhmdGZ4ZHhfNmZqdGY2bWd0&exportFormat=odt at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) at org.openoffice.gdocs.util.Downloader.doFetchHttpURLConnection(Downloader.java:144) at org.openoffice.gdocs.util.Downloader.run(Downloader.java:122) at java.lang.Thread.run(Thread.java:619) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://docs.google.com/a/beangroup.com/feeds/download/documents/Export?docID=0AV3ztySR8Z29ZGhmdGZ4ZHhfNmZqdGY2bWd0&exportFormat=odt at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2173) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:271) at org.openoffice.gdocs.util.Downloader.getContentLength(Downloader.java:35) at org.openoffice.gdocs.util.Downloader.doFetchHttpURLConnection(Downloader.java:143) ... 2 more
    Can't open a document using Google apps for my domain. I'm using Ubuntu 9.04 with OO 3.0 and Sun Java I can start OpenOffice plus configure it with first.last@domain.com (login) fine and retrieve the list of documents, however when I try to import a document, I get this error java.io.IOException: Server returned HTTP response code: 400 for URL: https://docs.google.com/a/beangroup.com/feeds/download/documents/Export?docID=0AV3ztySR8Z29ZGhmdGZ4ZHhfNmZqdGY2bWd0&exportFormat=odt at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) at org.openoffice.gdocs.util.Downloader.doFetchHttpURLConnection(Downloader.java:144) at org.openoffice.gdocs.util.Downloader.run(Downloader.java:122) at java.lang.Thread.run(Thread.java:619) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://docs.google.com/a/beangroup.com/feeds/download/documents/Export?docID=0AV3ztySR8Z29ZGhmdGZ4ZHhfNmZqdGY2bWd0&exportFormat=odt at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2173) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:271) at org.openoffice.gdocs.util.Downloader.getContentLength(Downloader.java:35) at org.openoffice.gdocs.util.Downloader.doFetchHttpURLConnection(Downloader.java:143) ... 2 more
  • Nov 12, 2009
    gdocs_1.9.0.oxt (OpenOffice.org2GoogleDocs version 1.9.0) file uploaded by przemelek   -  
    Labels: Featured Type-Installer OpSys-All
    Labels: Featured Type-Installer OpSys-All
  • Nov 11, 2009
    r147 (some small UI changes, change in choosing document to update...) committed by przemelek   -   some small UI changes, change in choosing document to update, we will choose this which file name starts with name in Google Docs, it should help also for those who will not user overwrite.
    some small UI changes, change in choosing document to update, we will choose this which file name starts with name in Google Docs, it should help also for those who will not user overwrite.
  • Nov 11, 2009
    issue 17 (Error Message "Problem: URI has an authority component") Status changed by przemelek   -   @FRSDocs - maybe any additional information? It's permanent, or it worked and bum! suddenly you got this message? Currently I'm not able to download any file from Google Docs, but not only by OOo2GD but even by Google Docs interface, so now it's Google Docs problem. Do you work in network with proxy servers? Does uploading and downloading by Google Docs interface works?
    Status: Invalid
    @FRSDocs - maybe any additional information? It's permanent, or it worked and bum! suddenly you got this message? Currently I'm not able to download any file from Google Docs, but not only by OOo2GD but even by Google Docs interface, so now it's Google Docs problem. Do you work in network with proxy servers? Does uploading and downloading by Google Docs interface works?
    Status: Invalid
  • Nov 11, 2009
    issue 17 (Error Message "Problem: URI has an authority component") commented on by FRSDocs   -   Not fixed.
    Not fixed.

Earlier this year

  • Nov 10, 2009
    r146 (added reuse of existing wrapper, thanks to this we may make ...) committed by przemelek   -   added reuse of existing wrapper, thanks to this we may make some operations seamless, added in configuration window chackbox for overwriting files, more intuitive behavior during update for Google Docs, if on list we have document with identical name like current document we will select this document in checkbox
    added reuse of existing wrapper, thanks to this we may make some operations seamless, added in configuration window chackbox for overwriting files, more intuitive behavior during update for Google Docs, if on list we have document with identical name like current document we will select this document in checkbox
  • Nov 03, 2009
    issue 72 (No Charts imported) changed by przemelek   -   Google Docs doesn't support it yet, when uploading of spreadsheets with charts will be available OOo2GD will able to do it ;-)
    Status: Waiting
    Labels: Type-Enhancement Type-Defect
    Google Docs doesn't support it yet, when uploading of spreadsheets with charts will be available OOo2GD will able to do it ;-)
    Status: Waiting
    Labels: Type-Enhancement Type-Defect
  • Nov 03, 2009
    issue 73 (can't update a file after that it has been modified in the b...) changed by przemelek   -   If scenario looks like this: 1) Download document from Google Docs 2) Modify document in Google Docs using browser interface 3) Upload as update document downloaded in #1 It's expected behavior, you need to click "refresh" button next to field with document name, this will refresh list of documents in Google Docs, and now you may update chosen document.
    Status: Invalid
    Labels: Type-Other Priority-Low Type-Defect Priority-Medium
    If scenario looks like this: 1) Download document from Google Docs 2) Modify document in Google Docs using browser interface 3) Upload as update document downloaded in #1 It's expected behavior, you need to click "refresh" button next to field with document name, this will refresh list of documents in Google Docs, and now you may update chosen document.
    Status: Invalid
    Labels: Type-Other Priority-Low Type-Defect Priority-Medium
  • Nov 03, 2009
    issue 73 (can't update a file after that it has been modified in the b...) reported by dimitri.ognibene   -   Version of OOo2GD:1.8.2 Version of Java: Operating System:mac os x 10.4.11 Version of OO.org:3.1.1 Is OO.org using Sun Java?: ... What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please provide any additional information below. Try to create DocsService DocsService created Try to login LogedIn com.google.gdata.util.PreconditionFailedException: Mismatch: etags = ["WE0VTUlRFSp7ImBr"], version = [g1kweip0] <errors xmlns='http://schemas.google.com/g/2005'> <error> <domain>GData</domain> <code>etagsMismatch</code> <internalReason>Mismatch: etags = [&quot;WE0VTUlRFSp7ImBr&quot;], version = [g1kweip0]</internalReason> </error> </errors> at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:57 0) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.jav a:543) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515) at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515) at com.google.gdata.client.media.MediaService.updateMedia(MediaService.java:498) at org.openoffice.gdocs.util.GoogleDocsWrapper.update(GoogleDocsWrapper.java:333) at org.openoffice.gdocs.ui.dialogs.UploadDialog$9.run(UploadDialog.java:497) at java.lang.Thread.run(Thread.java:613)
    Version of OOo2GD:1.8.2 Version of Java: Operating System:mac os x 10.4.11 Version of OO.org:3.1.1 Is OO.org using Sun Java?: ... What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please provide any additional information below. Try to create DocsService DocsService created Try to login LogedIn com.google.gdata.util.PreconditionFailedException: Mismatch: etags = ["WE0VTUlRFSp7ImBr"], version = [g1kweip0] <errors xmlns='http://schemas.google.com/g/2005'> <error> <domain>GData</domain> <code>etagsMismatch</code> <internalReason>Mismatch: etags = [&quot;WE0VTUlRFSp7ImBr&quot;], version = [g1kweip0]</internalReason> </error> </errors> at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:57 0) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.jav a:543) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515) at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515) at com.google.gdata.client.media.MediaService.updateMedia(MediaService.java:498) at org.openoffice.gdocs.util.GoogleDocsWrapper.update(GoogleDocsWrapper.java:333) at org.openoffice.gdocs.ui.dialogs.UploadDialog$9.run(UploadDialog.java:497) at java.lang.Thread.run(Thread.java:613)
  • Nov 03, 2009
    KnownIssues Wiki page commented on by dimitri.ognibene   -   I can't update a file that i previously edited also in the browser this is the log: Try to create DocsService DocsService created Try to login LogedIn com.google.gdata.util.PreconditionFailedException: Mismatch: etags = ["WE0VTUlRFSp7ImBr"], version = [g1kweip0] <errors xmlns='http://schemas.google.com/g/2005'> <error> <domain>GData</domain> <code>etagsMismatch</code> <internalReason>Mismatch: etags = [&quot;WE0VTUlRFSp7ImBr&quot;], version = [g1kweip0]</internalReason> </error> </errors> at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:570) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:543) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515) at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515) at com.google.gdata.client.media.MediaService.updateMedia(MediaService.java:498) at org.openoffice.gdocs.util.GoogleDocsWrapper.update(GoogleDocsWrapper.java:333) at org.openoffice.gdocs.ui.dialogs.UploadDialog$9.run(UploadDialog.java:497) at java.lang.Thread.run(Thread.java:613)
    I can't update a file that i previously edited also in the browser this is the log: Try to create DocsService DocsService created Try to login LogedIn com.google.gdata.util.PreconditionFailedException: Mismatch: etags = ["WE0VTUlRFSp7ImBr"], version = [g1kweip0] <errors xmlns='http://schemas.google.com/g/2005'> <error> <domain>GData</domain> <code>etagsMismatch</code> <internalReason>Mismatch: etags = [&quot;WE0VTUlRFSp7ImBr&quot;], version = [g1kweip0]</internalReason> </error> </errors> at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:570) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:543) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515) at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515) at com.google.gdata.client.media.MediaService.updateMedia(MediaService.java:498) at org.openoffice.gdocs.util.GoogleDocsWrapper.update(GoogleDocsWrapper.java:333) at org.openoffice.gdocs.ui.dialogs.UploadDialog$9.run(UploadDialog.java:497) at java.lang.Thread.run(Thread.java:613)
  • Nov 03, 2009
    issue 66 (Could not create java implementation loader) commented on by sune.woeller   -   6) doesnt work when running oo 3.1.1 - the package openoffice.org conflicts, it is only version 3.1.0
    6) doesnt work when running oo 3.1.1 - the package openoffice.org conflicts, it is only version 3.1.0
  • Nov 03, 2009
    issue 72 (No Charts imported) reported by melvin.chng   -   Version of OOo2GD:1.8.2 Version of Java: Operating System:Ubuntu 9.10 Version of OO.org:3.1 Is OO.org using Sun Java?:Yes What steps will reproduce the problem? 1.Upload worksheet with data and charts 2.Data uploaded without charts What is the expected output? Original Sheet of data with chart. What do you see instead? Only Datasheet available
    Version of OOo2GD:1.8.2 Version of Java: Operating System:Ubuntu 9.10 Version of OO.org:3.1 Is OO.org using Sun Java?:Yes What steps will reproduce the problem? 1.Upload worksheet with data and charts 2.Data uploaded without charts What is the expected output? Original Sheet of data with chart. What do you see instead? Only Datasheet available
  • Nov 02, 2009
    issue 70 (Cannot install ooo2gd strange error) changed by przemelek   -   The same problem what in Issue 71 , but 71 has more descriptive subject.
    Status: Duplicate
    The same problem what in Issue 71 , but 71 has more descriptive subject.
    Status: Duplicate
  • Nov 02, 2009
    issue 71 (gdocs_1.8.2.oxt extension refuse to install OOo 3.1 under Ka...) commented on by przemelek   -   Issue 70 has been merged into this issue.
    Issue 70 has been merged into this issue.
  • Nov 02, 2009
    issue 71 (gdocs_1.8.2.oxt extension refuse to install OOo 3.1 under Ka...) reported by clemare.hc   -   Version of OOo2GD:OOO310m19 Build:9420 Version of Java:1.6.0_15 Operating System: Ubuntu Linux 9.10 Fresh install Version of OO.org: 3.1 Is OO.org using Sun Java?: Yes What steps will reproduce the problem? 1.Try to install gdocs_1.8.2.oxt extension 2.Then error: 3.(com.sun.star.registry.CannotRegisterImplementationException) 4.{ { Message = "", Context = (com.sun.star.uno.XInterface) @0 } } What is the expected output? What do you see instead? No error and the extension installed. Please provide any additional information below. The extension refuste to install with the described error. When I accept the plugin got not installed at all, however I can see a process still running in the background: /usr/lib/openoffice/basis3.1/program/../ure-link/bin/uno.bin --quiet --singleaccept -u uno:pipe,name=d1278f7e437e9cd39ba4346e58fa6948727597a8567ca4739ce4b1407f7423ff;urp;uno.ComponentContext -env:INIFILENAME=
    Version of OOo2GD:OOO310m19 Build:9420 Version of Java:1.6.0_15 Operating System: Ubuntu Linux 9.10 Fresh install Version of OO.org: 3.1 Is OO.org using Sun Java?: Yes What steps will reproduce the problem? 1.Try to install gdocs_1.8.2.oxt extension 2.Then error: 3.(com.sun.star.registry.CannotRegisterImplementationException) 4.{ { Message = "", Context = (com.sun.star.uno.XInterface) @0 } } What is the expected output? What do you see instead? No error and the extension installed. Please provide any additional information below. The extension refuste to install with the described error. When I accept the plugin got not installed at all, however I can see a process still running in the background: /usr/lib/openoffice/basis3.1/program/../ure-link/bin/uno.bin --quiet --singleaccept -u uno:pipe,name=d1278f7e437e9cd39ba4346e58fa6948727597a8567ca4739ce4b1407f7423ff;urp;uno.ComponentContext -env:INIFILENAME=
  • Nov 02, 2009
    issue 70 (Cannot install ooo2gd strange error) reported by giorgos.arnakis   -   Version of OOo2GD:1.8.2 Version of Java: javac -version javac 1.6.0_15 Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Operating System:Ubuntu Karmic Koala 9.10 Version of OO.org: 3.1.1 Is OO.org using Sun Java?: yes What steps will reproduce the problem? 1. Installed Ubuntu 2. Installed java from aptitude install sun-java6-jdk 3. Trying to install the 00o2GD What is the expected output? What do you see instead? Please provide any additional information below. (com.sun.star.registry.CannotRegisterImplementationException) {{ Message = "", Context = (com.sun.star.uno.XInterface) @0 } }
    Version of OOo2GD:1.8.2 Version of Java: javac -version javac 1.6.0_15 Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Operating System:Ubuntu Karmic Koala 9.10 Version of OO.org: 3.1.1 Is OO.org using Sun Java?: yes What steps will reproduce the problem? 1. Installed Ubuntu 2. Installed java from aptitude install sun-java6-jdk 3. Trying to install the 00o2GD What is the expected output? What do you see instead? Please provide any additional information below. (com.sun.star.registry.CannotRegisterImplementationException) {{ Message = "", Context = (com.sun.star.uno.XInterface) @0 } }
  • Oct 25, 2009
    godcs_1.8.2.oxt (OpenOffice.org2GoogleDocs version 1.8.2) file uploaded by przemelek   -  
    Labels: Featured Type-Installer OpSys-All
    Labels: Featured Type-Installer OpSys-All
  • Oct 25, 2009
    r145 (change in UI, instead of showing message box when file was u...) committed by przemelek   -   change in UI, instead of showing message box when file was uploaded/updated we will only write it in window visible near tray [in "standard" Windows layout], added Download button, this will only download files, without opening it, small fix in handling file names, this time for names with character "#"
    change in UI, instead of showing message box when file was uploaded/updated we will only write it in window visible near tray [in "standard" Windows layout], added Download button, this will only download files, without opening it, small fix in handling file names, this time for names with character "#"
  • Oct 18, 2009
    MacOS_Support Wiki page edited by przemelek   -   Revision r144 Edited wiki page through web user interface.
    Revision r144 Edited wiki page through web user interface.
  • Oct 18, 2009
    MacOS_Support Wiki page commented on by przemelek   -   @dsuoch - current versions of OOo2GD should work on MacOS, because whole addon was recompiled to work with Java 5. I forgot about put this information here, sorry.
    @dsuoch - current versions of OOo2GD should work on MacOS, because whole addon was recompiled to work with Java 5. I forgot about put this information here, sorry.
  • Oct 18, 2009
    MacOS_Support Wiki page edited by przemelek   -   Revision r143 Edited wiki page through web user interface.
    Revision r143 Edited wiki page through web user interface.
  • Oct 18, 2009
    MacOS_Support Wiki page commented on by dsuoch   -   what about using "SoyLatte" - http://landonf.bikemonkey.org/static/soylatte/ ??? i think this got into "OpenJDK" and might be usable via "MacPorts" - http://trac.macports.org/browser/trunk/dports/java/openjdk6/Portfile
    what about using "SoyLatte" - http://landonf.bikemonkey.org/static/soylatte/ ??? i think this got into "OpenJDK" and might be usable via "MacPorts" - http://trac.macports.org/browser/trunk/dports/java/openjdk6/Portfile
  • Oct 05, 2009
    r142 (fixed problem with downloading presentations, added filterin...) committed by przemelek   -   fixed problem with downloading presentations, added filtering of items in list of documents in Google Docs, removed spaces from MIME types in some formats
    fixed problem with downloading presentations, added filtering of items in list of documents in Google Docs, removed spaces from MIME types in some formats
  • Oct 05, 2009
    issue 69 (Import of presentations doesn't work) Status changed by przemelek   -   in 1.8.1
    Status: Fixed
    in 1.8.1
    Status: Fixed
  • Oct 05, 2009
    issue 68 (PDFs are visible on list of files in Import window) Status changed by przemelek   -   in 1.8.1
    Status: Fixed
    in 1.8.1
    Status: Fixed
  • Oct 05, 2009
    gdocs_1.8.1.oxt (OpenOffice.org2GoogleDocs version 1.8.1) file uploaded by przemelek   -  
    Labels: Featured Type-Installer OpSys-All
    Labels: Featured Type-Installer OpSys-All
  • Oct 05, 2009
    issue 69 (Import of presentations doesn't work) reported by przemelek   -   Not sure why, but it looks that url for export from GDocs is now different than it was earlier.
    Not sure why, but it looks that url for export from GDocs is now different than it was earlier.
  • Oct 05, 2009
    issue 68 (PDFs are visible on list of files in Import window) reported by przemelek   -   probably the best idea will be to hide PDFs or to add opening PDFs in external application
    probably the best idea will be to hide PDFs or to add opening PDFs in external application
  • Oct 03, 2009
    gdocs_1.8.0.oxt (OpenOffice.org2GoogleDocs version 1.8.0) file uploaded by przemelek   -  
    Labels: Featured Type-Installer OpSys-All
    Labels: Featured Type-Installer OpSys-All
  • Oct 03, 2009
    r141 (added support for downloading files in one of available form...) committed by przemelek   -   added support for downloading files in one of available formats from GDocs, change in name of application for Google Docs
    added support for downloading files in one of available formats from GDocs, change in name of application for Google Docs
  • Sep 20, 2009
    KnownIssues Wiki page commented on by mandar.mitra   -   Same problem as reported by several others. I've installed, and the toolbar and menu entry show up, but when I click File->Google Docs & Zoho->Configuration, nothing happens. Also, nothing shows up on the konsole from where I started soffice / swriter. I am using the Sun Java RPM (jdk 1.6.0_04 from Sun Microsystems).
    Same problem as reported by several others. I've installed, and the toolbar and menu entry show up, but when I click File->Google Docs & Zoho->Configuration, nothing happens. Also, nothing shows up on the konsole from where I started soffice / swriter. I am using the Sun Java RPM (jdk 1.6.0_04 from Sun Microsystems).
  • Sep 09, 2009
    KnownIssues Wiki page commented on by przemelek   -   @hcollegedude - which version of OOo2GD you are using? Which version of OO.org, which OS and Java? I tested it moment ago with OOo2GD 1.7.2, Java 5+ and XP and it works.
    @hcollegedude - which version of OOo2GD you are using? Which version of OO.org, which OS and Java? I tested it moment ago with OOo2GD 1.7.2, Java 5+ and XP and it works.
  • Sep 08, 2009
    KnownIssues Wiki page commented on by hcollegedude   -   null error -- trying to sync with google docs an open calc file, i tried my google account with user and password and user@gmail.com and password both instances i receive a null error i don't know what this means
    null error -- trying to sync with google docs an open calc file, i tried my google account with user and password and user@gmail.com and password both instances i receive a null error i don't know what this means
  • Sep 05, 2009
    issue 15 (menu Google Docs not visible) commented on by sefsinalas   -   same here. Ubuntu jaunty, know issues dont work for me
    same here. Ubuntu jaunty, know issues dont work for me
  • Sep 01, 2009
    KnownIssues Wiki page commented on by przemelek   -   First version should work. So my.name@mycompany.co.uk. Generally you should use this address which you use during work with Google Docs from Google Apps for Domain
    First version should work. So my.name@mycompany.co.uk. Generally you should use this address which you use during work with Google Docs from Google Apps for Domain
  • Sep 01, 2009
    KnownIssues Wiki page commented on by seatrout   -   Could you give an example for what the address should look like when logging into google apps for my domain? If I use my.name@mycompany.co.uk this does not work. Neither does my.name@sites.google.com/a/mycompany.co.uk I love your extension and use it often, but this would make it still more useful
    Could you give an example for what the address should look like when logging into google apps for my domain? If I use my.name@mycompany.co.uk this does not work. Neither does my.name@sites.google.com/a/mycompany.co.uk I love your extension and use it often, but this would make it still more useful
  • Aug 20, 2009
    SupportedDocumentFormats Wiki page commented on by vrindacali   -   Congratulations, it works good for us
    Congratulations, it works good for us
 
Hosted by Google Code