The Following 5 Users Say Thank You to v13 For This Useful Post: | ||
|
2010-01-06
, 14:51
|
Posts: 258 |
Thanked: 138 times |
Joined on Oct 2009
@ St. Louis, MO, USA
|
#122
|
Don't create categories when there is only one application in it. Instead, just list the application in the main menu.
|
2010-01-06
, 14:59
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#123
|
|
2010-01-06
, 15:06
|
Posts: 101 |
Thanked: 18 times |
Joined on Dec 2009
@ Sweden
|
#124
|
|
2010-01-06
, 15:08
|
Posts: 85 |
Thanked: 171 times |
Joined on Jan 2010
@ Austria
|
#125
|
The Following User Says Thank You to manzn For This Useful Post: | ||
|
2010-01-06
, 15:11
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#126
|
at the moment it is hardcoded in mymenu - but for the future - yes send me the patch, maybe i can use it
|
2010-01-06
, 15:11
|
Posts: 85 |
Thanked: 171 times |
Joined on Jan 2010
@ Austria
|
#127
|
The Following User Says Thank You to manzn For This Useful Post: | ||
|
2010-01-06
, 15:17
|
Posts: 101 |
Thanked: 18 times |
Joined on Dec 2009
@ Sweden
|
#128
|
|
2010-01-06
, 15:31
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#129
|
I have two usability suggestions for MyMenu if possible:
- Don't create empty categories
- Don't create categories when there is only one application in it. Instead, just list the application in the main menu.
|
2010-01-06
, 15:37
|
Posts: 33 |
Thanked: 8 times |
Joined on Dec 2009
|
#130
|
ps: for missing apps or wrong assigned, report please to maemo@3ion.at
As for the update.sh:
Regarding "info": If you want to have info running all the time then you may consider adding it to an init script to automatically start when system boots. However, you may be able to avoid spawning another process and instead take advantage of "dpkg file triggers". By installing a file trigger you can have the postinst script ran automatically whenever there is a file added (or removed) in /usr/share/applications:
p.s. I haven't used MyMenu yet
p.s.2. Triggers work for debian. I suppose they work for maemo too. Currently I don't see any file trigger in my n900, but dpkg-trigger exists.