View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1111
Originally Posted by deny_winarto View Post
I understand that to create a desktop shortcut of gnumeric i have to put gnumeric.desktop file

In here :
/home/user/.local/share/applications/hildon
Question is, i can't find the folder on Mass Storage mode, is it hidden or something?
Also where do i put the icon image files? I assume it's not available yet in the debian?
Through USB you can only access /home/user/MyDocs, so you would then have to move the file from XTerminal into this folder. (I myself use ssh for all transfers which doesn't have any limitations.)

Icon images can either be placed in the standard Maemo location, for example /usr/share/icons/hicolor/scalable/hildon/ or likewise in the analogous directory in /home/user/.local. Since those directories won't exist, create them at the first such installation by
Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
Your .desktop file goes into the first folder, and some appropriate icon file (.png) in the second. If you don't find any png file in the Debian package, you can of course reuse or edit existing ones.

You will have to reboot in order to see your new app icon appear in the application manager.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

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