File timeline-fix-path.patch of Package timeline
diff -Naur a/source/timelinelib/config/paths.py b/source/timelinelib/config/paths.py --- a/source/timelinelib/config/paths.py 2023-09-07 09:42:05.000000000 -0500 +++ b/source/timelinelib/config/paths.py 2024-01-02 16:06:09.068286087 -0600 @@ -22,10 +22,10 @@ import os.path -_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..")) +_ROOT = "/usr/share/timeline/" ICONS_DIR = os.path.join(_ROOT, "icons") EVENT_ICONS_DIR = os.path.join(_ROOT, "icons", "event_icons") -LOCALE_DIR = os.path.join(_ROOT, "translations") +LOCALE_DIR = "/usr/share/timeline/" HELP_RESOURCES_DIR = os.path.join(_ROOT, "help_resources")