Skip to content

Commit

Permalink
Tweaks for LANGUAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 15, 2022
1 parent a69a374 commit a69c360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usr/bin/startkde-biglinux
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ else

fi

# Force language
if [ "$LANGUAGE" = "" ]; then
export LANGUAGE=$LANG
fi

# Use KDE dialog in some GTK apps like Firefox
GTK_USE_PORTAL=1

Expand Down

0 comments on commit a69c360

Please sign in to comment.