Community SSU/Features
mohammad7410 (Talk | contribs) |
merlin1991 (Talk | contribs) (→Features that are configurable with gconf: systemui-tklock) |
||
(18 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | Note: There is a | + | Note: There is a [[CSSU_Features_Configuration_Editor|GUI editor]] for enabling CSSU features. If you use that, you can ignore the editing and applying sections on this page and just refer to the features directly. '''You will still need to re-run the editor after each CSSU update'''. |
== camera-ui == | == camera-ui == | ||
{{main|Community SSU/Features/Camera UI}} | {{main|Community SSU/Features/Camera UI}} | ||
- | == | + | == hildon-desktop == |
- | + | {{main|Community SSU/Features/hildon-desktop}} | |
- | + | === Zoom in/out support === | |
- | + | Use CTRL+SHIFT+S (+) and CTRL+SHIFT+F (-) to zoom in and out. | |
- | + | === Orientation lock === | |
- | + | Install status-area-orientationlock-applet to add an applet that locks the landscape/portrait mode until you unlock it. | |
- | + | == ke-recv == | |
+ | ke-recv controls various things like automounting | ||
- | + | {{main|Community SSU/Features/ke-recv}} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
== Features that are configurable with gconf == | == Features that are configurable with gconf == | ||
Line 100: | Line 27: | ||
gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows -t int 6 | gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows -t int 6 | ||
gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows_portrait -t int 8 | gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows_portrait -t int 8 | ||
- | * Disable the menu editor | + | * Disable the application menu editor |
gconftool-2 -s /apps/osso/hildon-desktop/menu_edit_disabled -t bool true | gconftool-2 -s /apps/osso/hildon-desktop/menu_edit_disabled -t bool true | ||
+ | * Disable the desktop editing | ||
+ | gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool true | ||
+ | * Disable rotation of Task Switcher, Launcher and desktop | ||
+ | gconftool-2 -s /apps/osso/hildon-desktop/ui_can_rotate -t bool false | ||
+ | * Disable rotation of desktop | ||
+ | gconftool-2 -s /apps/osso/hildon-desktop/desktop_orientation_lock -t bool true | ||
+ | * Enable vertical scrolling when in portrait | ||
+ | gconftool-2 -s /apps/osso/hildon-desktop/scroll_vertical -t bool true | ||
+ | * Enable lockscreen rotation | ||
+ | gconftool-2 -s /system/systemui/tklock/auto_rotation -t bool true | ||
- | This document is up to date as of 20.2010.36- | + | This document is up to date as of [[Community_SSU/Changelog#PR_1.3.3.7-10.5| 20.2010.36-maemo16.5]] (note: to find your version see Settings, About Community SSU). |
[[Category:Community]] | [[Category:Community]] | ||
[[Category:Fremantle]] | [[Category:Fremantle]] |
Latest revision as of 11:14, 6 December 2013
Note: There is a GUI editor for enabling CSSU features. If you use that, you can ignore the editing and applying sections on this page and just refer to the features directly. You will still need to re-run the editor after each CSSU update.
Contents |
camera-ui
Main article: Community SSU/Features/Camera UI
hildon-desktop
Main article: Community SSU/Features/hildon-desktop
Zoom in/out support
Use CTRL+SHIFT+S (+) and CTRL+SHIFT+F (-) to zoom in and out.
Orientation lock
Install status-area-orientationlock-applet to add an applet that locks the landscape/portrait mode until you unlock it.
ke-recv
ke-recv controls various things like automounting
Main article: Community SSU/Features/ke-recv
Features that are configurable with gconf
- Make the FMTX applet always visible
gconftool-2 -s /apps/osso/maemo-statusmenu-fmtx/always_visible -t bool true
- Change the number of rows in the status menu
gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows -t int 6 gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows_portrait -t int 8
- Disable the application menu editor
gconftool-2 -s /apps/osso/hildon-desktop/menu_edit_disabled -t bool true
- Disable the desktop editing
gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool true
- Disable rotation of Task Switcher, Launcher and desktop
gconftool-2 -s /apps/osso/hildon-desktop/ui_can_rotate -t bool false
- Disable rotation of desktop
gconftool-2 -s /apps/osso/hildon-desktop/desktop_orientation_lock -t bool true
- Enable vertical scrolling when in portrait
gconftool-2 -s /apps/osso/hildon-desktop/scroll_vertical -t bool true
- Enable lockscreen rotation
gconftool-2 -s /system/systemui/tklock/auto_rotation -t bool true
This document is up to date as of 20.2010.36-maemo16.5 (note: to find your version see Settings, About Community SSU).
- This page was last modified on 6 December 2013, at 11:14.
- This page has been accessed 168,229 times.