libera/#maemo-leste/ Friday, 2024-03-01

sicelook we're good to go. charger and fuel gauge patches were accepted. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/power/supply?h=next-20240301&id=9a451f1b028e116d037a93bf13eb8f8620994205   and https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/power/supply?h=next-20240301&id=8fbb11162504f2de167a8ccd2d2c55a849d2c5ea08:26
siceloi've been asking for a while which d4-linux branch to send patch against ... i guess i'll use maemo-6.608:29
tmlindsicelo: n900 and d4 variant patches against the current mainline linux kernel where possible please :)09:11
siceloyes it's there :-)09:25
siceloi meant on leste side, backporting09:25
siceloso i'm requesting review and merge of https://github.com/maemo-leste/droid4-linux/pull/809:48
sicelothen, https://github.com/maemo-leste/mce/pull/60 and https://github.com/maemo-leste/status-area-applet-battery/pull/709:49
Wizzupdo you need these to be merged and built in a certain order09:53
sicelokernel first. then the remaining two in any order.09:54
sicelokernel is the real fix. the others are just cleanups, because we don't need the blacklist entries09:55
siceloWizzup: ah, another important one, can come immediately before or after the kernel is https://github.com/maemo-leste/leste-config/pull/4510:02
Wizzupso I don't think we're on 6.6, which is what your mr is against10:10
Wizzupwe're on 6.1.76 for both stable and -devel10:10
Wizzupiirc uvos and I still have problems with cpufreq in 6.610:10
arno11sicelo: the correct branch is still probably 6.1.y10:19
sicelook,10:20
siceloWizzup: updated PR, https://github.com/maemo-leste/droid4-linux/pull/910:30
Wizzupok, I can do it, although I think normally uvos does the kernel releases10:42
sicelosure. there's also no big rush. i just did it while i still had a bit of time, curiosity and interest ;-)10:49
Wizzupit's good to merge things as they get developed10:52
sicelo:-)11:17
uvos__sicelo: looks fine to me, ill take care of it on mce/kernel side11:53
uvos__Wizzup: please handle upower and l-c11:53
uvos__*upower applet11:54
Wizzupl-c = ?11:57
Wizzupah ok11:57
Wizzupyeah, sounds like kernel needs to go first11:57
sicelohalftux made something useful, https://talk.maemo.org/showpost.php?p=1575988&postcount=1913:43
sicelomaemo community is wonderful (and surprising to see the legacy of N900 refusing to die)13:44
bencohoh :)13:51
uvos__i dont quite understand is this the debian installer modified to install maemo leste?15:46
dsc_sicelo: did you try out jib?15:50
siceloi used it last night (without apt upgrade). you wanted me to test something?16:14
dsc_just wondering how you experience the latest version16:19
siceloi'll upgrade and test16:21
sicelowhen i ran it yesterday, the display 'crashed' ... i don't think it was jib's fault.16:22
dsc_i removed the fullscreen button from jib for normal users16:24
dsc_it yields too much power that mere mortals cant control16:24
siceloactually i suddenly recall display crashed when i tried to go full screen16:25
dsc_e.g: crashing the gpu16:25
dsc_yeah16:25
dsc_also run `rm -rf ~/.config/jib/` btw16:26
dsc_im not writing db schema migrations when in alpha :P16:26
Wizzupsicelo: https://github.com/maemo-leste/bugtracker/issues/36019:57
Wizzupsicelo: I suppose the order is as defined in that file19:57
Wizzupsicelo: https://github.com/maemo-leste/hildon-desktop/commit/604d1167860d5750fffe097de121bd7a3e2885f719:59
Wizzupsicelo: ok, I think I see what is wrong20:07
Wizzupso ~/.config/menus/hildon.menu is written by hildon-desktop, and this is sometimes the entries from the debian submenu, and sometimes the main entries20:08
Wizzupclearly this is not correct, and hildon-desktop needs to be aware of the split as well I think20:08
Wizzupsee hd-launcher-editor.c20:08
Wizzupsicelo: I am interested in trying to solve this (launcher editing) issue20:14
sicelo:-)20:15
siceloin 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 screen20:16
Wizzupmaybe it boots kernel but doesn't get far20:18
Wizzupdtb ok, kernel ok?20:18
sicelomissing modules :p20:20
siceloi have experimental enabled, that tried to pull in 6.6. i guess that failed, and 6.1 modules were already gone20:20
sicelobut 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 guess20:22
siceloanyway, i'll figure out how to fix this20:22
Wizzupok20:24
Wizzupserial probably helps20:40
Wizzupsicelo: do you know what the name of this software was that let you organise desktop files on fremantle20:55
sicelocatorise20:56
siceloi never used it though (on fremantle, i mean) ...20:56
Wizzupthanks21:04
WizzupI wonder how catorise prevented breaking the editing of the order21:08
Wizzupsicelo: what do you think, re: the ordering, should it also work for icons in debian21:17
sicelowhat i noticed was ... all the icons, including debian ones, are considered at the same time for ordering21:22
siceloideally, 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 level21:23
Wizzupright21:27
Wizzupso the first bug is easily fixed21:27
Wizzupbut the way hildon launcher editor works it doesn't seem too to make it work in debian too21:27
Wizzuphttps://bpa.st/2IPA this makes it work in non-debian21:28
Wizzupthe 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 correctly21:28
Wizzupat least, I think.21:28
Wizzupso I could fix it now at least for the common use case, but the more advanced use case will require more work21:29
siceloany clues from catorise?21:30
sicelobut also nice at what you've fixed already!21:30
Wizzupno, no clues from catorise21:31
WizzupI don't know even know if editing worked in catorise21:31
WizzupI would assume not, looking at h-d code21:31
WizzupI'm kind of inclined to push this as a fix, and then write the remaining issue in the gh description21:32
Wizzupwhat do you think?21:32
siceloi would agree :p21:32
Wizzupok21:32
sicelothe remaining issue is that there's no sorting in the debian submenu? we can tell people it's a feature, lol21:33
Wizzupcurrently with my code if you try to sort in the debian menu it will show the editor but it will have no icons there21:34
WizzupI will quickly see if I can disable the editing for the debian submenu for now21:34
Wizzuplet me write up the commit msg first21:34
Wizzupok, I'll make a separate debian.menu21:53
Wizzupthat might allow us to do this correctly21:53
Wizzupfreemangordon: please check out https://github.com/maemo-leste/hildon-desktop/pull/23 when you have some time22:10
Wizzupcc sicelo22:10
Wizzupfreemangordon: sicelo: I also looked at editing submenus but got stuck communicating the active category to the launcher22:40
WizzupI know too little about gobject-style classes22:40

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!