Blob Blame History Raw
From d352f39d9342b019958206cfa8e0b59da3b09434 Mon Sep 17 00:00:00 2001
From: leigh123linux <leigh123linux@googlemail.com>
Date: Sat, 10 Dec 2016 19:20:21 +0000
Subject: [PATCH] replace metacity with openbox

---
 files/usr/bin/cinnamon-launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/usr/bin/cinnamon-launcher b/files/usr/bin/cinnamon-launcher
index 8ef6d80..6ec4e7d 100755
--- a/files/usr/bin/cinnamon-launcher
+++ b/files/usr/bin/cinnamon-launcher
@@ -3,7 +3,7 @@
 """ Launches or restarts cinnamon
 """
 
-FALLBACK_COMMAND = "metacity"
+FALLBACK_COMMAND = "openbox"
 FALLBACK_ARGS = ("--replace",)
 
 import os
-- 
2.9.3