<Wizzup>
so ~/.config/menus/hildon.menu is written by hildon-desktop, and this is sometimes the entries from the debian submenu, and sometimes the main entries
<Wizzup>
clearly this is not correct, and hildon-desktop needs to be aware of the split as well I think
<Wizzup>
see hd-launcher-editor.c
n900 has joined #maemo-leste
<Wizzup>
sicelo: I am interested in trying to solve this (launcher editing) issue
<sicelo>
:-)
<sicelo>
in the meantime, i seem to have broken my leste install on d4 or something. selecting maemo leste in kexecboot simply hangs everything, at the kexecboot screen
<Wizzup>
maybe it boots kernel but doesn't get far
<Wizzup>
dtb ok, kernel ok?
<sicelo>
missing modules :p
<sicelo>
i have experimental enabled, that tried to pull in 6.6. i guess that failed, and 6.1 modules were already gone
<sicelo>
but the 6.6 seems to be fully installed. wonder why that's not booting. i do remember you said it had issues, but not booting shouldn't be one of them, i guess
<sicelo>
anyway, i'll figure out how to fix this
<Wizzup>
ok
<Wizzup>
serial probably helps
<Wizzup>
sicelo: do you know what the name of this software was that let you organise desktop files on fremantle
<sicelo>
catorise
<sicelo>
i never used it though (on fremantle, i mean) ...
<Wizzup>
thanks
<Wizzup>
I wonder how catorise prevented breaking the editing of the order
<Wizzup>
sicelo: what do you think, re: the ordering, should it also work for icons in debian
<sicelo>
what i noticed was ... all the icons, including debian ones, are considered at the same time for ordering
<sicelo>
ideally, debian ones should be ordered in the debian group/menu only, and on the root, they shoouldn't be available for ordering. only the debian icon should be available on that level
<Wizzup>
right
<Wizzup>
so the first bug is easily fixed
<Wizzup>
but the way hildon launcher editor works it doesn't seem too to make it work in debian too
<Wizzup>
the problem is that hildon launcher editor wants to overwrite the whole hildon.menu file, and it only has the context of the sub menu, so it cannot write it correctly
<Wizzup>
at least, I think.
<Wizzup>
so I could fix it now at least for the common use case, but the more advanced use case will require more work
<sicelo>
any clues from catorise?
<sicelo>
but also nice at what you've fixed already!
<Wizzup>
no, no clues from catorise
<Wizzup>
I don't know even know if editing worked in catorise
<Wizzup>
I would assume not, looking at h-d code
<Wizzup>
I'm kind of inclined to push this as a fix, and then write the remaining issue in the gh description
<Wizzup>
what do you think?
<sicelo>
i would agree :p
<Wizzup>
ok
<sicelo>
the remaining issue is that there's no sorting in the debian submenu? we can tell people it's a feature, lol
<Wizzup>
currently with my code if you try to sort in the debian menu it will show the editor but it will have no icons there
<Wizzup>
I will quickly see if I can disable the editing for the debian submenu for now