浏览代码

term_font: Fix Konsole font on openSUSE

Michael Straube 5 年之前
父节点
当前提交
6e69a7183d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      neofetch

+ 2 - 0
neofetch

@@ -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}')"