Commit 618d5b23 authored by Michael Straube's avatar Michael Straube

term_font: konsole: Avoid wrong font info

parent 84d76a7f
......@@ -3119,6 +3119,8 @@ END
[[ "$profile" ]] && break
done
[[ ! $profile ]] && return
# We could have two profile files for the same profile name, take first match
profile_filename="$(grep -l "Name=${profile}" "$HOME"/.local/share/konsole/*.profile)"
profile_filename="${profile_filename/$'\n'*}"
......
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