Merge lp:~pishuilu1128/ubuntukylin-default-settings/ubuntukylin-default-settings into lp:~ubuntukylin-members/ubuntukylin-default-settings/trunk

Proposed by Huan Peng
Status: Merged
Approved by: Huan Peng
Approved revision: 11
Merged at revision: 11
Proposed branch: lp:~pishuilu1128/ubuntukylin-default-settings/ubuntukylin-default-settings
Merge into: lp:~ubuntukylin-members/ubuntukylin-default-settings/trunk
Diff against target: 849 lines (+669/-0) (has conflicts)
26 files modified
debian/20_ubuntukylin-default-settings.gschema.override (+6/-0)
debian/20_ubuntukylin-default-settings.gschema.xml (+291/-0)
debian/changelog (+8/-0)
debian/control (+9/-0)
debian/copyright (+12/-0)
debian/ubuntukylin-default-settings.install (+4/-0)
depends.txt (+36/-0)
desktop/default-applications.txt (+97/-0)
desktop/default-session.txt (+11/-0)
desktop/googlemail.desktop.example (+9/-0)
desktop/wps-office-et.desktop (+19/-0)
desktop/wps-office-wpp.desktop (+19/-0)
desktop/wps-office-wps.desktop (+19/-0)
hooks/chroot (+9/-0)
i18n/keyboard.txt (+14/-0)
i18n/langpacks.txt (+17/-0)
i18n/language.txt (+11/-0)
icons/README (+2/-0)
multimedia/radiostations.txt (+8/-0)
recommends.txt (+18/-0)
ubiquity-slideshow/README (+4/-0)
unity/launchers.txt (+11/-0)
webbrowser/bookmarks-menu.txt (+9/-0)
webbrowser/bookmarks-toolbar.txt (+8/-0)
webbrowser/searchengine.txt (+10/-0)
webbrowser/startpage.txt (+8/-0)
Text conflict in debian/changelog
Text conflict in debian/control
Text conflict in debian/copyright
Conflict adding file debian/ubuntukylin-default-settings.install.  Moved existing file to debian/ubuntukylin-default-settings.install.moved.
Conflict adding file depends.txt.  Moved existing file to depends.txt.moved.
Conflict adding file desktop.  Moved existing file to desktop.moved.
Conflict adding file hooks.  Moved existing file to hooks.moved.
Conflict adding file i18n.  Moved existing file to i18n.moved.
Conflict adding file icons.  Moved existing file to icons.moved.
Conflict adding file multimedia.  Moved existing file to multimedia.moved.
Conflict adding file recommends.txt.  Moved existing file to recommends.txt.moved.
Conflict adding file ubiquity-slideshow.  Moved existing file to ubiquity-slideshow.moved.
Conflict adding file unity.  Moved existing file to unity.moved.
Conflict adding file webbrowser.  Moved existing file to webbrowser.moved.
To merge this branch: bzr merge lp:~pishuilu1128/ubuntukylin-default-settings/ubuntukylin-default-settings
Reviewer Review Type Date Requested Status
Huan Peng Approve
Review via email: mp+144865@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Huan Peng (penghuanmail) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/20_ubuntukylin-default-settings.gschema.override'
2--- debian/20_ubuntukylin-default-settings.gschema.override 1970-01-01 00:00:00 +0000
3+++ debian/20_ubuntukylin-default-settings.gschema.override 2013-01-25 08:14:19 +0000
4@@ -0,0 +1,6 @@
5+[org.gnome.nautilus.desktop]
6+home-icon-visible=true
7+trash-icon-visible=true
8+volumes-visible=true
9+
10+
11
12=== added file 'debian/20_ubuntukylin-default-settings.gschema.xml'
13--- debian/20_ubuntukylin-default-settings.gschema.xml 1970-01-01 00:00:00 +0000
14+++ debian/20_ubuntukylin-default-settings.gschema.xml 2013-01-25 08:14:19 +0000
15@@ -0,0 +1,291 @@
16+<?xml version="1.0" encoding="UTF-8"?>
17+<schemalist>
18+ <enum id="org.gnome.nautilus.SpeedTradeoff">
19+ <value value="0" nick="always"/>
20+ <value value="1" nick="local-only"/>
21+ <value value="2" nick="never"/>
22+ </enum>
23+
24+ <enum id="org.gnome.nautilus.ClickPolicy">
25+ <value value="0" nick="single"/>
26+ <value value="1" nick="double"/>
27+ </enum>
28+
29+ <enum id="org.gnome.nautilus.ActivationChoice">
30+ <value value="0" nick="launch"/>
31+ <value value="1" nick="display"/>
32+ <value value="2" nick="ask"/>
33+ </enum>
34+
35+ <enum id="org.gnome.nautilus.FolderView">
36+ <value value="0" nick="icon-view"/>
37+ <value value="1" nick="list-view"/>
38+ </enum>
39+
40+ <enum id="org.gnome.nautilus.SortOrder">
41+ <value value="0" nick="manually"/>
42+ <value value="1" nick="name"/>
43+ <value value="2" nick="size"/>
44+ <value value="3" nick="type"/>
45+ <value value="4" nick="mtime"/>
46+ <value value="5" nick="atime"/>
47+ <value value="6" nick="trash-time"/>
48+ </enum>
49+
50+ <enum id="org.gnome.nautilus.ZoomLevel">
51+ <value value="0" nick="smallest"/>
52+ <value value="1" nick="smaller"/>
53+ <value value="2" nick="small"/>
54+ <value value="3" nick="standard"/>
55+ <value value="4" nick="large"/>
56+ <value value="5" nick="larger"/>
57+ <value value="6" nick="largest"/>
58+ </enum>
59+
60+ <enum id="org.gnome.nautilus.TabPosition">
61+ <value value="0" nick="after-current-tab"/>
62+ <value value="1" nick="end"/>
63+ </enum>
64+
65+ <schema path="/org/gnome/nautilus/" id="org.gnome.nautilus" gettext-domain="nautilus">
66+ <child schema="org.gnome.nautilus.preferences" name="preferences"/>
67+ <child schema="org.gnome.nautilus.icon-view" name="icon-view"/>
68+ <child schema="org.gnome.nautilus.list-view" name="list-view"/>
69+ <child schema="org.gnome.nautilus.desktop" name="desktop"/>
70+ <child schema="org.gnome.nautilus.window-state" name="window-state"/>
71+ </schema>
72+
73+ <schema path="/org/gnome/nautilus/preferences/" id="org.gnome.nautilus.preferences" gettext-domain="nautilus">
74+ <key name="tabs-open-position" enum="org.gnome.nautilus.TabPosition">
75+ <aliases>
76+ <alias value='after_current_tab' target='after-current-tab'/>
77+ </aliases>
78+ <default>'after-current-tab'</default>
79+ <summary>Where to position newly open tabs in browser windows.</summary>
80+ <description>If set to "after-current-tab", then new tabs are inserted after the current tab. If set to "end", then new tabs are appended to the end of the tab list.</description>
81+ </key>
82+ <key type="b" name="always-use-location-entry">
83+ <default>false</default>
84+ <summary>Always use the location entry, instead of the pathbar</summary>
85+ <description>If set to true, then Nautilus browser windows will always use a textual input entry for the location toolbar, instead of the pathbar.</description>
86+ </key>
87+ <key type="b" name="confirm-trash">
88+ <default>true</default>
89+ <summary>Whether to ask for confirmation when deleting files, or emptying Trash</summary>
90+ <description>If set to true, then Nautilus will ask for confirmation when you attempt to delete files, or empty the Trash.</description>
91+ </key>
92+ <key type="b" name="enable-delete">
93+ <default>false</default>
94+ <summary>Whether to enable immediate deletion</summary>
95+ <description>If set to true, then Nautilus will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution.</description>
96+ </key>
97+ <key name="show-directory-item-counts" enum="org.gnome.nautilus.SpeedTradeoff">
98+ <aliases><alias value='local_only' target='local-only'/></aliases>
99+ <default>'local-only'</default>
100+ <summary>When to show number of items in a folder</summary>
101+ <description>Speed tradeoff for when to show the number of items in a folder. If set to "always" then always show item counts, even if the folder is on a remote server. If set to "local-only" then only show counts for local file systems. If set to "never" then never bother to compute item counts.</description>
102+ </key>
103+ <key name="click-policy" enum="org.gnome.nautilus.ClickPolicy">
104+ <default>'double'</default>
105+ <summary>Type of click used to launch/open files</summary>
106+ <description>Possible values are "single" to launch files on a single click, or "double" to launch them on a double click.</description>
107+ </key>
108+ <key name="executable-text-activation" enum="org.gnome.nautilus.ActivationChoice">
109+ <default>'display'</default>
110+ <summary>What to do with executable text files when activated</summary>
111+ <description>What to do with executable text files when they are activated (single or double clicked). Possible values are "launch" to launch them as programs, "ask" to ask what to do via a dialog, and "display" to display them as text files.</description>
112+ </key>
113+ <key type="b" name="install-mime-activation">
114+ <default>true</default>
115+ <summary>Show the package installer for unknown mime types</summary>
116+ <description>Whether to show the user a package installer dialog in case an unknown mime type is opened, in order to search for an application to handle it.</description>
117+ </key>
118+ <key type="b" name="mouse-use-extra-buttons">
119+ <default>true</default>
120+ <summary>Use extra mouse button events in Nautilus' browser window</summary>
121+ <description>For users with mice that have "Forward" and "Back" buttons, this key will determine if any action is taken inside of Nautilus when either is pressed.</description>
122+ </key>
123+ <key type="i" name="mouse-forward-button">
124+ <default>9</default>
125+ <summary>Mouse button to activate the "Forward" command in browser window</summary>
126+ <description>For users with mice that have buttons for "Forward" and "Back", this key will set which button activates the "Forward" command in a browser window. Possible values range between 6 and 14.</description>
127+ </key>
128+ <key type="i" name="mouse-back-button">
129+ <default>8</default>
130+ <summary>Mouse button to activate the "Back" command in browser window</summary>
131+ <description>For users with mice that have buttons for "Forward" and "Back", this key will set which button activates the "Back" command in a browser window. Possible values range between 6 and 14.</description>
132+ </key>
133+ <key name="show-image-thumbnails" enum="org.gnome.nautilus.SpeedTradeoff">
134+ <aliases><alias value='local_only' target='local-only'/></aliases>
135+ <default>'local-only'</default>
136+ <summary>When to show thumbnails of files</summary>
137+ <description>Speed tradeoff for when to show a file as a thumbnail. If set to "always" then always thumbnail, even if the folder is on a remote server. If set to "local-only" then only show thumbnails for local file systems. If set to "never" then never bother to thumbnail files, just use a generic icon. Despite what the name may suggest, this applies to any previewable file type.</description>
138+ </key>
139+ <key type="t" name="thumbnail-limit">
140+ <default>10485760</default>
141+ <summary>Maximum image size for thumbnailing</summary>
142+ <description>Images over this size (in bytes) won't be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>
143+ </key>
144+ <key type="b" name="sort-directories-first">
145+ <default>false</default>
146+ <summary>Show folders first in windows</summary>
147+ <description>If set to true, then Nautilus shows folders prior to showing files in the icon and list views.</description>
148+ </key>
149+ <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
150+ <aliases>
151+ <alias value='modification_date' target='mtime'/>
152+ </aliases>
153+ <default>'name'</default>
154+ <summary>Default sort order</summary>
155+ <description>The default sort-order for items in the icon view. Possible values are "name", "size", "type" and "mtime".</description>
156+ </key>
157+ <key type="b" name="default-sort-in-reverse-order">
158+ <default>false</default>
159+ <summary>Reverse sort order in new windows</summary>
160+ <description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally.</description>
161+ </key>
162+ <key name="default-folder-viewer" enum="org.gnome.nautilus.FolderView">
163+ <aliases>
164+ <alias value='icon_view' target='icon-view'/>
165+ <alias value='compact_view' target='icon-view'/>
166+ <alias value='compact-view' target='icon-view'/>
167+ <alias value='list_view' target='list-view'/>
168+ </aliases>
169+ <default>'icon-view'</default>
170+ <summary>Default folder viewer</summary>
171+ <description>When a folder is visited this viewer is used unless you have selected another view for that particular folder. Possible values are "list-view", and "icon-view".</description>
172+ </key>
173+ <key type="b" name="show-hidden-files">
174+ <default>false</default>
175+ <summary>Whether to show hidden files</summary>
176+ <description>If set to true, then hidden files are shown by default in the file manager. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description>
177+ </key>
178+ <key type="ay" name="bulk-rename-tool">
179+ <default>[]</default>
180+ <summary>Bulk rename utility</summary>
181+ <description>If set, Nautilus will append URIs of selected files and treat the result as a command line for bulk renaming. Bulk rename applications can register themselves in this key by setting the key to a space-separated string of their executable name and any command line options. If the executable name is not set to a full path, it will be searched for in the search path.</description>
182+ </key>
183+ </schema>
184+
185+ <schema path="/org/gnome/nautilus/icon-view/" id="org.gnome.nautilus.icon-view" gettext-domain="nautilus">
186+ <key type="as" name="captions">
187+ <default>[ 'none', 'size', 'date_modified' ]</default>
188+ <summary>List of possible captions on icons</summary>
189+ <description>A list of captions below an icon in the icon view and the desktop. The actual number of captions shown depends on the zoom level. Some possible values are: "size", "type", "date_modified", "owner", "group", "permissions", and "mime_type".</description>
190+ </key>
191+ <key name="default-zoom-level" enum="org.gnome.nautilus.ZoomLevel">
192+ <default>'standard'</default>
193+ <summary>Default icon zoom level</summary>
194+ <description>Default zoom level used by the icon view.</description>
195+ </key>
196+ <key type="i" name="thumbnail-size">
197+ <default>64</default>
198+ <summary>Default Thumbnail Icon Size</summary>
199+ <description>The default size of an icon for a thumbnail in the icon view.</description>
200+ </key>
201+ <key type="as" name="text-ellipsis-limit">
202+ <default>[ '3' ]</default>
203+ <summary>Text Ellipsis Limit</summary>
204+ <description>A string specifying how parts of overlong file names should be replaced by ellipses, depending on the zoom level. Each of the list entries is of the form "Zoom Level:Integer". For each specified zoom level, if the given integer is larger than 0, the file name will not exceed the given number of lines. If the integer is 0 or smaller, no limit is imposed on the specified zoom level. A default entry of the form "Integer" without any specified zoom level is also allowed. It defines the maximum number of lines for all other zoom levels. Examples: 0 - always display overlong file names; 3 - shorten file names if they exceed three lines; smallest:5,smaller:4,0 - shorten file names if they exceed five lines for zoom level "smallest". Shorten file names if they exceed four lines for zoom level "smaller". Do not shorten file names for other zoom levels. Available zoom levels: smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), larger (200%), largest (400%)</description>
205+ </key>
206+ </schema>
207+
208+ <schema path="/org/gnome/nautilus/list-view/" id="org.gnome.nautilus.list-view" gettext-domain="nautilus">
209+ <key name="default-zoom-level" enum="org.gnome.nautilus.ZoomLevel">
210+ <default>'small'</default>
211+ <summary>Default list zoom level</summary>
212+ <description>Default zoom level used by the list view.</description>
213+ </key>
214+ <key type="as" name="default-visible-columns">
215+ <default>[ 'name', 'size', 'type', 'date_modified' ]</default>
216+ <summary>Default list of columns visible in the list view</summary>
217+ <description>Default list of columns visible in the list view.</description>
218+ </key>
219+ <key type="as" name="default-column-order">
220+ <default>[ 'name', 'size', 'type', 'date_modified' ]</default>
221+ <summary>Default column order in the list view</summary>
222+ <description>Default column order in the list view.</description>
223+ </key>
224+ </schema>
225+
226+ <schema path="/org/gnome/nautilus/desktop/" id="org.gnome.nautilus.desktop" gettext-domain="nautilus">
227+ <key type="s" name="font">
228+ <default l10n="messages" context="desktop-font">''</default>
229+ <summary>Desktop font</summary>
230+ <description>The font _description used for the icons on the desktop.</description>
231+ </key>
232+ <key type="b" name="home-icon-visible">
233+ <default>true</default>
234+ <summary>Home icon visible on desktop</summary>
235+ <description>If this is set to true, an icon linking to the home folder will be put on the desktop.</description>
236+ </key>
237+ <key type="b" name="trash-icon-visible">
238+ <default>true</default>
239+ <summary>Trash icon visible on desktop</summary>
240+ <description>If this is set to true, an icon linking to the trash will be put on the desktop.</description>
241+ </key>
242+ <key type="b" name="volumes-visible">
243+ <default>true</default>
244+ <summary>Show mounted volumes on the desktop</summary>
245+ <description>If this is set to true, icons linking to mounted volumes will be put on the desktop.</description>
246+ </key>
247+ <key type="b" name="network-icon-visible">
248+ <default>false</default>
249+ <summary>Network Servers icon visible on the desktop</summary>
250+ <description>If this is set to true, an icon linking to the Network Servers view will be put on the desktop.</description>
251+ </key>
252+ <key type="s" name="home-icon-name">
253+ <default>'我的文档'</default>
254+ <summary>Desktop home icon name</summary>
255+ <description>This name can be set if you want a custom name for the home icon on the desktop.</description>
256+ </key>
257+ <key type="s" name="trash-icon-name">
258+ <default l10n="messages" context="trash-icon-name">'回收站'</default>
259+ <summary>Desktop trash icon name</summary>
260+ <description>This name can be set if you want a custom name for the trash icon on the desktop.</description>
261+ </key>
262+ <key type="s" name="network-icon-name">
263+ <default l10n="messages" context="network-icon-name">'Network Servers'</default>
264+ <summary>Network servers icon name</summary>
265+ <description>This name can be set if you want a custom name for the network servers icon on the desktop.</description>
266+ </key>
267+ <key type="i" name="text-ellipsis-limit">
268+ <default>3</default>
269+ <summary>Text Ellipsis Limit</summary>
270+ <description>An integer specifying how parts of overlong file names should be replaced by ellipses on the desktop. If the number is larger than 0, the file name will not exceed the given number of lines. If the number is 0 or smaller, no limit is imposed on the number of displayed lines.</description>
271+ </key>
272+ <key type="b" name="background-fade">
273+ <default>true</default>
274+ <summary>Fade the background on change</summary>
275+ <description>If set to true, then Nautilus will use a fade effect to change the desktop background.</description>
276+ </key>
277+ </schema>
278+
279+ <schema path="/org/gnome/nautilus/window-state/" id="org.gnome.nautilus.window-state" gettext-domain="nautilus">
280+ <key type="s" name="geometry">
281+ <default>''</default>
282+ <summary>The geometry string for a navigation window.</summary>
283+ <description>A string containing the saved geometry and coordinates string for navigation windows.</description>
284+ </key>
285+ <key type="b" name="maximized">
286+ <default>false</default>
287+ <summary>Whether the navigation window should be maximized.</summary>
288+ <description>Whether the navigation window should be maximized by default.</description>
289+ </key>
290+ <key type="i" name="sidebar-width">
291+ <default>148</default>
292+ <summary>Width of the side pane</summary>
293+ <description>The default width of the side pane in new windows.</description>
294+ </key>
295+ <key type="b" name="start-with-location-bar">
296+ <default>true</default>
297+ <summary>Show location bar in new windows</summary>
298+ <description>If set to true, newly opened windows will have the location bar visible.</description>
299+ </key>
300+ <key type="b" name="start-with-sidebar">
301+ <default>true</default>
302+ <summary>Show side pane in new windows</summary>
303+ <description>If set to true, newly opened windows will have the side pane visible.</description>
304+ </key>
305+ </schema>
306+</schemalist>
307
308=== modified file 'debian/changelog'
309--- debian/changelog 2013-01-25 07:52:42 +0000
310+++ debian/changelog 2013-01-25 08:14:19 +0000
311@@ -1,5 +1,13 @@
312+<<<<<<< TREE
313 ubuntukylin-default-settings (0.1) UNRELEASED; urgency=low
314
315 * Initial release.
316
317 -- Sebastien Bacher <seb128@ubuntu.com> Wed, 23 Jan 2013 16:13:16 +0100
318+=======
319+ubuntukylin-default-settings (0.1) UNRELEASED; urgency=low
320+
321+ * Initial release.
322+
323+ -- testpi <pishuilu1128@126.com> Thu, 24 Jan 2013 14:34:06 +0800
324+>>>>>>> MERGE-SOURCE
325
326=== modified file 'debian/control'
327--- debian/control 2013-01-25 07:52:42 +0000
328+++ debian/control 2013-01-25 08:14:19 +0000
329@@ -1,9 +1,18 @@
330 Source: ubuntukylin-default-settings
331+<<<<<<< TREE
332 Priority: optional
333 Maintainer: Ubuntu Kylin Team <ubuntukylin-members@lists.launchpad.net>
334 Build-Depends: debhelper (>= 7.0.50~),
335 ubuntu-defaults-builder
336 Standards-Version: 3.9.4
337+=======
338+Section: metapackages
339+Priority: optional
340+Maintainer: testpi <pishuilu1128@126.com>
341+Build-Depends: debhelper (>= 7.0.50~),
342+ ubuntu-defaults-builder
343+Standards-Version: 3.9.3
344+>>>>>>> MERGE-SOURCE
345
346 Package: ubuntukylin-default-settings
347 Architecture: all
348
349=== modified file 'debian/copyright'
350--- debian/copyright 2013-01-25 07:52:42 +0000
351+++ debian/copyright 2013-01-25 08:14:19 +0000
352@@ -1,3 +1,4 @@
353+<<<<<<< TREE
354 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
355 Upstream-Name: ubuntukylin-default-settings
356 Upstream-Contact: Ubuntu Kylin Team <ubuntukylin-members@lists.launchpad.net>
357@@ -7,6 +8,17 @@
358 Copyright (C) 2012-2013 Kylin Ltd
359 License: GPL-3+
360 This program is free software; you can redistribute it and/or modify
361+=======
362+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
363+Upstream-Name: ubuntukylin-default-settings
364+Upstream-Contact: testpi <pishuilu1128@126.com>
365+
366+Files: *
367+Copyright:
368+ Portions Copyright (C) 2011 Canonical Ltd.
369+License: GPL-3+
370+ This program is free software; you can redistribute it and/or modify
371+>>>>>>> MERGE-SOURCE
372 it under the terms of the GNU General Public License as published by
373 the Free Software Foundation; either version 3 of the License, or
374 (at your option) any later version.
375
376=== added file 'debian/ubuntukylin-default-settings.install'
377--- debian/ubuntukylin-default-settings.install 1970-01-01 00:00:00 +0000
378+++ debian/ubuntukylin-default-settings.install 2013-01-25 08:14:19 +0000
379@@ -0,0 +1,4 @@
380+debian/20_ubuntukylin-default-settings.gschema.override usr/share/glib-2.0/schemas
381+debian/20_ubuntukylin-default-settings.gschema.xml usr/share/glib-2.0/schemas
382+
383+desktop/*.desktop etc/skel/桌面
384
385=== renamed file 'debian/ubuntukylin-default-settings.install' => 'debian/ubuntukylin-default-settings.install.moved'
386=== added file 'depends.txt'
387--- depends.txt 1970-01-01 00:00:00 +0000
388+++ depends.txt 2013-01-25 08:14:19 +0000
389@@ -0,0 +1,36 @@
390+# These packages will become dependencies of the generated defaults package, i.
391+# e. will be installed by default on a customized image. Requirements for
392+# official Ubuntu customization packages:
393+# - They should not conflict to a default installation package, or add
394+# applications for a purpose which the default installation already has an
395+# application for. For example, don't add thunderbird or pidgin when we already
396+# have evolution or empathy
397+# - They should preferably be in main. If they are not, consider writing a MIR,
398+# or add a justification to a comment in depends.txt or the changelog.
399+# Depending on universe packages will be a valid reason to reject an
400+# ubuntu-defaults package.
401+#
402+# Format: arbitrarily many lines, one package name per line
403+#
404+# Example:
405+# manpages-de
406+
407+# local services
408+gwibber-service-sina
409+gwibber-service-sohu
410+unity-china-music-scope
411+
412+# subset of complete language support:
413+cmap-adobe-gb1
414+fonts-arphic-uming
415+firefox-locale-zh-hans
416+thunderbird-locale-zh-hans
417+thunderbird-locale-zh-cn
418+ibus-googlepinyin
419+ibus-table-wubi
420+ttf-wqy-zenhei
421+ttf-arphic-ukai
422+
423+#default apps
424+cheese
425+smplayer
426
427=== renamed file 'depends.txt' => 'depends.txt.moved'
428=== added directory 'desktop'
429=== renamed directory 'desktop' => 'desktop.moved'
430=== added file 'desktop/background.jpg'
431Binary files desktop/background.jpg 1970-01-01 00:00:00 +0000 and desktop/background.jpg 2013-01-25 08:14:19 +0000 differ
432=== added file 'desktop/default-applications.txt'
433--- desktop/default-applications.txt 1970-01-01 00:00:00 +0000
434+++ desktop/default-applications.txt 2013-01-25 08:14:19 +0000
435@@ -0,0 +1,97 @@
436+# The following default association will either replace or be appended
437+# to the existing applications system default for a given MIME type.
438+# desktop files have to be provided without any extension.
439+#
440+# NotUbuntu: This may not be changed for Ubuntu localized images, only for
441+# derivatives and OEM projects.
442+#
443+# Format: arbitrarily many lines with
444+# MIMEtype desktopfile
445+#
446+# Example:
447+# application/ogg banshee
448+# x-scheme-handler/mailto thunderbird
449+# x-foo/bar toto
450+
451+application/vnd.rn-realmedia smplayer
452+application/x-extension-m4a smplayer
453+application/x-extension-mp4 smplayer
454+application/x-matroska smplayer
455+application/x-shockwave-flash smplayer
456+audio/3gpp smplayer
457+audio/ac3 smplayer
458+audio/AMR smplayer
459+audio/AMR-WB smplayer
460+audio/basic smplayer
461+audio/midi smplayer
462+audio/mp4 smplayer
463+audio/mpeg smplayer
464+audio/mpegurl smplayer
465+audio/prs.sid smplayer
466+audio/vnd.rn-realaudio smplayer
467+audio/x-ape smplayer
468+audio/x-gsm smplayer
469+audio/x-it smplayer
470+audio/x-m4a smplayer
471+audio/x-matroska smplayer
472+audio/x-mod smplayer
473+audio/x-ms-asf smplayer
474+audio/x-ms-asx smplayer
475+audio/x-ms-wax smplayer
476+audio/x-ms-wma smplayer
477+audio/x-musepack smplayer
478+audio/x-pn-aiff smplayer
479+audio/x-pn-au smplayer
480+audio/x-pn-realaudio smplayer
481+audio/x-pn-realaudio-plugin smplayer
482+audio/x-pn-wav smplayer
483+audio/x-pn-windows-acm smplayer
484+audio/x-realaudio smplayer
485+audio/x-real-audio smplayer
486+audio/x-sbc smplayer
487+audio/x-speex smplayer
488+audio/x-tta smplayer
489+audio/x-wav smplayer
490+audio/x-wavpack smplayer
491+audio/x-xm smplayer
492+image/vnd.rn-realpix smplayer
493+misc/ultravox smplayer
494+video/3gpp smplayer
495+video/dv smplayer
496+video/fli smplayer
497+video/flv smplayer
498+video/mp2t smplayer
499+video/mp4 smplayer
500+video/mp4v-es smplayer
501+video/mpeg smplayer
502+video/msvideo smplayer
503+video/ogg smplayer
504+video/quicktime smplayer
505+video/vivo smplayer
506+video/vnd.divx smplayer
507+video/vnd.rn-realvideo smplayer
508+video/vnd.vivo smplayer
509+video/webm smplayer
510+video/x-anim smplayer
511+video/x-avi smplayer
512+video/x-flc smplayer
513+video/x-fli smplayer
514+video/x-flic smplayer
515+video/x-flv smplayer
516+video/x-m4v smplayer
517+video/x-matroska smplayer
518+video/x-mpeg smplayer
519+video/x-ms-asf smplayer
520+video/x-ms-asx smplayer
521+video/x-msvideo smplayer
522+video/x-ms-wm smplayer
523+video/x-ms-wmv smplayer
524+video/x-ms-wmx smplayer
525+video/x-ms-wvx smplayer
526+video/x-nsv smplayer
527+video/x-ogm+ogg smplayer
528+video/x-theora+ogg smplayer
529+video/x-smplayer-stream smplayer
530+x-content/video-dvd smplayer
531+x-content/video-vcd smplayer
532+x-content/video-svcd smplayer
533
534=== added file 'desktop/default-session.txt'
535--- desktop/default-session.txt 1970-01-01 00:00:00 +0000
536+++ desktop/default-session.txt 2013-01-25 08:14:19 +0000
537@@ -0,0 +1,11 @@
538+# Set the default desktop session for login managers. Right now lightdm and
539+# gdm are supported.
540+#
541+# NotUbuntu: This may not be changed for Ubuntu localized images, only for
542+# derivatives and OEM projects.
543+#
544+# Format: Single line with a session name. This must correspond to
545+# /usr/share/xsessions/<name>.desktop
546+#
547+# Example:
548+# ubuntu-2d
549
550=== added file 'desktop/googlemail.desktop.example'
551--- desktop/googlemail.desktop.example 1970-01-01 00:00:00 +0000
552+++ desktop/googlemail.desktop.example 2013-01-25 08:14:19 +0000
553@@ -0,0 +1,9 @@
554+[Desktop Entry]
555+# Example .desktop file for a web launcher
556+Version=1.0
557+Name=Google Mail
558+Comment=http://googlemail.com
559+Exec=/usr/bin/xdg-open http://googlemail.com
560+Type=Application
561+Icon=applications-mail
562+Categories=GNOME;GTK;Application;
563
564=== added file 'desktop/wps-office-et.desktop'
565--- desktop/wps-office-et.desktop 1970-01-01 00:00:00 +0000
566+++ desktop/wps-office-et.desktop 2013-01-25 08:14:19 +0000
567@@ -0,0 +1,19 @@
568+[Desktop Entry]
569+Encoding=UTF-8
570+Comment[zh_CN]=使用WPS表格分析、管理数据
571+Comment=Use Kingsoft Spreadsheets to analyze manage data.
572+Exec=/usr/bin/firefox %U archive.ubuntu.com/ubuntu/pool/main/a/aalib/libaa1-dbg_1.4p5-39ubuntu1_i386.deb
573+GenericName[zh_CN]=
574+GenericName=
575+MimeType=application/x-et;application/x-ett;application/x-xls;application/x-xlt;application/x-xlsx;application/x-xltx;application/vnd.ms-excel;application/msexcel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;
576+Name[zh_CN]=WPS表格
577+Name=Kingsoft Spreadsheets
578+StartupNotify=false
579+Terminal=false
580+TerminalOptions=
581+Type=Application
582+X-DBUS-ServiceName=
583+X-DBUS-StartupType=
584+X-KDE-SubstituteUID=false
585+X-KDE-Username=
586+Icon=/opt/kingsoft/wps-office/office6/icons/etmain.png
587
588=== added file 'desktop/wps-office-wpp.desktop'
589--- desktop/wps-office-wpp.desktop 1970-01-01 00:00:00 +0000
590+++ desktop/wps-office-wpp.desktop 2013-01-25 08:14:19 +0000
591@@ -0,0 +1,19 @@
592+[Desktop Entry]
593+Encoding=UTF-8
594+Comment[zh_CN]=使用WPS演示编辑、播放演示文稿
595+Comment=Use Kingsoft Presentation to edit and play presentations.
596+Exec="/usr/bin/wpp"
597+GenericName[zh_CN]=
598+GenericName=
599+MimeType=application/x-dps;application/x-dpt;application/x-ppt;application/x-pot;application/x-pptx;application/x-potx;application/vnd.ms-powerpoint;application/vnd.mspowerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;
600+Name[zh_CN]=WPS演示
601+Name=Kingsoft Presentation
602+StartupNotify=false
603+Terminal=false
604+TerminalOptions=
605+Type=Application
606+X-DBUS-ServiceName=
607+X-DBUS-StartupType=
608+X-KDE-SubstituteUID=false
609+X-KDE-Username=
610+Icon=/opt/kingsoft/wps-office/office6/icons/wppmain.png
611
612=== added file 'desktop/wps-office-wps.desktop'
613--- desktop/wps-office-wps.desktop 1970-01-01 00:00:00 +0000
614+++ desktop/wps-office-wps.desktop 2013-01-25 08:14:19 +0000
615@@ -0,0 +1,19 @@
616+[Desktop Entry]
617+Encoding=UTF-8
618+Comment[zh_CN]=使用WPS文字编写报告,排版文章
619+Comment=Use Kingsoft Writer to reports and make up articles.
620+Exec="/usr/bin/wps"
621+GenericName[zh_CN]=
622+GenericName=
623+MimeType=application/x-wps;application/x-wpt;application/x-doc;application/x-dot;application/x-docx;application/x-dotx;application/vnd.ms-word;application/msword;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.wordprocessingml.template;
624+Name[zh_CN]=WPS文字
625+Name=Kingsoft Writer
626+StartupNotify=false
627+Terminal=false
628+TerminalOptions=
629+Type=Application
630+X-DBUS-ServiceName=
631+X-DBUS-StartupType=
632+X-KDE-SubstituteUID=false
633+X-KDE-Username=
634+Icon=/opt/kingsoft/wps-office/office6/icons/wpsmain.png
635
636=== added directory 'hooks'
637=== renamed directory 'hooks' => 'hooks.moved'
638=== added file 'hooks/chroot'
639--- hooks/chroot 1970-01-01 00:00:00 +0000
640+++ hooks/chroot 2013-01-25 08:14:19 +0000
641@@ -0,0 +1,9 @@
642+#!/bin/sh
643+set -e
644+
645+# Hook for building live images
646+#
647+# This script is run in the built chroot after all packages are installed,
648+# before it is packed into a squashfs. This is where you can apply extra tweaks
649+# to the live system.
650+apt-get purge --auto-remove -y totem
651
652=== added directory 'i18n'
653=== renamed directory 'i18n' => 'i18n.moved'
654=== added file 'i18n/keyboard.txt'
655--- i18n/keyboard.txt 1970-01-01 00:00:00 +0000
656+++ i18n/keyboard.txt 2013-01-25 08:14:19 +0000
657@@ -0,0 +1,14 @@
658+# Default keyboard layout for installer images built with this defaults
659+# package. Note that the defaults package itself does not configure the
660+# layout, this only gets effective for image builds.
661+#
662+# Format: single line with
663+# layout
664+# or
665+# layout variant
666+#
667+# Check /usr/share/X11/xkb/rules/xorg.lst for the complete list of available
668+# layouts and variants.
669+#
670+# Example:
671+# de nodeadkeys
672
673=== added file 'i18n/langpacks.txt'
674--- i18n/langpacks.txt 1970-01-01 00:00:00 +0000
675+++ i18n/langpacks.txt 2013-01-25 08:14:19 +0000
676@@ -0,0 +1,17 @@
677+# Language support included on built installer images. The user can still
678+# select a different language than the ones included here, the language packs
679+# and support packages will then be downloaded from the network.
680+# Note that this does not affect package dependencies, only image builds, as
681+# the set of support packages depends on the installed applications.
682+#
683+# Format: arbitrarily many lines, one language code per line. If the second
684+# column is "complete", all additional support packages like LibreOffice help,
685+# input methods, dictionaries etc. will be installed in addition; otherwise
686+# only the language packs with the translations will be installed. Note that
687+# complete language support takes a lot of CD space.
688+#
689+# Example:
690+# de complete
691+# es
692+en
693+zh-hans
694
695=== added file 'i18n/language.txt'
696--- i18n/language.txt 1970-01-01 00:00:00 +0000
697+++ i18n/language.txt 2013-01-25 08:14:19 +0000
698@@ -0,0 +1,11 @@
699+# Default language for installer images built with this defaults package.
700+# Note that the defaults package itself does not configure the locale, this
701+# only gets effective for image builds.
702+#
703+# Format: single line with language code (or ll_CC for the languages like zh
704+# which have two major codes like zh_CN or zh_TW). See /isolinux/langlist on a
705+# Ubuntu live CD for the complete list.
706+#
707+# Example:
708+# de
709+zh_CN
710
711=== added directory 'icons'
712=== renamed directory 'icons' => 'icons.moved'
713=== added directory 'icons/48x48'
714=== added directory 'icons/48x48/apps'
715=== added file 'icons/README'
716--- icons/README 1970-01-01 00:00:00 +0000
717+++ icons/README 2013-01-25 08:14:19 +0000
718@@ -0,0 +1,2 @@
719+You can place additional jpg, png, or svg icons here, but only into directories
720+which already exist in /usr/share/icons/hicolor/.
721
722=== added directory 'icons/scalable'
723=== added directory 'icons/scalable/apps'
724=== added directory 'icons/scalable/status'
725=== added directory 'multimedia'
726=== renamed directory 'multimedia' => 'multimedia.moved'
727=== added file 'multimedia/radiostations.txt'
728--- multimedia/radiostations.txt 1970-01-01 00:00:00 +0000
729+++ multimedia/radiostations.txt 2013-01-25 08:14:19 +0000
730@@ -0,0 +1,8 @@
731+# List of radio stations in Rhythmbox and Banshee
732+#
733+# Format: arbitrarily many lines with
734+# URL; Genre; Name
735+#
736+# Example:
737+# http://www.radioparadise.com/musiclinks/rp_128.m3u; Eclectic Rock; Radio Paradise
738+# http://www.swr3.de/wraps/musik/webradio/aplayer/stream_extern.php?format=mp3e&channel=0; Pop; SWR3
739
740=== added file 'recommends.txt'
741--- recommends.txt 1970-01-01 00:00:00 +0000
742+++ recommends.txt 2013-01-25 08:14:19 +0000
743@@ -0,0 +1,18 @@
744+# These packages will become recommends of the generated defaults package, i.
745+# e. will be installed by default on a customized image, but can be removed by
746+# the user without removing the defaults package. Requirements for
747+# official Ubuntu customization packages:
748+#
749+# - They should not conflict to a default installation package, or add
750+# applications for a purpose which the default installation already has an
751+# application for. For example, don't add thunderbird or pidgin when we already
752+# have evolution or empathy
753+# - They should preferably be in main. If they are not, consider writing a MIR,
754+# or add a justification to a comment in depends.txt or the changelog.
755+# Depending on universe packages will be a valid reason to reject an
756+# ubuntu-defaults package.
757+#
758+# Format: arbitrarily many lines, one package name per line
759+#
760+# Example:
761+# fortunes-de
762
763=== renamed file 'recommends.txt' => 'recommends.txt.moved'
764=== added directory 'ubiquity-slideshow'
765=== renamed directory 'ubiquity-slideshow' => 'ubiquity-slideshow.moved'
766=== added file 'ubiquity-slideshow/README'
767--- ubiquity-slideshow/README 1970-01-01 00:00:00 +0000
768+++ ubiquity-slideshow/README 2013-01-25 08:14:19 +0000
769@@ -0,0 +1,4 @@
770+You can place custom slides and screenshots for any locale in
771+slides/$LOCALE and slides/$LOCALE/screenshots.
772+Note that screenshots in slides/C will appear for all slideshows, while
773+screenshots for any other locale will only appear for that locale.
774
775=== added directory 'ubiquity-slideshow/slides'
776=== added directory 'unity'
777=== renamed directory 'unity' => 'unity.moved'
778=== added file 'unity/launchers.txt'
779--- unity/launchers.txt 1970-01-01 00:00:00 +0000
780+++ unity/launchers.txt 2013-01-25 08:14:19 +0000
781@@ -0,0 +1,11 @@
782+# List of .desktop file names (without extension) with additional default launchers
783+#
784+# Format: arbitrarily many lines, one .desktop name (without extension) per line
785+# An optional second word on the line specifies the package name which
786+# provides this desktop file; this will be added to the defaults package's
787+# dependencies, just like if it were added to "depends.txt".
788+#
789+# Example:
790+# gnome-sudoku
791+# simple-scan
792+# sol aisleriot
793
794=== added directory 'webbrowser'
795=== renamed directory 'webbrowser' => 'webbrowser.moved'
796=== added file 'webbrowser/bookmarks-menu.txt'
797--- webbrowser/bookmarks-menu.txt 1970-01-01 00:00:00 +0000
798+++ webbrowser/bookmarks-menu.txt 2013-01-25 08:14:19 +0000
799@@ -0,0 +1,9 @@
800+# The following bookmarks will be appended to the default bookmark folders in the menu
801+# For now only Firefox is supported.
802+#
803+# Format: arbitrarily many lines with
804+# URL Name
805+#
806+# Example:
807+# http://www.ubuntu.de Deutsches Ubuntu-Forum
808+# http://www.heise.de heise Computer-Nachrichten
809
810=== added file 'webbrowser/bookmarks-toolbar.txt'
811--- webbrowser/bookmarks-toolbar.txt 1970-01-01 00:00:00 +0000
812+++ webbrowser/bookmarks-toolbar.txt 2013-01-25 08:14:19 +0000
813@@ -0,0 +1,8 @@
814+# The following bookmarks will be appended to the default bookmark folders in the toolbar
815+# For now only Firefox is supported.
816+#
817+# Format: arbitrarily many lines with
818+# URL Name
819+#
820+# Example:
821+# http://www.zeit.de Die Zeit Nachrichten
822
823=== added file 'webbrowser/searchengine.txt'
824--- webbrowser/searchengine.txt 1970-01-01 00:00:00 +0000
825+++ webbrowser/searchengine.txt 2013-01-25 08:14:19 +0000
826@@ -0,0 +1,10 @@
827+# The search engine that will be selected by default.
828+# For now only Firefox is supported.
829+#
830+# NotUbuntu: This may not be changed for Ubuntu localized images, only for
831+# derivatives and OEM projects.
832+#
833+# Format: single line with search engine name
834+#
835+# Example:
836+# Wikipedia (de)
837
838=== added file 'webbrowser/startpage.txt'
839--- webbrowser/startpage.txt 1970-01-01 00:00:00 +0000
840+++ webbrowser/startpage.txt 2013-01-25 08:14:19 +0000
841@@ -0,0 +1,8 @@
842+# The following URL will become the web browser start page.
843+# For now only Firefox is supported.
844+#
845+# Format: single line with an URL. Using the ${distro_release_number}
846+# or ${distro_release_name} macros is often useful here.
847+#
848+# Example:
849+# http://www.ubuntuforums.org?release=${distro_release_number}

Subscribers

People subscribed via source and target branches