summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/cd-plugins-core/files/cd-plugins-core-3.0-python_Dbus.patch')
-rw-r--r--x11-plugins/cd-plugins-core/files/cd-plugins-core-3.0-python_Dbus.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-plugins/cd-plugins-core/files/cd-plugins-core-3.0-python_Dbus.patch b/x11-plugins/cd-plugins-core/files/cd-plugins-core-3.0-python_Dbus.patch
index c175e19..575eddd 100644
--- a/x11-plugins/cd-plugins-core/files/cd-plugins-core-3.0-python_Dbus.patch
+++ b/x11-plugins/cd-plugins-core/files/cd-plugins-core-3.0-python_Dbus.patch
@@ -56,3 +56,27 @@
if ("${RUBY_FOUND}" STREQUAL "TRUE")
add_subdirectory(ruby)
endif()
+--- a/Dbus/interfaces/bash/CDBashApplet.py.in
++++ b/Dbus/interfaces/bash/CDBashApplet.py.in
+@@ -1,4 +1,4 @@
+-#!@PYTHON_EXECUTABLE@
++#!/bin/python
+ #
+ # This is a part of the external applets for Cairo-Dock
+ # Copyright : (C) 2010-2011 by Nochka85, Fabounet and Matttbe
+--- a/Dbus/interfaces/python/CairoDock.py.in
++++ b/Dbus/interfaces/python/CairoDock.py.in
+@@ -1,4 +1,4 @@
+-#!@PYTHON_EXECUTABLE@
++#!/bin/python
+ #
+ # This is a part of the Cairo-Dock plug-ins.
+ # Copyright : (C) 2010-2011 by Fabounet
+--- a/Dbus/interfaces/python/CDApplet.py.in
++++ b/Dbus/interfaces/python/CDApplet.py.in
+@@ -1,4 +1,4 @@
+-#!@PYTHON_EXECUTABLE@
++#!/bin/python
+ #
+ # This is a part of the external applets for Cairo-Dock
+ # Copyright : (C) 2010-2011 by Fabounet