Unity

Differences between revisions 23 and 45 (spanning 22 versions)
Revision 23 as of 2010-12-01 17:25:39
Size: 2697
Editor: ANancy-258-1-45-93
Comment:
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 4: Line 4:
= Unity = ##= Unity = H1/titles are redundant in the Ubuntu Wiki. This is already the page name and will be rendered as the top-most H1 as a result. (Note that it won't show up on the preview, but will after you save.)
Line 6: Line 6:
The wiki documentation is targeting technical users, if you want to get an overview of unity you might be interested ready those: The wiki documentation is targeting technical users, if you want to get an overview of Unity you might be interested ready those:
Line 10: Line 10:
 * [[Unity/Lenses | Unity Lenses]] - Information for developers for implementing Unity Lenses, which are plugabble elements to the Unity Dash.
 * [[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 11: Line 13:
 * [[Unity/CodingStyle|Coding Style Guidelines]]
 * [[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
Line 12: Line 18:
== Frequently Asked Questions ==
Line 13: Line 20:
= How to test Unity 3.0 (compiz based) =

This section documents how you can try out Unity 3.0 on your Ubuntu system.

||<style="background:Orange">Note: This software is pre-alpha. You should be comfortable with being able to downgrade multiple packages if you want to go back to a stable desktop, otherwise we recommend not trying this on a production machine. Alpha 1 will have a more stable version. ||

== Limitations and Tips ==

 * This version of Unity does NOT have Places or the Dash, these will come back for Alpha 2.
 * It's normal that clicking on the Ubuntu button does nothing.
 * The session to log in in GDM is now "Ubuntu Desktop"
 * For now, be sure to use Humanity or Humanity-Dark icon themes. Others will cause Unity 3.0 alpha to crash.

== Natty ==

Unity is available in Natty .

{{{
sudo apt-get install unity
}}}

Then restart Compiz or log out and log back into your desktop session. Finally start CompizConfig Settings Manager (/usr/bin/ccsm) and then search for and enable the Unity plugin!

 * [[https://wiki.ubuntu.com/Unity/InstallationGuideFromSource|Building Unity from Source]] - For developers

== On Maverick (10.10) ==

There is no backported version of the new Unity in maverick but you can built it from source as described in the natty section
 * [[https://wiki.ubuntu.com/DemystifyingUnityGraphicsHardwareRequirements|Hardware Requirements]]
 * [[http://askubuntu.com/questions/29553/how-can-i-configure-unity|How to configure Unity]] - For Natty we're concentrating on shipping good defaults, however you can still change some things around.
 * [[http://askubuntu.com/questions/10228/whats-the-right-terminology-for-unitys-ui-elements/19166#19166|Unity Terminology]] - this page explains what we call the different parts of the UI
 * [[http://askubuntu.com/questions/28086/unity-keyboard-mouse-shortcuts|Keyboard Shortcuts]]
 * [[https://wiki.ubuntu.com/Unity/InstallationGuideFromSource|Building Unity from Source]] - For developers who want to learn how to build Unity and Nux.
 * [[http://askubuntu.com/tags/unity/faq|Full FAQ]]
Line 45: Line 29:
=== 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.
Line 47: Line 36:
If you use the unity package in natty, run this command The best way to log a bug is to use this command:
Line 53: Line 42:
It will collect the required details and send you to launchpad to write your bug description It will collect the required details and send you to launchpad to write your bug description.
Line 55: Line 44:
(If you build unity from sources or want to use open a bug without ubuntu-bug please follow [[UnityFilingBugs|this guide]]) (If you build Unity from source or want to open a bug without using ubuntu-bug please follow [[Unity/FilingBugs|this guide]])
Line 57: Line 46:
=== Crash bugs === === Window matching problems ===
Line 59: Line 48:
If you get crashing issues you might want to enable apport by editing /etc/default/apport and settings enabled=1 and restarting you computer. Once activated the system should detect crashes and prompt you to report those 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 [[https://wiki.ubuntu.com/Unity/WindowMatching|this wiki page]] with the details of any problems of this kind you find.
Line 68: Line 57:
 * To report bugs: see [[UnityFilingBugs]]  * To report bugs: see [[Unity/FilingBugs]]

----
CategoryDocumentation CategoryDocteam

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)