View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#19
Originally Posted by addy007 View Post
THANK YOU VERY VERY MUCH... it worked..
i can now edit these files.

i am sorry for asking too much help from you.

the thing i want to know is STEP by STEP guide to hide
Messaging-ui.desktop.

Thank you in advance. since i m new to this stuff , i can only understand step by step guide.
i am now using winscp , please guide me through it,
THANK U
You don't need to do this manually.. You can do this easily from tweak OO by one click..
But if you still want to do this manually:
1. go to: /usr/share/applications
2. Open file named messaging-ui.desktop
3. instead this:
Code:
[Desktop Entry]
Type=Application
Name=Conversations
X-MeeGo-Logical-Id=qtn_comm_appname_msg
X-MeeGo-Translation-Catalog=messaging
X-Maemo-Service=com.nokia.messaging-ui
X-Maemo-Fixed-Args=-inbox
Icon=icon-l-conversation
Exec=/usr/bin/invoker --type=m /usr/bin/messaging-ui
OnlyShownIn=X-MeeGo
should be this:
Code:
[Desktop Entry]
Type=Application
Name=Conversations
X-MeeGo-Logical-Id=qtn_comm_appname_msg
X-MeeGo-Translation-Catalog=messaging
X-Maemo-Fixed-Args=-inbox
Icon=icon-l-conversation
Exec=/usr/bin/invoker --type=m /opt/lockapp/bin/lockapp LockMe /usr/bin/messaging-ui 
OnlyShownIn=X-MeeGo
4. refresh your homescreen:
Code:
/sbin/initctl restart xsession/mthome
5. done

P.S. Before editing, do backup of this file...
 

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