|
2010-01-09
, 13:16
|
Posts: 18 |
Thanked: 14 times |
Joined on Jan 2010
|
#52
|
I've set it to <NotOnlyUnallocated/> since only unallocated was duplicating the icons I chose. The icons selected for the new folder were kept in "more..." aswell.
However I do not see why my first attempts got the menu stuck...
Could it be because:
1) the main menu does not allow more than 15 items?
2) empty lines between the main menu and new folders have to be removed in “hildon.menu”?
3)what is the relevance of "bb_apps", does the name of the new *.directory matter?
Each <Menu> may contain any number of <OnlyUnallocated> and <NotOnlyUnallocated> elements. Only the last such element to appear is relevant, as it determines whether the <Menu> can contain any desktop entries, or only those desktop entries that do not match other menus. If neither <OnlyUnallocated> nor <NotOnlyUnallocated> elements are present, the default is <NotOnlyUnallocated>.It looks like the GUI (or whatever... ) is buggy because it looks for me that there is a new code bounded to caching for maemo. I've got my menu stuck right after I did last manipulations with it and did update the icons cache... I did roll-back all changes and then started from the beginning adding those one by one. Now it is working with exactly the same configuration as it stuck with.
|
2010-01-09
, 13:29
|
|
Posts: 876 |
Thanked: 396 times |
Joined on Dec 2009
|
#53
|
|
2010-01-09
, 16:41
|
Posts: 18 |
Thanked: 14 times |
Joined on Jan 2010
|
#54
|
|
2010-01-11
, 23:31
|
Posts: 42 |
Thanked: 75 times |
Joined on Jan 2010
|
#55
|
|
2010-01-12
, 00:50
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#56
|
|
2010-01-12
, 01:07
|
Posts: 336 |
Thanked: 610 times |
Joined on Apr 2008
@ France
|
#57
|
|
2010-01-12
, 01:40
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#58
|
|
2010-01-12
, 05:28
|
|
Posts: 876 |
Thanked: 396 times |
Joined on Dec 2009
|
#59
|
Possible workaround: Lets say we want to have two shortcuts to the Phone
program. We go to /usr/share/applications/hildon and make a copy of the
rtcom-call-ui.desktop and call it rtcom-call-ui-2.desktop. Now we can add two
shortcuts. To avoid having another Phone shortcut in "More..." we can go to
/etc/xdg/menus/hildon.menu and add
<Exclude><Filename>rtcom-call-ui-2.desktop</Filename></Exclude> in the
Application menu, which is the "More.." so far haven't experienced any other
side effects, not sure if this causes issues with uninstallable programs.
|
2010-01-12
, 09:20
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#60
|
Mhh, seems like the new OS update (1.2009.44-1.203.4) modified this mechanism... any change to hildon.menu now is simply not reflected in real-time, regardless of correctness; a reboot is always required.
Bit of a pain, but slightly more bulletproof, I guess (makes it harder to mess up the phone, you always have a chance to rollback changes).
The Following User Says Thank You to Matan For This Useful Post: | ||
However I do not see why my first attempts got the menu stuck...
Could it be because:
1) the main menu does not allow more than 15 items? <- tested, the main menu does allow 15+
2) empty lines between the main menu and new folders have to be removed in “hildon.menu”?
3)what is the relevance of "bb_apps", does the name of the new *.directory matter?
Last edited by Bec; 2010-01-09 at 13:59.