Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Unfreeze DCON on intro screen (#1601)Daniel Drake2009-12-021-1/+4
| | | | | Otherwise the display remained locked and the intro screen was not visible.
* Configure fonts through GConf (#1584)Daniel Drake2009-12-011-0/+9
| | | | | | | | | | | | Sugar currently configures fonts through gtkrc and through the sugar.graphics.style class, both of which are hard to modify by implementors/deployers. Move this into GConf and apply these settings to the sugar shell at startup. In the longer term, Sayamindu's efforts to create a settings manager will build on this work.
* Bind text domains earlier in the startup processTomeu Vizoso2009-02-051-5/+7
|
* Set the locale path for sugar-toolkit #55Tomeu Vizoso2009-02-051-0/+1
|
* Print the missing gtkrc path when complainingTomeu Vizoso2009-01-231-1/+1
|
* separate debug settings from xsession #163Simon Schampijer2009-01-161-0/+5
| | | | | | - source the debug options in the sugar executable - create ~/.sugar/debug file on profile creation where one can customize the debug options
* #196 Fix setting the timezone in debianTomeu Vizoso2009-01-141-1/+1
|
* exec sugar-sessionDaniel Drake2008-12-181-1/+1
| | | | This avoids a useless bash process wasting memory
* First go at adding file transfer to the journalTomeu Vizoso2008-12-151-0/+5
|
* Allow to run multiple emulators even with the fedora hack.Marco Pesenti Gritti2008-12-121-1/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2008-12-031-15/+0
|\
| * Dont start the datastore explicitly, will be autolaunched by the journalTomeu Vizoso2008-12-021-15/+0
| |
* | Work around for broken Fedora 10 Xephyr.Marco Pesenti Gritti2008-12-031-0/+6
|/
* Set the LANG and LANGUAGE env variable when starting the emulatorSimon Schampijer2008-11-211-0/+22
|
* Initial implementation of activity notificationsTomeu Vizoso2008-11-041-0/+5
|
* Fix several broken imports.Marco Pesenti Gritti2008-11-041-3/+4
|
* Startup shell components more finely-grainedTomeu Vizoso2008-11-041-8/+19
|
* Fix sugar-control-panel CLITomeu Vizoso2008-10-221-0/+6
|
* A bit of refactoring to get rid of the confusing service package.Marco Pesenti Gritti2008-10-221-3/+64
|
* Fix sugar-emulator optionsBert Freudenberg2008-10-211-2/+4
| | | | | - dpi needs to be type "int" - help string for scale mentions "%"
*