Simple bash script to start Jackfield, working around stupid Ubuntu bug
commit4ac087e09b0d3cd198e539886c8c0e73be753c70
authorsil <sil@efe08345-6a0b-0410-b137-f7a43e3eafcb>
Sun, 9 Sep 2007 18:02:15 +0000 (9 18:02 +0000)
committersil <sil@efe08345-6a0b-0410-b137-f7a43e3eafcb>
Sun, 9 Sep 2007 18:02:15 +0000 (9 18:02 +0000)
treea8f0dff810781170759642bb2e6d4dc03f347e6e
Simple bash script to start Jackfield, working around stupid Ubuntu bug

git-svn-id: http://svn.kryogenix.org/svn/jackfield/trunk@118 efe08345-6a0b-0410-b137-f7a43e3eafcb
132 files changed:
GetXScreenshot.py [new file with mode: 0644]
GetXScreenshot.pyc [new file with mode: 0644]
IconBar.py [new file with mode: 0644]
IconBar.pyc [new file with mode: 0644]
Jackfield [new file with mode: 0755]
MainWindow.py [new file with mode: 0644]
MainWindow.pyc [new file with mode: 0644]
README [new file with mode: 0644]
WidgetBase.py [new file with mode: 0644]
WidgetBase.pyc [new file with mode: 0644]
WidgetEngines/DashboardWidget/DashboardWidget.py [new file with mode: 0644]
WidgetEngines/DashboardWidget/DashboardWidget.pyc [new file with mode: 0644]
WidgetEngines/DashboardWidget/FixHTML.py [new file with mode: 0644]
WidgetEngines/DashboardWidget/FixHTML.pyc [new file with mode: 0644]
WidgetEngines/DashboardWidget/InfoParser.py [new file with mode: 0644]
WidgetEngines/DashboardWidget/InfoParser.pyc [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/active-close-button.png [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/button/genericButton.js [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/closebox.js [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/general.css [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/ibutton/black_i.png [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/ibutton/black_rollie.png [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/ibutton/white_i.png [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/ibutton/white_rollie.png [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/safari_compatibility.js [new file with mode: 0644]
WidgetEngines/DashboardWidget/Resources/widget_object.js [new file with mode: 0644]
WidgetEngines/OperaWidget/OperaWidget.py [new file with mode: 0644]
WidgetEngines/OperaWidget/OperaWidget.pyc [new file with mode: 0644]
WidgetEngines/OperaWidget/Resources/closebox.js [new file with mode: 0644]
WidgetEngines/OperaWidget/Resources/opera_compatibility.js [new file with mode: 0644]
WidgetEngines/OperaWidget/Resources/widget_button.png [new file with mode: 0644]
WidgetEngines/OperaWidget/Resources/widget_icon.ico [new file with mode: 0644]
WidgetEngines/OperaWidget/Resources/widget_icon.png [new file with mode: 0644]
WidgetEngines/OperaWidget/Resources/widget_object.js [new file with mode: 0644]
WidgetEngines/YahooWidget30/Resources/closebox.js [new file with mode: 0644]
WidgetEngines/YahooWidget30/Resources/opera_compatibility.js [new file with mode: 0644]
WidgetEngines/YahooWidget30/Resources/widget_button.png [new file with mode: 0644]
WidgetEngines/YahooWidget30/Resources/widget_icon.ico [new file with mode: 0644]
WidgetEngines/YahooWidget30/Resources/widget_icon.png [new file with mode: 0644]
WidgetEngines/YahooWidget30/Resources/widget_object.js [new file with mode: 0644]
WidgetEngines/YahooWidget30/YahooWidget30.py [new file with mode: 0644]
WidgetEngines/YahooWidget30/YahooWidget30.pyc [new file with mode: 0644]
Xlib/ChangeLog [new file with mode: 0644]
Xlib/X.py [new file with mode: 0644]
Xlib/X.pyc [new file with mode: 0644]
Xlib/XK.py [new file with mode: 0644]
Xlib/Xatom.py [new file with mode: 0644]
Xlib/Xatom.pyc [new file with mode: 0644]
Xlib/Xcursorfont.py [new file with mode: 0644]
Xlib/Xutil.py [new file with mode: 0644]
Xlib/Xutil.pyc [new file with mode: 0644]
Xlib/__init__.py [new file with mode: 0644]
Xlib/__init__.pyc [new file with mode: 0644]
Xlib/display.py [new file with mode: 0644]
Xlib/display.pyc [new file with mode: 0644]
Xlib/error.py [new file with mode: 0644]
Xlib/error.pyc [new file with mode: 0644]
Xlib/ext/__init__.py [new file with mode: 0644]
Xlib/ext/__init__.pyc [new file with mode: 0644]
Xlib/ext/shape.py [new file with mode: 0644]
Xlib/ext/shape.pyc [new file with mode: 0644]
Xlib/ext/xtest.py [new file with mode: 0644]
Xlib/ext/xtest.pyc [new file with mode: 0644]
Xlib/keysymdef/__init__.py [new file with mode: 0644]
Xlib/keysymdef/apl.py [new file with mode: 0644]
Xlib/keysymdef/arabic.py [new file with mode: 0644]
Xlib/keysymdef/cyrillic.py [new file with mode: 0644]
Xlib/keysymdef/greek.py [new file with mode: 0644]
Xlib/keysymdef/hebrew.py [new file with mode: 0644]
Xlib/keysymdef/katakana.py [new file with mode: 0644]
Xlib/keysymdef/korean.py [new file with mode: 0644]
Xlib/keysymdef/latin1.py [new file with mode: 0644]
Xlib/keysymdef/latin2.py [new file with mode: 0644]
Xlib/keysymdef/latin3.py [new file with mode: 0644]
Xlib/keysymdef/latin4.py [new file with mode: 0644]
Xlib/keysymdef/miscellany.py [new file with mode: 0644]
Xlib/keysymdef/publishing.py [new file with mode: 0644]
Xlib/keysymdef/special.py [new file with mode: 0644]
Xlib/keysymdef/technical.py [new file with mode: 0644]
Xlib/keysymdef/thai.py [new file with mode: 0644]
Xlib/keysymdef/xk3270.py [new file with mode: 0644]
Xlib/keysymdef/xkb.py [new file with mode: 0644]
Xlib/protocol/ChangeLog [new file with mode: 0644]
Xlib/protocol/__init__.py [new file with mode: 0644]
Xlib/protocol/__init__.pyc [new file with mode: 0644]
Xlib/protocol/display.py [new file with mode: 0644]
Xlib/protocol/display.pyc [new file with mode: 0644]
Xlib/protocol/event.py [new file with mode: 0644]
Xlib/protocol/event.pyc [new file with mode: 0644]
Xlib/protocol/request.py [new file with mode: 0644]
Xlib/protocol/request.pyc [new file with mode: 0644]
Xlib/protocol/rq.py [new file with mode: 0644]
Xlib/protocol/rq.pyc [new file with mode: 0644]
Xlib/protocol/structs.py [new file with mode: 0644]
Xlib/protocol/structs.pyc [new file with mode: 0644]
Xlib/rdb.py [new file with mode: 0644]
Xlib/support/__init__.py [new file with mode: 0644]
Xlib/support/__init__.pyc [new file with mode: 0644]
Xlib/support/connect.py [new file with mode: 0644]
Xlib/support/connect.pyc [new file with mode: 0644]
Xlib/support/lock.py [new file with mode: 0644]
Xlib/support/lock.pyc [new file with mode: 0644]
Xlib/support/unix_connect.py [new file with mode: 0644]
Xlib/support/unix_connect.pyc [new file with mode: 0644]
Xlib/support/vms_connect.py [new file with mode: 0644]
Xlib/threaded.py [new file with mode: 0644]
Xlib/threaded.pyc [new file with mode: 0644]
Xlib/xauth.py [new file with mode: 0644]
Xlib/xauth.pyc [new file with mode: 0644]
Xlib/xobject/__init__.py [new file with mode: 0644]
Xlib/xobject/__init__.pyc [new file with mode: 0644]
Xlib/xobject/colormap.py [new file with mode: 0644]
Xlib/xobject/colormap.pyc [new file with mode: 0644]
Xlib/xobject/cursor.py [new file with mode: 0644]
Xlib/xobject/cursor.pyc [new file with mode: 0644]
Xlib/xobject/drawable.py [new file with mode: 0644]
Xlib/xobject/drawable.pyc [new file with mode: 0644]
Xlib/xobject/fontable.py [new file with mode: 0644]
Xlib/xobject/fontable.pyc [new file with mode: 0644]
Xlib/xobject/icccm.py [new file with mode: 0644]
Xlib/xobject/icccm.pyc [new file with mode: 0644]
Xlib/xobject/resource.py [new file with mode: 0644]
Xlib/xobject/resource.pyc [new file with mode: 0644]
htmlui/jackfield_base.css [new file with mode: 0644]
htmlui/jackfield_base.html [new file with mode: 0644]
htmlui/jackfield_base.js [new file with mode: 0644]
htmlui/jackfield_drag.js [new file with mode: 0644]
htmlui/jackfield_jackfieldobject.js [new file with mode: 0644]
htmlui/jackfield_resize.js [new file with mode: 0644]
htmlui/prefs.js [new file with mode: 0644]
htmlui/toggle_iconbar.png [new file with mode: 0644]
jackfield.py [new file with mode: 0644]