libera/#maemo-leste/ Monday, 2022-05-16

norayrhello, maemo people. do i have missing repos?02:07
norayr___02:07
norayr$ apt-cache search python-gst02:07
norayr                 Depends: python-qt4-dev but it is not going to be installed02:07
norayr                 Depends: python-qt4-dbus but it is not going to be installed02:07
norayr                 Depends: python-gst-1-0 but it is not installable02:07
norayrE: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).02:07
norayr___02:07
norayrhm, i can actually install python-qt4-dbus from devuan repos.02:09
norayrand python-qt4-dev02:09
norayrok, i built the sleepanalyser package.02:17
norayryay02:17
norayrbut it cannot find the accelecation sensor, at least on pinephone.02:17
norayrwill try on droid4 tomorrow.02:17
siceloI think it needs porting to qt5. We don't have qt4 iirc07:08
siceloAs for sensor ... now mce uses iio, so you also need to change the sensor logic07:09
norayrhttps://spyurk.am:5281/upload/cIbY-WgGvRfmD9i1/untitled.pngno-accel-sensor.png09:25
norayrpython2.7 qt4 is available, i thought it would be available by leste repos, but it's in debian. not sure how long they may keep it.09:26
freemangordonWizzup: presence-ui account status tracking is (or at least should be) fixed now09:32
Wizzupwe don't plan to use/support it. best to go for qt509:32
Wizzupfreemangordon: ok09:32
freemangordonci is building updated package ATM, please upgrade after it is ready and LMK when we can start working on conversations09:33
Wizzupnorayr: as in, it will be gone in the next debian09:33
freemangordonWizzup: shall I import idle plugin?09:34
norayreh.. then i guess i'd better writing and supporting my own apps than trying to revive older...09:34
Wizzupfreemangordon: yes, I think that'd be good09:34
freemangordonI think it should wait09:34
Wizzupnorayr: porting them is not hard09:34
freemangordonI know it is good, but do we need it now?09:34
Wizzupfreemangordon: I think it's an easier way to test for some, but I am fine either way09:34
Wizzupif we have the src then it's probably helpful to have09:35
Wizzupif it takes RE then maybe we wait09:35
freemangordonit is foss09:35
freemangordonWizzup: http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/telepathy-extras/0.10.1/09:35
freemangordondo we need all the plugins from there?09:35
WizzupI think salut is not very useful, but haze would be good09:36
Wizzupbutterfly is msn which I think is dead09:36
Wizzupso I'd say idle and haze09:36
freemangordonok09:36
freemangordonshall it pull the relevant telepathy plugins? (idle and xxx?)09:37
Wizzuphaze09:39
Wizzupmhm09:39
freemangordonwhat is the tp plugin for haze? telepathy-haze?09:40
freemangordonoh, I shall RE jabber plugin some day09:41
Wizzupfreemangordon: the rtcom one you mean?09:43
Wizzupit's probably very similar to the gtalk one09:43
freemangordonyeah, but still09:43
norayrwhat is RE?09:44
norayrwe teed jabber most of all (:09:44
norayrneed*09:44
freemangordonReverse Engineer09:44
norayrah you mean old proprietary jabber plugin09:45
sicelonorayr: yes, thats the i2c path for n900 accel. If you want hacky stuff, i guess you can just change it to d4 path. i think /coord had all the values (xyz) in one file,   while iio tends to separate them out.13:28
Wizzupfreemangordon: I see you improved the code with tp accounts without rtcom plugin18:57
freemangordonhmm, what code?18:57
Wizzupwell, presence ui now shows the names of my accounts18:57
Wizzupbefore it was a blank ui elemant18:58
Wizzupelement*18:58
freemangordonah, yes, there was a bug I introduced with REing19:06
freemangordonbut rtcom plugins have nothing to do with it19:06
freemangordonthose are needed by accounts-ui only19:06
Wizzupok19:07
freemangordonthis https://github.com/maemo-leste/rtcom-presence-ui/commit/13220d8d7e0879f5a01c69134449f763274dde0519:07
freemangordonthe change in account_data_func is what fixes it19:08
Wizzupcheck19:11
Wizzupbrb19:11
Wizzupbtw, it looks like my status area just keeps crashing (in vm only)19:11
WizzupI'll debug when I get back19:11
Wizzup(it's related to presence I think)19:11
freemangordoncould be19:43
freemangordonmake sure to upgrade first19:44
buZzi see this in the jenkins output on phoenix. : https://i.imgur.com/NKbYY4x.png19:52
buZznot sure if it matters, was just searching for differences between the two newest builds19:53
Wizzupmhm...19:58
Wizzupfreemangordon:21:04
Wizzup#0  0x00007ffff7ece529 in __strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:83821:04
Wizzup#1  0x00007fffe333e4a1 in compute_global_presence_idle (user_data=0x5555555de320) at pui-master.c:44421:04
Wizzup(gdb) print s21:05
Wizzup$1 = <optimized out>21:05
Wizzup(gdb) print message21:05
Wizzup$2 = (gchar *) 0x7fffffff <error: Cannot access memory at address 0x7fffffff>21:05
freemangordonsec21:06
WizzupI think it might just be uninitialised21:06
freemangordonyes, but why21:06
Wizzup          if (!can_change_presence)21:06
Wizzup            type = TP_CONNECTION_PRESENCE_TYPE_AVAILABLE;21:06
Wizzup          else21:06
Wizzup            type = tp_account_get_current_presence(account, NULL, &message);21:06
Wizzupprobably because get current presence is not called21:07
freemangordonugh :)21:07
freemangordonyeah21:07
Wizzupmaybe if there is no icd2 connection21:07
freemangordonno, 'can_change_presence' means 'if account supports presence changes'21:08
freemangordonwhat accounts do you have set-up?21:08
Wizzupah, so maybe there is an acc I have that you haven't tried?21:08
freemangordonmhm21:08
Wizzupprobably because I have a telepathy-tank one set up21:08
freemangordonidle?21:08
freemangordonyeah, that should be it21:08
Wizzuphttps://github.com/maemo-leste-upstream-forks/telepathy-tank21:08
freemangordonugh21:09
Wizzupwell I can remove it for now21:09
freemangordonwhat is this, chat?21:09
Wizzupit's for matrix21:09
freemangordonno, do not21:09
Wizzupok21:09
freemangordonthere is a bug I shall fix21:09
freemangordonbut, the manager file looks... empty?21:10
freemangordondoes plugin implement any TP interface?21:10
Wizzupit should21:10
WizzupI had it running21:10
freemangordonlike, does it support presence?21:10
WizzupI would have to check, but I bet not.21:11
freemangordonhttps://github.com/maemo-leste-upstream-forks/telepathy-tank/blob/master/src/protocol.cpp#L6121:11
freemangordonlooks like it does21:11
Wizzupwell, I can't know for sure if it causes the bug21:12
WizzupI can remove it for now and see21:12
Wizzupoh yeah it has some presences21:12
freemangordonso, it seems tehre are 2 issues21:12
freemangordon*there21:12
WizzupI just removed it21:13
Wizzupthe bug is still there it seems21:13
freemangordonwhat account do you have?21:13
Wizzupnow it's just idle and jabber21:13
Wizzupwhich I also have on the d4 where it works21:13
freemangordoncould you rebuild presence-ui locally with 'DEB_BUILD_OPTIONS="noopt nostrip debug nocheck nodoc" dpkg-buildpackage -rfakeroot -b'21:14
freemangordonin the meanwhile I will setup idle accoun21:15
Wizzupok21:15
Wizzupgpg: skipped "Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>": No secret key21:16
Wizzupgpg: dpkg-sign.Y2TgfQzP/rtcom-presence-ui_0.0.1_amd64.buildinfo: clear-sign failed: No secret key21:16
WizzupI will remove the signing21:17
freemangordonjust ignore that error21:17
Wizzupwell I did that, what info do you want now/21:17
freemangordoninstall .deb package first :)21:18
WizzupI did of course :)21:18
freemangordonthen restart hildon-status-menu21:18
WizzupI did in gdb21:18
freemangordonok21:18
Wizzupand it crashes - what info do you need21:18
freemangordonbacktrace is the same?21:18
freemangordonlike, it crashes on the smae line?21:19
Wizzuphttp://dpaste.com/HBWRRRD5921:19
freemangordonsec to see how to get which account you have the crash for21:20
freemangordonWizzup: "p *account"21:24
freemangordonok, I know what the bug is21:28
freemangordonWizzup: still, I want account data to see why it says that presences are not supported21:31
Wizzupok21:38
Wizzupfrom what frame?21:38
Wizzupfreemangordon: http://dpaste.com/EDYR4H3XC21:38
freemangordonwell, this is idle account :)21:39
freemangordonirc does not support presence?21:39
WizzupI guess?21:41
WizzupI don't know21:41
Wizzupit works on fremantle at least21:41
Wizzupit looks like it does not support presence21:42
Wizzupin fremantle it's online when I requested 'busy'21:42
Wizzupsame for sip21:42
freemangordonyeah, no presences it seems then21:42
Wizzupweird21:42
WizzupI do have it (idle) set up on my d4 too21:43
Wizzupusing empathy?21:43
freemangordonyes21:43
Wizzupok21:43
Wizzupwell, I was going to work on conversations once this is fixed (from my vm) :)21:43
* crab plays "in the flat field" for Wizzup21:43
Wizzupthat's bauhaus right?21:44
crabyep21:44
freemangordonwhat the?21:45
crabits ok i know he likes bauhaus and he works hard, i just gave him some random musical motivation21:45
Wizzupfreemangordon: it parts right away?21:45
freemangordonyes21:46
Wizzupmaybe it can't make a window or something silly?21:47
freemangordonmhm21:47
* freemangordon restarts the vm21:48
fmg_leste_vmok, that's better :)21:49
freemangordonit seems after empathy is installed a restart is required21:49
Wizzupaha21:51
freemangordonnow testing a fix for the crash21:51
freemangordonyeah, without the fix it crashes21:53
Wizzup:)21:56
Wizzupmaybe we should make a testing channel ;)21:56
freemangordoncontrolled via presence-ui :)21:56
Wizzupnice21:56
freemangordonyeah, those were not crashes21:56
Wizzupempathy doesn't force it back?21:56
freemangordona minute to push21:56
freemangordonno21:56
Wizzupsure21:56
freemangordonwhy should it21:56
Wizzupidk it did all sorts of weird things for me21:56
freemangordonI never saw it misbehaving21:58
freemangordonWizzup: please upgrade22:05
Wizzupworks22:13
freemangordonhmm, isn't it better to just rename rtcom-accounts-plugin-gtalk to rtcom-accounts-plugins and add idle (and others) there ?22:14
freemangordonI see no point in having a separate package for each and every plugin22:15
Wizzupagreed22:16
Wizzupalso is there really a diff between gtalk and normal xmpp/jabber22:16
WizzupI guess in ui22:16
Wizzupthey use the same tp plugin22:16
freemangordonyeah22:16
freemangordonlemme try idle first22:17
lelfreemangordon renamed a repository: https://github.com/maemo-leste/rtcom-accounts-plugins22:17

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