Difference between revisions of "Sweets Distribution/Testing"

From Sugar Labs
Jump to navigation Jump to search
m (→‎Trisquel 5.5 RC: f1 Jabber now shows 70-80 avatars)
m (→‎Trisquel 5.5 RC: f1 changes)
Line 13: Line 13:
 
  -- This is a standalone sweets-distribution launcher
 
  -- This is a standalone sweets-distribution launcher
 
  -- Use "select" command to install it to the system
 
  -- Use "select" command to install it to the system
 
 
  -- Composing "/etc/apt/sources.list.d/SweetsDistribution.list" repository config
 
  -- Composing "/etc/apt/sources.list.d/SweetsDistribution.list" repository config
 
  -- Patch global "/etc/apt/sources.list" to hide any Sweets Distribution related lines
 
  -- Patch global "/etc/apt/sources.list" to hide any Sweets Distribution related lines
Line 25: Line 24:
 
  -- This is a standalone sweets-distribution launcher
 
  -- This is a standalone sweets-distribution launcher
 
  -- Use "select" command to install it to the system
 
  -- Use "select" command to install it to the system
 
 
  -- Uninstall sweets-distribution package(s) to make downgrade possible
 
  -- Uninstall sweets-distribution package(s) to make downgrade possible
 
  - Update sweets-desktop, sweets-sugar-presence-service, sweets-sugar, sweets-sugar-artwork,
 
  - Update sweets-desktop, sweets-sugar-presence-service, sweets-sugar, sweets-sugar-artwork,
Line 31: Line 29:
 
   sweets-telepathy-mission-control, sweets-telepathy-salut package(s)
 
   sweets-telepathy-mission-control, sweets-telepathy-salut package(s)
  
*f1 Jabber now shows 70-80 avatars
+
*Some visible changes in F1 view:
 +
* the number of buddies should be increased from ~20 to 70-90
 +
  some Sugar versions (maybe 0.90-0.92) don't publish information about
 +
  nickname/colors on regular basis; this information are being stored on disk for now
 +
* for some buddies, server still don't have information about colors (replaced by gray) and nick names (jabber ids)
 +
* Neighbourhood view will show non-Sugar contacts (balck&white colors)
 +
  that might be useful, e.g., to start chating with them using Chat activity
  
 
==references==
 
==references==
 
* http://lists.sugarlabs.org/archive/sugar-devel/2012-April/036464.html
 
* http://lists.sugarlabs.org/archive/sugar-devel/2012-April/036464.html
 
* http://lists.sugarlabs.org/archive/sugar-devel/2012-April/036465.html
 
* http://lists.sugarlabs.org/archive/sugar-devel/2012-April/036465.html

Revision as of 21:33, 8 April 2012

Ubuntu 11.10

  • --Satellit 14:20, 8 April 2012 (EDT)
  • On new systems, download sweets-distribution.sh script which is a bundled version of sweets-distribution. After the first successful sweets-distribution.sh select call, sweets-distribution will be installed to the system and there are no reasons to use bundled version anymore.
sudo sh sweets-distribution.sh select Factory
sudo sh sweets-distribution.sh sync

Trisquel 5.5 RC

Installed over a previous sweets-distribution install--Satellit 21:16, 8 April 2012 (EDT)
  • sudo sh sweets-distribution.sh select Factory
-- Extracting bundle to /home/robert/.local/share/sweets-distribution
-- This is a standalone sweets-distribution launcher
-- Use "select" command to install it to the system
-- Composing "/etc/apt/sources.list.d/SweetsDistribution.list" repository config
-- Patch global "/etc/apt/sources.list" to hide any Sweets Distribution related lines
-- Update sweets package(s)                                                     
                                   

-- Hint: Use "status" command for getting status after selecting new repository -- Hint: Use "sync" command to make sure that installed packages are the same as in newly selected repository

  • sudo sh sweets-distribution.sh sync
-- This is a standalone sweets-distribution launcher
-- Use "select" command to install it to the system
-- Uninstall sweets-distribution package(s) to make downgrade possible
- Update sweets-desktop, sweets-sugar-presence-service, sweets-sugar, sweets-sugar-artwork,
 sweets-sugar-base, sweets-sugar-datastore, sweets-sugar-toolkit, sweets- telepathy-gabble, sweets-telepathy-glib,
 sweets-telepathy-mission-control, sweets-telepathy-salut package(s)
  • Some visible changes in F1 view:
* the number of buddies should be increased from ~20 to 70-90
  some Sugar versions (maybe 0.90-0.92) don't publish information about
  nickname/colors on regular basis; this information are being stored on disk for now
* for some buddies, server still don't have information about colors (replaced by gray) and nick names (jabber ids)
* Neighbourhood view will show non-Sugar contacts (balck&white colors)
  that might be useful, e.g., to start chating with them using Chat activity

references