gdritter repos dmesktop / c2166b7
Fix path-handling for user-local applications Getty Ritter 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
1616 # this is probably not right, in the long term!
1717 XDG_APP_DIRS = [
1818 '/usr/share/applications',
19 os.path.join(os.getenv('HOME'), '/.local/share/applications'),
19 os.path.join(os.getenv('HOME'), '.local/share/applications'),
2020 ]
2121
2222 class DesktopEntry(NamedTuple):