/srv/irclogs.ubuntu.com/2009/09/04/#ayatana.txt

=== rickspencer3 is now known as rickspencer3-afk
DBOare any UNR team members here?06:10
mac_vDanRabbit: huh? FUSA bug ?07:13
mac_vscreenshot pls 07:13
DanRabbitokay07:13
DanRabbithold on07:13
DanRabbithmm07:13
mac_vBTW , the FUSA , in Karmic is deprecated , its now , indicator-session ;p07:14
mac_vwhich for some reason uses only the users connection status! offline! :(07:15
DanRabbit1mac_v: http://elementary-project.com/abuse/Screenshot.png07:17
mac_vDanRabbit: you are using jaunty right? in karmic its different ;p  no more FUSA ;)07:18
DanRabbit2in Human, the shutdown icon has a symlink to "system-logout"07:19
* DanRabbit2 doesn't know why he keeps getting disconnected07:19
mac_vbut yeah , its broken in jaunty07:19
DanRabbit2is it fixed in Karmic?07:19
mac_vDanRabbit2: BTW , the FUSA , in Karmic is deprecated , its now , indicator-session ;p07:19
DanRabbit2oh07:20
DanRabbit2really07:20
mac_vDanRabbit2:  which for some reason uses only the users connection status! offline! :(07:20
DanRabbit2that's interesting07:20
DanRabbit2I don't know if I like that07:20
mac_vi dont like it too :(07:20
mac_vDanRabbit2: but need to confirm with tedg what the final version will do07:20
mac_vDanRabbit2: you might want to reassign the bug from papaercuts to FUSA07:21
DanRabbit2if It's been deprecated then screw it07:21
DanRabbit2just mark it invalid07:22
mac_vDanRabbit2: hehe , ;) the whole fusa has no devs actually not upstream not in ubuntu ;p07:22
DanRabbit2nice07:23
mac_vDanRabbit2: done07:23
DanRabbit2Did you see Jonian's new wireless icons in Humanity07:24
mac_vDanRabbit: > PM07:24
mac_vDanRabbit2: >pm07:24
DBOmorning davidbarth :)08:43
davidbarthDBO: hi! still up?08:45
DBOhappens08:45
DBOcan you do me a big favor?08:45
davidbarthDBO: sure08:45
DBOhttps://code.launchpad.net/~jassmith/netbook-remix-launcher/glib-fix/+merge/11176 <--- get this merge looked at would be huge for me08:45
DBOits hurting my productivity having to work around it :)08:45
davidbarthDBO: yeah, i saw this one this morning, but it was down my pile of emails; i'm on it now, don't worry ;)08:46
DBOthank you :) I think Neil is out today, no?08:46
davidbarthDBO: yes, neil has a day off today08:47
DBOalright, then I wont worry about trying to hunt him down :)08:48
DBOthank you for the quick review david, that will make things much easier for me08:51
davidbarthDBO: i'm also taking a look at the second one08:51
DBOI forgot the order in which I proposed them now :P08:52
DBOthere are 4 or 5 of them i think by now08:52
=== vorian is now known as s8n
DBOmorning MacSlow :)08:53
davidbarthDBO: i just see two, ie the one to send the --show-favorites command from the go-home-applet, and the cmd line option in netbook-launcher08:58
MacSlowhey DBO, davidbarth08:59
DBOdavidbarth, https://code.edge.launchpad.net/~jassmith/netbook-remix-launcher/blank-icon-fix/+merge/11175 , https://code.edge.launchpad.net/~jassmith/netbook-remix-launcher/volumes/+merge/1118109:00
DBOdavidbarth, also I forgot to push a change to the go-home-applet merge that fixes the memory leak09:00
DBOpushing now09:00
DBOMacSlow, mind if I take some time tomorrow to look at memory leakage in notify-osd09:01
DBOI dont like it using 100+MB :)09:02
MacSlowDBO, me neither... the mem-leak(s) in highest on my "bugs to squash"-list too09:04
MacSlowDBO, but sure... be my guest09:04
DBOI'd love to help is all :)09:04
DBOyou have any hunches on their locations?09:04
davidbarthDBO: 100MB?!09:06
DBOyeah09:06
DBO123 to be exact09:06
MacSlowDBO, the biggest culprit in that area is the list/queue of bubbles in class Stack.09:06
MacSlowDBO, that should be using class Notification and not Bubble.09:07
davidbarthMacSlow: do you have a bug ref. for this one? please nominate it for beta09:07
DBOalright, Im going to dig around, I may not get anything useful done, but at least I will learn the code09:07
MacSlowDBO, major refactoring target (I already started on that work in the "backlog" branch)09:08
MacSlowdavidbarth, wilco09:08
DBOdavidbarth, what text would you want me to set in the response text?09:24
DBOwait I am confused as to what you want...09:27
DBOMacSlow, does notify-osd have a fairly easy to clean up install?09:32
DBOor does it drop files all over the place?09:32
MacSlowDBO, no it's tame in terms of "scattering files all over the filesystem"09:38
DBOsweet09:38
davidbarthDBO: response? for for the app_send_message thing?10:01
DBOit does get a response, i mean it doesn't really do anything with it since the app quits right away10:01
DBObut it does get a response10:01
DBOi am not quite sure what change I am supposed to be making10:02
davidbarthDBO: yes, an exit value that says "something went wrong" is ok10:02
DBO20 is my standard warning exit number, do you guys have a preference?10:03
davidbarthDBO: if show favorites doesn't work for some reason, I think you should propagate the information; not neccesarily deal with it either in nl or the go-home applet10:03
davidbarthDBO: you mean exit(20)?10:03
DBOright10:04
davidbarthDBO: i don't think we have standard error codes for that10:04
DBOthere are not any as far as I know10:04
davidbarthDBO: what kind of ERRNO is 20?10:04
DBOits greater than 0, and thus fails at, if $?, and 1 is usually reserved for a crash10:05
DBOmy knowledge of ERRNO ends there sadly, I could do some digging if you want and try to see what other people would do10:06
davidbarthDBO: i would opt for some standard UNIX error value, like something found in /usr/include/asm-generic/errno.h10:07
DBOcan do10:07
DBOnothing in there really seems to say "Delayed Response" to me...10:08
davidbarthDBO: like EBUSY (16)10:08
DBOor that...10:09
davidbarthDBO: looking at /usr/include/asm-generic/errno-base.h10:09
DBOah better10:09
DBO16 sounds really good10:09
DBOlets use that one :)10:09
DBOdavidbarth, pushing up fix10:19
DBOpushed10:20
DBOI gotta run now, thanks for the help today10:20
davidbarthDBO: np, good night10:22
hyperairis anyone familiar with notify-osd memory leaks?13:04
hyperair144M for a (not so) tiny notification daemon13:05
hyperairthat's just rsz. vsz is 431M13:05
* MacSlow -> late lunch13:50
=== MacSlow is now known as MacSlow|lunch
=== rickspencer3-afk is now known as rickspencer3
=== MacSlow|lunch is now known as MacSlow
=== rickspencer3 is now known as rickspencer3-afk
=== rickspencer3-afk is now known as rickspencer3
=== mac__v is now known as mac_v
DBOdavidbarth, i have an urgent bug fix18:43
DBOI feel kinda bad about it, but I forgot to double assign in wpa which leads to a memory leak18:44
davidbarthDBO: ?18:44
DBOhttps://code.edge.launchpad.net/~jassmith/window-picker-applet/memory-leak/+merge/1122018:45
DBOdiff is still generating18:45
DBOsorry about this, I didn't notice it earlier because the leak is so slow in most cases18:45
davidbarthDBO: approved, np18:47
DBOthank you david18:48
DBOpushed, I feel much better, sorry about that all :)18:52
DBOah damn, david left...19:16
* funkyHat wobbles19:17
=== rickspencer3 is now known as rickspencer3-afk
=== rickspencer3-afk is now known as rickspencer3
=== rickspencer3 is now known as rickspencer3-afk

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!