View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1115
Originally Posted by deny_winarto View Post
Thanks, but could you explain to me step by step?
So if i move the gnumeric.desktop file onto "N900" folder
What should i type in X-terminal to remove them to hildon folder?
I tried to use this code in X-terminal but it does nothing

Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
These two commands create the folders where your files should then be moved into. If you have transferred your gnumeric.desktop file by USB, it will be in /home/user/MyDocs. To move it in XTerminal, you can then do (the following is one line):
Code:
mv /home/user/MyDocs/gnumeric.desktop /home/user/.local/share/applications/hildon/
Similarly, if you have found a nice icon that would have to go into the second directory.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following 2 Users Say Thank You to rebhana For This Useful Post: