[Sugar-devel] Activity fails during start, but no way to get an errors message

2012-06-21 Thread Behavior Vehikel
Hi, I updated the activity.info file of my Kandid activity and did an upload of kandid-10.xo to ASLO. But when I tried to start the downloaded version it will not start. There is no error messages during start and the net.sourceforge.kandid-*.log file is completely empty. Same awful behavior

[Sugar-devel] How to develop software running on XO 1.0 / 1.5 and the latest Sugar on a Stick distribution?

2012-06-09 Thread Behavior Vehikel
Hi, some questions about developing activities: Three years ago I started to develop an activity for SoaS. At this time there was no possibility for me to buy a XO computer. For testing I used some SoaS distributions running inside Virtual Box. Now OLPC Germany organized how to buy an XO 1.5

[Sugar-devel] An error occurred during upload to activities.sugarlabs.org

2010-03-31 Thread Behavior Vehikel
Hi, I am try to upload release 5 of Kandid to http://activities.sugarlabs.org/en-US/developers/versions/add/4254 Got errors like that: Oops! There seems to be a problem with this file... An error occurred moving 74277400 1270067048.xo. (4:/srv/www-sugarlabs/activities/files/temp/74277400

Re: [Sugar-devel] Turtle Art on Activities.sugarlabs.org

2010-02-25 Thread Behavior Vehikel
Hi, For exchanging and publishing data created by Kandid I have a vague idea. Don't know if it makes sense. I want to avoid a client / server centric architecture. It should work more peer to peer. 1) Every computer having Kandid installed could run a small Database. Only a few data records +

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-06 Thread Behavior Vehikel
this will improve usability. The user can switch between tabs in my activity. No need to switch between different activities. Thomas 2010/2/3, Gonzalo Odiard godi...@gmail.com: Can't you use hulahop like SocialCalc? Gonzalo On Mon, Feb 1, 2010 at 4:58 PM, Behavior Vehikel b.vehi...@googlemail.comwrote

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-03 Thread Behavior Vehikel
Hi, You should be able to create your web page as a Journal entry with the MIME type of text/html, then use code like that described here: http://wiki.sugarlabs.org/go/Development_Team/Almanac/sugar.datastore.datastore#How_do_I_resume_an_activity_from_the_datastore_programmatically.3F OK, I

[Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Behavior Vehikel
How to start the Browse activity from my own activity? My Kandid activity can dump internal states as a HTML files. For example this information is written to ~/.sugar/default/net.sourceforge.kandid/tmp/_znuaxz_169/index.html Now I am searching for a possibility to launch the Brows activity

Re: [Sugar-devel] [support-gang] Collaboration woes

2010-01-26 Thread Behavior Vehikel
Ok, now it works for me. For me it is the first time that jabber.sugarlabs.org can be used to communicate between two instances runig on my local box. One instance of my activity run with sugar 0.82 and Xephir. The other runs inside a virtual machine booted from blueberry SoaS. Looking up the

Re: [Sugar-devel] Collaboration woes

2010-01-24 Thread Behavior Vehikel
2010/1/23, Jim Simmons nices...@gmail.com: It seems to me that setting up a test environment for collaboration has always been a source of frustration but I don't remember a time when I had this many things not work at the same time. Hello Jim, I got collaboration working to test

Re: [Sugar-devel] Several chapters of Make Your Own Sugar Activities! ready for review, feedback

2010-01-06 Thread Behavior Vehikel
Hello Jim, Nine month ago I started writing my first activity for sugar ( http://git.sugarlabs.org/projects/kandid ). Had trouble to understand the following three things . My hardest problem is the code for collaborating. I copied some code from the Connect activity and adopted it to my

Re: [Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-20 Thread Behavior Vehikel
. Without -f the key generator used an default name and maybe ssh looks only in this default file. Thanks, Thomas 2009/12/16, Aleksey Lim alsr...@member.fsf.org: On Wed, Dec 16, 2009 at 08:44:23PM +0100, Behavior Vehikel wrote: Navigating on git.sugarlabs.org to my account details (Username

[Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-16 Thread Behavior Vehikel
Hi, In February I registerd to git.sugarlabs.org/ Now the first public release of my Kandid.activity is ready. At the moment I am trying to push my local GIT repository to git.sugarlabs.org. But there is problem Permission denied (publickey). fatal: The remote end hung up unexpectedly What did I

Re: [Sugar-devel] Problems adding my source code to GIT at git.sugarlabs.org.

2009-12-16 Thread Behavior Vehikel
on the server? -walter On Wed, Dec 16, 2009 at 2:19 PM, Behavior Vehikel b.vehi...@googlemail.com wrote: Hi, In February I registerd to git.sugarlabs.org/ Now the first public release of my Kandid.activity is ready. At the moment I am trying to push my local GIT repository to git.sugarlabs.org

[Sugar-devel] Problem converting an activity from 0.82 to 0.86

2009-11-08 Thread Behavior Vehikel
Last months I developed a activity for sugar. I used sugar 0.82 on Ubuntu 8.10. The activity is not ready yet, but works running in Xephyr. Now I am testing my new activity using Trisquel 3.0 with sugar 0.86.2. But I can not get the GUI running. On sugar 0.86.2 I got an exception when I try to set

[Sugar-devel] How to serialize objects?

2009-03-17 Thread Behavior Vehikel
Hi, at the moment I am learning to implement a Sugar activity. In the Sucrose 0.84 release notes http://wiki.sugarlabs.org/go/DevelopmentTeam/Release/Releases/Sucrose/0.84#What_is_new_for_developers there is a short paragraph about serializing and de-serializing a Python object structure. Should

[Sugar-devel] [ANNOUNCE] Porting Kandid to the Sugar the desktop environment

2009-02-22 Thread Behavior Vehikel
Kandid is a system to evolve graphics. It uses an interactive genetic approach to find interesting visual patterns. This idea comes originally from Karls Sims. Some years ago I published a Java application based on this idea. http://kandid.sourceforge.net/ Now I am planing to build a similar