There are several options to configure Unity 3D via "CompizConfig Settings Manager" respectively its "Ubuntu Unity Plugin".
But how do I access Unity 2D's settings?
|
There are several options to configure Unity 3D via "CompizConfig Settings Manager" respectively its "Ubuntu Unity Plugin". But how do I access Unity 2D's settings? | ||||
|
feedback
|
11.10 & aboveUnity-3D and Unity-2D are visually very similar. Unity 3D
However, the underlying technology used to configure are very different. Unity 3D uses a compiz plugin and you can use Unity-2D configuration options are unfortunately not as advanced and involves tweaking a limited number of options in tools such as Note - you can use alternate compositing options - thus configuration options will change: Changing Themes Using the stock Appearance screen you can change the theme to the hard-coded themes.
If you want to use other GTK+ 3 (metacity) themes via a GUI you will need to use either MyUnity or gnome-tweak-tool How do I change to a theme not listed in the Appearance screen? Alternatively - install the metacity theme and change the theme name using changing fonts By using MyUnity (installation instructions in the above theme link*) you can change fonts using:
desktop icons By using MyUnity you can use the options shown in the image to add desktop icons
Form Factor precise only Unity-2D is used for computers that do not have 3D acceleration capabilities and/or have limited CPU/screen size etc. You can configure Unity-2D to use by default desktop type settings or netbook type settings through
Launcher configuration
precise In 12.04 - the launcher is not hidden by default. You can set the autohide capability through the stock appearance screen.
From this tab you can configure where the launcher-hot spot is and thus how to invoke the launcher via the mouse. For 11.10 and above,
The launcher icon size can be changed by changing the launcher code.
Dash precise The Dash can be now be easily maximised using the standard maximise/minimise window buttons. The Dash opening configuration can be configured through a oneiric By default the Dash opens half-screen. By changing the code-base you can configure the Dash to always open full-screen. gconf-editor Unity-2D uses metacity for its compositing manager - thus the options available to configure metacity through Below is a summary of the values used to configure Unity-2D specifically. Other metacity options are also available to be changed through
| ||||
feedback
|
For 12.04Unity 2D supports quite a few options already. Having said that tweaking is (sadly) still a power user process. Here is a list of things you can do:
The first thing you need to to is install dconf-editor. You can easily do that by starting a terminal and pasting the following command in it:
After that, press ENTER, insert your password and wait for it to install. After it is installed open it. Now navigate to com => canonical => unity-2d:
Changing the value of form-factor will change the Dash mode. "desktop" means that the Dash will be on small screen mode and "netbook" means Dash will be on full screen mode. Ticking the checkbox "use-opengl" will allow unity-2d to use render graphics in opengl and not in raster engine. Navigating to "Dash" is useless, cuz that there is only one checkbox there - "Full screen" and you can already determine if you want the dash in small or full screen via "from-factor". Navgating to "Launcher" will allow you to choose select the launcher hide mode and also to select whether or not to use the super key. Switching the variable of "hide mode" allow you to select if you want the launcher to be:
You can easily rearrange the icons by clicking on icon holdoing, holding that and moving it :) Altering the launcher colour and opacity requires editing the "Launcher.qml", however the file is located in different folders in Oneiric and Precise. If you are using oneiric: Hit ALT+F2 (or open a Terminal) and execute:
A text editor window will open with the file ready to edit. Navigate to section headed ‘rectangle‘ and change: color: “#190318″ to color: “$COLOUR” where $COLOUR is whatever colour you like – fox example: pink оr green or #00ffcc. If you are using Precise the Launcher.qml is located in /usr/share/unity-2d/shell/launcher so to edit it, you have to execute:
Once it it you will have to navigate to chnage both "rectangle" and "Gnome Background" sections (Gnome Background) is just above rectangle.
Here is a screenshot of a light yellow coloured launcher:
| |||||
feedback
|
|
As of September 2011 - in 11.10, the "simple GUI for Unity-2D Settings" doesn't allow configuring most of the parameters - particularly the "Launcher Preferences" (dodge settings) are greyed out. It seems the latest unity-2d doesn't use gconf, it uses "dconf":
returns:
You can fix the launcher in place (and obstruct maximised windows from impinging on it by using):
| ||||
|
feedback
|
|
As user13281 commented: Mariano Chavero has made "A simple GUI for Unity-2D Settings": http://marianochavero.wordpress.com/2011/04/20/a-simple-gui-for-unity-2d-settings-ubuntu-11-04/ | |||
|
feedback
|
|
gconf-editor > desktop > unity-2d | |||||||
feedback
|