~cairo-dock-team/cairo-dock-plug-ins/popup_from_shortkey

  • Committer: Matthieu Baerts
  • Date: 2013-06-08 12:09:05 UTC
  • Revision ID: matttbe@gmail.com-20130608120905-jp500411qu3rwls7
Dbus: interface: bash: launcher: used subprocess.call (with shell=True) instead of os.popen
used it to execute the specified command through the shell:
This can be useful if you are using Python primarily for the enhanced control
flow it offers over most system shells and still want convenient access to other
shell features such as shell pipes, filename wildcards, environment variable
expansion, and expansion of ~ to a user’s home directory.
It will avoid 'write error: Broken pipe' errors
Filename Latest Rev Last Changed Committer Comment Size
..
File appmenu-registrar.py 2781 11 years ago Fabrice Rey Python: fixed a small errors with the python insta 3.5 KB Diff Download File
CMakeLists.txt 2784 11 years ago Fabrice Rey Fixed an error in the installation of the python s 233 bytes Diff Download File