PowerUserTool

Differences between revisions 8 and 9
Revision 8 as of 2011-05-22 11:13:39
Size: 1992
Editor: 78
Comment:
Revision 9 as of 2011-05-22 12:02:12
Size: 2360
Editor: 95
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 * Implement a "app-indicator manager" of sorts. Place where you can toggle on-off indicators and/or install/uninstall them.
Line 34: Line 35:
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.

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

  • 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)

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.
  • ...

GNOME

Compiz

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.

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)