View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#351
Mohammad's unrestricted-system-ui fork with advanced features and nice fixies.
git: https://github.com/CODeRUS/unrestricted-system-ui

N9 PR1.3
N950 beta3
N950 beepicons package

Difference with original Mohammad's unrestricted:
- battery percentage view displays charging and powersave states
- battery common view (image) disables when percentage active
- items configs moved to /home/user/.status-menu so you can edit it without root privileges.
- fixed and working DropDown menu view (see below)

DropDown menu view
+ events notifications
+ close button overlay
+ Items are spitted in to two parts: static and pannable.

For enabling it edit /usr/share/themes/blanco/meegotouch/sysuid/sysuid.conf file:
Code:
[StatusIndicatorMenu]
default = StatusIndicatorMenuDropDownView
and disabling:
Code:
[StatusIndicatorMenu]
default = StatusIndicatorMenuVerticalView
static items configuration:
/home/user/.status-menu/top-order.conf
pannable items configuration:
/home/user/.status-menu/pannable-order.conf

Items not presented in config files are not showed in menu.

For disabling notifications in menu:
Code:
gconftool -s -t b /desktop/meego/status_menu/display_notifications false
and enabling:
Code:
gconftool -s -t b /desktop/meego/status_menu/display_notifications true
For moving notifications to the top of pannable area:
Code:
gconftool -s -t b /desktop/meego/status_menu/bottom_notifications false
and moving back to bottom:
Code:
gconftool -s -t b /desktop/meego/status_menu/bottom_notifications true
after changes you need to restart sysuid:
(by user)
Code:
killall sysuid
(by root)
Code:
initctl restart xsession/sysuid
Default menu items configuration stored in:
home/user/.status-menu/items-order.conf
 

The Following 10 Users Say Thank You to coderus For This Useful Post: