Unity

Differences between revisions 2 and 36 (spanning 34 versions)
Revision 2 as of 2010-06-11 12:59:14
Size: 1645
Editor: put92-5-82-243-237-71
Comment:
Revision 36 as of 2011-02-09 20:46:45
Size: 2952
Editor: 189-79-94-240
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from DesktopTeam/Unity
Line 5: 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 to get 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 7: Line 8:
= How to test Unity =  * [[http://unity.ubuntu.com|Unity Homepage]]
 * [[attachment:Unity_Architecture.pdf|Unity Architecture]]
 * [[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 9: Line 14:
== on maverick (10.10) ==
Line 11: Line 15:
=== on UNE edition === = How to test Unity 3.0 (compiz based) =
Line 13: Line 17:
Unity is the default UI for Ubuntu Netbook Edition. 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 there]]. This section documents how you can try out Unity 3.0 on your Ubuntu system.
Line 15: Line 19:
=== with a standard ubuntu-desktop edition ===  * How to make a [[Unity/InstallUSBKey|persistent USB Key]] for Unity Testing.
Line 17: Line 21:
 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.
||<style="background:Orange">Note: This software is alpha. We recommend not trying this on a production machine, make a dedicated USB stick (see above)||
Line 20: Line 23:
=== Update frequence === == Limitations and Tips ==
Line 22: Line 25:
Unity is weekly released. Stay tuned!  * This version of Unity does NOT have Places or the Dash, these will come back for Alpha 2.
 * For now, be sure to use Humanity or Humanity-Dark icon themes. Others will cause Unity 3.0 alpha to crash.
Line 24: Line 28:
== on lucid (10.04 LTS) == == Natty ==
Line 26: Line 30:
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. Unity is the default interface in Natty. You have two sessions in GDM:
Line 28: Line 32:
 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
 * Ubuntu Desktop Edition (which has Unity by default)
 * Ubuntu Classic Desktop (which run the previous Ubuntu interface)
Line 32: Line 35:
=== Update frequence === [[https://wiki.ubuntu.com/Unity/InstallationGuideFromSource|Building Unity from Source]] - For developers
Line 34: Line 37:
Unity is weekly released. The lucid update comes shortly after the maverick one. == How and where to file bugs ==

=== Crash bugs ===
For Alpha 1, 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 [[UnityFilingBugs|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 [[https://wiki.ubuntu.com/Unity/WindowMatching|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 ==

 * Please consult the [[DesktopExperienceTeam/UnityHardwareRequirements|Hardware Requirements for Unity]].
 * To report bugs: see [[UnityFilingBugs]]

----
CategoryDocumentation CategoryDocteam

Unity

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

How to test Unity 3.0 (compiz based)

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

Note: This software is alpha. We recommend not trying this on a production machine, make a dedicated USB stick (see above)

Limitations and Tips

  • This version of Unity does NOT have Places or the Dash, these will come back for Alpha 2.
  • For now, be sure to use Humanity or Humanity-Dark icon themes. Others will cause Unity 3.0 alpha to crash.

Natty

Unity is the default interface in Natty. You have two sessions in GDM:

  • Ubuntu Desktop Edition (which has Unity by default)
  • Ubuntu Classic Desktop (which run the previous Ubuntu interface)

Building Unity from Source - For developers

How and where to file bugs

Crash bugs

For Alpha 1, 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)