summaryrefslogtreecommitdiff
path: root/deskutils/alacarte/files/patch-Alacarte_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/alacarte/files/patch-Alacarte_util.py')
-rw-r--r--deskutils/alacarte/files/patch-Alacarte_util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/alacarte/files/patch-Alacarte_util.py b/deskutils/alacarte/files/patch-Alacarte_util.py
index 94ad287792de..fa7e2d800ce2 100644
--- a/deskutils/alacarte/files/patch-Alacarte_util.py
+++ b/deskutils/alacarte/files/patch-Alacarte_util.py
@@ -5,7 +5,7 @@
if os.path.isfile(file_path):
return file_path
- file_path = os.path.join('/', 'usr', 'share', 'applications', file_id)
-+ file_path = os.path.join('/', '/usr/local', 'share', 'gnome', 'applications', file_id)
++ file_path = os.path.join('/', '/usr/local', 'share', 'applications', file_id)
if os.path.isfile(file_path):
return file_path
return False
@@ -14,7 +14,7 @@
if os.path.isfile(file_path):
return file_path
- file_path = os.path.join('/', 'usr', 'share', 'desktop-directories', file_id)
-+ file_path = os.path.join('/', '/usr/local', 'share', 'gnome', 'desktop-directories', file_id)
++ file_path = os.path.join('/', '/usr/local', 'share', 'desktop-directories', file_id)
if os.path.isfile(file_path):
return file_path
return False