term_font: Fix Konsole font on openSUSE

This commit is contained in:
Michael Straube 2019-12-22 20:08:24 +01:00
parent 9ad01bfe18
commit 6e69a7183d

View file

@ -3102,6 +3102,8 @@ END
# Get Process ID of current konsole window / tab
child="$(get_ppid "$$")"
QT_BINDIR="$(qtpaths --binaries-dir)" && PATH+=":$QT_BINDIR"
IFS=$'\n' read -d "" -ra konsole_instances \
<<< "$(qdbus | awk '/org.kde.konsole/ {print $1}')"