View Single Post
Posts: 2 | Thanked: 0 times | Joined on Sep 2011 @ Chennai, India
#7
Originally Posted by jstokes View Post
I can't help (N800 here), but with my N800 desktop files are required in certain places to get a widget to show up. In your case, to get something to show up there, a desktop file will have to have been placed in /usr/share/applications/hildon-status-menu. What's the result of running ls /usr/share/applications/hildon-status-menu? Maybe someone can tell you if a desktop file is there that shouldn't be there
Checking the content of the folder revealed that vox-mwi-status-widget.desktop contained this
"[Desktop Entry]
Name=VoXMWI
Icon=general_email
Comment=VoX MWI Status Widget
Category=permanent
Type=default
X-Path=lib-vox-mwi-status-widget.so
"
with a "permanent" in Category, and that was relevant enough.
Removed it via "apt-get remove vox*" and problem solved.