X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tools%2Fxdg-autostart%2Fxdg-autostart;fp=tools%2Fxdg-autostart%2Fxdg-autostart;h=9ea03fdf058e418bdad00ea3e546db4a2071f8a7;hb=f1cf7fa339d74d99c40105c8e2552c478267f064;hp=7648d8c4fc56b95064a85e74d003fcce85bb4985;hpb=a291ba6019f0cd2e679a302312b50da5769c2790;p=chaz%2Fopenbox diff --git a/tools/xdg-autostart/xdg-autostart b/tools/xdg-autostart/xdg-autostart index 7648d8c4..9ea03fdf 100755 --- a/tools/xdg-autostart/xdg-autostart +++ b/tools/xdg-autostart/xdg-autostart @@ -90,6 +90,7 @@ class AutostartFile: if path[0] == '/': if match_func(path): return path else: return None + else: # check relative path for dirname in search.split(os.pathsep): if dirname != "":