diff --git a/dotfiles/lib/bin/dbus-introspect.sh b/dotfiles/lib/bin/dbus-introspect.sh index 7365d9d2..bba79534 100755 --- a/dotfiles/lib/bin/dbus-introspect.sh +++ b/dotfiles/lib/bin/dbus-introspect.sh @@ -5,4 +5,4 @@ dbus-send --session \ --type=method_call \ --print-reply \ $2 \ - org.freedesktop.DBus.Introspectable.Introspect | tail -n +2 | sed -e "s/^ *string//" | tr -d '\n' | unescape.py | xmllint --format - + org.freedesktop.DBus.Introspectable.Introspect | tail -n +2 | sed -e "s/^ *string//"