From 5c5321bc006f8d0cc46d5f176b15fa85be0796b5 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Fri, 13 Sep 2024 22:48:45 +0200
Subject: [PATCH] add comment for flameshot bug

---
 install_functions.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install_functions.sh b/install_functions.sh
index 30fb91e..0737d36 100644
--- a/install_functions.sh
+++ b/install_functions.sh
@@ -179,6 +179,7 @@ install_gridsite-clients() {
 }
 
 install_flameshot() {
+    # Due to a bug in flameshot, follow those steps: open flameshot launcher, take screenshot from tray icon, allow permissions
     flatpak_id="org.flameshot.Flameshot"
 
     install_flatpak_app $flatpak_id
-- 
GitLab