HowToWritePlugins

Revision 2 as of 2011-06-01 07:59:30

Clear message

Intro

Ubuntu Tweak Plugin is a simple python script which use the API from Ubuntu Tweak. It is easy to write it then integrate with Ubuntu Tweak.

Currently the API is not stable yet, but I hope you can start to write something and get some feedback to me. So I can improve Ubuntu Tweak.

Overview

t As you can see of the screenshot, it consists of two parts: 1. Tweaks, 2. Admins (And Jantor will be added soon)

If your plugin is doing some tweaks, you should add it to "Tweaks", if it is doing some other tasks (backup, update and so on), it can be put under "Admins"

Let's start with an example.

Ubuntu Tweak 0.6.0.png

Example 1

In the first example, I will