przemelek / ooo2gd

Automatically exported from code.google.com/p/ooo2gd
3 stars 2 forks source link

Import not doing anything #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click Import From GoogleDocs
2. Click Get List
3. Highlight a document and click Open

What is the expected output? What do you see instead?
I expected the document to be opened in Open Office. Instead, nothing
happened: the Opn button remains clickable, there are no dialog boxes, etc.

What version of the product are you using? On what operating system?
gdocs-0.7
Open Office 2.3.0
Kubuntu 7.10

Please provide any additional information below.
Exporting works OK, but I cannot even reimport the documents I export.

Original issue reported on code.google.com by biggrey...@gmail.com on 23 Dec 2007 at 6:58

GoogleCodeExporter commented 9 years ago
Note that this seems different to the previously-reported issue because there 
is no
feedback at all after I click the open button.

Original comment by biggrey...@gmail.com on 23 Dec 2007 at 7:00

GoogleCodeExporter commented 9 years ago
Do you observe any messages?
Import base on default browser in the system, and this browser will be open 
during
import. It is possible that in situation when we have open default browser, in 
this
browser will open new tab with address pointing to Google Docs, but instead of 
start
downloading it shows only prompt for login.
In other words it's possible that after point 3 [from steps to reproduce] in 
default
browser was open proper link but it was done in the background and wasn't 
noticed [I
saw this on my Ubuntu].

Original comment by przeme...@gmail.com on 23 Dec 2007 at 10:44

GoogleCodeExporter commented 9 years ago
No messages, no tab. But I just tried what I should have done in the first 
place, and
ran oowriter from Konsole. This gives an informative Java stack trace, which I 
have
copied below. I am using KDE 3.5.8, though I also have KDE 4 rc2 loaded. I am 
using
java 1.6.0_03, though I also have Java 1.5.0_13 loaded.

Exception occurred during event dispatching:
java.lang.UnsupportedOperationException: Desktop API is not supported on the cur
rent platform
        at java.awt.Desktop.getDesktop(Desktop.java:126)
        at org.openoffice.gdocs.ui.dialogs.ImportDialog.openButtonActionPerforme
d(ImportDialog.java:153)
        at org.openoffice.gdocs.ui.dialogs.ImportDialog.access$400(ImportDialog.
java:26)
        at org.openoffice.gdocs.ui.dialogs.ImportDialog$5.actionPerformed(Import
Dialog.java:117)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19
95)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
a:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242
)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:236)
        at java.awt.Component.processMouseEvent(Component.java:6038)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
        at java.awt.Component.processEvent(Component.java:5803)
        at java.awt.Container.processEvent(Container.java:2058)
        at java.awt.Component.dispatchEventImpl(Component.java:4410)
        at java.awt.Container.dispatchEventImpl(Container.java:2116)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322
)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
        at java.awt.Container.dispatchEventImpl(Container.java:2102)
        at java.awt.Window.dispatchEventImpl(Window.java:2429)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre    
          ad.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.    
          java:183)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.    
          java:177)
        at java.awt.Dialog$1.run(Dialog.java:1039)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre    
          ad.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.    
          java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre    
          ad.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

Original comment by biggrey...@gmail.com on 27 Dec 2007 at 9:56

GoogleCodeExporter commented 9 years ago
Of course, I should have said that I get the stack trace when I do step 3.

Original comment by biggrey...@gmail.com on 27 Dec 2007 at 9:57