summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 13:12:44 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 13:12:44 +0200
commit11513071a3149a54cf19ba7bb9c401ccf7c3c69b (patch)
treec2282c89b53c6497052dd7bc570cb0de67655c4e
parentfb3c19a57fa867af1e6e6badac5c4b2dd1750ec9 (diff)
bin:manage_compiz_plugin -> manage_compiz_plugin.py
-rwxr-xr-xbin/manage_compiz_plugin.py (renamed from bin/manage_compiz_plugin)4
-rw-r--r--units/touchscreen/jobs.pxu8
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/manage_compiz_plugin b/bin/manage_compiz_plugin.py
index 9650a9d..03c0ed8 100755
--- a/bin/manage_compiz_plugin
+++ b/bin/manage_compiz_plugin.py
@@ -18,8 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
"""
-manage_compiz_plugin
-====================
+manage_compiz_plugin.py
+=======================
This script allows enabling or disabling compiz plugins using
gsettings. Changes take effect on the fly.
diff --git a/units/touchscreen/jobs.pxu b/units/touchscreen/jobs.pxu
index 3a8a33a..39a2a98 100644
--- a/units/touchscreen/jobs.pxu
+++ b/units/touchscreen/jobs.pxu
@@ -151,11 +151,11 @@ _description:
{% endif %}
command:
{%- if 'Unity' in __system_env__["XDG_CURRENT_DESKTOP"] %}
- manage_compiz_plugin unityshell disable
+ manage_compiz_plugin.py unityshell disable
qmlscene -qt5 3 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml 2>&1 | grep -o PASS
EXIT=$?
sleep 5
- manage_compiz_plugin unityshell enable
+ manage_compiz_plugin.py unityshell enable
{%- else %}
timeout 20 multitap_test.py 3 || (>&2 echo "FAILED TO DETECT TAP"; false)
EXIT=$?
@@ -186,11 +186,11 @@ _description:
{% endif %}
command:
{%- if 'Unity' in __system_env__["XDG_CURRENT_DESKTOP"] %}
- manage_compiz_plugin unityshell disable
+ manage_compiz_plugin.py unityshell disable
qmlscene -qt5 4 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml 2>&1 | grep -o PASS
EXIT=$?
sleep 5
- manage_compiz_plugin unityshell enable
+ manage_compiz_plugin.py unityshell enable
{%- else %}
timeout 20 multitap_test.py 4 || (>&2 echo "FAILED TO DETECT TAP"; false)
EXIT=$?