summaryrefslogtreecommitdiffstats
path: root/indicator-keylock-3.1.0-x11.patch
blob: 381f4fbbc5c7735f20cbb5bb5df64a033e597038 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -up indicator-keylock-3.1.0/src/main.c.orig indicator-keylock-3.1.0/src/main.c
--- indicator-keylock-3.1.0/src/main.c.orig	2022-01-05 19:22:23.381405852 -0500
+++ indicator-keylock-3.1.0/src/main.c	2022-01-05 19:23:54.855658436 -0500
@@ -181,6 +181,7 @@ UniqueResponse on_self_unique_app_messag
 }
 
 int main(int argc, char *argv[]) {
+	gdk_set_allowed_backends("x11");
 	gtk_init_with_args(&argc, &argv, _("Indicator/Status Icon for keyboard lock keys"), NULL, NULL, NULL);
 	self_random = g_rand_new();
 	self_gtk_app = gtk_application_new("org.desktop.indicator-keylock", 0);