From: =?utf-8?q?Dami=C3=A1n_Viano?= <des@debian.org>
Date: Wed, 25 Oct 2023 11:04:58 +0800
Subject: Small patch to use common-licenses

===================================================================
---
 src/about.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/about.c b/src/about.c
index d257e46..5d1d4cc 100644
--- a/src/about.c
+++ b/src/about.c
@@ -452,7 +452,7 @@ static GtkWidget *create_dialog(void)
 	label = gtk_label_new(_("License"));
 	gtk_widget_show(label);
 
-	g_snprintf(buffer, sizeof(buffer), "%s" G_DIR_SEPARATOR_S "GPL-2", app->datadir);
+	g_snprintf(buffer, sizeof(buffer), "/usr/share/common-licenses/GPL-2");
 
 	g_file_get_contents(buffer, &license_text, NULL, NULL);
 	if (license_text == NULL)
