Difference between revisions of "Tweaking"
From Maemo Leste Wiki
Jump to navigationJump to search (Clock now works) |
(added disable screen rotate setting and settings list entry) |
||
Line 1: | Line 1: | ||
Maemo Leste is very tweakable/hackable/versatile, this page lists some of the things you could change, hopefully grouped in a meaningful manner. | Maemo Leste is very tweakable/hackable/versatile, this page lists some of the things you could change, hopefully grouped in a meaningful manner. | ||
==== Show current gconf settings ==== | |||
<pre>gconftool -S \* |less</pre> | |||
==== Battery icon ==== | ==== Battery icon ==== | ||
You can change the animation of the charging icon to show the current charge capacity: | You can change the animation of the charging icon to show the current charge capacity: | ||
<pre>gconftool-2 -s /apps/osso/status-area-applet-battery/show_charge_charging -t bool true</pre> | <pre>gconftool-2 -s /apps/osso/status-area-applet-battery/show_charge_charging -t bool true</pre> [edit] ''This doesn't do anything for me - clort'' | ||
==== Disable screen rotate ==== | |||
You can lock screen orientation to the current (disabling screen rotation) with | |||
<pre>gconftool-2 -s /apps/osso/hildon-desktop/orientation_lock -t bool true</pre> |
Revision as of 22:37, 5 April 2021
Maemo Leste is very tweakable/hackable/versatile, this page lists some of the things you could change, hopefully grouped in a meaningful manner.
Show current gconf settings
gconftool -S \* |less
Battery icon
You can change the animation of the charging icon to show the current charge capacity:
gconftool-2 -s /apps/osso/status-area-applet-battery/show_charge_charging -t bool true
[edit] This doesn't do anything for me - clort
Disable screen rotate
You can lock screen orientation to the current (disabling screen rotation) with
gconftool-2 -s /apps/osso/hildon-desktop/orientation_lock -t bool true