View Single Post
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1338
Originally Posted by Schturman View Post
traysh, Hi
I have a question...
In N9QT I use Full refresh command that include this command:
Code:
/sbin/initctl restart xsession/mthemedaemon
/sbin/initctl restart xsession/applauncherd
/sbin/initctl restart xsession/mdecorator
/sbin/initctl restart xsession/devicelockd
/sbin/initctl restart xsession/presenced
/sbin/initctl restart xsession/meego-im-uiserver
/sbin/initctl restart xsession/conndlgs
pid=`pgrep -f transfer-ui`
devel-su user -c "kill $pid"
/sbin/initctl stop apps/extended-power-menu
sleep 1 && /sbin/initctl start apps/extended-power-menu
/sbin/initctl stop apps/callrecorder_recorder
sleep 1 && /sbin/initctl start apps/callrecorder_recorder
/sbin/initctl stop apps/callrecorder_phone
sleep 1 && /sbin/initctl start apps/callrecorder_phone
/sbin/initctl stop apps/wazapp
sleep 1 && /sbin/initctl start apps/wazapp
/sbin/initctl stop apps/ringingrestorerd
sleep 1 && /sbin/initctl start apps/ringingrestorerd
/sbin/initctl stop apps/profilematicd
sleep 1 && /sbin/initctl start apps/profilematicd
sleep 1 && gconftool -s -t b /desktop/meego/notifications/previews_enabled true
sleep 1 && /sbin/initctl restart bme
/sbin/initctl restart xsession/sysuid
/sbin/initctl restart xsession/celluid
sleep 2 && /sbin/initctl restart xsession/mthome
My question if this refresh commands somehow can broke FasterN9 work ?
Because I don't know this, in the last version (9.7.1) I also added refresh of FasterN9 after profilemaitc
Code:
/sbin/initctl stop apps/FasterN9
sleep 1 && /sbin/initctl start apps/FasterN9
/sbin/initctl stop apps/fastern9d
sleep 1 && /sbin/initctl start apps/fastern9d
Can you tell me if I need this in the Full refresh or I can remove them. Thanks
These commands won't affect FasterN9 (except the ones regarding to fastern9d)

No need to restart/refresh fastern9d, as it won't alloc memory dinamically. In fact, fastern9d will work better if let alone. So do not restart it.
 

The Following User Says Thank You to traysh For This Useful Post: