Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-23 Thread Kevin Cole
A bit late in the conversation, an FYI:

Ubuntu (Karmic) now provides a nicer way to add repositories. Type the
following at a shell prompt:

sudo add-apt-repository ppa:sugarteam/0.86

Using the command above results in both importing the GPG key for a
PPA and creates a file in /etc/apt/sources.list.d/ named
"sugarteam-0.86-karmic.list" with all the proper magic in it.  The
output of the command looks like this (line-wrapped for readability):

$ add-apt-repository ppa:sugarteam/0.86
Executing: gpg --ignore-time-conflict \
   --no-options \
   --no-default-keyring \
   --secret-keyring /etc/apt/secring.gpg \
   --trustdb-name /etc/apt/trustdb.gpg \
   --keyring /etc/apt/trusted.gpg \
   --keyserver keyserver.ubuntu.com \
   --recv 74F3C222CB79383175656A6986ABE8AE363C5DAC
gpg: requesting key 363C5DAC from hkp server keyserver.ubuntu.com
gpg: key 363C5DAC: public key "Launchpad PPA for Sugar Team" imported
gpg: Total number processed: 1
gpg:   imported: 1  (RSA: 1)

-- 
Ubuntu Linux DC LoCo
Washington, DC
http://dc.ubuntu-us.org/
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-03 Thread David Farning
On Mon, Nov 2, 2009 at 6:38 AM, Tomeu Vizoso  wrote:
> On Mon, Oct 26, 2009 at 01:02, David Farning  wrote:
>> After a couple of weeks of reading tutorials, help from Aleksey, and
>> some Ubuntu developers there are Sugar packages available for Ubuntu
>> 9.10.
>
> Just gave them a try and worked great, congrats all! Which are the next steps?

Cool

The next steps are a proper bug tracker and start patching.  It has
been a little frustrating because all of the bugs on this thread have
been part of the lower packages.  As part of my learning I have been
starting with the easiest packages first, the activities.  From there
I hope to move to the more complicated core sugar packages and finally
start on xulrunner an csound.

The basic strategy is to move towards Debian's upstream packages.  The
goal is to allow Ubuntu and Debian to share patches and feedback
without step on each others toes with regard to packaging methods.
Debian has added several interesting features to automate the
packaging process.  But, these features make it harder for new
packagers to get started.

> Btw, why did we needed to build our own xulrunner?

The xpcom provided by the Ubuntu xulrunner does not seem to work correctly.

david

> Regards,
>
> Tomeu
>
>> For now, these packages are available on the Ubuntu-Sugarteam PPA
>> (personal package archive) at
>> https://launchpad.net/~sugarteam/+archive/0.86 .
>>
>> To use these packages, just add
>> 'http://ppa.launchpad.net/sugarteam/0.86/ubuntu karmic main' to the
>> end of /etc/apt/sources.list
>>
>> Ubuntu-Sugarteam
>>
>> --
>> Ubuntu-sugarteam mailing list
>> ubuntu-sugart...@lists.ubuntu.com
>> Modify settings or unsubscribe at: 
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-sugarteam
>>
>
>
>
> --
> «Sugar Labs is anyone who participates in improving and using Sugar.
> What Sugar Labs does is determined by the participants.» - David
> Farning
>
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-02 Thread Sameer Verma
On Sun, Nov 1, 2009 at 4:14 PM, Gerald Ardito  wrote:
> I also had a strange problem, which I replicated (sadly :)).
>
> When I launched Sugar for the first time (and I had the same Browse problem)
> and then closed it, I could use the track pad and keyboards, but the mouse
> clickers wouldn't work. Removing Sugar did not fix the problem. Both times,
> I had to reinstall Ubuntu.
>
> I am working on a Dell Latitude 2100. Everything else I have tried with
> Ubuntu has worked fine.
>
> For what it's worth.
> Gerald
>

Browse doesn't load for me as well. When I use TurtleArt, it works
fine, but upon exiting, it throws me out to GDM. Looks like we still
have some X issues.

Where do we report bugs?
--
Sameer

> On Sun, Nov 1, 2009 at 7:05 PM, Dave Bauer  wrote:
>>
>> On Sun, Nov 1, 2009 at 8:02 PM, Ryan Kabir  wrote:
>> > For what it's worth - the install worked fine for me.
>> >
>> > Browse doesn't want to load, but I figure that's probably an issue on my
>> > part.
>>
>> I can confirm browse does not work for me either. I tried on 9.10 beta
>> and a 9.10 final new install.
>> I have not had a chance to collect the logs but I'll be doing that.
>>
>> Dave
>> >
>> > Awesome! Great work!
>> >
>> > Ryan.
>> >
>> > On Sat, Oct 31, 2009 at 2:35 PM, Edward Cherlin 
>> > wrote:
>> >>
>> >> On Sat, Oct 31, 2009 at 14:34, Grant Bowman  wrote:
>> >> > You may have some other sources in your /etc/apt/source.list file
>> >> > that
>> >> > are conflicting.  I've got David's packages installed and running
>> >> > without those errors.  I saw errors like that were from the older
>> >> > packages.
>> >>
>> >> I removed the old ppa repositories beforehand.
>> >>
>> >> > I don't think David's packages uninstall or conflict with the older
>> >> > packages yet to make the upgrade as seamless as it soon will be.  You
>> >> > can try remove all the older sugar packages.  To find the older
>> >> > packages try `dpkg -l | egrep sugar` and then apt-get remove the old
>> >> > ones before installing the new ones.
>> >>
>> >> I did that before installing. I still have the conflict.
>> >>
>> >> dpkg: dependency problems prevent configuration of sugar-platform:
>> >>  sugar-platform depends on olpcsound; however:
>> >>  Package olpcsound is not installed.
>> >> dpkg: error processing sugar-platform (--configure):
>> >>  dependency problems - leaving unconfigured
>> >>
>> >> I tried the alternate command
>> >>
>> >> python /usr/bin/sugar-session &
>> >>
>> >> which produces an almost usable Sugar session, with lots of missing
>> >> icons.
>> >>
>> >>
>> >> [1] 4997
>> >> moku...@mokurai-laptop:~$
>> >> ** (sugar-session:4997): WARNING **: Trying to register gtype
>> >> 'WnckWindowState' as flags when in fact it is of type 'GEnum'
>> >>
>> >> ** (sugar-session:4997): WARNING **: Trying to register gtype
>> >> 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
>> >>
>> >> ** (sugar-session:4997): WARNING **: Trying to register gtype
>> >> 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
>> >>
>> >> > Grant Bowman
>> >> > https://wiki.ubuntu.com/CaliforniaTeam
>> >> >
>> >> >
>> >> > On Fri, Oct 30, 2009 at 3:00 PM, Edward Cherlin 
>> >> > wrote:
>> >> >> There seems to be something missing in the repository, or perhaps
>> >> >> something else is wrong.
>> >> >>
>> >> >> python-sugar-toolkit-0.86:
>> >> >>  Depends: python-sugar-0.86  but it is not installable
>> >> >>  Recommends: sugar-0.86  but it is not installable
>> >> >>  Recommends: python-carquinyol-0.86  but it is not installable
>> >> >>  Recommends: sugar-presence-service-0.86  but it is not installable
>> >> >>  Recommends: python-jarabe-0.86  but it is not installable
>> >> >>
>> >> >> This is named -0.86, but the version listed is 0.85.
>> >> >>
>> >> >> Leaving that out, and installing the rest,
>> >> >>
>> >> >> Errors were encountered while processing:
>> >> >>  sugar-platform
>> >> >>
>> >> >> E: /var/cache/apt/archives/olpcsound_1%3a5.10.90-1~ppa2_amd64.deb:
>> >> >> trying to overwrite '/usr/lib/libcsnd.so.5.2', which is also in
>> >> >> package libcsnd5.2 1
>> >> >>
>> >> >> This is a broken dependency sugar-platform-->olpcsound-->libcsnd5.2
>> >> >>
>> >> >> Then when I try sugar-emulator, Xephyr starts, but not Sugar.
>> >> >>
>> >> >> sugar-emulator
>> >> >> [dix] Could not init font path element
>> >> >> /usr/share/fonts/X11/cyrillic,
>> >> >> removing from list!
>> >> >> [config/dbus] couldn't take over org.x.config:
>> >> >> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
>> >> >> allowed to own the service "org.x.config.display101" due to security
>> >> >> policies in the configuration file)
>> >> >> unrecognised device identifier!
>> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> >> unrecognised device identifier!
>> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> >> unrecognised device identifier!
>> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> >> unrecognised devic

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-02 Thread Tomeu Vizoso
On Mon, Oct 26, 2009 at 01:02, David Farning  wrote:
> After a couple of weeks of reading tutorials, help from Aleksey, and
> some Ubuntu developers there are Sugar packages available for Ubuntu
> 9.10.

Just gave them a try and worked great, congrats all! Which are the next steps?

Btw, why did we needed to build our own xulrunner?

Regards,

Tomeu

> For now, these packages are available on the Ubuntu-Sugarteam PPA
> (personal package archive) at
> https://launchpad.net/~sugarteam/+archive/0.86 .
>
> To use these packages, just add
> 'http://ppa.launchpad.net/sugarteam/0.86/ubuntu karmic main' to the
> end of /etc/apt/sources.list
>
> Ubuntu-Sugarteam
>
> --
> Ubuntu-sugarteam mailing list
> ubuntu-sugart...@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-sugarteam
>



-- 
«Sugar Labs is anyone who participates in improving and using Sugar.
What Sugar Labs does is determined by the participants.» - David
Farning
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-01 Thread Gerald Ardito
I also had a strange problem, which I replicated (sadly :)).

When I launched Sugar for the first time (and I had the same Browse problem)
and then closed it, I could use the track pad and keyboards, but the mouse
clickers wouldn't work. Removing Sugar did not fix the problem. Both times,
I had to reinstall Ubuntu.

I am working on a Dell Latitude 2100. Everything else I have tried with
Ubuntu has worked fine.

For what it's worth.
Gerald

On Sun, Nov 1, 2009 at 7:05 PM, Dave Bauer  wrote:

> On Sun, Nov 1, 2009 at 8:02 PM, Ryan Kabir  wrote:
> > For what it's worth - the install worked fine for me.
> >
> > Browse doesn't want to load, but I figure that's probably an issue on my
> > part.
>
> I can confirm browse does not work for me either. I tried on 9.10 beta
> and a 9.10 final new install.
> I have not had a chance to collect the logs but I'll be doing that.
>
> Dave
> >
> > Awesome! Great work!
> >
> > Ryan.
> >
> > On Sat, Oct 31, 2009 at 2:35 PM, Edward Cherlin 
> wrote:
> >>
> >> On Sat, Oct 31, 2009 at 14:34, Grant Bowman  wrote:
> >> > You may have some other sources in your /etc/apt/source.list file that
> >> > are conflicting.  I've got David's packages installed and running
> >> > without those errors.  I saw errors like that were from the older
> >> > packages.
> >>
> >> I removed the old ppa repositories beforehand.
> >>
> >> > I don't think David's packages uninstall or conflict with the older
> >> > packages yet to make the upgrade as seamless as it soon will be.  You
> >> > can try remove all the older sugar packages.  To find the older
> >> > packages try `dpkg -l | egrep sugar` and then apt-get remove the old
> >> > ones before installing the new ones.
> >>
> >> I did that before installing. I still have the conflict.
> >>
> >> dpkg: dependency problems prevent configuration of sugar-platform:
> >>  sugar-platform depends on olpcsound; however:
> >>  Package olpcsound is not installed.
> >> dpkg: error processing sugar-platform (--configure):
> >>  dependency problems - leaving unconfigured
> >>
> >> I tried the alternate command
> >>
> >> python /usr/bin/sugar-session &
> >>
> >> which produces an almost usable Sugar session, with lots of missing
> icons.
> >>
> >>
> >> [1] 4997
> >> moku...@mokurai-laptop:~$
> >> ** (sugar-session:4997): WARNING **: Trying to register gtype
> >> 'WnckWindowState' as flags when in fact it is of type 'GEnum'
> >>
> >> ** (sugar-session:4997): WARNING **: Trying to register gtype
> >> 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
> >>
> >> ** (sugar-session:4997): WARNING **: Trying to register gtype
> >> 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
> >>
> >> > Grant Bowman
> >> > https://wiki.ubuntu.com/CaliforniaTeam
> >> >
> >> >
> >> > On Fri, Oct 30, 2009 at 3:00 PM, Edward Cherlin 
> >> > wrote:
> >> >> There seems to be something missing in the repository, or perhaps
> >> >> something else is wrong.
> >> >>
> >> >> python-sugar-toolkit-0.86:
> >> >>  Depends: python-sugar-0.86  but it is not installable
> >> >>  Recommends: sugar-0.86  but it is not installable
> >> >>  Recommends: python-carquinyol-0.86  but it is not installable
> >> >>  Recommends: sugar-presence-service-0.86  but it is not installable
> >> >>  Recommends: python-jarabe-0.86  but it is not installable
> >> >>
> >> >> This is named -0.86, but the version listed is 0.85.
> >> >>
> >> >> Leaving that out, and installing the rest,
> >> >>
> >> >> Errors were encountered while processing:
> >> >>  sugar-platform
> >> >>
> >> >> E: /var/cache/apt/archives/olpcsound_1%3a5.10.90-1~ppa2_amd64.deb:
> >> >> trying to overwrite '/usr/lib/libcsnd.so.5.2', which is also in
> >> >> package libcsnd5.2 1
> >> >>
> >> >> This is a broken dependency sugar-platform-->olpcsound-->libcsnd5.2
> >> >>
> >> >> Then when I try sugar-emulator, Xephyr starts, but not Sugar.
> >> >>
> >> >> sugar-emulator
> >> >> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
> >> >> removing from list!
> >> >> [config/dbus] couldn't take over org.x.config:
> >> >> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
> >> >> allowed to own the service "org.x.config.display101" due to security
> >> >> policies in the configuration file)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identifier!
> >> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> >> unrecognised device identif

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-01 Thread Dave Bauer
On Sun, Nov 1, 2009 at 8:02 PM, Ryan Kabir  wrote:
> For what it's worth - the install worked fine for me.
>
> Browse doesn't want to load, but I figure that's probably an issue on my
> part.

I can confirm browse does not work for me either. I tried on 9.10 beta
and a 9.10 final new install.
I have not had a chance to collect the logs but I'll be doing that.

Dave
>
> Awesome! Great work!
>
> Ryan.
>
> On Sat, Oct 31, 2009 at 2:35 PM, Edward Cherlin  wrote:
>>
>> On Sat, Oct 31, 2009 at 14:34, Grant Bowman  wrote:
>> > You may have some other sources in your /etc/apt/source.list file that
>> > are conflicting.  I've got David's packages installed and running
>> > without those errors.  I saw errors like that were from the older
>> > packages.
>>
>> I removed the old ppa repositories beforehand.
>>
>> > I don't think David's packages uninstall or conflict with the older
>> > packages yet to make the upgrade as seamless as it soon will be.  You
>> > can try remove all the older sugar packages.  To find the older
>> > packages try `dpkg -l | egrep sugar` and then apt-get remove the old
>> > ones before installing the new ones.
>>
>> I did that before installing. I still have the conflict.
>>
>> dpkg: dependency problems prevent configuration of sugar-platform:
>>  sugar-platform depends on olpcsound; however:
>>  Package olpcsound is not installed.
>> dpkg: error processing sugar-platform (--configure):
>>  dependency problems - leaving unconfigured
>>
>> I tried the alternate command
>>
>> python /usr/bin/sugar-session &
>>
>> which produces an almost usable Sugar session, with lots of missing icons.
>>
>>
>> [1] 4997
>> moku...@mokurai-laptop:~$
>> ** (sugar-session:4997): WARNING **: Trying to register gtype
>> 'WnckWindowState' as flags when in fact it is of type 'GEnum'
>>
>> ** (sugar-session:4997): WARNING **: Trying to register gtype
>> 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
>>
>> ** (sugar-session:4997): WARNING **: Trying to register gtype
>> 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
>>
>> > Grant Bowman
>> > https://wiki.ubuntu.com/CaliforniaTeam
>> >
>> >
>> > On Fri, Oct 30, 2009 at 3:00 PM, Edward Cherlin 
>> > wrote:
>> >> There seems to be something missing in the repository, or perhaps
>> >> something else is wrong.
>> >>
>> >> python-sugar-toolkit-0.86:
>> >>  Depends: python-sugar-0.86  but it is not installable
>> >>  Recommends: sugar-0.86  but it is not installable
>> >>  Recommends: python-carquinyol-0.86  but it is not installable
>> >>  Recommends: sugar-presence-service-0.86  but it is not installable
>> >>  Recommends: python-jarabe-0.86  but it is not installable
>> >>
>> >> This is named -0.86, but the version listed is 0.85.
>> >>
>> >> Leaving that out, and installing the rest,
>> >>
>> >> Errors were encountered while processing:
>> >>  sugar-platform
>> >>
>> >> E: /var/cache/apt/archives/olpcsound_1%3a5.10.90-1~ppa2_amd64.deb:
>> >> trying to overwrite '/usr/lib/libcsnd.so.5.2', which is also in
>> >> package libcsnd5.2 1
>> >>
>> >> This is a broken dependency sugar-platform-->olpcsound-->libcsnd5.2
>> >>
>> >> Then when I try sugar-emulator, Xephyr starts, but not Sugar.
>> >>
>> >> sugar-emulator
>> >> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
>> >> removing from list!
>> >> [config/dbus] couldn't take over org.x.config:
>> >> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
>> >> allowed to own the service "org.x.config.display101" due to security
>> >> policies in the configuration file)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
>> >> removing from list!
>> >> (EE) XKB: No components provided for device Virtual core keyboard
>> >> [config/dbus] couldn't take over org.x.config:
>> >> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
>> >> allowed to own the service "org.x.config.display101" due to security
>> >> policies in the configuration file)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) config/hal: NewInputDeviceRequest failed (2)
>> >> unrecognised device identifier!
>> >> (EE) confi

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-11-01 Thread Ryan Kabir
For what it's worth - the install worked fine for me.

Browse doesn't want to load, but I figure that's probably an issue on my
part.

Awesome! Great work!

Ryan.

On Sat, Oct 31, 2009 at 2:35 PM, Edward Cherlin  wrote:

> On Sat, Oct 31, 2009 at 14:34, Grant Bowman  wrote:
> > You may have some other sources in your /etc/apt/source.list file that
> > are conflicting.  I've got David's packages installed and running
> > without those errors.  I saw errors like that were from the older
> > packages.
>
> I removed the old ppa repositories beforehand.
>
> > I don't think David's packages uninstall or conflict with the older
> > packages yet to make the upgrade as seamless as it soon will be.  You
> > can try remove all the older sugar packages.  To find the older
> > packages try `dpkg -l | egrep sugar` and then apt-get remove the old
> > ones before installing the new ones.
>
> I did that before installing. I still have the conflict.
>
> dpkg: dependency problems prevent configuration of sugar-platform:
>  sugar-platform depends on olpcsound; however:
>  Package olpcsound is not installed.
> dpkg: error processing sugar-platform (--configure):
>  dependency problems - leaving unconfigured
>
> I tried the alternate command
>
> python /usr/bin/sugar-session &
>
> which produces an almost usable Sugar session, with lots of missing icons.
>
>
> [1] 4997
> moku...@mokurai-laptop:~$
> ** (sugar-session:4997): WARNING **: Trying to register gtype
> 'WnckWindowState' as flags when in fact it is of type 'GEnum'
>
> ** (sugar-session:4997): WARNING **: Trying to register gtype
> 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
>
> ** (sugar-session:4997): WARNING **: Trying to register gtype
> 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
>
> > Grant Bowman
> > https://wiki.ubuntu.com/CaliforniaTeam
> >
> >
> > On Fri, Oct 30, 2009 at 3:00 PM, Edward Cherlin 
> wrote:
> >> There seems to be something missing in the repository, or perhaps
> >> something else is wrong.
> >>
> >> python-sugar-toolkit-0.86:
> >>  Depends: python-sugar-0.86  but it is not installable
> >>  Recommends: sugar-0.86  but it is not installable
> >>  Recommends: python-carquinyol-0.86  but it is not installable
> >>  Recommends: sugar-presence-service-0.86  but it is not installable
> >>  Recommends: python-jarabe-0.86  but it is not installable
> >>
> >> This is named -0.86, but the version listed is 0.85.
> >>
> >> Leaving that out, and installing the rest,
> >>
> >> Errors were encountered while processing:
> >>  sugar-platform
> >>
> >> E: /var/cache/apt/archives/olpcsound_1%3a5.10.90-1~ppa2_amd64.deb:
> >> trying to overwrite '/usr/lib/libcsnd.so.5.2', which is also in
> >> package libcsnd5.2 1
> >>
> >> This is a broken dependency sugar-platform-->olpcsound-->libcsnd5.2
> >>
> >> Then when I try sugar-emulator, Xephyr starts, but not Sugar.
> >>
> >> sugar-emulator
> >> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
> >> removing from list!
> >> [config/dbus] couldn't take over org.x.config:
> >> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
> >> allowed to own the service "org.x.config.display101" due to security
> >> policies in the configuration file)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
> >> removing from list!
> >> (EE) XKB: No components provided for device Virtual core keyboard
> >> [config/dbus] couldn't take over org.x.config:
> >> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
> >> allowed to own the service "org.x.config.display101" due to security
> >> policies in the configuration file)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
> >> (EE) config/hal: NewInputDeviceRequest failed (2)
> >> unrecognised device identifier!
>

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-31 Thread Edward Cherlin
On Sat, Oct 31, 2009 at 14:34, Grant Bowman  wrote:
> You may have some other sources in your /etc/apt/source.list file that
> are conflicting.  I've got David's packages installed and running
> without those errors.  I saw errors like that were from the older
> packages.

I removed the old ppa repositories beforehand.

> I don't think David's packages uninstall or conflict with the older
> packages yet to make the upgrade as seamless as it soon will be.  You
> can try remove all the older sugar packages.  To find the older
> packages try `dpkg -l | egrep sugar` and then apt-get remove the old
> ones before installing the new ones.

I did that before installing. I still have the conflict.

dpkg: dependency problems prevent configuration of sugar-platform:
 sugar-platform depends on olpcsound; however:
  Package olpcsound is not installed.
dpkg: error processing sugar-platform (--configure):
 dependency problems - leaving unconfigured

I tried the alternate command

python /usr/bin/sugar-session &

which produces an almost usable Sugar session, with lots of missing icons.


[1] 4997
moku...@mokurai-laptop:~$
** (sugar-session:4997): WARNING **: Trying to register gtype
'WnckWindowState' as flags when in fact it is of type 'GEnum'

** (sugar-session:4997): WARNING **: Trying to register gtype
'WnckWindowActions' as flags when in fact it is of type 'GEnum'

** (sugar-session:4997): WARNING **: Trying to register gtype
'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'

> Grant Bowman
> https://wiki.ubuntu.com/CaliforniaTeam
>
>
> On Fri, Oct 30, 2009 at 3:00 PM, Edward Cherlin  wrote:
>> There seems to be something missing in the repository, or perhaps
>> something else is wrong.
>>
>> python-sugar-toolkit-0.86:
>>  Depends: python-sugar-0.86  but it is not installable
>>  Recommends: sugar-0.86  but it is not installable
>>  Recommends: python-carquinyol-0.86  but it is not installable
>>  Recommends: sugar-presence-service-0.86  but it is not installable
>>  Recommends: python-jarabe-0.86  but it is not installable
>>
>> This is named -0.86, but the version listed is 0.85.
>>
>> Leaving that out, and installing the rest,
>>
>> Errors were encountered while processing:
>>  sugar-platform
>>
>> E: /var/cache/apt/archives/olpcsound_1%3a5.10.90-1~ppa2_amd64.deb:
>> trying to overwrite '/usr/lib/libcsnd.so.5.2', which is also in
>> package libcsnd5.2 1
>>
>> This is a broken dependency sugar-platform-->olpcsound-->libcsnd5.2
>>
>> Then when I try sugar-emulator, Xephyr starts, but not Sugar.
>>
>> sugar-emulator
>> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
>> removing from list!
>> [config/dbus] couldn't take over org.x.config:
>> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
>> allowed to own the service "org.x.config.display101" due to security
>> policies in the configuration file)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> [dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
>> removing from list!
>> (EE) XKB: No components provided for device Virtual core keyboard
>> [config/dbus] couldn't take over org.x.config:
>> org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
>> allowed to own the service "org.x.config.display101" due to security
>> policies in the configuration file)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> unrecognised device identifier!
>> (EE) config/hal: NewInputDeviceRequest failed (2)
>> Warning: unknown distro version, automatic fallback to unstable.
>> ERROR: Dependencies information is missing (unknown distribution/version).
>>
>> So, is this actually a security issue?
>>
>> On Sun, Oct 25, 2009 at 18:02, David Farning  wrote:
>>> After a couple of weeks of reading tutoria

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-30 Thread Edward Cherlin
There seems to be something missing in the repository, or perhaps
something else is wrong.

python-sugar-toolkit-0.86:
 Depends: python-sugar-0.86  but it is not installable
 Recommends: sugar-0.86  but it is not installable
 Recommends: python-carquinyol-0.86  but it is not installable
 Recommends: sugar-presence-service-0.86  but it is not installable
 Recommends: python-jarabe-0.86  but it is not installable

This is named -0.86, but the version listed is 0.85.

Leaving that out, and installing the rest,

Errors were encountered while processing:
 sugar-platform

E: /var/cache/apt/archives/olpcsound_1%3a5.10.90-1~ppa2_amd64.deb:
trying to overwrite '/usr/lib/libcsnd.so.5.2', which is also in
package libcsnd5.2 1

This is a broken dependency sugar-platform-->olpcsound-->libcsnd5.2

Then when I try sugar-emulator, Xephyr starts, but not Sugar.

sugar-emulator
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
removing from list!
[config/dbus] couldn't take over org.x.config:
org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
allowed to own the service "org.x.config.display101" due to security
policies in the configuration file)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic,
removing from list!
(EE) XKB: No components provided for device Virtual core keyboard
[config/dbus] couldn't take over org.x.config:
org.freedesktop.DBus.Error.AccessDenied (Connection ":1.79" is not
allowed to own the service "org.x.config.display101" due to security
policies in the configuration file)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
Warning: unknown distro version, automatic fallback to unstable.
ERROR: Dependencies information is missing (unknown distribution/version).

So, is this actually a security issue?

On Sun, Oct 25, 2009 at 18:02, David Farning  wrote:
> After a couple of weeks of reading tutorials, help from Aleksey, and
> some Ubuntu developers there are Sugar packages available for Ubuntu
> 9.10.
>
> For now, these packages are available on the Ubuntu-Sugarteam PPA
> (personal package archive) at
> https://launchpad.net/~sugarteam/+archive/0.86 .
>
> To use these packages, just add
> 'http://ppa.launchpad.net/sugarteam/0.86/ubuntu karmic main' to the

'deb http://ppa.launchpad.net/sugarteam/0.86/ubuntu karmic main'

> end of /etc/apt/sources.list
>
> Ubuntu-Sugarteam
> ___
> IAEP -- It's An Education Project (not a laptop project!)
> IAEP@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/iaep
>



-- 
Edward Mokurai (默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر ج) Cherlin
Silent Thunder is my name, and Children are my nation.
The Cosmos is my dwelling place, the Truth my destination.
http://www.earthtreasury.org/
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-29 Thread David Farning
Thanks for the bug report.

I pushed a new copy xulrunner.  It has been accepted but it is
going to wait in the build queue for about 18 hours before in makes it
to https://launchpad.net/~sugarteam/+archive/0.86 .

Sorry about that.  I didn't expect anyone to blog about the repo yet.
I'll make a new ~sugarteam/+archive/0.86-testing for testing our
packages and leave ~sugarteam/+archive/0.86 for stabler public stuff.

david

On Thu, Oct 29, 2009 at 6:11 PM, Sameer Verma  wrote:
> On Thu, Oct 29, 2009 at 2:50 PM, David Farning  wrote:
>> On Thu, Oct 29, 2009 at 6:29 AM,   wrote:
>>> Hi,
>>>
 After a couple of weeks of reading tutorials, help from Aleksey, and
 some Ubuntu developers there are Sugar packages available for Ubuntu
 9.10.
>>>
>>> Thank you for your work. After some testing, I wrote a small blog-entry with
>>> some screenshots on OLPC France's blog, here:
>>>
>>> http://olpc-france.org/blog/2009/10/un-cartable-numerique-pur-sucre/
>>>
>>> The Ubuntu variant used ist UNR 9.10.
>>>
>> Thanks Samy,
>> We have been struggling on the Ubuntu side of the project for awhile.
>>
>> A couple of people have already expressed interest in helping out!  I
>> am hoping that the Ubuntu-SugarTeam can holding some informal
>> packaging Sugar for Ubuntu classes next week.  As a project Ubuntu has
>> a lot (too much) packaging information available.  If we can sort out
>> the important stuff, it shouldn't take too long to get some more
>> packagers on board.
>>
>> david
>> ___
>> IAEP -- It's An Education Project (not a laptop project!)
>> IAEP@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/iaep
>>
>
> Trying to install sugar-platform in Ubuntu 9.10 leads to  a dependency 
> problem.
>
> sudo apt-get install sugar-platform
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  sugar-platform: Depends: sugar-fructose (>= 0.86.2) but it is not
> going to be installed
> E: Broken packages
>
>
> Sameer
>
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep

Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-29 Thread Sameer Verma
On Thu, Oct 29, 2009 at 4:11 PM, Sameer Verma  wrote:
> On Thu, Oct 29, 2009 at 2:50 PM, David Farning  wrote:
>> On Thu, Oct 29, 2009 at 6:29 AM,   wrote:
>>> Hi,
>>>
 After a couple of weeks of reading tutorials, help from Aleksey, and
 some Ubuntu developers there are Sugar packages available for Ubuntu
 9.10.
>>>
>>> Thank you for your work. After some testing, I wrote a small blog-entry with
>>> some screenshots on OLPC France's blog, here:
>>>
>>> http://olpc-france.org/blog/2009/10/un-cartable-numerique-pur-sucre/
>>>
>>> The Ubuntu variant used ist UNR 9.10.
>>>
>> Thanks Samy,
>> We have been struggling on the Ubuntu side of the project for awhile.
>>
>> A couple of people have already expressed interest in helping out!  I
>> am hoping that the Ubuntu-SugarTeam can holding some informal
>> packaging Sugar for Ubuntu classes next week.  As a project Ubuntu has
>> a lot (too much) packaging information available.  If we can sort out
>> the important stuff, it shouldn't take too long to get some more
>> packagers on board.
>>
>> david
>> ___
>> IAEP -- It's An Education Project (not a laptop project!)
>> IAEP@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/iaep
>>
>
> Trying to install sugar-platform in Ubuntu 9.10 leads to  a dependency 
> problem.
>
> sudo apt-get install sugar-platform
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  sugar-platform: Depends: sugar-fructose (>= 0.86.2) but it is not
> going to be installed
> E: Broken packages
>
>
> Sameer
>

Running a simulated install of "sugar" leads to this:

sudo apt-get -s install sugar
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libblas3gf libgfortran3 libhippocanvas-1-0 liblapack3gf
python-decorator python-hippocanvas python-numpy python-wnck
python-xklavier sugar-artwork sugar-base sugar-datastore
  sugar-presence-service sugar-toolkit xserver-xephyr
Suggested packages:
  python-numpy-doc python-numpy-dbg python-nose
The following NEW packages will be installed:
  libblas3gf libgfortran3 libhippocanvas-1-0 liblapack3gf
python-decorator python-hippocanvas python-numpy python-wnck
python-xklavier sugar sugar-artwork sugar-base
  sugar-datastore sugar-presence-service sugar-toolkit xserver-xephyr
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Inst libgfortran3 (4.4.1-4ubuntu8 Ubuntu:9.10/karmic)
Inst libblas3gf (1.2-2 Ubuntu:9.10/karmic)
Inst liblapack3gf (3.2.1-1 Ubuntu:9.10/karmic)
Inst python-decorator (3.0.0-1 Ubuntu:9.10/karmic)
Inst python-numpy (1:1.3.0-3 Ubuntu:9.10/karmic)
Inst python-wnck (2.28.0-0ubuntu1 Ubuntu:9.10/karmic)
Inst python-xklavier (1:0.2-1~ppa2 Ubuntu:9.10/karmic)
Inst sugar-base (1:0.86.0-1~ppa3 Ubuntu:9.10/karmic)
Inst sugar-artwork (1:0.86.0-1~ppa4 Ubuntu:9.10/karmic)
Inst sugar-datastore (1:0.86.1-1~ppa3 Ubuntu:9.10/karmic)
Inst libhippocanvas-1-0 (1:0.3.0-1~ppa2 Ubuntu:9.10/karmic)
Inst python-hippocanvas (1:0.3.0-1~ppa2 Ubuntu:9.10/karmic)
Inst sugar-presence-service (1:0.86.0-1~ppa3 Ubuntu:9.10/karmic)
Inst sugar-toolkit (1:0.86.1-1~ppa3 Ubuntu:9.10/karmic)
Inst xserver-xephyr (2:1.6.4-2ubuntu4 Ubuntu:9.10/karmic)
Inst sugar (1:0.86.2-1~ppa3 Ubuntu:9.10/karmic)
Conf libgfortran3 (4.4.1-4ubuntu8 Ubuntu:9.10/karmic)
Conf libblas3gf (1.2-2 Ubuntu:9.10/karmic)
Conf liblapack3gf (3.2.1-1 Ubuntu:9.10/karmic)
Conf python-decorator (3.0.0-1 Ubuntu:9.10/karmic)
Conf python-numpy (1:1.3.0-3 Ubuntu:9.10/karmic)
Conf python-wnck (2.28.0-0ubuntu1 Ubuntu:9.10/karmic)
Conf python-xklavier (1:0.2-1~ppa2 Ubuntu:9.10/karmic)
Conf sugar-base (1:0.86.0-1~ppa3 Ubuntu:9.10/karmic)
Conf sugar-artwork (1:0.86.0-1~ppa4 Ubuntu:9.10/karmic)
Conf sugar-datastore (1:0.86.1-1~ppa3 Ubuntu:9.10/karmic)
Conf libhippocanvas-1-0 (1:0.3.0-1~ppa2 Ubuntu:9.10/karmic)
Conf python-hippocanvas (1:0.3.0-1~ppa2 Ubuntu:9.10/karmic)
Conf sugar-presence-service (1:0.86.0-1~ppa3 Ubuntu:9.10/karmic)
Conf sugar-toolkit (1:0.86.1-1~ppa3 Ubuntu:9.10/karmic)
Conf xserver-xephyr (2:1.6.4-2ubuntu4 Ubuntu:9.10/karmic)
Conf sugar (1:0.86.2-1~ppa3 Ubuntu:9.10/karmic)


Sameer
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-29 Thread Sameer Verma
On Thu, Oct 29, 2009 at 2:50 PM, David Farning  wrote:
> On Thu, Oct 29, 2009 at 6:29 AM,   wrote:
>> Hi,
>>
>>> After a couple of weeks of reading tutorials, help from Aleksey, and
>>> some Ubuntu developers there are Sugar packages available for Ubuntu
>>> 9.10.
>>
>> Thank you for your work. After some testing, I wrote a small blog-entry with
>> some screenshots on OLPC France's blog, here:
>>
>> http://olpc-france.org/blog/2009/10/un-cartable-numerique-pur-sucre/
>>
>> The Ubuntu variant used ist UNR 9.10.
>>
> Thanks Samy,
> We have been struggling on the Ubuntu side of the project for awhile.
>
> A couple of people have already expressed interest in helping out!  I
> am hoping that the Ubuntu-SugarTeam can holding some informal
> packaging Sugar for Ubuntu classes next week.  As a project Ubuntu has
> a lot (too much) packaging information available.  If we can sort out
> the important stuff, it shouldn't take too long to get some more
> packagers on board.
>
> david
> ___
> IAEP -- It's An Education Project (not a laptop project!)
> IAEP@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/iaep
>

Trying to install sugar-platform in Ubuntu 9.10 leads to  a dependency problem.

sudo apt-get install sugar-platform
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  sugar-platform: Depends: sugar-fructose (>= 0.86.2) but it is not
going to be installed
E: Broken packages


Sameer
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


Re: [IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-29 Thread David Farning
On Thu, Oct 29, 2009 at 6:29 AM,   wrote:
> Hi,
>
>> After a couple of weeks of reading tutorials, help from Aleksey, and
>> some Ubuntu developers there are Sugar packages available for Ubuntu
>> 9.10.
>
> Thank you for your work. After some testing, I wrote a small blog-entry with
> some screenshots on OLPC France's blog, here:
>
> http://olpc-france.org/blog/2009/10/un-cartable-numerique-pur-sucre/
>
> The Ubuntu variant used ist UNR 9.10.
>
Thanks Samy,
We have been struggling on the Ubuntu side of the project for awhile.

A couple of people have already expressed interest in helping out!  I
am hoping that the Ubuntu-SugarTeam can holding some informal
packaging Sugar for Ubuntu classes next week.  As a project Ubuntu has
a lot (too much) packaging information available.  If we can sort out
the important stuff, it shouldn't take too long to get some more
packagers on board.

david
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


[IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-29 Thread s . boutayeb
Hi,

> After a couple of weeks of reading tutorials, help from Aleksey, and
> some Ubuntu developers there are Sugar packages available for Ubuntu
> 9.10.

Thank you for your work. After some testing, I wrote a small blog-entry with
some screenshots on OLPC France's blog, here:

http://olpc-france.org/blog/2009/10/un-cartable-numerique-pur-sucre/

The Ubuntu variant used ist UNR 9.10.

Regards,

Samy

___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep


[IAEP] 'apt-get install sugar-platform' available for Ubuntu9.10.

2009-10-25 Thread David Farning
After a couple of weeks of reading tutorials, help from Aleksey, and
some Ubuntu developers there are Sugar packages available for Ubuntu
9.10.

For now, these packages are available on the Ubuntu-Sugarteam PPA
(personal package archive) at
https://launchpad.net/~sugarteam/+archive/0.86 .

To use these packages, just add
'http://ppa.launchpad.net/sugarteam/0.86/ubuntu karmic main' to the
end of /etc/apt/sources.list

Ubuntu-Sugarteam
___
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep