XDG_LOG_HOME is no longer available when shephard starts.
#:directory
(getenv "HOME")
#:log-file
- (string-append (getenv "XDG_LOG_HOME")
- "/dunst.log")))
+ (string-append (getenv "HOME")
+ "/.local/var/log/dunst.log")))
(stop #~(make-kill-destructor))
(documentation "")))))
#:directory
(getenv "HOME")
#:log-file
- (string-append (getenv "XDG_LOG_HOME")
- "/status_bar.log")))
+ (string-append (getenv "HOME")
+ "/.local/var/log/status_bar.log")))
(stop #~(make-kill-destructor))
(documentation "")))))
#:directory
(getenv "HOME")
#:log-file
- (string-append (getenv "XDG_LOG_HOME")
- "/wallpaper.log")))
+ (string-append (getenv "HOME")
+ "/.local/var/log/wallpaper.log")))
(stop #~(make-kill-destructor))
(documentation "")))))
#:directory
(getenv "HOME")
#:log-file
- (string-append (getenv "XDG_LOG_HOME")
- "/xcompmgr.log")))
+ (string-append (getenv "HOME")
+ "/.local/var/log/xcompmgr.log")))
(stop #~(make-kill-destructor))
(documentation "Shepherd service which runs `xcompmgr` - a simple
compositor.")))