summaryrefslogtreecommitdiffstats
path: root/system/guake/guake-3.7.0-fix-paths.patch
blob: 0cd91ef062143d13e7617799d95d82cc798895dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- guake/paths.py.orig	2020-02-10 16:10:10.000000000 -0500
+++ guake/paths.py	2020-06-08 20:32:03.423403158 -0400
@@ -55,8 +55,8 @@
 
 
 def get_default_locale_dir():
-    d = os.path.join(get_data_files_dir(), "po")
-    log.debug("Using guake image directory: %s", d)
+    d = '/usr/share/locale'
+    log.debug("Using guake locale directory: %s", d)
     return d
 
 
@@ -73,7 +73,7 @@
 
 
 def get_default_schema_dir():
-    d = get_default_data_dir()
+    d = '/usr/share/glib-2.0/schemas'
     log.debug("Using guake scheme directory: %s", d)
     return d