View Single Post
Posts: 46 | Thanked: 25 times | Joined on Nov 2009 @ Michigan, USA
#65
I don't know if this was posted before, but here's the way to get an icon for GRead on your menu, just make a gread.desktop in /usr/share/applications/hildon with this as the contents:
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0.0
Type=Application
Name=GRead
Exec=/usr/bin/python /home/user/.gread/src/gread.py
Icon=grr
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Notice I have two things in bold there, for the first one, you have to have where you got the files you cloned from the git repo (~/.gread/ in my case) and on the second is the icon. (icons are stored in /opt/maemo/usr/share/icons/hicolor, choose one and use just the file name without the extension) (I kept grr installed just to use its icon :P)

also; re: suggestions: +1 for not being able to stand the marquee on the title, I'd love an option to disable it :P