/usr/lib/gdesklets/gdesklets-shell is in gdesklets 0.36.1-5.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env python
from utils import i18n
import __builtin__
__builtin__._ = i18n.Translator("gdesklets")
from shell.PluginRegistry import registry
shell = registry.get_plugin("UI_Shell")
shell.run()
|