From 2778038b19877c674cd7dc8a4a44d924fcfe3bec Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Tue, 10 May 2022 06:47:47 +0200 Subject: [PATCH] constants: temporarily replace squeekboard with phosh-osk-stub --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index cfcc5a0..ea65313 100644 --- a/constants.py +++ b/constants.py @@ -58,7 +58,7 @@ FLAVOURS: dict[str, Flavour] = { 'phosh': { 'packages': [ 'phosh', - # 'squeekboard', #temporarily disabled + 'phosh-osk-stub', # temporary replacement for 'squeekboard', 'gnome-control-center', 'gnome-software', 'gnome-software-packagekit-plugin',