Features/GTK3/Porting/GetBooks

From Sugar Labs
< Features‎ | GTK3‎ | Porting
Revision as of 22:20, 12 June 2012 by Humitos (talk | contribs) (Created page with "This page is being performed while I'm porting Get Books Activity to Gtk3. There is a [http://bugs.sugarlabs.org/ticket/3681 ticket] with some useful information that I'm usi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is being performed while I'm porting Get Books Activity to Gtk3.

There is a ticket with some useful information that I'm using on the porting and to keep tracking this port. Besides, this wiki page will be useful to write some code snippets about what are the difficulties that I'm having on the port and maybe can be useful for someone else.

Steps that you should follow to Port an Activity to Gtk3

  1. . Read the Sugar Official Wiki
  2. . Read the specific Sugar Wiki Page that talks about how to porting. Please, follow those steps and if you have a suggestion about the process you can contact with us and let us know.
  3. . Comment on IRC about the Activity that you are going to Port (#sugar on irc.freenode.net)
  4. . Run this script that will convert automatically things as much as it can. This is to avoid some stressful manually conversions that a "simple script" can do using sed :)

Tips and Tricks

Create a "new" activity from the git version

Script to list all the enumeration

There is an script that list all the Gtk enumerations and it's useful to know the new name and from where it comes from. For example:


References / Useful links