From 6ce880e071c417ce036a7dd9f3ab2b0247dcc54b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 9 May 2021 21:17:02 +0200 Subject: [PATCH] [hlwm] Adjusted path for kdeconnectd --- herbstluftwm/autostart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 6eddba5..65c3e3a 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -14,7 +14,10 @@ if hc silent new_attr bool my_not_first_autostart; then ~/.fehbg & xmodmap ~/.Xmodmap picom -b - /usr/lib/kdeconnectd & + # 2021-05-01T22:53:48 CEST: The path for kdeconnectd was adjusted + # for Fedora, where the binary lives in /usr/libexec and not in + # /usr/lib like in Arch Linux or Debian. + /usr/libexec/kdeconnectd & /usr/bin/kdeconnect-indicator & redshift-gtk & nm-applet &