Blob Blame History Raw
From 01a3fd7a24ceec0a419f11259e7be78ad29b8328 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= <sergio@serjux.com>
Date: Tue, 24 Jul 2018 03:50:33 +0100
Subject: [PATCH 2/4] Fix lpf-gui behavior and a strange message:

No such package: "/usr/share/lpf/scripts"
---
 scripts/lpf-gui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lpf-gui b/scripts/lpf-gui
index 22fa69f..27a9759 100755
--- a/scripts/lpf-gui
+++ b/scripts/lpf-gui
@@ -7,7 +7,7 @@
 import os.path
 import sys
 
-sys.argv.append(os.path.dirname(os.path.realpath(__file__)))
+# sys.argv.append(os.path.dirname(os.path.realpath(__file__)))
 
 import lpf_gui_base
 
-- 
2.14.4