View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1337
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
 

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