summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-07-15 16:55:27 -0400
committerOz Linden <oz@lindenlab.com>2013-07-15 16:55:27 -0400
commit2be8585baa8fdc95a1eb1e677620514f0f72686b (patch)
tree2dae1cab7a49b8269b53f0f25168dc183f7801c5 /indra/viewer_components
parent2192a024ac8cdada18785f8627970d4908cc1730 (diff)
parentaa8abe5e1c2c0e8e50cc4a2a85bb66da450648be (diff)
merge changes for DRTVWR-325
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-xindra/viewer_components/updater/scripts/linux/update_install7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/scripts/linux/update_install b/indra/viewer_components/updater/scripts/linux/update_install
index a9df9042fd..03089f192e 100755
--- a/indra/viewer_components/updater/scripts/linux/update_install
+++ b/indra/viewer_components/updater/scripts/linux/update_install
@@ -69,8 +69,11 @@ then # zenity on PATH and is executable
# clear any previous message
clear_message
# put up a new zenity box and capture its pid
- "$zenpath" --info --title "Second Life Viewer Updater" \
- --width=320 --height=120 --text="$*" &
+## "$zenpath" --info --title "Second Life Viewer Updater" \
+## --width=320 --height=120 --text="$*" &
+ # MAINT-2333: use bouncing progress bar
+ "$zenpath" --progress --pulsate --no-cancel --title "Second Life Viewer Updater" \
+ --width=320 --height=120 --text "$*" </dev/null &
statuspid=$!
}