How does Boot-Repair GUI work ?
Asked by
YannUbuntu
on 2011-12-13
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:
- 2011-12-13
- Last query:
- 2011-12-13
- Last reply:
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://
YannUbuntu (yannubuntu) said : | #2 |
Website and documentation of Glade2script are now translated in English: http://
Don't hesitate to use g2s to develop your applications !
To post a message you must log in.