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