* TheMuso finally works out that the unity panel is drawn by unity/nux, and the panel service only takes care of showing gtk elements when the correct region is clicked for an indicator/menu... | 04:00 | |
ssj6akshat | Joey should get that papercuts post out fast | 06:23 |
---|---|---|
kvalo | morning | 06:48 |
didrocks | good morning | 07:40 |
kvalo | didrocks: good morning. how are you? | 07:42 |
didrocks | kvalo: I'm good, thanks, and you? | 07:43 |
kvalo | didrocks: I'm good as well. waiting for the long weekend :) | 07:43 |
=== njpatel is now known as njpatel_ | ||
MacSlow | morning folks | 08:13 |
kamstrup | MacSlow: morning | 08:26 |
MacSlow | hey kamstrup | 08:26 |
=== ssj6akshat is now known as ssj6akshat|away | ||
dbarth_ | didrocks: is there a known issue with the default browser setting? | 09:14 |
didrocks | dbarth_: hum, not AFAIK, what's up? | 09:15 |
dbarth_ | didrocks: my irc client keeps opening firefox whereas chrome is set as my default browser | 09:15 |
didrocks | dbarth_: oh you mean, it doesn't pick the right default browser for you? | 09:15 |
didrocks | yeah | 09:15 |
didrocks | that changed | 09:15 |
dbarth_ | ah | 09:15 |
didrocks | and someone need to do a chromium (and chrome?) | 09:15 |
didrocks | it's bugging me as well | 09:15 |
didrocks | you can fix that manually IIRC | 09:15 |
didrocks | it's using a mimetype, let me look at my logs | 09:16 |
didrocks | dbarth_: /usr/share/applications/defaults.list | 09:20 |
didrocks | dbarth_: x-scheme-handler/http=firefox.desktop | 09:20 |
didrocks | you probably want to change that | 09:20 |
didrocks | (same for https) | 09:21 |
didrocks | there is the local equivalent IIRC | 09:21 |
dbarth_ | didrocks: thanks, it works; i assume there is a bug against the default application selector in gnome? | 09:29 |
didrocks | dbarth_: not sure there is a bug, but it's tracked | 09:29 |
=== ssj6akshat|away is now known as ssj6akshat | ||
kvalo | kamstrup: still have time for review? :) https://code.launchpad.net/~kvalo/indicator-network/libconnman-sort-services/+merge/42597 | 09:51 |
kamstrup | kvalo: approved, although I was slightly less thorough than usually since I have quite a lot to do today | 10:02 |
kvalo | kamstrup: oh, I'm disappointed now ;) but seriously, thanks a lot | 10:04 |
seiflotfy | didrocks, u there? | 10:49 |
didrocks | seiflotfy: yes | 10:51 |
kvalo | ronoc: hi. can you review this one, please: https://code.launchpad.net/~kvalo/indicator-network/libconnman-sort-services/+merge/42611 | 12:02 |
ronoc | kvalo, sure | 12:03 |
ronoc | kvalo, the fixme comment in mock-service.c is a little odd ? | 12:07 |
ronoc | also cmp_services returns a mixture of booleans and ints, just a semantic thing but shouldn't all be just ints | 12:08 |
ronoc | kvalo, which could be an enum, which would reader nicer | 12:09 |
ronoc | kvalo, sorry reader the cmp_services incorrectly | 12:10 |
kvalo | ronoc: the comment in the mock means that it really should be a subclass for dbusmenu menuitem, but for now I just subclassed it from gobject | 12:13 |
ronoc | kvalo, sure, it might be nice to typedef the return value so as it is explicity what is being returned, not just a mere int but 'rating' | 12:15 |
kvalo | ronoc: yeah, cmp_services() should return gints only | 12:15 |
ronoc | just a thought | 12:16 |
kvalo | ronoc: ah, but that's defined in glib | 12:16 |
ronoc | will approve with that comment | 12:16 |
ronoc | kvalo, which is defined in glib ? | 12:16 |
kvalo | ronoc: http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GCompareFunc | 12:17 |
kvalo | ronoc: what cmp_services() need to return | 12:17 |
=== MacSlow is now known as MacSlow|lunch | ||
ronoc | kvalo, okay, approving | 12:17 |
kvalo | ronoc: thanks! | 12:18 |
=== smorar_ is now known as smorar | ||
=== smorar is now known as smorar_ | ||
=== smorar_ is now known as smorar | ||
=== MacSlow|lunch is now known as MacSlow | ||
didrocks | you know what? one day, I'll learn to type != when I want != and not == :/ | 14:02 |
jcastro | dbarth_: when do you want to do the get-involved unity page overview? | 14:14 |
jcastro | dbarth_: jono would like me to announce it today so if we can find a few more bugs that would be great | 14:15 |
jcastro | didrocks: ^ | 14:15 |
didrocks | jcastro: I'm finishing fixing one and get work with you just after that | 14:15 |
didrocks | if you have time :) | 14:15 |
didrocks | maybe dbarth_ should join as well | 14:15 |
jcastro | ok rock! | 14:16 |
lamalex | morning everyone | 14:22 |
doctormo | tedg: Hello, out of you cody and conor, who is the best to talk about creating a custom indicator menu item widget? | 14:22 |
tedg | doctormo, It depends on which part of me you ask. My ego definitely says me, but other parts of my psyche may disagree. | 14:23 |
tedg | doctormo, Is this for an app indicator? | 14:23 |
doctormo | tedg: We'll go with your ego, it's the best part of you ;-) | 14:23 |
dbarth_ | jcastro: give me 20 mins, and then i'm your man | 14:24 |
doctormo | This isn't for an app indictator, this is for experiments with a progress indicator. Novacut are interested and there a few designs on the wiki already. | 14:24 |
tedg | doctormo, Ah, interesting. | 14:25 |
doctormo | tedg: First a simple question, would it be possible to do in python? | 14:25 |
didrocks | hey lamalex | 14:25 |
tedg | doctormo, Partially. System indicators have a loadable module part (which is typically very small, visualization only) and that would need to be in a compiled language. But the service that implements all the logic just exists over dbus, so it can be in any language you wish. | 14:26 |
tedg | doctormo, We've stayed away from Python specifically because of the large memory footprint. Currently, all the services in their base state use less RAM than one copy of the Python interpreter. | 14:26 |
tedg | doctormo, That's why we've been pushing Vala in that space. | 14:27 |
doctormo | makes sense, will have to push that here too then. | 14:27 |
jcastro | ted is vala fan #1 | 14:28 |
tedg | Heh, except that I personally haven't written anything in Vala yet :) | 14:28 |
tedg | Though, I do think it's a good idea. | 14:28 |
doctormo | Ted says "that's good in principle, do that" :-D | 14:29 |
tedg | Do as I say not as I do. :) | 14:30 |
tedg | I find it hard to justify the memory cost of an interpreter on small things that are running continually. The percentage cost of the interpreter is too high. | 14:31 |
doctormo | That sort of talk is anti-perl | 14:32 |
jderose | hi tedg! :) | 14:32 |
tedg | Good morning jderose | 14:33 |
hyperair | tedg: wait, what, indicator-applet uses less memory than one python interpreter? | 14:33 |
tedg | doctormo, I'm not anti-anything. I just remember what it was like to have 16MB of RAM :) | 14:33 |
tedg | hyperair, The various services -- indicator-messages-service, etc. | 14:34 |
hyperair | tedg: if you remember then fix the indicators to stop leaking memory >_> | 14:34 |
hyperair | tedg: do you know i need to kill indicator-applet every 6 hours or so? | 14:34 |
jderose | tedg: doctormo was relaying your wisdom to me on #novacut, so wanted to say hi, and thanks | 14:34 |
hyperair | tedg: that reclaims around 100M of memory each time. | 14:34 |
tedg | Things like that applet grow a bunch because they start caching all the application memus. | 14:34 |
hyperair | tedg: which applications? | 14:34 |
tedg | hyperair, For the application menu bar. indicator-applet-appmenu | 14:35 |
tedg | hyperair, Hmm, I don't see a leak like that.... | 14:35 |
hyperair | tedg: i have no fewer applications in the indicator after restarting, and i don't use the menu bar. this is just the old indicator-applet in maverick | 14:35 |
hyperair | tedg: try keeping your system on for 6 days at a time, and you'll see it. | 14:35 |
doctormo | hyperair: Interesting case, can you debug? | 14:35 |
hyperair | indicator-applet is my #1 restarted process | 14:35 |
hyperair | doctormo: i don't know where to start | 14:35 |
hyperair | tedg: in fact, i don't know why ubuntu seems so heavyweight recently. | 14:36 |
hyperair | tedg: i used to be able to run a VM on 64-bit ubuntu on 2G of RAM | 14:36 |
tedg | hyperair, Hmm, I literally just rebooted this morning so I don't have anything to compare -- but I typically do and hadn't noticed :-/ | 14:36 |
hyperair | with firefox and thunderbird | 14:36 |
hyperair | tedg: now with 2G of ram i need to choose between firefox and thunderbird. | 14:36 |
hyperair | which to have open. open one, close the other, and vice versa | 14:36 |
hyperair | >_> | 14:36 |
hyperair | machine goes nuts otherwise | 14:37 |
tedg | Hmm, I have 2G and no swap.... | 14:37 |
hyperair | try using 64-bit ubuntu | 14:37 |
tedg | I am using 64-bit | 14:37 |
hyperair | what | 14:37 |
hyperair | that's so unfair =_=" | 14:37 |
doctormo | hyperair: Could this help you? http://munir.wordpress.com/2006/08/05/finding-memory-leaks-using-mtrace/ | 14:37 |
hyperair | doctormo: these days we use valgrind | 14:39 |
hyperair | doctormo: but stuff like mtrace and valgrind make things go really really slowly, and consume loads of CPU. | 14:39 |
hyperair | doctormo: it's not something you want to run for 6 hours | 14:39 |
doctormo | hyperair: You may not have to? I thought you could tell a leaky pipe without waiting for the flooded apartment. | 14:40 |
hyperair | doctormo: another thing is gtk+/glib is really valgrind unfriendly. | 14:41 |
hyperair | tedg: what's your memory usage like usually? | 14:42 |
hyperair | tedg: this is purely guesswork, but i'm thinking that the messaging indicator is the one causing problems. something between indicator-applet and indicator-messages-service (indicator-messages-service doesn't need killing, but indicator-applet does) | 14:44 |
tedg | hyperair, I'm getting old -- I can't remember anything anymore ;) | 14:44 |
hyperair | hahah | 14:45 |
tedg | I don't have anything indicator* over 14M | 14:45 |
hyperair | =\ | 14:45 |
hyperair | try again in a few hours | 14:45 |
hyperair | maybe you need something active in your messaging indicator | 14:45 |
hyperair | e.g. liferea with lucidfox's indicator patch | 14:45 |
tedg | hyperair, I have 5 apps life in my messaging menu, including liferea :) | 14:46 |
tedg | live | 14:46 |
hyperair | hmm =\ | 14:46 |
hyperair | i have 4 | 14:46 |
hyperair | tedg: which version of liferea? | 14:46 |
tedg | hyperair, 1.6.3 | 14:47 |
hyperair | hmm maybe i should drop the version | 14:47 |
hyperair | i think this one has an outdated patch | 14:48 |
hyperair | i'm on 1.7 | 14:48 |
doctormo | Are there any indicator service plugins that use vala? the sound plugin is c and I assume it's that way for a reason? | 14:53 |
DBO | htorque, present? | 14:55 |
tedg | doctormo, The .so's are all C. Sound uses a bunch of Vala for the service though. | 14:55 |
tedg | doctormo, There's not specifically a *reason* that the .so's are C (it's GObject) but I've not tried to do that before. | 14:56 |
htorque | DBO, yes | 14:56 |
doctormo | tedg: Yes I see that part, just curious because my vala is better than my c and I didn't want to learn c in order to experiment with this. | 14:56 |
DBO | htorque, I am really trying to reproduce your crash on close bug | 14:56 |
DBO | can you give me any help? | 14:57 |
htorque | DBO, i simply opened an application and closed it (doesn't matter if i use the window border "x", the quit in the quicklist or ctrl-c from the terminal) | 14:57 |
tedg | doctormo, In theory, the only thing in the .so is a single symbol that instanticates the type of the object subclass that you've made. It *should* be a single line of C.... | 14:58 |
htorque | DBO, i'll try it on a second system | 14:59 |
DBO | htorque, can you give me as much information about your current unity/compiz/bamf setup as possible | 14:59 |
hyperair | doctormo: vala compiles into C, so i don't think there are any issues with writing services in vala really. | 14:59 |
doctormo | tedg: Can you give me a minute to walk me through some basics of compiling and running for debugging your datetime indicator? I'll play with that. | 15:00 |
* jderose will follow along | 15:00 | |
tedg | doctormo, bzr branch lp:indicator-datetime ; cd indicator-datetime ; ./autogen.sh ; make :) | 15:01 |
tedg | Oh, you should probably put a "sudo apt-get build-dep indicator-datetime" in there :) | 15:02 |
doctormo | tedg: Half the story, now how about running, inserting, removing? don't I have to restart the computer every time I compile? | 15:02 |
dbarth__ | jcastro: pong | 15:02 |
tedg | doctormo, No install libindicator-tools and then you'll have /usr/lib/libindicator/indicator-loader | 15:02 |
htorque | DBO, using unity r659, bamf r365 and compiz 0.9.2.1+glibmainloop2-0ubuntu4, my compiz profile should be the default "ubuntu" one | 15:02 |
doctormo | tedg: Ah there's the key info. thanks. | 15:03 |
tedg | doctormo, So then you can, in src, do /usr/lib/libindicator/indicator-loader .libs/libdatetime.so | 15:03 |
doctormo | brilliant, and kill to murder it if it's a bastard child right? | 15:04 |
DBO | htorque, when did the crashing start precisely? | 15:04 |
jderose | tedg: ah, so does trunk only run on natty? i'm on maverick ATM | 15:04 |
htorque | DBO, right after installing bamf r365 (after a session restart) | 15:04 |
htorque | DBO that was before updating unity | 15:05 |
tedg | jderose, No, I haven't moved it over to Natty yet. | 15:05 |
tedg | jderose, If I do, I'll branch it. | 15:05 |
tedg | jderose, I don't think it's going to need an GTK 3 features, so it should run on Maverick through the cycle. | 15:05 |
jderose | hmm, i'm still getting errors from ./autogen.sh even after i atp-get build-dep | 15:05 |
DBO | htorque, I am deeply confused them by how this is crashing... | 15:06 |
tedg | jderose, pastebin? | 15:06 |
jderose | No package 'geoclue' found | 15:06 |
jderose | No package 'liboobs-1' found | 15:06 |
tedg | jderose, Oh, sorry, I didn't realize those were in trunk already. | 15:06 |
jderose | tedg: well see, i just found a bug in debian/ then :) | 15:07 |
tedg | jderose, You'll need libgeoclue-dev and liboobs-1-dev | 15:07 |
htorque | DBO, i'm compiling bamf on a second system now, maybe this one is bad from too much testing (but it shouldn't be) | 15:07 |
DBO | htorque, mikkel solved it | 15:07 |
tedg | jderose, Well, there's no debian directory in this as it's an upstream branch. And build-dep works off the version in the Maverick archive. | 15:07 |
jderose | tedg: well, sure... should have assumed it works in natty | 15:08 |
tedg | jderose, Actually, it doesn't work in Natty yet either as the new trunk hasn't been released yet into the Natty archive :) | 15:09 |
doctormo | I take it geoclue and liboobs-1 are new deps to the datetime indicator and so not covered by the build-dep. I wonder if geoclue is available in maverick. | 15:09 |
tedg | doctormo, It is. | 15:10 |
tedg | doctormo, Universe in Maverick | 15:10 |
tedg | doctormo, You won't get ubuntu-geoip, but that's not required. | 15:10 |
jderose | tedg: bash: /usr/lib/libindicator/indicator-loader: No such file or directory | 15:10 |
DBO | htorque, please try rev 366 | 15:10 |
tedg | jderose, Did you install libindicator-tools? | 15:10 |
jderose | ah, nope | 15:10 |
htorque | DBO, on it | 15:10 |
kvalo | tedg: hi. I ported indicator-network to gdbus and now I have a problem of stale entries in the menu after network-service has crashed. any ideas where to start debugging it? | 15:12 |
tedg | kvalo, Uhm... gosh. Not really... they should be getting unref'd the same. | 15:12 |
tedg | kvalo, You know, you could try my GDBus port of Dbusmenu ;) | 15:13 |
doctormo | what is this GDbus? it scares me. | 15:14 |
tedg | doctormo, DBus bindings that are now in GLib. | 15:14 |
tedg | dbus-glib is now deprecated | 15:14 |
doctormo | Ah, not what I feared it might be (a gnome replacement for dbus) ;-) | 15:14 |
kvalo | tedg: I think I did a mistake somewhere, I just need to find where | 15:15 |
htorque | DBO, seems to work fine (and i can start apps more than four times ;)) | 15:15 |
tedg | doctormo, If you ask the GNOME folks they wrote dbus and everything else, so dbus is effectively a core component of GNOME OS :) | 15:15 |
DBO | htorque, lovely | 15:15 |
kvalo | tedg: I saw your huge patch :) | 15:15 |
DBO | htorque, fix a bug, reveal another it was hiding | 15:15 |
DBO | huzzah | 15:16 |
jcastro | dbarth__: I'm set whenever you are | 15:16 |
doctormo | tedg: shhhh! it doesn't matter _who_ wrote it, the important thing is that it doesn't _feel_ gnomish. | 15:16 |
jderose | tedg: so when i run /usr/lib/libindicator/indicator-loader .libs/libdatetime.so, what is supposed to happen? nothing seems to appear in panel | 15:16 |
tedg | jderose, It opens a new window with the indicator in it. | 15:17 |
jderose | ah, okay... window was like 1px wide or something, didn't see | 15:17 |
ScottK | doctormo: I don't think anyone in the KDE world is confused about how useful FDO is for cross-DE work that's fair and balanced. | 15:17 |
htorque | DBO, yep, well done! :) | 15:18 |
jderose | tedg: so is there an easy way to stick it into panel, replace one currently running? what's your testing workflow? | 15:18 |
DBO | thank you so much for your wonderful never ending stream of high quality bug reports :) | 15:18 |
tedg | jderose, Well, if you install it you can kill the indicator-applet and it will reload with the new indicators. But, I use the loader for almost everything. I'll only put it in the system directory after building a package. | 15:19 |
tedg | I'm probably more to the anal side of not having anything on my system that isn't from a package. | 15:20 |
htorque | DBO, i'm just writing stuff down, but yw! :) | 15:20 |
jderose | tedg: so are there any differences (for debugging and testing) between running in a window and running in panel? | 15:20 |
* jderose thinks that's because packages rock, tedg :) | 15:21 | |
tedg | jderose, Not really. It matters for the appmenus because they deal with issues like window focus. But all the other indicators don't really care. | 15:22 |
tedg | We should probably poll ronoc and kvalo for their development style as well. They might be different. | 15:23 |
jderose | tedg: okay, awesome... thanks for tutorial | 15:23 |
doctormo | jderose: can you private message me the history? my computer crashed. | 15:23 |
tedg | OT: is #ayatana logged somewhere publicly? | 15:23 |
doctormo | OT tedg: that would be against the evil internal policy wouldn't it? | 15:24 |
ronoc | this registration mechanism is proving more difficult than I expected | 15:24 |
htorque | tedg, it's on http://irclogs.ubuntu.com/ | 15:24 |
tedg | doctormo, I thought that all #ubuntu channels were logged, no? | 15:24 |
dbarth__ | jcastro: grr, missed the ping back sorry | 15:25 |
doctormo | tedg: they are, here where htorque has shown. But I thought it would only apply to #ubuntu-ayatana | 15:25 |
tedg | htorque, Cool, thanks! | 15:25 |
tedg | ronoc, :( Yeah, it seems like you might have to use custom filters? | 15:25 |
ronoc | tedg, yeah I have been trying to use the bus.watch pattern but I'm blocked by a pretty major vala bug | 15:26 |
ronoc | tedg, have been speaking phako on #vala and he has pointed me towards rygels design | 15:27 |
jderose | doctormo: whoops, that sure didn't work. Excess Flood. | 15:27 |
doctormo | jderose: I'll just have to wait for the logs to update | 15:29 |
jderose | doctormo: i wonder at how many lines/bytes the Excess Flood triggers... i didn't paste that much! | 15:30 |
doctormo | 5 perhaps | 15:31 |
doctormo | jderose: You could pastebin it | 15:31 |
tedg | doctormo, I wonder if it's by time or data size... we can keep chatting to push them ;) | 15:31 |
jderose | see tedg, you're just full of good ideas and advice. doctormo: http://paste.ubuntu.com/539453/ | 15:32 |
doctormo | jderose: I always consider ted to have these on his shoulders: http://www.youtube.com/watch?v=Fv-sKP17xTw | 15:36 |
ronoc | tedg, i think I will go this route and implement something similar, not ideal but I'm going to connect to the name owner changed signal and react accordingly | 15:38 |
mpt | kenvandine, hi, do you have five minutes spare to look at a Brainstorm idea? | 15:40 |
jderose | doctormo: hehe... you ever watch the venture brothers? the voice actor for the devil is the same as the moppet twins, hero is same as Brock Samson (aka The Tick) | 15:41 |
lamalex | compiz alt-tab is really slow | 15:41 |
lamalex | drives me nuts | 15:41 |
tedg | lamalex, Nvidia? | 15:41 |
lamalex | tedg, intel | 15:42 |
tedg | I believe didrocks was saying that to smspillaz yesterday, but his was nvidia. | 15:42 |
didrocks | yeah, I get that too | 15:43 |
didrocks | when I have a lot of window in a ws | 15:43 |
didrocks | I think it's when staticswitcher try to create the thumbs or whatever | 15:43 |
kenvandine | mpt, sure | 15:48 |
mpt | kenvandine, <http://brainstorm.ubuntu.com/idea/25197/>, which has been implemented as <https://launchpad.net/deb-thumbnailer> | 15:48 |
mpt | Is it a reasonable architecture, and if so, what's the next step for getting it into Ubuntu? (packaging it, I guess) | 15:49 |
* kenvandine is looking | 15:50 | |
didrocks | mpt: I would say those kind of things should be reviewed by mvo | 15:51 |
mpt | hm, that makes sense | 15:51 |
kenvandine | yeah, have mvo look at it | 15:55 |
kenvandine | but it looks like it would be just getting the package included | 15:56 |
kenvandine | although installing it didn't actually make it work for me | 15:56 |
kenvandine | looks like a cool solution, and minimal change to accomplish it | 15:56 |
mpt | ok, thanks kenvandine | 15:57 |
kenvandine | anytime mpt | 15:57 |
kenvandine | tedg, going to have a dbusmenu and indicator-datetime upload today? | 16:15 |
tedg | kenvandine, dbusmenu, no. The review probably won't be done until next week -- but I'd like to talk about packaging it. | 16:16 |
tedg | kenvandine, It's a 9000 line diff :-/ | 16:16 |
kenvandine | ok | 16:16 |
kenvandine | i am uploading libindicator now | 16:17 |
kenvandine | then i'll get back to g-ir-scanner and appindicator, ewww | 16:17 |
tedg | kenvandine, Okay, I have patches to split up indicator-application and libappindicator | 16:17 |
kenvandine | tedg, how about indicator-datetime? | 16:17 |
kenvandine | tedg, split? | 16:18 |
tedg | kenvandine, Yeah, i can do that one for sure. | 16:18 |
tedg | kenvandine, yeah, into two tarballs. So hopefully it makes the library easier to adopt for other distros. | 16:18 |
kenvandine | ah | 16:18 |
kenvandine | yeah | 16:18 |
kenvandine | doesn't help with g-ir-scanner though :) | 16:18 |
tedg | kenvandine, Heh, yeah. And the repos are branched, so any changes should apply correctly to the various repos. | 16:19 |
* tedg loves using a DVCS with proper file IDs :) | 16:19 | |
jcastro | didrocks: dbarth: lamalex: ok guys I've got a blog post ready to go and we've done a once over on the get-involved unity page, but I still only have like 4 bitesize bugs | 16:33 |
jcastro | surely you guys can get me at least 10 or 15? | 16:34 |
didrocks | jcastro: I'm currently reviewing them | 16:34 |
jcastro | \m/ | 16:34 |
didrocks | jcastro: do you have the link to the bitesize btw? | 16:34 |
didrocks | (will be easier for me :)) | 16:34 |
jcastro | https://bugs.launchpad.net/unity/+bugs?field.tag=bitesize | 16:59 |
jcastro | didrocks: ^ | 16:59 |
jcastro | didrocks: hey apt-get build-dep unity should pull in all the right stuff for people to get started right? | 16:59 |
jcastro | I am adding a developer section to the usb key install stuff | 16:59 |
jcastro | so people can just make a USB key, install stuff, and then start hacking | 17:00 |
didrocks | jcastro: right | 17:00 |
didrocks | jcastro: awesome idea | 17:00 |
didrocks | jcastro: sorry, still discussing bugs right now and opening some, will get a list soon :) | 17:01 |
jcastro | no worries | 17:01 |
jcastro | https://wiki.ubuntu.com/Unity/InstallUSBKey | 17:07 |
jcastro | ok there are the docs for installing the dev stuff | 17:07 |
htorque | jcastro, why is the text in the new wiki theme so small? (sorry if that's OT here) | 17:11 |
jcastro | htorque: not sure. :-/ | 17:20 |
jcastro | htorque: I have it set on large in my browser | 17:21 |
jcastro | htorque: feel free to update/fix that page if you find broken stuff if you try it | 17:21 |
htorque | jcastro, nothing's broken there - looks fine. :) as for the fonts: it's across all browsers and other pages show bigger fonts, don't know... http://img.xrmb2.net/images/237664.png (chromium, opera, firefox) | 17:26 |
MacSlow | good weekend everybody... see you monday | 17:26 |
seg | ivanka: my phone just crashed | 17:54 |
seg | ivanka: I'll be back on in a minute | 17:55 |
ivanka | seg: no worries, I will be here | 17:55 |
coz_ | good day all | 17:56 |
seg | ivanka: doesn't seem to be working | 17:57 |
ivanka | seg: I have enough to be getting on with | 17:57 |
ivanka | seg: shall bug you again if I need more | 17:57 |
ivanka | seg: and then you can get on with your day! | 17:57 |
ivanka | seg: thank you so much for your time | 17:57 |
seg | ivanka: great! Let me know if you need more. I can also answer questions via e-mail, which would save you the difficulty of transcribing | 17:58 |
ivanka | seg: ah, but then I would lose the tone :-) | 17:58 |
seg | hah | 17:59 |
ivanka | seg: have a great friday and I will catch you another time if I have more specific questions, will email them | 17:59 |
seg | cool | 17:59 |
seg | have a nice weekend | 17:59 |
jcastro | didrocks: john has acked the list of quicklist things and I'm ready to publish it | 18:01 |
jcastro | didrocks: so what's the plan as far as the .desktop files? | 18:01 |
jcastro | or is that a dbarth thing? | 18:01 |
didrocks | jcastro: it's not implement in unity compiz yet | 18:11 |
didrocks | jcastro: so, will have to wait for a week | 18:11 |
coz_ | anyone on dual monitor with unity? | 18:11 |
jcastro | didrocks: ok no problem | 18:33 |
jcastro | coz_: yep, nvidia twinview over here | 18:34 |
coz_ | jcastro, cool...how is it working | 18:34 |
jcastro | the only bug left for me is the top bar spans 2 monitors, but neil is on it and should be fixed soon | 18:34 |
didrocks | jcastro: I went through all bugs | 18:34 |
coz_ | jcastro, ah ok | 18:34 |
didrocks | I added some: Unity | 18:34 |
didrocks | https://bugs.launchpad.net/unity/+bugs?field.tag=bitesize | 18:35 |
didrocks | there are 10 now | 18:35 |
jcastro | yeah!!!! | 18:35 |
coz_ | jcastro, mm then I guess I will attempt it on this machine with dual monitors...thanks.... | 18:35 |
didrocks | jcastro: need to go on week-end now :) | 18:35 |
jcastro | thanks man! | 18:36 |
jcastro | coz_: everything else works though, it maximizes to the right monitor, etc. | 18:36 |
coz_ | jcastro, is neil going to have an option for both span both monitors and not ? | 18:36 |
didrocks | jcastro: yw :) | 18:36 |
* spikeb tests a1 | 18:37 | |
spikeb | brb on A1 | 18:41 |
jcastro | htorque: put your unity launcher question update as a seperate answer, since it's the correct way to do it now and then mark it as the accepted one. | 18:47 |
htorque | jcastro, alright! | 18:55 |
* spikeb-natty considers himself impressed | 19:09 | |
tedg | klattimer1, doctormo, FYI, I branch indicator-datetime so lp:indicator-datetime/0.1 is the Maverick branch (no geoclue, etc.) and lp:indicator-datetime has all the goodies. I don't think it'll effect much, but FYI. | 19:47 |
DBO | smspillaz, present? | 19:56 |
kenvandine | tedg, ok, i think i have a sane GIR and vapi for appindicator | 21:13 |
kenvandine | mind taking a quick look at them to see if they make sense? | 21:13 |
* tedg high fives kenvandine! | 21:13 | |
tedg | Sure! | 21:13 |
tedg | kenvandine, Make sense to me. | 21:20 |
kenvandine | woot | 21:20 |
tedg | bratsche, Can I get you to review this *long* patch? https://code.edge.launchpad.net/~ted/indicator-appmenu/alt-d-problem/+merge/42699 | 22:56 |
=== smorar is now known as smorar_ |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!