View Single Post
Posts: 37 | Thanked: 5 times | Joined on Feb 2007
#44
Hi there! Thanks so much for this incredible work!

Two questions:

- Is there a way to input numbers within IceWM using the N810 keyboard?
- Is there another/simpler way to add Applications to the Hildon menu other than:

Making a menu icon for Debian apps

As root, copy an existing .desktop menu icon file.
Code:
cp /usr/share/applications/hildon/mplayer.desktop /usr/share/applications/hildon/abiword-deb.desktop
Edit the new .desktop file to look something like this (Changing the name, etc. of course):

Code:
[Desktop Entry]
Encoding=UTF-8
Name=Debian AbiWord
Exec=/usr/bin/debbie abiword
Icon=qgn_list_btno_gen_computer
X-Osso-Type=application/x-executable
X-HildonDesk-ShowInToolbar=true
Also, how do you add the proper app icon to be display in the hildon menu?

Thanks a lot!

Max