[gnome-initial-setup/gnome-3-8] Drop the intro animation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/gnome-3-8] Drop the intro animation
- Date: Thu, 31 Oct 2013 18:52:36 +0000 (UTC)
commit 6cae36f9280080414d9cee6da7707c61c522591e
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 16 22:50:54 2013 -0400
Drop the intro animation
While it has a certain nice branding value if executed perfectly (which we are
a bit off still), the intro animation does more damage than help.
Getting Started was initially designed to be opt in, but the way we start the
playback for eveyrone right after launching the session (and sometimes after
yelp actually comes up in the background), the experience is extremely
confusing. The combination of forced passive consumtion, unpolished launch and
complexity of the animation just makes the start of Getting Started unhelpful.
We should drop the intro and stick to the inline videos and image guides inside
yelp.
https://bugzilla.gnome.org/show_bug.cgi?id=703999
data/gnome-welcome-tour | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/data/gnome-welcome-tour b/data/gnome-welcome-tour
index 47e50ca..0cc9f8c 100755
--- a/data/gnome-welcome-tour
+++ b/data/gnome-welcome-tour
@@ -1,11 +1,6 @@
#! /bin/sh
cfgdir=${XDG_CONFIG_DIR:-$HOME/.config}
-prefix=/usr/share/help
-suffix=gnome-help/figures/gnome-yelp-intro.webm
-full_locale=$LANG
-locale=`echo $full_locale | sed -e 's/\..*//'`
-lang=`echo $locale | sed -e 's/_.*//'`
rm -f $cfgdir/run-welcome-tour
@@ -23,12 +18,4 @@ geometry=(1024, 709)
EOF
fi
-for name in $locale $lang 'C'; do
- if test -f "$prefix/$name/$suffix" ; then
- intro_path="$prefix/$name/$suffix"
- break;
- fi
-done
-
-/usr/libexec/gnome-initial-setup-player $intro_path &
yelp help:gnome-help/getting-started
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]