|
|
|
launch_screenlet(name,
debug=False)
Launch a screenlet, either through its service or by launching a new
process of the given screenlet. |
source code
|
|
|
show_message(screenlet,
message,
title='
' )
Show a message for the given Screenlet (may contain Pango-Markup). |
source code
|
|
|
show_question(screenlet,
message,
title='
' )
Show a question for the given Screenlet (may contain Pango-Markup). |
source code
|
|
|
show_error(screenlet,
message,
title=' Error ' )
Show an error for the given Screenlet (may contain Pango-Markup). |
source code
|
|
|
fatal_error(message)
Raise a fatal error to stdout and stderr and exit with an errorcode. |
source code
|
|
|
|
|
INSTALL_PREFIX = ' /usr '
|
|
LOG_DISABLED = False
|
|
LOG_LEVEL = 4
|
|
LOG_OUTPUT = ' FILE '
|
|
LOG_NAME = ' screenlets '
|
|
LOG_FILE = ' /tmp/(imported).log '
|
|
SESSION_NAME = ' default '
|
|
SESSION_REPLACE = ' False '
|
|
SERVER_NAME = ' none '
|
|
parser = OptionParser()
|
|
APP_NAME = ' Screenlets '
|
|
VERSION = ' 0.1.4 '
|
|
COPYRIGHT = ' (c) RYX (Rico Pfaus) <ryx@ryxperience.com>\nWhise ...
|
|
AUTHORS = [ ' RYX (Rico Pfaus) <ryx@ryxperience.com> ' , ' Whise (H ...
|
|
COMMENTS = ' Screenlets is a widget framework that consists of ...
|
|
DOCUMENTERS = [ ' Documentation generated by epydoc ' ]
|
|
ARTISTS = [ ' ODD radio screenlet theme by ODDie\nPasodoble mail ...
|
|
TRANSLATORS = ' Special thanks for translators\nFull Translator ...
|
|
WEBSITE = ' http://www.screenlets.org '
|
|
THIRD_PARTY_DOWNLOAD = ' http://www.screenlets.org/index.php/Ha ...
|
|
DIR_TMP = ' /tmp/screenlets/ '
|
|
TMP_DIR = ' /tmp/screenlets/ '
|
|
TMP_FILE = ' screenlets.mp.running '
|
|
DIR_USER_ROOT = ' /usr/share/screenlets '
|
|
DIR_USER = ' /home/mp/.screenlets '
|
|
DIR_CONFIG = ' /home/mp/.config/Screenlets '
|
|
SCREENLETS_PATH = [ ' /home/mp/.screenlets ' , ' /usr/share/screenl ...
|
|
SCREENLETS_PACK_PREFIX = ' screenlets-pack- '
|
|
DAEMON_BUS = ' org.screenlets.ScreenletsDaemon '
|
|
DAEMON_PATH = ' /org/screenlets/ScreenletsDaemon '
|
|
DAEMON_IFACE = ' org.screenlets.ScreenletsDaemon '
|
|
DEBUG_MODE = True
|
|
DEBIAN = True
|
|
UBUNTU = True
|
|
COMMAND_LINE_ARGS = [ ]
|
|
COMMAND_LINE_OPTIONS = <Values at 0x9c45eec: {'LOG_LEVEL': 4, ...
|
|
__package__ = ' screenlets '
|