=== marcos_ is now known as Daekdroom [00:55] hmm, here's a thought. how often do unity expo icons update? [00:55] i'm still getting the old chromium logo when searching. [00:55] new logo in the bar after launching [03:20] i think new scrollbars in classic mode is a nautilus killer. [03:21] i'm getting an infinite kill loop. === Amaranth_ is now known as Amaranth === _LibertyZero is now known as LibertyZero [06:25] Hi, I'm having troubles with unity-2d, especially as there is no shutdown button and other notifiers on the top bar. Should I be running this out of the repos, or out of the ppa? [06:26] oh,I should mention I'm running natty [07:24] good morning [07:48] good day all [08:04] hey folks === API is now known as apinheiro [08:56] kamstrup: yeah, here for some xapian help? :) [08:58] seems I have hyphen issues as well :) [08:59] didrocks: hehe, right [09:00] kamstrup: so, basically all is fine [09:00] I create the XX associated to an "exec" tag [09:00] didrocks: xapian has some odd thing with hyphens - turns any word they're in into a Xapian::PhraseQuery making them match differnetly [09:00] and exec=gnome-display-properties [09:00] right [09:00] didrocks: the query string must be exec:gnome-display-properties [09:00] so I guess that my request: [09:01] yeah :) [09:01] and I think it asks for: [09:01] exec:gnome display properties [09:01] (adding automatically AND between them) [09:01] isn't it? [09:01] I see that exec:gnomine works, so really a hyphen question :) [09:02] didrocks: I think that query may be transformed into "XXgnome display properties" <- note the quotes, this is a phrase query [09:02] didrocks: and phrase queries doesn't work with prefix matching [09:03] kamstrup: so, do you think I must transform hypens by space in the indexer? [09:03] didrocks: oh wait, so you're saying that exec:gnome-display-properties still doesn't match even though it's the whole string? [09:03] it works for exec:gnomine for instance [09:03] it's a whole string, isn't it? [09:04] didrocks: one trick I use in the zg-fts extension is to transform any any of the chars in " -/" into a "_" [09:04] that seems to work well with prefix matching [09:04] kamstrup: ok, I wanted to avoid that, but ok. I'll do that in both side (indexer and request) [09:04] oh, and for some reason prefix matching doesn't work with Capital letters either, so you must .lower() the string before indexing and querying [09:05] oh ok, thanks for the notice! :) [09:05] even if for command line, I don't think it's needed :) [09:05] yeah, believe me I spend a good while debugging that :-) [09:05] indeed [09:05] kamstrup: so, on that prefix matching, as I have the whole command name [09:05] kamstrup: I want exact string matching, not prefix [09:05] like exec:gnomi -> nothing exec:gnomine -> YEAH! [09:06] didrocks: then create another set of QUERY_FLAGS for the query_parser and remove the prefix and partial flags from it [09:07] kamstrup: ok, I'll have a look at that. but the hyphen issues and such are still there isn't it? it's not a prefix matching thing only? [09:07] * didrocks works on his netbook today :/ [09:08] didrocks: prolly not - so I'll recommand transformaing your terms like lower().replace(" ", "_") [09:08] didrocks: for both index and query of course [09:08] kamstrup: ok, will do that on both side :) [09:08] sure [09:08] I wanted to be smarter than that if there was a trick [09:08] hence the fact I didn't do that yesterday [09:08] didrocks: oh, wait sorry, i meant replace("-", "_") [09:08] yeah, got it :) [09:08] :-) [09:09] kamstrup: so, I would say, apart from this (and activation), altf2 is nearly finished [09:09] as for the activation, I'm waiting on njpatel :) [09:09] thanks for your advise :) [09:10] didrocks: wow, that's awesome! [09:10] yes ,yes, I'll do it today [09:10] man, you platform guys are insistent [09:11] njpatel: why? I didn't want to put any pressure on you dude [09:11] I will have enough hard time to cook my graphic card this evening :/ [09:12] didrocks, I was joking dude, I missed the smiley :) [09:12] oh ok :) [09:13] grrr, can't look at bugmails on a 1024 pixels netbook. Will postpone that for tomorrow [09:28] didrocks, is your laptop still in warranty? [09:28] or you'll need to get a new one? [09:28] njpatel: no, it has 3 years, so I'll need to get a new one [09:28] ah :( [09:28] yeah, really sucks :/ === apinheiro is now known as apinheiro_lunch === MacSlow is now known as MacSlow|lunch [12:40] kenvandine, I've done a new release with a few fixes === ogra is now known as Guest90542 === Guest90542 is now known as ogra_ === MacSlow|lunch is now known as MacSlow === bregma_ is now known as bregma === m_conley_away is now known as m_conley === apinheiro_lunch is now known as apinheiro [14:21] didrocks, email? [14:22] lamalex: do you have a shell access now? [14:23] ha oh maybe i forgot we were blocked on that :p [14:25] didrocks, yes [14:25] lamalex: ok, awesome! :) === ogra_ is now known as ogra [14:32] hey all [14:34] aruiz, including a fix for the bug i filed? [14:35] kenvandine, yup [14:35] kenvandine, it's a temporary fix, but it works [14:35] :-) [14:37] great [14:39] njpatel, you here? [14:40] apinheiro, hey [14:41] njpatel, I have two merge proposals waiting for review [14:41] https://code.launchpad.net/~apinheiro [14:41] aruiz, wow... huge improvement! [14:41] rodrigo is in holidays this week [14:41] kenvandine, thanks! [14:41] but it would be good if someone review it [14:41] kenvandine, I'm working on shortcuts now [14:41] aruiz, the submenus for New, Recent Documents, etc are all there now... but clicking on anything doesn't work [14:41] as it also touchs non-a11y code [14:41] known issue? [14:41] kenvandine, yes [14:41] ok [14:41] :) [14:41] njpatel, but not sure who poke about it [14:41] kenvandine, Recent document is the one that doesn't work [14:41] aruiz, great work! [14:41] the others should though [14:41] new didn't [14:41] hu? [14:42] * aruiz checks [14:42] aruiz, nm [14:42] it does [14:42] njpatel, for the moment I have just "Unity Team" on the review request [14:42] i didn't expect it to replace the existing window [14:42] that is kind of weird [14:42] kenvandine, yeah [14:42] kenvandine, so, basically, executing a command is sending one string to a service inside openoffice [14:43] humm... how do you switch between them? [14:43] so [14:43] oh, so this is also lo-menubar related :) [14:43] should be [14:43] ok, i'll file a bug to make sure we address it [14:44] yup [14:45] apinheiro, when you've had a proposal up for some time with no one from the team looking [14:45] apinheiro, you should just ping me and I can ask one of the guys to do it [14:45] apinheiro, normally we deal witht hem ever one-two days [14:46] but it doesn't always work out like that, of cours [14:46] njpatel, well, this is more or less what Im doing now, ;) [14:46] right, I mean to say, your right :) [14:46] gord, MacSlow could one of you please review apinheiro's pending branches? [14:46] yeah, just looking the bugzilla updates, a lot of activity these days [14:47] njpatel, thanks [14:47] apinheiro, launchpad! ;) [14:48] njpatel, yeah sorry :P [14:50] gord, njpatel: I'm taking lp:~apinheiro/unity/launcher-icon-also-focused [14:50] gord, you can do the other... so it's evenly split load [14:50] MacSlow, take into account that this merge proposal depend of the other [14:50] I mean that I started with the fix-parent-blabla [14:50] and over it [14:51] I implemented the launcher-icon-blabla [14:51] apinheiro, this one launcher-icon-also-focused [14:51] apinheiro, ok [14:51] apinheiro, yeah it's clearly stated under "Prerequisite:" [14:52] apinheiro, gord, njpatel: oh Rodrigo is also on both of them [14:52] MacSlow, yeah, normally for all a11 things [14:52] MacSlow, that's for the a11y stuff, one of us needs to checkt he actual unity code [14:52] a11y I mean [14:52] we reaview the other [14:52] but as this also modifies some non-a11y things [14:52] I ask for a second opinion [14:53] MacSlow, in the same way [14:53] rodrigo is in holidays [14:53] apinheiro, ok... just want to make sure we're not doing duplicate work here :) [14:53] apinheiro, I see [14:53] in fact, if you both gave an ok [14:53] probably I will ask dbarth to go on without waiting to rodrigo (next week) [14:55] MacSlow, apinheiro - sorry was on a call, you still need me to check one? === Artir is now known as DasArtir [14:56] gord, apinheiro: there's a small merge-conflict with the lp:~apinheiro/unity/fix-parent-child-hierarchy one in src/PlacesController.h [14:56] gord, np... I'll do both [14:57] gord, would be too much back and forth otherwise [14:57] oh okay, have fun :) [14:57] MacSlow, odd [14:58] MacSlow, ok, I will update both and upload a new version [14:58] I will try to solve that merge proposal [14:58] probably the trunk has diverged too much [14:58] apinheiro, see comment on the fix-parent one [14:58] * apinheiro looking [14:59] MacSlow, well yes, this is one of the examples of "non-a11y" code that I needed to add [15:00] as I said I will update both branches, in order to solve the merge error [15:00] apinheiro, ping me when done [15:00] MacSlow, ok, thanks [15:19] MacSlow, done, sorry for the delay, just testing that things keep compiling and so on [15:26] apinheiro, ok... I'll switch back to the review of your two branchs [15:28] MacSlow, ok, thanks [15:54] apinheiro, njpatel: Alejandro's two branches are approved. All encountered issues solved... there was actually only one small one. [15:55] MacSlow, ok thanks [15:55] dbarth_, you here? [15:55] MacSlow, excellent, thank you [16:02] njpatel, well, as dbarth_ is not available, should I merge both branches? after all rodrigo is not back until next week [16:04] apinheiro, yes, please do [16:04] njpatel, ok [16:11] didrocks, can I mark https://bugs.launchpad.net/unity/+bug/710609 confirmed? [16:11] Ubuntu bug 710609 in unity "Unity performance regression on Intel i915 graphic chipset (Asus EeePC 900)" [High,Incomplete] === iainfarrell1 is now known as iainfarrell [16:12] lamalex: yes, please [16:24] didrocks, I have just fixed bugs 729165, 727908, 727133 [16:24] Launchpad bug 729165 in unity (Ubuntu) "Regression: Orca doesn't speech out the selection changes on the Launcher" [Undecided,Confirmed] https://launchpad.net/bugs/729165 [16:24] Launchpad bug 727908 in unity (Ubuntu) "Accessibility object parent-child hierarchy on unity is broken" [Undecided,In progress] https://launchpad.net/bugs/727908 [16:24] Launchpad bug 727133 in unity "Orca doesn't report that the Launcher receives the focus" [Undecided,In progress] https://launchpad.net/bugs/727133 [16:24] should I update the milestone? [16:25] apinheiro: yes please as well as set the unity upstream task as fix committed [16:27] didrocks, well, this "in progress" that report ubot5 is just for the "unity (Ubuntu)" [16:27] Enfin, les pâtes thermiques contenant des particules métalliques (la plupart du temps de l'argent) en suspens dans d'autres composants. Du fait de la présence de métal, ces pâtes ont également une capacité électrique plus ou moins importante, ce qui peut poser problème si la pâte venait à entrer en contact avec des connexions. [16:27] on unity upstreams it is fixed [16:27] apinheiro: ok, nice [16:27] oupss, wrong copy/paste :) [16:27] didrocks, hmm, can I edit the milestone? [16:27] because I don't see the way to do that [16:27] apinheiro: ping? [16:28] apinheiro: not sure, if not, I'll do it, but later… [16:28] didrocks, ok [16:28] dbarth, pong? [16:37] didrocks, new scrollbars are crashing nautilus infinitely in classic mode. [16:52] LLStarks: ask this to Cimi_ [16:53] didrocks: GO TO BED [16:53] :) [16:53] Cimi_: need to finish some stuff :) [17:03] hi [17:04] anyone there? [17:08] tedg, do you have ideas for how the preference for showing the clock in the menu bar or not should work on a technical level? [17:34] mterry, tedg Alt+F, Alt+E et al being broken, is there a bug tracking progress of that? [17:34] njpatel, yeah, hold on [17:34] njpatel, https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/663030 [17:34] Ubuntu bug 663030 in indicator-appmenu (Ubuntu Natty) "indicator-appmenu breaks Alt accelerator keys" [High,Triaged] [17:35] (assigned to you :)) [17:35] awesome [17:35] I'm pretty sure I haven't broken anything [17:35] https://code.launchpad.net/~thjaeger/unity/raise-maximized/+merge/52644 [17:35] new contributor! [17:36] mterry, I'd think we should just not have an IndicatorObjectEntry... I think we need to keep the .so loaded. [17:36] mterry, That way we can track the change in the key. [17:36] wtf [17:36] tedg, sure, k [17:36] njpatel, ? [17:37] mterry, so your saying the Alt+F is broken inside Unity, and that the stack is working? [17:37] njpatel, uh, weren't we talking about this just the other day? it's the show-now-changed work [17:37] Hm, am I supposed to not be able to use mouse scroll wheel in Dash? [17:37] mterry, indicator-object is meant to be sending out "show-menu" when Alt+F (or friends) is activated [17:37] mterry, no, show-me is different [17:38] mterry, show-me means "I'd like my entry to be presented to the user", "show-menu" means "I'd like my entries menu to be presented" [17:38] mterry, the former happens when you press Alt, the latter when you press alt+4 [17:38] alt+f, even [17:39] njpatel, sure, but I thought unity was going to take things from there (since it had mnemonic info) but upon reflection, you probably can't because you don't have focus at that point [17:39] njpatel, ok, so I still have to do the show-menu bits [17:40] mterry, so, the thing is that show-me was added specifically so we could replicate the "show mnenomics on Alt press" behavious. Show-menu has been there for ages and just broke [17:40] where just = a few months ago [17:40] tedg, correct me if I'm wrong^ [17:41] and I don't think anything has changed in the panel service there [17:41] njpatel, oh really? I never noticed it working, but may have just not tried [17:41] and why does systray still exist in unity-2d? [17:41] mterry, yes, I mean we shipped it working in maverick and it worked early in natty and then just stopped [17:43] njpatel, Correct, it did work. I figured you hadn't implemented it in the unity-panel-service? [17:43] tedg, I'm very, very sure I have, but let me see it again [17:46] tedg, I've connected to INDICATOR_OBJECT_SIGNAL_MENU_SHOW, it doesn't get activated when I press Alt+Foo [17:46] * njpatel adds some printfs [17:47] tedg, mterry nope, signal never get's called for me [17:48] I'm looking now [17:49] yeah, it doesn't work in gnome-panel without unity either [17:49] sorry for the noise, i've downgraded to a version of connamn that doesn't kill konversation anymore (or so i hope) [17:53] njpatel; do you know if Jason is going to be around today or tomorrow? [17:55] cimi_, you're that murrine guy, right? [17:56] Unity keeps freezing windows: I have to kill unity-panel-service like every 10 seconds [17:56] When I run unity through --advanced-debug it segfaults [17:57] LLStarks: also [17:57] LLStarks: I'm the lead developer for overlay-scrollbars === Cimi_ is now known as Cimi [17:57] so yeah, how do i file a bug against a ppa? the ayatana mailing list? [18:08] aruiz: ping? [18:10] hey all [18:14] dbarth_, pong === MacSlow is now known as MacSlow|dinner [18:21] JohnLea, he's unwell today hopefully will be back tomorrow === vish is now known as evilvish === zz is now known as Guest93451 === Guest93451 is now known as somenick221 === MacSlow|dinner is now known as MacSlow === m_conley is now known as m_conley_away === m_conley_away is now known as m_conley [20:36] tedg: hey, is dbusmenu going to support menus that have items enabled/disabled dynamically like VirtualBox or Qt Creator in 11.04? [20:57] kklimonda, It should... does it not? [20:58] tedg: it doesn't [20:59] I think at least VirtualBox case has been reported [21:00] kklimonda, then it's a bug on the Qt integration [21:00] kklimonda, dbusmenu supports that perfectly :-) [21:01] kklimonda, Yeah, please make sure there's a bug filled. Now that it's beyond feature freeze we're trying to get through them all :) [21:03] ok, will check and report :) [21:10] kklimonda, bug 641209 [21:10] Launchpad bug 641209 in indicator-appmenu (Ubuntu) "With appmenu-gtk some menus are blacked out in VirtualBox" [Low,Triaged] https://launchpad.net/bugs/641209 [21:11] htorque_: thanks, couldn't find it now :) [21:15] kenvandine: ping, you around ? [21:16] anyone can tell me how much 'required' glib patch is for Unity (60_wait-longer-for-threads-to-die.patch) ? [21:19] nmarques, hey [21:19] i can't say for sure, but i suspect it is a must have === m_conley is now known as m_conley_away [23:23] hola! [23:23] Quick question. I've got a win 7 machine and I want to get rid of explorer and run Unity instead. [23:24] Mr, Unity is Linux only. [23:24] Where should I start looking for instructions? [23:24] yeah, but it's GNOME right? [23:24] It's compiz-based. [23:24] which means it needs X windows [23:24] Hmmm.... [23:24] Windows doesn't have X [23:24] You need an X server, and a lot of libraries. The easiest way to do that is to use a proper Linux distribution. [23:24] (Well, it kinda does, but that's not the point ☺) [23:25] RAOF, cygwin doesn't count :) [23:25] and hell, Unity is still rather buggy in Linux [23:25] I've seen people run KDE ontop of vista [23:25] I've seen people run Openbox. [23:25] Mr, that's because KDE is based on Qt, sort of. [23:25] But that doesn't mean anything. [23:25] They're basically running KDE applications, but not running KWin [23:26] Either way, you can't replace explorer with Unity, or compiz, or metacity, or compiz. [23:26] er, "or mutter" [23:26] Well crappy. [23:26] That's how it works. [23:26] What CAN I replace explorer with? [23:26] Other than litestep >_> [23:26] Do you want to replace the shell part of explorer, or the file manager? [23:27] Mostly the shell :/ [23:27] I use Directory Opus when I run Windows. [23:27] But that's a file manager. [23:28] unity keeps crashing for me anyway [23:28] Oh. It's commercial software isn't it? [23:28] Mr, Directory Opus? Yes. [23:28] I paid for it. [23:28] For shame. [23:28] It doesn't replace the shell part, just the file manager part. [23:28] I gathered >_> hahah [23:28] Paying for goods and services that I consider worthy, what a concept/ [23:29] I have a netbook running ubuntu with unity, and I just love the shell so much [23:29] And I have nothing against paying for software you know. I'm just damn near broke :( [23:29] (That "for shame" was for the software being commercial, not for you paying for it >_<) [23:33] Well, maybe litestep got some of the more serious bugs fixed...