Community SSU/Features

m (Description how to edit transitions.ini)
(Features that are configurable with gconf: systemui-tklock)
 
(43 intermediate revisions not shown)
Line 1: Line 1:
-
Placeholder / WIP
+
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'''.
-
http://thpmaemo.blogspot.com/2011/02/community-ssu-features-to-look-forward.html
+
== camera-ui ==
 +
{{main|Community SSU/Features/Camera UI}}
-
----
+
== hildon-desktop ==
 +
{{main|Community SSU/Features/hildon-desktop}}
-
== Description how to edit transitions.ini ==
+
=== Zoom in/out support ===
-
To enable the CSSU features you have to edit afile (I use leafpad, but any editor works)
+
Use CTRL+SHIFT+S (+) and CTRL+SHIFT+F (-) to zoom in and out.
-
The file to edit is transitions.ini and is in
+
=== Orientation lock ===
-
/usr/share/hildon-desktop/
+
Install status-area-orientationlock-applet to add an applet that locks the landscape/portrait mode until you unlock it.
-
So the command is :
+
== ke-recv ==
 +
ke-recv controls various things like automounting
-
leafpad /usr/share/hildon-desktop/transitions.ini
+
{{main|Community SSU/Features/ke-recv}}
-
If you use a theme that has a custom transitions.ini file, it will override the one above, so check in /opt/usr/share/themes/[name of the theme you're using]/transitions.ini, if changing the transitions.ini file in the above path doesn't work.
+
== 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
-
The CSSU tweaks have to be turned on at the end of the file one by one, where there is also a bit more documentation about them.
+
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).
-
If you don't see an option there, you need to update the CSSU install (via the application manager).
+
[[Category:Community]]
-
You can check which version you have using System, Settings, About Community SSU.
+
[[Category:Fremantle]]
-
 
+
-
To apply the changes see the end of this page.
+
-
 
+
-
=== Available as of 20.2010.36-2maemo10 (PR 1.3.3.7-4) ===
+
-
 
+
-
If you want to enable a blurless effect for the background when switching apps, you have to edit it like this
+
-
 
+
-
blurless = 1
+
-
 
+
-
and for the task switcher layout you can choose 1, 2 columns or the default
+
-
 
+
-
taskswitcher = 2
+
-
 
+
-
=== Available as of 20.2010.36-2maemo12 (PR 1.3.3.7-6) ===
+
-
 
+
-
For the alternative rotation effect (spin in place rather than flip), set
+
-
+
-
zaxisrotation = 1
+
-
 
+
-
You can force all apps to (try to) autorotate with
+
-
 
+
-
forcerotation = 1
+
-
 
+
-
But this isn't likely to work well for all applications (yet).
+
-
 
+
-
==Applying the changes to transitions.ini==
+
-
 
+
-
Some of these changes apply as soon as you save the file (which ? - TC), while other require you to restart hildon-desktop. You can do so by turning the phone off and on again, or running as root:
+
-
 
+
-
  killall hildon-desktop
+
-
 
+
-
This will kill the hildon-desktop process, and it will be automatically restarted with the changed settings loaded and applied. Be sure not to "killall hildon-desktop" too often in a row (like several times in one minute), or the system will restart (nothing dangerous, though - just an annoyance).
+

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).