Commit 84d76a7f authored by Michael Straube's avatar Michael Straube

term_font: Fix font detection for Konsole >= 19.12.0

parent 8de31f07
...@@ -3112,6 +3112,7 @@ END ...@@ -3112,6 +3112,7 @@ END
if ((child == "$(qdbus "$i" "$session" processId)")); then if ((child == "$(qdbus "$i" "$session" processId)")); then
profile="$(qdbus "$i" "$session" environment |\ profile="$(qdbus "$i" "$session" environment |\
awk -F '=' '/KONSOLE_PROFILE_NAME/ {print $2}')" awk -F '=' '/KONSOLE_PROFILE_NAME/ {print $2}')"
[[ ! $profile ]] && profile="$(qdbus "$i" "$session" profile)"
break break
fi fi
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment