summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Kovar <pkovar@redhat.com>2020-03-12 03:02:03 +0100
committerPetr Kovar <pkovar@redhat.com>2020-03-12 03:02:03 +0100
commitfe592068f8da1ab0eeb0015e85b92fb8106d1148 (patch)
treea572cc3046a63350f5a70ae84002883f6e90e85d
parent58f9263c2d963261c429522249d3f7f4841483d3 (diff)
downloadgnome-getting-started-docs-fe592068f8da1ab0eeb0015e85b92fb8106d1148.tar.gz
Update text for changes in 3.36, remove outdated animation files
-rw-r--r--animation/gnome-change-wallpaper.py26
-rw-r--r--animation/gnome-responding-to-messages.blendbin2419688 -> 0 bytes
-rw-r--r--animation/gnome-responding-to-messages.py53
-rw-r--r--gnome-help/C/gs-change-date-time-timezone.page5
-rw-r--r--gnome-help/C/gs-connect-online-accounts.page4
-rw-r--r--gnome-help/C/gs-use-system-search.page2
6 files changed, 5 insertions, 85 deletions
diff --git a/animation/gnome-change-wallpaper.py b/animation/gnome-change-wallpaper.py
deleted file mode 100644
index 9b76d9d..0000000
--- a/animation/gnome-change-wallpaper.py
+++ /dev/null
@@ -1,26 +0,0 @@
-import bpy,os,re,gnomerender
-from xml.etree import ElementTree as ET
-
-def main():
-
- t = {}
- #unfortunately no decent fonts have ↲
- langs = open('language-whitelist.txt').readlines()
- for lang in langs:
- lang = lang.strip()
- if (not lang[0]=="#"):
- xmlfile = ET.parse('../gnome-help/' + lang + '/gs-animation.xml')
- t[lang] = xmlfile.getroot()
-
- for lang in t:
- for textobj in t[lang].findall('t'):
- if textobj.get('id') in bpy.data.objects: #prelozit jestli existuje jako index
- bpy.data.objects[textobj.get('id')].data.body = textobj.text
- bpy.data.objects['usermenuuser'].data.body = bpy.data.objects['user'].data.body #due to different alignment
- gnomerender.render(lang)
- gnomerender.transcode(lang)
-
-if __name__ == '__main__':
- main()
-
-# vim: tabstop=2 expandtab
diff --git a/animation/gnome-responding-to-messages.blend b/animation/gnome-responding-to-messages.blend
deleted file mode 100644
index c43ddc3..0000000
--- a/animation/gnome-responding-to-messages.blend
+++ /dev/null
Binary files differ
diff --git a/animation/gnome-responding-to-messages.py b/animation/gnome-responding-to-messages.py
deleted file mode 100644
index 3a983db..0000000
--- a/animation/gnome-responding-to-messages.py
+++ /dev/null
@@ -1,53 +0,0 @@
-import bpy,os,re,gnomerender
-from xml.etree import ElementTree as ET
-
-def typewriteit(scene):
- typewrite = bpy.data.objects['typewriter'].data.body
- #typewrite2 = bpy.data.objects['typewriter2'].data.body
- #typewrite3 = bpy.data.objects['typewriter3'].data.body
- #psani zacina v sekvenci na 146
- if bpy.context.scene.frame_current >= 146:
- i = int((bpy.context.scene.frame_current-146)/2) #letter every two frames
- else:
- i = 0
- #if bpy.context.scene.frame_current >= 640:
- # j = int((bpy.context.scene.frame_current-640)/2)
- #else:
- # j = 0
- #if bpy.context.scene.frame_current >= 1024:
- # k = int((bpy.context.scene.frame_current-1024)/2)
- # #print(k,typewrite3)
- #else:
- # k = 0
- #print(typewrite, i, typewrite[:i])
- bpy.data.objects['bubble.response'].data.body = typewrite[:i]
- #bpy.data.objects['bubble.response2'].data.body = typewrite2[:j]
- #bpy.data.objects['bubble.response3'].data.body = typewrite3[:k]
-
-def main():
-
- t = {}
- #unfortunately no decent fonts have ↲
- langs = open('language-whitelist.txt').readlines()
- for lang in langs:
- lang = lang.strip()
- if (lang[0]=="#"):
- pass
- else:
- xmlfile = ET.parse('../gnome-help/' + lang + '/gs-animation.xml')
- t[lang] = xmlfile.getroot()
- for textobj in t[lang].findall('t'):
- if textobj.get('id') in bpy.data.objects: #prelozit jestli existuje jako index
- bpy.data.objects[textobj.get('id')].data.body = textobj.text
- bpy.data.objects['typewriter'].data.body = t[lang].find('t[@id="bubble.response"]').text
- #bpy.data.objects['typewriter2'].data.body = t[lang].find('t[@id="bubble.response2"]').text
- #bpy.data.objects['typewriter3'].data.body = t[lang].find('t[@id="bubble.response3"]').text
- #bpy.data.objects['user.mt.bubble'].data.body = bpy.data.objects['user'].data.body #needs to be left aligned :/
- gnomerender.render(lang)
- gnomerender.transcode(lang)
-
-if __name__ == '__main__':
- bpy.app.handlers.frame_change_pre.append(typewriteit)
- main()
-
-# vim: tabstop=2 expandtab
diff --git a/gnome-help/C/gs-change-date-time-timezone.page b/gnome-help/C/gs-change-date-time-timezone.page
index 91d5368..fcb0112 100644
--- a/gnome-help/C/gs-change-date-time-timezone.page
+++ b/gnome-help/C/gs-change-date-time-timezone.page
@@ -25,15 +25,14 @@
<steps>
<item><p>Click the <gui xref="shell-introduction#yourname">system menu</gui>
on the right side of the top bar.</p></item>
- <item><p>Click the settings button at the bottom left of the menu.</p></item>
+ <item><p>Click <gui>Settings</gui>.</p></item>
</steps>
<media its:translate="no" type="image" mime="image/svg"
src="gs-datetime.svg" width="100%" />
<steps style="continues">
- <item><p>Select <guiseq><gui>Details</gui><gui>Date &amp; Time</gui></guiseq>
- from the sidebar.</p></item>
+ <item><p>Select <gui>Date &amp; Time</gui> from the sidebar.</p></item>
<item><p>Make sure that the <gui>Automatic Time Zone</gui> item is switched
off, and then click the <gui>Time Zone</gui> item below.</p></item>
<item><p>Click on your location on the world map. This selects your current
diff --git a/gnome-help/C/gs-connect-online-accounts.page b/gnome-help/C/gs-connect-online-accounts.page
index 93cf36e..be317a9 100644
--- a/gnome-help/C/gs-connect-online-accounts.page
+++ b/gnome-help/C/gs-connect-online-accounts.page
@@ -26,9 +26,9 @@
<steps>
<item><p>Click the <gui xref="shell-introduction#yourname">system menu</gui>
on the right side of the top bar.</p></item>
- <item><p>Click the settings button at the bottom left of the menu.</p></item>
+ <item><p>Click <gui>Settings</gui>.</p></item>
</steps>
-
+
<media its:translate="no" type="image" mime="image/svg"
src="gs-goa2.svg" width="100%" />
diff --git a/gnome-help/C/gs-use-system-search.page b/gnome-help/C/gs-use-system-search.page
index e4c5aec..010876c 100644
--- a/gnome-help/C/gs-use-system-search.page
+++ b/gnome-help/C/gs-use-system-search.page
@@ -91,7 +91,7 @@
<title>To customize what is displayed in the search results:</title>
<item><p>Click the <gui xref="shell-introduction#yourname">system menu</gui>
on the right side of the top bar.</p></item>
- <item><p>Click the settings button at the bottom left of the menu.</p></item>
+ <item><p>Click <gui>Settings</gui>.</p></item>
<item><p>Click <gui>Search</gui> in the left panel.</p></item>
<item><p>In the list of search locations, click the switch next to the
search location you want to enable or disable.</p></item>