Преглед изворни кода

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