UbuntuTweak

Differences between revisions 13 and 22 (spanning 9 versions)
Revision 13 as of 2011-05-26 12:15:24
Size: 2046
Editor: 96
Comment:
Revision 22 as of 2013-02-20 01:24:59
Size: 2644
Editor: 131
Comment: Changed "it will be work" to "it will work"
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
If you want to contribute code to Ubuntu Tweak, you should start from [[https://github.com/tualatrix/ubuntu-tweak/wiki/Get-involved-with-Ubuntu-Tweak-Development | Get Involved with the development of Ubuntu Tweak ]], the project uses Git as the SCM tool, currently the gi-rewrite is the next major branch. == Get the source code ==
Line 11: Line 11:
After checkout the latest source code, you may want to [[UbuntuTweak/Plugin|Write Plugin for Ubuntu Tweak]] If you want to contribute code to Ubuntu Tweak, you should start from [[https://code.launchpad.net/ubuntu-tweak ]], the project uses Bzr as the SCM tool.

== Play with source code ==

After checkout the latest source code, you may want to [[UbuntuTweak/HowToWritePlugins|Write Plugin for Ubuntu Tweak]]

How to see the changes? It's easy! Just run the "ubuntu-tweak" script in the top-level folder, you can always get the changes you've made.

== Testing ==

If you are not a programmer, don't worry, you can help to test Ubuntu Tweak. You should know how to use PPA.

 * Alpha version: https://launchpad.net/~tualatrix/+archive/next
 * Beta version: https://launchpad.net/~ubuntu-tweak-testing/+archive/ppa
 * Stable version: https://launchpad.net/~tualatrix/+archive/ppa

== Document ==

 * Write wiki
 * [[UbuntuTweak/Bugs|Common Bugs]]
Line 15: Line 34:
== 0.6 == == 0.6 (current focus of development) ==
Line 19: Line 38:
 * '''Safety feature''': API set to backup/restore the settings
 * '''Pluggability'''
 * '''Safety feature (TODO)''': API set to backup/restore the settings,
 * '''Pluggability (TODO, half-done)'''
Line 23: Line 42:
 * '''Janitor''': The previous "Package Cleaner" will be renamed to "Janitor", to instead the "Computer Janitor", it will support plug-in too.  * '''Janitor (TODO)''': The previous "Package Cleaner" will be renamed to "Janitor", to instead the "Computer Janitor", it will support plug-in too.
Line 27: Line 46:
 * Based on PyGObject instead of PyGTK, so it will be work under Ubuntu 11.10 Oneiric with GTK+3.0 smoothly  * Based on PyGObject instead of PyGTK, so it will work under Ubuntu 11.10 Oneiric with GTK+3.0 smoothly
Line 29: Line 48:

=== Testing ===

 * https://launchpad.net/~tualatrix/+archive/next
 * [[UbuntuTweak/JanitorPlugin|JanitorPlugin]]
 * More specific PolicyKit API (non-block)
 * get_cruft should use call back make UI smooth
Line 42: Line 60:
 * '''Source Code''': https://github.com/tualatrix/ubuntu-tweak/  * '''Source Code''': https://code.launchpad.net/ubuntu-tweak

Intro

Ubuntu Tweak is an application which makes configuring Ubuntu easier for everyone. It allows tweaking of many useful desktop and system configuration options which are unavailable via native system tools.

Get Started

Get the source code

If you want to contribute code to Ubuntu Tweak, you should start from https://code.launchpad.net/ubuntu-tweak, the project uses Bzr as the SCM tool.

Play with source code

After checkout the latest source code, you may want to Write Plugin for Ubuntu Tweak

How to see the changes? It's easy! Just run the "ubuntu-tweak" script in the top-level folder, you can always get the changes you've made.

Testing

If you are not a programmer, don't worry, you can help to test Ubuntu Tweak. You should know how to use PPA.

Document

Roadmap

0.6 (current focus of development)

This is the first version targeting to be the "Power Users Tool" and try to get into Ubuntu repository. The major changes will be:

  • Safety feature (TODO): API set to backup/restore the settings,

  • Pluggability (TODO, half-done)

    • Support install and load plug-ins from $HOME/.local/ubuntu-tweak/plugins
    • Separate "Application/Source Center" as a plug-in (Install from PPA, package name: ubuntu-tweak-community-plugins)
  • Janitor (TODO): The previous "Package Cleaner" will be renamed to "Janitor", to instead the "Computer Janitor", it will support plug-in too.

Tech

  • Based on PyGObject instead of PyGTK, so it will work under Ubuntu 11.10 Oneiric with GTK+3.0 smoothly
  • BackupRestoreAPI

  • JanitorPlugin

  • More specific PolicyKit API (non-block)

  • get_cruft should use call back make UI smooth

Future

  • Cover all parts of Ubuntu which can be configured (keep the core simple, extend with plugins)
  • Time line based view with all settings done by user, so that user can always know what he did before and easy to revert(try the Zeitgeist)

References

UbuntuTweak (last edited 2013-02-20 01:24:59 by 131)