[orca] Fix for bgo#618192 - All application scripts should have their own directory



commit b6f54fb4efbf45819169b3fe13e2ee7edafb6d61
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun May 9 14:01:37 2010 -0400

    Fix for bgo#618192 - All application scripts should have their own directory

 configure.in                                       |   26 ++++++++--
 po/POTFILES.in                                     |   18 +++---
 src/orca/scripts/apps/Makefile.am                  |   54 ++++++++++----------
 src/orca/scripts/apps/Mozilla/Makefile.am          |    7 +++
 src/orca/scripts/apps/Mozilla/__init__.py          |   23 ++++++++
 .../scripts/apps/{Mozilla.py => Mozilla/script.py} |    2 +-
 src/orca/scripts/apps/acroread/Makefile.am         |    7 +++
 src/orca/scripts/apps/acroread/__init__.py         |   23 ++++++++
 .../apps/{acroread.py => acroread/script.py}       |    0
 src/orca/scripts/apps/ddu/__init__.py              |    2 +-
 src/orca/scripts/apps/ekiga/Makefile.am            |    7 +++
 src/orca/scripts/apps/ekiga/__init__.py            |   23 ++++++++
 .../scripts/apps/{ekiga.py => ekiga/script.py}     |    0
 src/orca/scripts/apps/gdmlogin/Makefile.am         |    7 +++
 src/orca/scripts/apps/gdmlogin/__init__.py         |   23 ++++++++
 .../apps/{gdmlogin.py => gdmlogin/script.py}       |    0
 .../scripts/apps/gnome-keyring-ask/Makefile.am     |    7 +++
 .../scripts/apps/gnome-keyring-ask/__init__.py     |   23 ++++++++
 .../script.py}                                     |    0
 src/orca/scripts/apps/gnome-mud/Makefile.am        |    7 +++
 src/orca/scripts/apps/gnome-mud/__init__.py        |   23 ++++++++
 .../apps/{gnome-mud.py => gnome-mud/script.py}     |    0
 src/orca/scripts/apps/gnome-panel/Makefile.am      |    7 +++
 src/orca/scripts/apps/gnome-panel/__init__.py      |   23 ++++++++
 .../apps/{gnome-panel.py => gnome-panel/script.py} |    0
 .../apps/gnome-screensaver-dialog/Makefile.am      |    7 +++
 .../apps/gnome-screensaver-dialog/__init__.py      |   23 ++++++++
 .../script.py}                                     |    0
 .../scripts/apps/gnome-search-tool/Makefile.am     |    7 +++
 .../scripts/apps/gnome-search-tool/__init__.py     |   23 ++++++++
 .../script.py}                                     |    0
 .../scripts/apps/gnome-system-monitor/Makefile.am  |    7 +++
 .../__init__.py}                                   |   19 +------
 .../script.py}                                     |    3 +-
 src/orca/scripts/apps/gnome-terminal/Makefile.am   |    7 +++
 src/orca/scripts/apps/gnome-terminal/__init__.py   |   23 ++++++++
 .../script.py}                                     |    0
 src/orca/scripts/apps/gnome_segv2/Makefile.am      |    7 +++
 src/orca/scripts/apps/gnome_segv2/__init__.py      |   23 ++++++++
 .../apps/{gnome_segv2.py => gnome_segv2/script.py} |    0
 .../scripts/apps/gtk-window-decorator/Makefile.am  |    7 +++
 .../scripts/apps/gtk-window-decorator/__init__.py  |   23 ++++++++
 .../script.py}                                     |    2 +-
 src/orca/scripts/apps/liferea/Makefile.am          |    7 +++
 src/orca/scripts/apps/liferea/__init__.py          |   23 ++++++++
 .../scripts/apps/{liferea.py => liferea/script.py} |    0
 src/orca/scripts/apps/metacity/Makefile.am         |    7 +++
 src/orca/scripts/apps/metacity/__init__.py         |   23 ++++++++
 .../apps/{metacity.py => metacity/script.py}       |    0
 src/orca/scripts/apps/nautilus/Makefile.am         |    7 +++
 src/orca/scripts/apps/nautilus/__init__.py         |   23 ++++++++
 .../apps/{nautilus.py => nautilus/script.py}       |    0
 .../scripts/apps/notification-daemon/Makefile.am   |    7 +++
 .../__init__.py}                                   |   19 +------
 .../script.py}                                     |    3 +-
 src/orca/scripts/apps/notify-osd/Makefile.am       |    7 +++
 src/orca/scripts/apps/notify-osd/__init__.py       |   23 ++++++++
 .../apps/{notify-osd.py => notify-osd/script.py}   |    3 +-
 58 files changed, 564 insertions(+), 81 deletions(-)
---
diff --git a/configure.in b/configure.in
index 5e81ef9..2df5c3b 100644
--- a/configure.in
+++ b/configure.in
@@ -75,21 +75,39 @@ src/Makefile
 src/orca/Makefile
 src/orca/scripts/Makefile
 src/orca/scripts/apps/Makefile
-src/orca/scripts/apps/soffice/Makefile
+src/orca/scripts/apps/acroread/Makefile
+src/orca/scripts/apps/Banshee/Makefile
 src/orca/scripts/apps/ddu/Makefile
+src/orca/scripts/apps/ekiga/Makefile
 src/orca/scripts/apps/empathy/Makefile
 src/orca/scripts/apps/evolution/Makefile
 src/orca/scripts/apps/gajim/Makefile
 src/orca/scripts/apps/gcalctool/Makefile
+src/orca/scripts/apps/gdmlogin/Makefile
+src/orca/scripts/apps/gedit/Makefile
+src/orca/scripts/apps/gnome_segv2/Makefile
+src/orca/scripts/apps/gnome-keyring-ask/Makefile
+src/orca/scripts/apps/gnome-mud/Makefile
+src/orca/scripts/apps/gnome-panel/Makefile
+src/orca/scripts/apps/gnome-screensaver-dialog/Makefile
+src/orca/scripts/apps/gnome-search-tool/Makefile
+src/orca/scripts/apps/gnome-system-monitor/Makefile
+src/orca/scripts/apps/gnome-terminal/Makefile
+src/orca/scripts/apps/gnome-window-properties/Makefile
+src/orca/scripts/apps/gtk-window-decorator/Makefile
 src/orca/scripts/apps/Instantbird/Makefile
+src/orca/scripts/apps/liferea/Makefile
+src/orca/scripts/apps/metacity/Makefile
+src/orca/scripts/apps/notification-daemon/Makefile
+src/orca/scripts/apps/notify-osd/Makefile
+src/orca/scripts/apps/nautilus/Makefile
+src/orca/scripts/apps/Mozilla/Makefile
 src/orca/scripts/apps/packagemanager/Makefile
 src/orca/scripts/apps/pidgin/Makefile
 src/orca/scripts/apps/planner/Makefile
 src/orca/scripts/apps/rhythmbox/Makefile
+src/orca/scripts/apps/soffice/Makefile
 src/orca/scripts/apps/Thunderbird/Makefile
-src/orca/scripts/apps/gedit/Makefile
-src/orca/scripts/apps/gnome-window-properties/Makefile
-src/orca/scripts/apps/Banshee/Makefile
 src/orca/scripts/apps/yelp/Makefile
 src/orca/scripts/toolkits/Makefile
 src/orca/scripts/toolkits/Gecko/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 13ab048..3fbc1f7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -35,19 +35,19 @@ src/orca/orca.py
 src/orca/phonnames.py
 src/orca/rolenames.py
 src/orca/script_utilities.py
-src/orca/scripts/apps/acroread.py
+src/orca/scripts/apps/acroread/script.py
 src/orca/scripts/apps/evolution/script.py
 src/orca/scripts/apps/evolution/speech_generator.py
 src/orca/scripts/apps/gcalctool/script.py
 src/orca/scripts/apps/gedit/script.py
-src/orca/scripts/apps/gnome-mud.py
-src/orca/scripts/apps/gnome-search-tool.py
-src/orca/scripts/apps/gtk-window-decorator.py
-src/orca/scripts/apps/liferea.py
-src/orca/scripts/apps/metacity.py
-src/orca/scripts/apps/nautilus.py
-src/orca/scripts/apps/notification-daemon.py
-src/orca/scripts/apps/notify-osd.py
+src/orca/scripts/apps/gnome-mud/script.py
+src/orca/scripts/apps/gnome-search-tool/script.py
+src/orca/scripts/apps/gtk-window-decorator/script.py
+src/orca/scripts/apps/liferea/script.py
+src/orca/scripts/apps/metacity/script.py
+src/orca/scripts/apps/nautilus/script.py
+src/orca/scripts/apps/notification-daemon/script.py
+src/orca/scripts/apps/notify-osd/script.py
 src/orca/scripts/apps/packagemanager/script.py
 src/orca/scripts/apps/packagemanager/tutorialgenerator.py
 src/orca/scripts/apps/pidgin/script.py
diff --git a/src/orca/scripts/apps/Makefile.am b/src/orca/scripts/apps/Makefile.am
index 39ec035..b2796c7 100644
--- a/src/orca/scripts/apps/Makefile.am
+++ b/src/orca/scripts/apps/Makefile.am
@@ -1,43 +1,43 @@
 SUBDIRS = \
-	soffice \
+	acroread \
+	Banshee \
+	ddu \
+	ekiga \
+	empathy \
 	evolution \
+	gajim \
 	gcalctool \
+	gdmlogin \
+	gedit \
+	gnome_segv2 \
+	gnome-keyring-ask \
+	gnome-mud \
+	gnome-panel \
+	gnome-screensaver-dialog \
+	gnome-search-tool \
+	gnome-system-monitor \
+	gnome-terminal \
+	gnome-window-properties \
+	gtk-window-decorator \
+	Instantbird \
+	liferea \
+	metacity \
+	notification-daemon \
+	notify-osd \
+	nautilus \
+	Mozilla \
 	packagemanager \
 	pidgin \
 	planner \
 	rhythmbox \
+	soffice \
 	Thunderbird \
-	gedit \
-	gnome-window-properties \
-	Banshee \
-	empathy \
-	Instantbird \
-	gajim \
-	ddu \
 	yelp
 
 orca_pathdir=$(pyexecdir)
 
 orca_python_PYTHON = \
-	__init__.py \
-	acroread.py \
-	ekiga.py \
-	gdmlogin.py \
-	gnome-keyring-ask.py \
-	gnome-mud.py \
-	gnome-panel.py \
-	gnome-screensaver-dialog.py \
-	gnome-search-tool.py \
-	gnome_segv2.py \
-	gnome-system-monitor.py \
-	gnome-terminal.py \
-	gtk-window-decorator.py \
-	liferea.py \
-	metacity.py \
-	Mozilla.py \
-	nautilus.py \
-	notification-daemon.py \
-	notify-osd.py
+	__init__.py
 
 orca_pythondir=$(pyexecdir)/orca/scripts/apps
 
diff --git a/src/orca/scripts/apps/Mozilla/Makefile.am b/src/orca/scripts/apps/Mozilla/Makefile.am
new file mode 100644
index 0000000..cab8c6a
--- /dev/null
+++ b/src/orca/scripts/apps/Mozilla/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/Mozilla
diff --git a/src/orca/scripts/apps/Mozilla/__init__.py b/src/orca/scripts/apps/Mozilla/__init__.py
new file mode 100644
index 0000000..c5437dc
--- /dev/null
+++ b/src/orca/scripts/apps/Mozilla/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for Mozilla."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/Mozilla.py b/src/orca/scripts/apps/Mozilla/script.py
similarity index 94%
copy from src/orca/scripts/apps/Mozilla.py
copy to src/orca/scripts/apps/Mozilla/script.py
index 6ee323f..5f8bd6d 100644
--- a/src/orca/scripts/apps/Mozilla.py
+++ b/src/orca/scripts/apps/Mozilla/script.py
@@ -17,7 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-"""Custom script for Mozilla.  NOT WORKING WELL AT THE MOMENT."""
+"""Custom script for Mozilla."""
 
 __id__        = "$Id$"
 __version__   = "$Revision$"
diff --git a/src/orca/scripts/apps/acroread/Makefile.am b/src/orca/scripts/apps/acroread/Makefile.am
new file mode 100644
index 0000000..b8e49cb
--- /dev/null
+++ b/src/orca/scripts/apps/acroread/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/acroread
diff --git a/src/orca/scripts/apps/acroread/__init__.py b/src/orca/scripts/apps/acroread/__init__.py
new file mode 100644
index 0000000..04d9d32
--- /dev/null
+++ b/src/orca/scripts/apps/acroread/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2009 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for Acrobat Reader."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/acroread.py b/src/orca/scripts/apps/acroread/script.py
similarity index 100%
rename from src/orca/scripts/apps/acroread.py
rename to src/orca/scripts/apps/acroread/script.py
diff --git a/src/orca/scripts/apps/ddu/__init__.py b/src/orca/scripts/apps/ddu/__init__.py
index eca2ae7..4b8b7f8 100644
--- a/src/orca/scripts/apps/ddu/__init__.py
+++ b/src/orca/scripts/apps/ddu/__init__.py
@@ -17,7 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-"""Custom script for Packagemanager."""
+"""Custom script for DDU."""
 
 from script import Script
 
diff --git a/src/orca/scripts/apps/ekiga/Makefile.am b/src/orca/scripts/apps/ekiga/Makefile.am
new file mode 100644
index 0000000..26d0241
--- /dev/null
+++ b/src/orca/scripts/apps/ekiga/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/ekiga
diff --git a/src/orca/scripts/apps/ekiga/__init__.py b/src/orca/scripts/apps/ekiga/__init__.py
new file mode 100644
index 0000000..48639f7
--- /dev/null
+++ b/src/orca/scripts/apps/ekiga/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2009 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for Ekiga."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/ekiga.py b/src/orca/scripts/apps/ekiga/script.py
similarity index 100%
rename from src/orca/scripts/apps/ekiga.py
rename to src/orca/scripts/apps/ekiga/script.py
diff --git a/src/orca/scripts/apps/gdmlogin/Makefile.am b/src/orca/scripts/apps/gdmlogin/Makefile.am
new file mode 100644
index 0000000..4e23731
--- /dev/null
+++ b/src/orca/scripts/apps/gdmlogin/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gdmlogin
diff --git a/src/orca/scripts/apps/gdmlogin/__init__.py b/src/orca/scripts/apps/gdmlogin/__init__.py
new file mode 100644
index 0000000..0bb569b
--- /dev/null
+++ b/src/orca/scripts/apps/gdmlogin/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2009 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gdmlogin."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gdmlogin.py b/src/orca/scripts/apps/gdmlogin/script.py
similarity index 100%
rename from src/orca/scripts/apps/gdmlogin.py
rename to src/orca/scripts/apps/gdmlogin/script.py
diff --git a/src/orca/scripts/apps/gnome-keyring-ask/Makefile.am b/src/orca/scripts/apps/gnome-keyring-ask/Makefile.am
new file mode 100644
index 0000000..ea201a3
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-keyring-ask/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-keyring-ask
diff --git a/src/orca/scripts/apps/gnome-keyring-ask/__init__.py b/src/orca/scripts/apps/gnome-keyring-ask/__init__.py
new file mode 100644
index 0000000..633d653
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-keyring-ask/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2006-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gnome-keyring-ask"""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome-keyring-ask.py b/src/orca/scripts/apps/gnome-keyring-ask/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome-keyring-ask.py
rename to src/orca/scripts/apps/gnome-keyring-ask/script.py
diff --git a/src/orca/scripts/apps/gnome-mud/Makefile.am b/src/orca/scripts/apps/gnome-mud/Makefile.am
new file mode 100644
index 0000000..d23efd3
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-mud/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-mud
diff --git a/src/orca/scripts/apps/gnome-mud/__init__.py b/src/orca/scripts/apps/gnome-mud/__init__.py
new file mode 100644
index 0000000..4d02631
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-mud/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gnome-mud."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome-mud.py b/src/orca/scripts/apps/gnome-mud/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome-mud.py
rename to src/orca/scripts/apps/gnome-mud/script.py
diff --git a/src/orca/scripts/apps/gnome-panel/Makefile.am b/src/orca/scripts/apps/gnome-panel/Makefile.am
new file mode 100644
index 0000000..c6fc830
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-panel/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-panel
diff --git a/src/orca/scripts/apps/gnome-panel/__init__.py b/src/orca/scripts/apps/gnome-panel/__init__.py
new file mode 100644
index 0000000..636b169
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-panel/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2004-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+""" Custom script for gnome-panel"""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome-panel.py b/src/orca/scripts/apps/gnome-panel/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome-panel.py
rename to src/orca/scripts/apps/gnome-panel/script.py
diff --git a/src/orca/scripts/apps/gnome-screensaver-dialog/Makefile.am b/src/orca/scripts/apps/gnome-screensaver-dialog/Makefile.am
new file mode 100644
index 0000000..7ad0ca1
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-screensaver-dialog/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-screensaver-dialog
diff --git a/src/orca/scripts/apps/gnome-screensaver-dialog/__init__.py b/src/orca/scripts/apps/gnome-screensaver-dialog/__init__.py
new file mode 100644
index 0000000..1411dca
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-screensaver-dialog/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gnome-screensaver-dialog."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome-screensaver-dialog.py b/src/orca/scripts/apps/gnome-screensaver-dialog/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome-screensaver-dialog.py
rename to src/orca/scripts/apps/gnome-screensaver-dialog/script.py
diff --git a/src/orca/scripts/apps/gnome-search-tool/Makefile.am b/src/orca/scripts/apps/gnome-search-tool/Makefile.am
new file mode 100644
index 0000000..4bba17c
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-search-tool/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-search-tool
diff --git a/src/orca/scripts/apps/gnome-search-tool/__init__.py b/src/orca/scripts/apps/gnome-search-tool/__init__.py
new file mode 100644
index 0000000..142227b
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-search-tool/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2006-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gnome-search-tool"""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome-search-tool.py b/src/orca/scripts/apps/gnome-search-tool/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome-search-tool.py
rename to src/orca/scripts/apps/gnome-search-tool/script.py
diff --git a/src/orca/scripts/apps/gnome-system-monitor/Makefile.am b/src/orca/scripts/apps/gnome-system-monitor/Makefile.am
new file mode 100644
index 0000000..371db11
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-system-monitor/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-system-monitor
diff --git a/src/orca/scripts/apps/Mozilla.py b/src/orca/scripts/apps/gnome-system-monitor/__init__.py
similarity index 57%
copy from src/orca/scripts/apps/Mozilla.py
copy to src/orca/scripts/apps/gnome-system-monitor/__init__.py
index 6ee323f..87d16ce 100644
--- a/src/orca/scripts/apps/Mozilla.py
+++ b/src/orca/scripts/apps/gnome-system-monitor/__init__.py
@@ -1,6 +1,6 @@
 # Orca
 #
-# Copyright 2005-2008 Sun Microsystems Inc.
+# Copyright 2007-2008 Sun Microsystems Inc.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Library General Public
@@ -17,20 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-"""Custom script for Mozilla.  NOT WORKING WELL AT THE MOMENT."""
+""" Custom script for Gnome System Monitor."""
 
-__id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
-__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
-__license__   = "LGPL"
+from script import Script
 
-import orca.scripts.toolkits.Gecko as Gecko
-
-class Script(Gecko.Script):
-    def __init__(self, app):
-        Gecko.Script.__init__(self, app)
-
-        # By default, don't present if Mozilla is not the active application.
-        #
-        self.presentIfInactive = False
diff --git a/src/orca/scripts/apps/gnome-system-monitor.py b/src/orca/scripts/apps/gnome-system-monitor/script.py
similarity index 98%
rename from src/orca/scripts/apps/gnome-system-monitor.py
rename to src/orca/scripts/apps/gnome-system-monitor/script.py
index 1b254b7..adc768a 100644
--- a/src/orca/scripts/apps/gnome-system-monitor.py
+++ b/src/orca/scripts/apps/gnome-system-monitor/script.py
@@ -17,8 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-""" Custom script for Gnome System Monitor.
-"""
+""" Custom script for Gnome System Monitor."""
 
 __id__        = ""
 __version__   = ""
diff --git a/src/orca/scripts/apps/gnome-terminal/Makefile.am b/src/orca/scripts/apps/gnome-terminal/Makefile.am
new file mode 100644
index 0000000..bac79e0
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-terminal/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome-terminal
diff --git a/src/orca/scripts/apps/gnome-terminal/__init__.py b/src/orca/scripts/apps/gnome-terminal/__init__.py
new file mode 100644
index 0000000..6d23cdc
--- /dev/null
+++ b/src/orca/scripts/apps/gnome-terminal/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gnome-terminal."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome-terminal.py b/src/orca/scripts/apps/gnome-terminal/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome-terminal.py
rename to src/orca/scripts/apps/gnome-terminal/script.py
diff --git a/src/orca/scripts/apps/gnome_segv2/Makefile.am b/src/orca/scripts/apps/gnome_segv2/Makefile.am
new file mode 100644
index 0000000..e7b3551
--- /dev/null
+++ b/src/orca/scripts/apps/gnome_segv2/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gnome_segv2
diff --git a/src/orca/scripts/apps/gnome_segv2/__init__.py b/src/orca/scripts/apps/gnome_segv2/__init__.py
new file mode 100644
index 0000000..9694b41
--- /dev/null
+++ b/src/orca/scripts/apps/gnome_segv2/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2006-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gnome_segv2."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gnome_segv2.py b/src/orca/scripts/apps/gnome_segv2/script.py
similarity index 100%
rename from src/orca/scripts/apps/gnome_segv2.py
rename to src/orca/scripts/apps/gnome_segv2/script.py
diff --git a/src/orca/scripts/apps/gtk-window-decorator/Makefile.am b/src/orca/scripts/apps/gtk-window-decorator/Makefile.am
new file mode 100644
index 0000000..3be676b
--- /dev/null
+++ b/src/orca/scripts/apps/gtk-window-decorator/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/gtk-window-decorator
diff --git a/src/orca/scripts/apps/gtk-window-decorator/__init__.py b/src/orca/scripts/apps/gtk-window-decorator/__init__.py
new file mode 100644
index 0000000..1f71c8f
--- /dev/null
+++ b/src/orca/scripts/apps/gtk-window-decorator/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for gtk-window-decorator."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/gtk-window-decorator.py b/src/orca/scripts/apps/gtk-window-decorator/script.py
similarity index 98%
rename from src/orca/scripts/apps/gtk-window-decorator.py
rename to src/orca/scripts/apps/gtk-window-decorator/script.py
index e996b24..54b750c 100644
--- a/src/orca/scripts/apps/gtk-window-decorator.py
+++ b/src/orca/scripts/apps/gtk-window-decorator/script.py
@@ -17,7 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-"""Custom script for metacity."""
+"""Custom script for gtk-window-decorator."""
 
 __id__        = "$Id$"
 __version__   = "$Revision$"
diff --git a/src/orca/scripts/apps/liferea/Makefile.am b/src/orca/scripts/apps/liferea/Makefile.am
new file mode 100644
index 0000000..0abd3b7
--- /dev/null
+++ b/src/orca/scripts/apps/liferea/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/liferea
diff --git a/src/orca/scripts/apps/liferea/__init__.py b/src/orca/scripts/apps/liferea/__init__.py
new file mode 100644
index 0000000..d0669d2
--- /dev/null
+++ b/src/orca/scripts/apps/liferea/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for liferea."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/liferea.py b/src/orca/scripts/apps/liferea/script.py
similarity index 100%
rename from src/orca/scripts/apps/liferea.py
rename to src/orca/scripts/apps/liferea/script.py
diff --git a/src/orca/scripts/apps/metacity/Makefile.am b/src/orca/scripts/apps/metacity/Makefile.am
new file mode 100644
index 0000000..30359b0
--- /dev/null
+++ b/src/orca/scripts/apps/metacity/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/metacity
diff --git a/src/orca/scripts/apps/metacity/__init__.py b/src/orca/scripts/apps/metacity/__init__.py
new file mode 100644
index 0000000..8a11464
--- /dev/null
+++ b/src/orca/scripts/apps/metacity/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2005-2008 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for metacity."""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/metacity.py b/src/orca/scripts/apps/metacity/script.py
similarity index 100%
rename from src/orca/scripts/apps/metacity.py
rename to src/orca/scripts/apps/metacity/script.py
diff --git a/src/orca/scripts/apps/nautilus/Makefile.am b/src/orca/scripts/apps/nautilus/Makefile.am
new file mode 100644
index 0000000..ae36c55
--- /dev/null
+++ b/src/orca/scripts/apps/nautilus/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/nautilus
diff --git a/src/orca/scripts/apps/nautilus/__init__.py b/src/orca/scripts/apps/nautilus/__init__.py
new file mode 100644
index 0000000..ee75411
--- /dev/null
+++ b/src/orca/scripts/apps/nautilus/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2006-2009 Sun Microsystems Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+"""Custom script for nautilus"""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/nautilus.py b/src/orca/scripts/apps/nautilus/script.py
similarity index 100%
rename from src/orca/scripts/apps/nautilus.py
rename to src/orca/scripts/apps/nautilus/script.py
diff --git a/src/orca/scripts/apps/notification-daemon/Makefile.am b/src/orca/scripts/apps/notification-daemon/Makefile.am
new file mode 100644
index 0000000..8ba196c
--- /dev/null
+++ b/src/orca/scripts/apps/notification-daemon/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/notification-daemon
diff --git a/src/orca/scripts/apps/Mozilla.py b/src/orca/scripts/apps/notification-daemon/__init__.py
similarity index 57%
rename from src/orca/scripts/apps/Mozilla.py
rename to src/orca/scripts/apps/notification-daemon/__init__.py
index 6ee323f..97dbac7 100644
--- a/src/orca/scripts/apps/Mozilla.py
+++ b/src/orca/scripts/apps/notification-daemon/__init__.py
@@ -1,6 +1,6 @@
 # Orca
 #
-# Copyright 2005-2008 Sun Microsystems Inc.
+# Copyright 2004-2008 Sun Microsystems Inc.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Library General Public
@@ -17,20 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-"""Custom script for Mozilla.  NOT WORKING WELL AT THE MOMENT."""
+""" Custom script for The notification daemon."""
 
-__id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
-__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
-__license__   = "LGPL"
+from script import Script
 
-import orca.scripts.toolkits.Gecko as Gecko
-
-class Script(Gecko.Script):
-    def __init__(self, app):
-        Gecko.Script.__init__(self, app)
-
-        # By default, don't present if Mozilla is not the active application.
-        #
-        self.presentIfInactive = False
diff --git a/src/orca/scripts/apps/notification-daemon.py b/src/orca/scripts/apps/notification-daemon/script.py
similarity index 97%
rename from src/orca/scripts/apps/notification-daemon.py
rename to src/orca/scripts/apps/notification-daemon/script.py
index 5066587..d09564f 100644
--- a/src/orca/scripts/apps/notification-daemon.py
+++ b/src/orca/scripts/apps/notification-daemon/script.py
@@ -17,8 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-""" Custom script for The notification daemon.
-"""
+""" Custom script for The notification daemon."""
 
 __id__        = ""
 __version__   = ""
diff --git a/src/orca/scripts/apps/notify-osd/Makefile.am b/src/orca/scripts/apps/notify-osd/Makefile.am
new file mode 100644
index 0000000..9205626
--- /dev/null
+++ b/src/orca/scripts/apps/notify-osd/Makefile.am
@@ -0,0 +1,7 @@
+orca_pathdir=$(pyexecdir)
+
+orca_python_PYTHON = \
+	__init__.py \
+	script.py
+
+orca_pythondir=$(pyexecdir)/orca/scripts/apps/notify-osd
diff --git a/src/orca/scripts/apps/notify-osd/__init__.py b/src/orca/scripts/apps/notify-osd/__init__.py
new file mode 100644
index 0000000..7aebe72
--- /dev/null
+++ b/src/orca/scripts/apps/notify-osd/__init__.py
@@ -0,0 +1,23 @@
+# Orca
+#
+# Copyright 2009 Eitan Isaacson
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
+# Boston MA  02110-1301 USA.
+
+""" Custom script for The notify-osd"""
+
+from script import Script
+
diff --git a/src/orca/scripts/apps/notify-osd.py b/src/orca/scripts/apps/notify-osd/script.py
similarity index 98%
rename from src/orca/scripts/apps/notify-osd.py
rename to src/orca/scripts/apps/notify-osd/script.py
index 5177df0..fa3ba14 100644
--- a/src/orca/scripts/apps/notify-osd.py
+++ b/src/orca/scripts/apps/notify-osd/script.py
@@ -17,8 +17,7 @@
 # Free Software Foundation, Inc., Franklin Street, Fifth Floor,
 # Boston MA  02110-1301 USA.
 
-""" Custom script for The notify-osd
-"""
+""" Custom script for The notify-osd"""
 
 __id__        = ""
 __version__   = ""



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]