| |
- install_from_appinfo(appdir='/tmp/tmpV5xEY3-rox-release/rox-lib2-2.0.5/ROX-Lib2/Help/python', injint=None)
- Read the AppInfo file from the AppDir and perform the installations
indicated. The elements to use are <CanThumbnail> and <CanRun>, each containing
a number of <MimeType type='...'/> elements.
appdir - Path to application (defaults to current app)
injint - Zero install injector interface, or None if none
- install_run_action(types, application=None, overwrite=True, injint=None)
- Install application as the run action for 1 or more types.
application should be the full path to the AppDir.
If application is None then it is the running program which will
be installed. If overwrite is False then existing run actions will
not be changed. The user is asked to confirm the setting for each
type.
- install_send_to_types(types, application=None, injint=None)
- Install application in the SendTo menu for 1 or more types.
application should be the full path to the AppDir.
If application is None then it is the running program which will
be installed. The user is asked to confirm the setting for each
type.
- install_thumbnailer(types, application=None, overwrite=True, injint=None)
- Install application as the thumbnail handler for 1 or more types.
application should be the full path to the AppDir.
If application is None then it is the running program which will
be installed. If overwrite is False then existing thumbnailerss will
not be changed. The user is asked to confirm the setting for each
type.
- load_path(site, dir, leaf)
- save_path(site, dir, leaf, create=1)
|