06-06-2014, 09:39 PM
Thanks for the replies
I have tried JDiskReport as suggested and that works fine - It default is set to open using Java and runs OK.
The "start sh" file in Keepboard has the following script
_____________________________________________-
#!/bin/sh
DIR="$( cd "$( dirname "$0" )" && pwd )"
cd $DIR
java -jar jar.jar
______________________________________________-
Keepboard does appear to do something as it creates a "Pref" folder in the program folder there is a Pref file as shown below.
________________________________________________
<list>
<item>
<autosaveImages>false</autosaveImages>
<autopasteKeyModifiers>2</autopasteKeyModifiers>
<autopasteKeyCode>86</autopasteKeyCode>
<autostart>false</autostart>
<lookAndFeel>NIMBUS</lookAndFeel>
<mainFrameWidth>430</mainFrameWidth>
<mainFrameHeight>510</mainFrameHeight>
<paused>false</paused>
<itemPreviewHidden>false</itemPreviewHidden>
<pasteMode>PASTE</pasteMode>
<selectionMode>MOVE_TO_TOP</selectionMode>
<showNameSearchColumn>false</showNameSearchColumn>
<showGroupSearchColumn>false</showGroupSearchColumn>
<tabsHidden>false</tabsHidden>
<buttonsHidden>false</buttonsHidden>
<groupComboBoxHidden>false</groupComboBoxHidden>
<toolbarHidden>false</toolbarHidden>
<trayIconHidden>false</trayIconHidden>
<allGroupsManuallyDeleted>false</allGroupsManuallyDeleted>
<dividerLocation>287</dividerLocation>
<previewAreaPosition>BOTTOM</previewAreaPosition>
<clipboardHistoryPreviewDialogLineWrap>false</clipboardHistoryPreviewDialogLineWrap>
<namedItemsPreviewDialogLineWrap>false</namedItemsPreviewDialogLineWrap>
<previewAreaLineWrap>false</previewAreaLineWrap>
<clipboardHistoryPreviewDialogWidth>600</clipboardHistoryPreviewDialogWidth>
<clipboardHistoryPreviewDialogHeight>400</clipboardHistoryPreviewDialogHeight>
<namedItemsPreviewDialogWidth>600</namedItemsPreviewDialogWidth>
<namedItemsPreviewDialogHeight>400</namedItemsPreviewDialogHeight>
<maxHistorySize>2000</maxHistorySize>
<autopaste>false</autopaste>
</item>
</list>
__________________________________________________________________
Colin
I have tried JDiskReport as suggested and that works fine - It default is set to open using Java and runs OK.
The "start sh" file in Keepboard has the following script
_____________________________________________-
#!/bin/sh
DIR="$( cd "$( dirname "$0" )" && pwd )"
cd $DIR
java -jar jar.jar
______________________________________________-
Keepboard does appear to do something as it creates a "Pref" folder in the program folder there is a Pref file as shown below.
________________________________________________
<list>
<item>
<autosaveImages>false</autosaveImages>
<autopasteKeyModifiers>2</autopasteKeyModifiers>
<autopasteKeyCode>86</autopasteKeyCode>
<autostart>false</autostart>
<lookAndFeel>NIMBUS</lookAndFeel>
<mainFrameWidth>430</mainFrameWidth>
<mainFrameHeight>510</mainFrameHeight>
<paused>false</paused>
<itemPreviewHidden>false</itemPreviewHidden>
<pasteMode>PASTE</pasteMode>
<selectionMode>MOVE_TO_TOP</selectionMode>
<showNameSearchColumn>false</showNameSearchColumn>
<showGroupSearchColumn>false</showGroupSearchColumn>
<tabsHidden>false</tabsHidden>
<buttonsHidden>false</buttonsHidden>
<groupComboBoxHidden>false</groupComboBoxHidden>
<toolbarHidden>false</toolbarHidden>
<trayIconHidden>false</trayIconHidden>
<allGroupsManuallyDeleted>false</allGroupsManuallyDeleted>
<dividerLocation>287</dividerLocation>
<previewAreaPosition>BOTTOM</previewAreaPosition>
<clipboardHistoryPreviewDialogLineWrap>false</clipboardHistoryPreviewDialogLineWrap>
<namedItemsPreviewDialogLineWrap>false</namedItemsPreviewDialogLineWrap>
<previewAreaLineWrap>false</previewAreaLineWrap>
<clipboardHistoryPreviewDialogWidth>600</clipboardHistoryPreviewDialogWidth>
<clipboardHistoryPreviewDialogHeight>400</clipboardHistoryPreviewDialogHeight>
<namedItemsPreviewDialogWidth>600</namedItemsPreviewDialogWidth>
<namedItemsPreviewDialogHeight>400</namedItemsPreviewDialogHeight>
<maxHistorySize>2000</maxHistorySize>
<autopaste>false</autopaste>
</item>
</list>
__________________________________________________________________
Colin
I Learn something new Every Day !
An "example" is worth a 1000 words
An "example" is worth a 1000 words