| Issue 26: | Import not doing anything | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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. |
|
,
Dec 23, 2007
Note that this seems different to the previously-reported issue because there is no feedback at all after I click the open button. |
|
,
Dec 23, 2007
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]. |
|
,
Dec 27, 2007
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)
|
|
,
Dec 27, 2007
Of course, I should have said that I get the stack trace when I do step 3. |
|
|
|