[F] Fix terminal font info for yakuake (again)
Once fixed in dylanaraps#1615, but got broken again with the fix of hykilpikonna#116.
This commit is contained in:
@@ -4654,8 +4654,8 @@ END
|
|||||||
# Get Process ID of current konsole window / tab
|
# Get Process ID of current konsole window / tab
|
||||||
child="$(get_ppid "$$")"
|
child="$(get_ppid "$$")"
|
||||||
|
|
||||||
# Loop while the process name is not "konsole"
|
# Loop while the process name is not "konsole"/"yakuake"
|
||||||
while [[ "$(ps -p "$(get_ppid "$child")" -o comm=)" != "konsole" ]]; do
|
while [[ "$(ps -p "$(get_ppid "$child")" -o comm=)" != "$term" ]]; do
|
||||||
# Get the parent process ID
|
# Get the parent process ID
|
||||||
child="$(get_ppid "$child")"
|
child="$(get_ppid "$child")"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user