Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62496 - app-misc/gallery-remote needs version bump to 1.4.1
Summary: app-misc/gallery-remote needs version bump to 1.4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Thomas Matthijs (RETIRED)
URL: http://gallery.menalto.com/modules.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 04:42 UTC by Maxwell Grender-Jones
Modified: 2004-09-07 03:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxwell Grender-Jones 2004-09-01 04:42:52 UTC
as description.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-02 03:31:49 UTC
bumped

Please let me know if there are any problems
Comment 2 Maxwell Grender-Jones 2004-09-07 02:56:43 UTC
Thanks for that - ebuild works fine. Now to file bugs on the program itself...
Comment 3 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-07 03:06:19 UTC
such as?
Comment 4 Maxwell Grender-Jones 2004-09-07 03:21:39 UTC
Sorry - I meant file them against the gallery-remote developers. But if you're volunteering to pass them upstream.... ;)

they can't spell Instantiating on their startup line ("Instanciating Gallery Remote...") which irritates me, because I'm anal.

More importantly, with both the previous version and this version, I get the following stack trace to the commandline when editting the preferences. However, I can't reproduce this bug, which makes me suspect that it needs a fresh install, after which it sets the problem field to a sensible default. (With the previous version I used to get it every time I ran the program, with this version I think I only get it on first run, but the previous version's saving was broken which is what made me suspect that it's an initial run problem).

Exception occurred during event dispatching:
java.lang.NumberFormatException: Parameter setCaptionsNone is missing or malformed (should be true/yes or false/no)
        at com.gallery.GalleryRemote.prefs.GalleryProperties.getBooleanProperty(GalleryProperties.java:388)
        at com.gallery.GalleryRemote.prefs.UploadPanel.readProperties(UploadPanel.java:67)
        at com.gallery.GalleryRemote.prefs.PreferencePanel.readPropertiesFirst(PreferencePanel.java:28)
        at com.gallery.GalleryRemote.prefs.PreferencesDialog.valueChanged(PreferencesDialog.java:144)
        at javax.swing.JList.fireSelectionValueChanged(JList.java:1321)
        at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1335)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
        at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:402)
        at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:411)
        at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:435)
        at javax.swing.JList.setSelectionInterval(JList.java:1608)
        at javax.swing.plaf.basic.BasicListUI$MouseInputHandler.adjustFocusAndSelection(BasicListUI.java:1333)
        at javax.swing.plaf.basic.BasicListUI$MouseInputHandler.mousePressed(BasicListUI.java:1295)
        at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
        at java.awt.Component.processMouseEvent(Component.java:5097)
        at java.awt.Component.processEvent(Component.java:4897)
        at java.awt.Container.processEvent(Container.java:1569)
        at java.awt.Component.dispatchEventImpl(Component.java:3615)
        at java.awt.Container.dispatchEventImpl(Container.java:1627)
        at java.awt.Component.dispatchEvent(Component.java:3477)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
        at java.awt.Container.dispatchEventImpl(Container.java:1613)
        at java.awt.Window.dispatchEventImpl(Window.java:1606)
        at java.awt.Component.dispatchEvent(Component.java:3477)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
        at java.awt.Dialog$1.run(Dialog.java:540)
        at java.awt.Dialog.show(Dialog.java:561)
        at java.awt.Component.show(Component.java:1133)
        at java.awt.Component.setVisible(Component.java:1088)
        at com.gallery.GalleryRemote.MainFrame.showPreferencesDialog(MainFrame.java:1319)
        at com.gallery.GalleryRemote.MainFrame.actionPerformed(MainFrame.java:1300)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
        at java.awt.Component.processMouseEvent(Component.java:5100)
        at java.awt.Component.processEvent(Component.java:4897)
        at java.awt.Container.processEvent(Container.java:1569)
        at java.awt.Component.dispatchEventImpl(Component.java:3615)
        at java.awt.Container.dispatchEventImpl(Container.java:1627)
        at java.awt.Component.dispatchEvent(Component.java:3477)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
        at java.awt.Container.dispatchEventImpl(Container.java:1613)
        at java.awt.Window.dispatchEventImpl(Window.java:1606)
        at java.awt.Component.dispatchEvent(Component.java:3477)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

Comment 5 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-07 03:59:34 UTC
just wanted to see if there not because of the way the ebuild installs it. Doesn't seem like it.

(i'm not filing them upstream)