mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-13 00:35:44 +01:00
Update fusion360-base.sh
This commit is contained in:
@@ -356,10 +356,6 @@ function start-launcher {
|
||||
|
||||
function configure-locale {
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
|
||||
response=$(zenity --list \
|
||||
--radiolist \
|
||||
--title="$program_name" \
|
||||
@@ -403,10 +399,6 @@ function configure-locale {
|
||||
|
||||
function licenses-cs {
|
||||
|
||||
export LC_ALL=cs_CZ.UTF-8
|
||||
export LANG=cs_CZ.UTF-8
|
||||
export LANGUAGE=cs_CZ.UTF-8
|
||||
|
||||
license_cs=`dirname $0`/data/locale/cs-CZ/license-cs
|
||||
|
||||
zenity --text-info \
|
||||
@@ -440,10 +432,6 @@ esac
|
||||
|
||||
function licenses-de {
|
||||
|
||||
export LC_ALL=de_DE.UTF-8
|
||||
export LANG=de_DE.UTF-8
|
||||
export LANGUAGE=de_DE.UTF-8
|
||||
|
||||
license_de=`dirname $0`/data/locale/de-DE/license-de
|
||||
|
||||
zenity --text-info \
|
||||
@@ -509,10 +497,6 @@ esac
|
||||
|
||||
function licenses-es {
|
||||
|
||||
export LC_ALL=es_ES.UTF-8
|
||||
export LANG=es_ES.UTF-8
|
||||
export LANGUAGE=es_ES.UTF-8
|
||||
|
||||
license_es=`dirname $0`/data/locale/es-ES/license-es
|
||||
|
||||
zenity --text-info \
|
||||
@@ -546,10 +530,6 @@ esac
|
||||
|
||||
function licenses-fr {
|
||||
|
||||
export LC_ALL=fr_FR.UTF-8
|
||||
export LANG=fr_FR.UTF-8
|
||||
export LANGUAGE=fr_FR.UTF-8
|
||||
|
||||
license_fr=`dirname $0`/data/locale/fr-FR/license-fr
|
||||
|
||||
zenity --text-info \
|
||||
@@ -583,10 +563,6 @@ esac
|
||||
|
||||
function licenses-it {
|
||||
|
||||
export LC_ALL=it_IT.UTF-8
|
||||
export LANG=it_IT.UTF-8
|
||||
export LANGUAGE=it_IT.UTF-8
|
||||
|
||||
license_it=`dirname $0`/data/locale/it-IT/license-it
|
||||
|
||||
zenity --text-info \
|
||||
@@ -620,10 +596,6 @@ esac
|
||||
|
||||
function licenses-ja {
|
||||
|
||||
export LC_ALL=ja_JP.UTF-8
|
||||
export LANG=ja_JP.UTF-8
|
||||
export LANGUAGE=ja_JP.UTF-8
|
||||
|
||||
license_ja=`dirname $0`/data/locale/ja-JP/license-ja
|
||||
|
||||
zenity --text-info \
|
||||
@@ -657,10 +629,6 @@ esac
|
||||
|
||||
function licenses-ko {
|
||||
|
||||
export LC_ALL=ko_KR.UTF-8
|
||||
export LANG=ko_KR.UTF-8
|
||||
export LANGUAGE=ko_KR.UTF-8
|
||||
|
||||
license_ko=`dirname $0`/data/locale/ko-KR/license-ko
|
||||
|
||||
zenity --text-info \
|
||||
@@ -694,10 +662,6 @@ esac
|
||||
|
||||
function licenses-zh {
|
||||
|
||||
export LC_ALL=zh_CN.UTF-8
|
||||
export LANG=zh_CN.UTF-8
|
||||
export LANGUAGE=zh_CN.UTF-8
|
||||
|
||||
license_zh=`dirname $0`/data/locale/zh-CN/license-zh
|
||||
|
||||
zenity --text-info \
|
||||
@@ -1044,11 +1008,6 @@ function program-exit-uninstall {
|
||||
# THE INSTALLATION PROGRAM IS STARTED HERE:
|
||||
##############################################################################
|
||||
|
||||
# Reset the locale for the installation of Autodesk Fusion 360!
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
|
||||
# Reset the driver for the installation of Autodesk Fusion 360!
|
||||
driver_used=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user