Unity

Differences between revisions 14 and 43 (spanning 29 versions)
Revision 14 as of 2010-10-27 13:05:09
Size: 3221
Editor: host194
Comment:
Revision 43 as of 2011-04-13 11:35:09
Size: 3192
Editor: dslnet
Comment: corrected link
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:
Unity is the default UI for Ubuntu Netbook Edition in 10.10. It's a step forward in the Netbook Edition, making it easy and well-fitted for those screen sizes for your a desktop environment. More information on Unity is available on [[http://www.markshuttleworth.com/archives/383|sabdfl's blog]]. The wiki documentation is targeting technical users, if you want to get an overview of Unity you might be interested ready those:
Line 8: Line 8:
See [[attachment:Unity_Architecture.pdf|Unity Architecture]]  * [[http://unity.ubuntu.com|Unity Homepage]]
 * [[attachment:Unity_Architecture.pdf|Unity Architecture]]
 * [[Unity/Lenses | Unity Lenses]] - Information for developers for implementing Unity Lenses, which are plugabble elements to the Unity Dash.
 * [[Unity/Bitesize|Unity Bitesize Bugs]] - A great place for new hackers to contribute improvements and fixes.
 * [[Unity/CodingStyle|Coding Style Guidelines]]
 * [[Unity/LauncherAPI|Launcher Integration]] - For application developers that want to add progress bars and other "overlays" onto their icon in the Unity Launcher
Line 10: Line 15:
= How to test Unity = == Frequently Asked Questions ==
Line 12: Line 17:
== On Maverick (10.10) ==  * [[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 14: Line 24:
=== on UNE edition === == How and where to file bugs ==
Line 16: Line 26:
Unity is the default UI for Ubuntu Netbook Edition on 10.10. The easiest way to test it is to install the Netbook Edition of the 10.10 development cycle from the daily built iso [[http://cdimage.ubuntu.com/ubuntu-netbook/daily-live/current/|available here]] or use [[https://edge.launchpad.net/testdrive|testdrive]]. === Crash bugs ===
The most valuable bug reports are crash reports.
Line 18: Line 29:
=== with a standard ubuntu-desktop edition === 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 20: Line 31:
 1. Run just `sudo apt-get install ubuntu-netbook`
 1. This will add in GDM a "Ubuntu Netbook Edition" menu option when you click on your username. Select it and login to get the Unity interface.
=== Non crash bugs ===
Line 23: Line 33:
=== Update frequence === The best way to log a bug is to use this command:
Line 25: Line 35:
Unity is released weekly, right into Maverick and then into the Lucid PPA. Stay tuned! {{{
ubuntu-bug unity
}}}
Line 27: Line 39:
== on lucid (10.04 LTS) == It will collect the required details and send you to launchpad to write your bug description.
Line 29: Line 41:
Unity is primarily built for maverick (10.10), but we are conscious that some people want to test it on lucid. For those, we have setup a PPA and backport unity component to lucid. (If you build Unity from source or want to open a bug without using ubuntu-bug please follow [[Unity/FilingBugs|this guide]])
Line 31: Line 43:
||<style="background:Peru">Note: The Unity PPA brings in some lower level components that we need like a new GTK and some new libraries. You should be comfortable with being able to downgrade multiple packages if you want to go back to a stable Lucid, otherwise we recommend a virtualization tool like [[http://launchpad.net/testdrive|testdrive]] to test Unity.|| === Window matching problems ===
Line 33: Line 45:
 1. If you are on Lucid, load a terminal and run `sudo add-apt-repository ppa:canonical-dx-team/une` and `sudo apt-get update`.
 1. Run `sudo apt-get install ubuntu-netbook-unity-default-settings`.
 1. Logout and choose in GDM your "Ubuntu Unity Netbook Edition" menu option when you click on your username
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 37: Line 47:
== How can I get the old Lucid (10.04) interface back on Maverick (10.10)? == == How to Contribute to Unity ==
Line 39: Line 49:
How can I restore the old 10.04 interface in UNE Maverick?
The section above just explains the opposite way (running 10.04 with the 10.10 Unity interface).

== is there a difference from the maverick version? ==

Apart from the fact we have a different session name "Unity" instead of "UNE" and a fake metapackage "ubuntu-netbook-unity-default-settings", the behavior is the same. The only other difference is that you still can have netbook-launcher (the 10.04 LTS UNE interface) in a parallel install than Unity.
http://unity.ubuntu.com/getinvolved/ has instructions on how to get the code and hack on it.
Line 49: Line 54:
 * To report bugs: see [[UnityFilingBugs]]  * To report bugs: see [[Unity/FilingBugs]]
Line 51: Line 56:
== Measuring Power Consumption ==

It's important to ensure that we're power efficient. We recommend that you also install [[apt://powertop|Powertop]] and run it in a terminal to gather information.

[[http://www.lesswatts.org/projects/powertop/|Powertop Homepage]]

http://www.lesswatts.org/projects/powertop/
----
CategoryDocumentation CategoryDocteam

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

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)