How does Boot-Repair GUI work ?

Asked by YannUbuntu

information for all devs having interest in Boot-Repair's code :

Question information

Language:
English Edit question
Status:
Solved
For:
Boot-Repair Edit question
Assignee:
No assignee Edit question
Solved by:
YannUbuntu
Solved:
Last query:
Last reply:
Revision history for this message
YannUbuntu (yannubuntu) said :
#1

Boot-Repair is coded in Bash, but it uses an engine (called Glade2script, coded in Python) which allows to display and manage a Glade interface.

e.g:
Bash functions --(display order)--> Glade2script ----> Display on Glade

User action on the Glade ----> Glade2script -----> Runs a Bash function

Link for g2s (in French): http://forum.ubuntu-fr.org/viewtopic.php?id=392658

Revision history for this message
YannUbuntu (yannubuntu) said :
#2

Website and documentation of Glade2script are now translated in English: http://code.google.com/p/glade2script/

Don't hesitate to use g2s to develop your applications !