0.110/Testing: Difference between revisions
No edit summary |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
== Fedora == | == Fedora == | ||
For OLPC XO laptops, using OLPC OS 13.x (Fedora 18) or 14.x (Fedora 20), use the OLPC packages, and update only the Sugar packages to 0.110.0.olpc. | Fedora 26 has packaged 0.110. Fedora 25 has packaged 0.108. | ||
For OLPC XO laptops, using OLPC OS 13.x (Fedora 18) or 14.x (Fedora 20), use the OLPC packages, and update only the Sugar packages to 0.110.0.olpc.x, like this: | |||
sudo yum update sugar* | sudo yum update sugar* | ||
| Line 23: | Line 25: | ||
* remove the transition box, | * remove the transition box, | ||
* manufacturing support (About my computer; CPU, disk, memory and wireless firmware specifications), | * manufacturing support (About my computer; CPU, disk, memory and wireless firmware specifications), | ||
* [https://github.com/sugarlabs/sugar/pull/707 | * favourites view number unnecessary, [https://github.com/sugarlabs/sugar/pull/707 pr707], | ||
* [https://github.com/sugarlabs/sugar/pull/720 | * journal batch erase: fix traceback, [https://github.com/sugarlabs/sugar/pull/720 pr720], | ||
* [https://github.com/sugarlabs/sugar/pull/723 | * view Help - Backport to WebKit and WebKit2, [https://github.com/sugarlabs/sugar/pull/723 pr723], | ||
* [https://github.com/sugarlabs/sugar/pull/724 | * fix for datastore.log noise, [https://github.com/sugarlabs/sugar/pull/724 pr724], | ||
* [https://github.com/sugarlabs/sugar/pull/729 | * view Source - distribution specific paths, [https://github.com/sugarlabs/sugar/pull/729 pr729], | ||
* [https://github.com/sugarlabs/sugar/pull/730 | * customise Bundle - fix logger name, [https://github.com/sugarlabs/sugar/pull/730 pr730], | ||
* [https://github.com/sugarlabs/sugar/commit/a9f6b994dfc87e4aa95744d49397977a548cae63 | * Frame, Network Device icons: IP address, patch [https://github.com/sugarlabs/sugar/commit/a9f6b994dfc87e4aa95744d49397977a548cae63 backport] to Fedora 18, | ||
* do not use connection tracking in Mission Control, [http://dev.laptop.org/ticket/9669 OLPC#9669], [http://dev.laptop.org/ticket/12817 OLPC#12817]. | * do not use connection tracking in Mission Control, [http://dev.laptop.org/ticket/9669 OLPC#9669], [http://dev.laptop.org/ticket/12817 OLPC#12817], | ||
* fix journal star icon response [https://bugs.sugarlabs.org/ticket/4904 SL#4904], | |||
* add background for View Source images [https://github.com/sugarlabs/sugar/pull/641 pr641], | |||
* fix screen resize race [https://github.com/sugarlabs/sugar/pull/732 pr732], | |||
* restart metacity if it fails [https://bugs.sugarlabs.org/ticket/4958 SL#4958], [https://github.com/sugarlabs/sugar/pull/733 pr733], | |||
* revert [https://github.com/sugarlabs/sugar/commit/e05452a571ef9366b2e44d3c9c28d1b6182c4b50 e05452a] ('Journal entries name can be renamed to blank'), [https://bugs.sugarlabs.org/ticket/4940 SL#4940], | |||
* fix for overlarge activity ring [https://github.com/sugarlabs/sugar/pull/735 pr735], | |||
* fix collision resolution in random view [https://github.com/sugarlabs/sugar/pull/736 pr736], | |||
This makes the OLPC Sugar packages an incomplete test of Sugar 0.110. | This makes the OLPC Sugar packages an incomplete test of Sugar 0.110. | ||
| Line 36: | Line 45: | ||
== Other == | == Other == | ||
There are | There are other distributions that have packaged Sugar 0.110, such as Debian or Ubuntu. On these systems, use the distribution tools to install the packages. | ||
There are distrubutions that have not packaged Sugar 0.110. On these systems, use the GNU standard autogen, configure, make, and make install steps. | |||