From 3310089673e12aed1b95a9e99fc59e2529dbf775 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 29 Jul 2018 14:57:40 -0500 Subject: [PATCH] Add detection for QTerminal. --- lugito | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lugito b/lugito index 19aacab..ff84794 100755 --- a/lugito +++ b/lugito @@ -204,6 +204,8 @@ def commithook(): lpname = "lubuntu-artwork" elif "rCALASETTINGS" in phidquery["name"]: lpname = "calamares-settings-ubuntu" + elif "rQTERMINALPACKAGING" in phidquery["name"]: + lpname = "qterminal" else: logger.debug("Somehow, an unsupported repository showed up here.")