Commit 6e69a718 authored by Michael Straube's avatar Michael Straube

term_font: Fix Konsole font on openSUSE

parent 9ad01bfe
......@@ -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}')"
......
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