Unity

Differences between revisions 43 and 45 (spanning 2 versions)
Revision 43 as of 2011-04-13 11:35:09
Size: 3192
Editor: dslnet
Comment: corrected link
Revision 45 as of 2012-10-25 14:22:11
Size: 3455
Editor: 91
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [[Unity/HUD | Unity HUD]] - '''[Experimental]''' Information for developers for integrating with the Unity HUD, which is an intent-driven alternate interface to application menus.
Line 13: Line 14:
 * [[Unity/LauncherAPI|Launcher Integration]] - For application developers that want to add progress bars and other "overlays" onto their icon in the Unity Launcher  * [[Unity/CodeReviews|Standards for Unity Code Reviews (Merge Proposals)]]
* [[Unity/LauncherAPI|Launcher Integration]] - For application developers that want to add progress bars and
other "overlays" onto their icon in the Unity Launcher

The wiki documentation is targeting technical users, if you want to get an overview of Unity you might be interested ready those:

other "overlays" onto their icon in the Unity Launcher

Frequently Asked Questions

How and where to file bugs

Crash bugs

The most valuable bug reports are crash reports.

After installing, enable apport: edit /etc/default/apport, set enabled=1 and restart you computer. Once activated the system should detect crashes and prompt you to report those.

Non crash bugs

The best way to log a bug is to use this command:

ubuntu-bug unity

It will collect the required details and send you to launchpad to write your bug description.

(If you build Unity from source or want to open a bug without using ubuntu-bug please follow this guide)

Window matching problems

If you notice a problem with an application icon in the launcher (blurry icon, pinning not working, etc.), Unity is probably having some problems matching the window to the correct .desktop file. Please edit this wiki page with the details of any problems of this kind you find.

How to Contribute to Unity

http://unity.ubuntu.com/getinvolved/ has instructions on how to get the code and hack on it.

Support


CategoryDocumentation CategoryDocteam

Unity (last edited 2014-01-21 18:49:47 by 3v1n0)