Features/Multiple home views/Testing: Difference between revisions
Tonyforster (talk | contribs) No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
In Sugar 100, you need to use gconf settings to enable it. In Sugar 102+, we use gsettings. | |||
=== gsettings instructions for Sugar 102+ === | |||
Add an override to /usr/share/glib-2.0/schemas/sugar.oob.gschema.override | |||
[org.sugarlabs.desktop] | |||
homeviews=[{'layout': 'ring-layout', 'view-icon': 'view-radial', 'favorite-icon': 'emblem-favorite'}, {'layout': 'ring-layout', 'view-icon': 'view-radial', 'favorite-icon': 'emblem-favorite'}] | |||
In the example above, a second homeview using the standard icons is created. | |||
After updating the override file, you must recompile the gsettings: | |||
sudo glib-compile-schemas | |||
Reboot and you should have multiple homeviews. | |||
=== gconf instructions for Sugar 100 === | |||
In desktop/sugar/desktop, you need to add view_icons entries (and optionally, favorite_icons), e.g.: | In desktop/sugar/desktop, you need to add view_icons entries (and optionally, favorite_icons), e.g.: | ||