From: Emmanuel Arias <eamanu@yaerobi.com>
Date: Mon, 6 Jun 2022 15:37:43 -0300
Subject: Point to the debianize scalene-gui path.

scalene-gui is installed in /usr/share/python3-scalene. This patch
update the path to scalene-gui.
---
 scalene/scalene_profiler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scalene/scalene_profiler.py
+++ b/scalene/scalene_profiler.py
@@ -712,7 +712,7 @@
                 sys.exit(1)
 
         Scalene.__signals.set_timer_signals(Scalene.__args.use_virtual_time)
-        Scalene.__profiler_base = str(os.path.dirname(__file__))
+        Scalene.__profiler_base = '/usr/share/python3-scalene'
         if Scalene.__args.pid:
             # Child process.
             # We need to use the same directory as the parent.
