View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#728
Originally Posted by wook_sf View Post
i am not sure about maemo, but MeeGo can store .desktop files into home/user/local/share/applications/
icon can be saved anywhere.
as for jar part:
we can store midlets in /home/user/MyDocs/.midlets/jars/
we can store icons in /home/user/MyDocs/.midlets/icons/
so, permission problem is solved (afaik)
there's also a way to write into /usr/share/applications/ but we can avoid that if midlets will actually be on mass memory so if some memory is erased other one will remain and all files will be on same.
about jad files, as far as i am aware jad contains url to jar so, we can implement this too.

what do you think?
I tried storing the midlets in the /home/user/MyDocs/.midlets and
the desktop file in /home/user/local/share/applications/, but I
cannot get the entry to appear in the overview.

However, if I manually copy (as root) the desktop file to
/usr/share/applications/ it automatically gets picked up.

What am doing wrong?

Davy