PowerUserTool

Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2011-05-22 10:33:15
Size: 258
Editor: 78
Comment:
Revision 11 as of 2011-05-22 23:48:16
Size: 2677
Editor: ip130-214-211-87
Comment: Long functions have a double dash and no need for double Contents. Also added some things.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(PowerUsers/Header)>>
||<tablestyle="float:right; font-size: 0.85em; width:300px; margin: 1em 0 1em 1em; padding: 8px; background:#F7F7F7":> '''Table of Contents''' ||
||
<<TableOfContents>>||
<<Include(PowerUsers/Header)>><<BR>>
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 6: Line 5:
The main idea is to build a multi purpose tool where the power users can find any option to tweak and fine tune their system. If you want to know more, the following links try to resume the history of this idea:
 * "[[http://www.jonobacon.org/2011/05/19/building-the-kitchen-sink/|Building The Kitchen Sink]]" Jono's blogpost
 * [[https://lists.ubuntu.com/archives/ubuntu-power-users/2011-May/000144.html|Ubuntu Tweak Author]] Joining the team
 * [[http://ubuntu-tweak.com/|Ubuntu Tweak Home Page]]
Line 7: Line 10:
= General Principles =
 * The Tool must be a safe tool ([[https://lists.ubuntu.com/archives/ubuntu-power-users/2011-May/000080.html|"Building Safety Into Our Work"]])
 * The Tool must be able to bring the users to previous/safe configuration when something goes wrong
Line 9: Line 15:
== Pluggability ==
 * The tool will allow different Plugins making it usable for different user needs and different ubuntu flavours.
Line 10: Line 18:
= Section = == Safety ==
=== GUI ===
 * Undo last change
  * When possible apply the changes and ask the user if keeping it or not. (just like X when changing resolution)
 * Restore to previous configuration (or to a specific date)
 * Restore to default settings (making a backup at the first run)

=== CLI ===
 * Ability to run as a Command Line Interface program, with parameters such as: "--restoredefault", "--restoredate XXX" and "--restorefile YYY"

= Sections =
Any section can be seen as a stand-alone plugin. Anyway in this page we'll focus on features and not in the software architecture
== Unity ==
 * Launcher/Dash background Color and Alpha
 * Icon size
 * Implement a "app-indicator manager" of sorts. Place where you can toggle on-off indicators and/or install/uninstall them.
 * Edit Quicklists
 * ...
== GNOME ==
== Compiz ==
 * Merge/Assimilate CCSM?
== KDE ==
 * Implement a way to tweak some basic settings regarding KDE applications in Unity/Gnome desktop. Stuff like fonts/size/hinting/DPI, color schemes, icon theme that don't match user settings in Appearance pref. or even Ubuntu default settings.
== General ==
 * Install settings from others or custom settings you've saved before.
 * Sync with UbuntuOne?
== Source center ==
 * Having the [[http://ubuntu-tweak.com/|Ubuntu Tweak]] "Source Center" (untrusted PPAs) into a standalone plug-in (or community extensions), which is not installed by default but user can always install it. So Ubuntu Tweak is possible to put into the official repository.


Intro

The main idea is to build a multi purpose tool where the power users can find any option to tweak and fine tune their system. If you want to know more, the following links try to resume the history of this idea:

General Principles

  • The Tool must be a safe tool ("Building Safety Into Our Work")

  • The Tool must be able to bring the users to previous/safe configuration when something goes wrong

General Features

Pluggability

  • The tool will allow different Plugins making it usable for different user needs and different ubuntu flavours.

Safety

GUI

  • Undo last change
    • When possible apply the changes and ask the user if keeping it or not. (just like X when changing resolution)
  • Restore to previous configuration (or to a specific date)
  • Restore to default settings (making a backup at the first run)

CLI

  • Ability to run as a Command Line Interface program, with parameters such as: "--restoredefault", "--restoredate XXX" and "--restorefile YYY"

Sections

Any section can be seen as a stand-alone plugin. Anyway in this page we'll focus on features and not in the software architecture

Unity

  • Launcher/Dash background Color and Alpha
  • Icon size
  • Implement a "app-indicator manager" of sorts. Place where you can toggle on-off indicators and/or install/uninstall them.
  • Edit Quicklists
  • ...

GNOME

Compiz

  • Merge/Assimilate CCSM?

KDE

  • Implement a way to tweak some basic settings regarding KDE applications in Unity/Gnome desktop. Stuff like fonts/size/hinting/DPI, color schemes, icon theme that don't match user settings in Appearance pref. or even Ubuntu default settings.

General

  • Install settings from others or custom settings you've saved before.
  • Sync with UbuntuOne?

Source center

  • Having the Ubuntu Tweak "Source Center" (untrusted PPAs) into a standalone plug-in (or community extensions), which is not installed by default but user can always install it. So Ubuntu Tweak is possible to put into the official repository.

PowerUsers/PowerUserTool (last edited 2011-05-31 18:37:45 by catv-89-132-205-68)