[00:22] thanks davidcalle [00:24] davidcalle: what is this .application file? [00:24] is that for the webapps? [00:25] mhall119, it's for the online accounts, you declare your app and the providers it needs [00:25] ah, cool [00:25] * mhall119 has yet more APIs and interfaces to learn [00:28] davidcalle: so on the preview_uri signal, you're generating a preview for all the results, not just the selected one? [00:28] oh wait, you're looking for the selected one, I see [00:28] mhall119, for the selected one only [00:32] davidcalle: thanks, this looks good [00:32] now I need to upgrade so I can try it [00:32] mhall119, yeah, it's in the staging PPA [00:33] I'm still on Precise, haven't had a chance to upgrade yet :( [00:33] mhall119, by the way congrats on the appdev upload spec, it's huge :D [00:33] davidcalle: it's not the size that matters [00:33] :) [00:34] but yet, there's been a lot of work put into it [00:34] hopefully it'll be close to finished soon [00:34] :) [00:39] wow,it really is big, isn't it... [00:48] mhall119, yeah, who will ever want to read this :P [00:54] * ajmitch would :P === tgm4883` is now known as tgm4883 [01:11] davidcalle: the plan is to overwhelm them to the point that they agree to implement it just so they can avoid reading it :) [01:27] mhall119, "You don't have to read everything, just sign at the bottom..." [01:31] lol, yup [02:44] guys: http://ecere.com/tmp/unityBug.png this is what I was talking about [03:01] ESphynx: and for those that weren't around before, what were you talking about? [03:03] guys, is there some kind of weird override going on with maximized apps? > Unity realy doesn’t play nice with my GUI toolkit :| you’ll see the menu bar display twice under itself when maximized... and sometimes the clicks are gonna be off as well... I really wish we could work to resolve this [03:03] My app is meant to come up maximized...But with Unity, sometimes it will come up maximized messed up, sometimes maximized OK , sometimes not maximized (fine) [03:04] ( I’m also having a hard time with the menu title bar not updating when it should :S) [03:05] those are all non issues on other WMs ... (e.g. Ubuntu before Unity or RedHat) [03:06] ESphynx: Please run "ubuntu-bug compiz" on the affected machine to report a bug [03:08] duflu: well first I’d like to determine whether it’s a compiz / unity or ecere bug [03:08] it’s been like that since the first unity version [03:08] ESphynx: what's the toolkit? [03:08] thumper: the toolkit is Ecere... (i’m the developer) [03:08] open source? [03:09] thumper: yes ... looking for a debian/ubuntu sponsor: http://mentors.debian.net/package/ecere-sdk [03:09] what is the target user or use-case? [03:09] thumper: It’s a light general cross platform toolkit, I meant it as a lighter/more elegant solution to Qt and GTK [06:33] thumper: Hi :) Thanks for approval here, but as I thought r2543 was wrong - I reverted it, I think it needs reapproval now, so if you have a minute: https://code.launchpad.net/~mc-return/unity/unity.merge-more-optimizing/+merge/118265 [06:43] MCR1: ok, I'll look after eating [07:31] thumper: Sure. Thx. [07:32] thumper: Bon Appetit ! === deegee__ is now known as drussell [08:32] The new preview feature is very nice, but the user should be able to get back to the results view somehow [08:32] Currently Esc does nothing and there is no back button [08:33] so you have to close and reopen the Dash after you've opened the preview, which is bad [08:34] MCR1: file a bug :) [08:42] thumper: Esc to get back seems to work - mis-observation by me:-[ [08:46] thumper: bug 1037959 [08:46] Launchpad bug 1037959 in Unity "Wishlist: Unity Preview feature: Add a "Back to results" button" [Undecided,New] https://launchpad.net/bugs/1037959 [09:20] gord: The preview feature looks GREAT. A top addition for the Dash! Always thought there should be some context menu, when clicking the right mouse button, but htis is even better. I really like it. 8-) [09:20] *this [09:57] yeah... a context menu with "Always hide this file" would be nice too... === MacSlow is now known as MacSlow|lunch [11:58] Hello [11:59] Anyone active? [12:00] davidcalle, ping [12:00] Hi. Can you please help me with a Ubuntu problem [12:02] ne0n, you probably want #ubuntu instead [12:03] Ok...i'm new to irc. How do i change channel? [12:03] ne0n, type "/join #ubuntu" [12:04] OK, thanks === MacSlow|lunch is now known as MacSlow === _salem is now known as salem_ === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === alecu_ is now known as alecu === dandrader is now known as dandrader|lunch [15:36] mhall119, ping? [15:37] mhall119, as our doc master, i think you might find https://docs.google.com/a/canonical.com/drawings/d/1Og0sVxBx-2mWiwkO1syD0rtW5FLO2d_jpC26Jc6g_us/edit useful to put somewhere [15:37] drew that quite a while ago, and forgot to ping you about it [15:53] http://ecere.com/tmp/unityBug.png -- could anyone assist me with this integration issue? [15:53] that double menu there is not supposed to happen :P [16:04] mhr3: absolutely, thanks [16:08] mhr3: http://developer.ubuntu.com/resources/technologies/lenses-and-scopes/ [16:12] mhall119, yey! first image on that page :) [16:14] it is? [16:14] hmm, looks like we have dead image links..... [16:15] mhr3: do you still have the images there were referenced in https://wiki.ubuntu.com/mhr3/Lenses? [16:15] mhall119, no, i never had them, that was copied from the orig page [16:16] and they weren't even there afair [16:16] :/ [16:16] ook [16:21] davidcalle, btw it should be now possible to use MergeStrategy just fine (my unity fix landed today) pls test if you get a moment ;) [16:22] mhr3, testing right away! [16:24] davidcalle, well it landed into trunk... not in Q yet [16:28] mhr3, looks like it's in staging === dandrader|lunch is now known as dandrader [17:02] mhr3, in your opinion, what would be the best way to sort all these rows? [17:03] davidcalle, well what sorting do you want to have? [17:03] by name, by popularity, by recency? [17:04] mhr3, on a timestamp [17:04] so recency [17:05] davidcalle, well then you probably need a map[uri] = timestamp [17:06] and use insert_sorted with cmp function that takes that map into consideration [17:06] Hi guys, any fix for the crashing panel from staging ppa? === seb128_ is now known as seb128 [17:14] OwaisL, no indicators? [17:14] davidcalle, yep. I guess it is a gsettings migration issue [17:14] https://bugs.launchpad.net/unity/+bug/1037712 [17:14] Ubuntu bug 1037712 in Unity "panel service crashes GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled" [Undecided,Incomplete] [17:15] OwaisL, I suppose, same here [17:38] davidcalle, may be it's related to this https://bugs.launchpad.net/unity/+bug/1024179 [17:38] Ubuntu bug 1024179 in Unity "make install fails to install org.compiz.unity*.gschema.xml" [High,In progress] [17:38] davidcalle, OwaisL: I got indicators, but not the Unity default ones, just those I start manually - and these are compressed (use a fixed space per indicator) [17:39] It would be really nice if someone who has compiz/unity built locally could share these schema files till the fix lands in trunk [17:39] and the indicators are just visible on the main sceen, but invisible on the others (got just the panel there) [17:41] OwaisL: One moment, I'll look. [17:41] MCR1, thanks [17:45] * MCR1 is building Unity - might take a while === mfisch` is now known as mfisch === mfisch is now known as Guest37216 === Guest37216 is now known as mfisch === Guest86753 is now known as dpb___ === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [19:08] Hallo guys, is this a work in progress or i've to open a report ? http://youtu.be/trA60I3n4YU [19:09] Quantal fully updated [19:11] any unity dev around? :| [19:15] I’d like to know if this bug is my toolkit’s fault or Unity’s... http://ecere.com/tmp/unityBug.png doesn’t happen with other WM [19:54] MCR1, any luck? [20:12] OwaisL: Sry was afk - I am back on it... [20:17] OwaisL: You need networkarearegion.xml unitydialog.xml unitymtgrabhandle.xml and unityshell.xml ? [20:19] yep. I guess unityshell.xml should do. Basically I need the one that contains 'org.compiz.unityshell' keys [20:21] OwaisL: http://pastebin.com/Rjsd0hL4 [20:22] unityshell.xml ^^ [20:22] Do we have .schema files too? [20:23] compiz-unityshell.schemas ? [20:24] I guess [20:26] http://pastebin.com/Lfx4xRsW [20:32] Hmm, looks like this is the gconf schema not gsettings one. it has /schemas/apps/compiz-1/unityshell. I'm looking for /org/compiz/unityshell. I think that one comes from the gsettings branch. Thanks a lot for helping out. I guess I'll downgrade from the staging version for now. [20:32] Thanks a bunch! [20:36] OwaisL: yw [21:04] mhr3, is there already a way to send a video stream to a movie preview? [21:08] no [21:19] mhr3, ok [21:27] bschaefer: Hi :) Once again I need your approval here (missed 2 SWTICHER->SWITCHER typos last time): https://code.launchpad.net/~mc-return/unity/unity.merge.fix-hardcoded-keys-part1/+merge/119204 [21:27] MCR1, cool, let me take a look [21:27] bschaefer: It's nothing special, just typo and comment fixes. Thx. [21:27] MCR1, hmm I still have to fix my branch before yours can merge [21:28] * bschaefer is busy with some xim stuff... [21:28] bschaefer: Yes, that is point 2, but I did not wanna stress you with this ;) [21:28] ups, I sent the wrong link, sry [21:29] MCR1, yeah, Ill get a chance later today to fix my branch or tomorrow. FF is next week soo i need to fix this other problem :) [21:29] bschaefer: https://code.launchpad.net/~mc-return/unity/unity.merge-fix-typos/+merge/116216 [21:29] ^^ this is the one I meant [21:29] and then I'll stop disturbing ;) [21:30] MCR1, cool, looks good to me still :) [21:30] mhr3: where can I get the pretty new preview stuff? [21:30] * bschaefer approving [21:30] bschaefer: thx [21:30] MCR1, np, thanks again for your fixes :) [21:30] mhall119, is it not in trunk atm? [21:30] mhall119: Unity staging PPA on Quantal for example [21:31] ^ better answer [21:31] is it in the staging ppa? [21:31] bschaefer: Happy to help [21:31] cool [21:31] mhall119, I think ppas are down today... [21:31] mhall119: yes [21:31] it's been a while since I was on staging [21:31] unless I miss read that email [21:32] * mhall119 is about to find out [21:32] mhall119, never mind download is just fine :) [21:32] it's upload and pushing/building [21:33] ah, cool [21:40] hmmm, thinks are going so well [21:42] (unity-panel-service:3099): GLib-GIO-ERROR **: Settings schema 'org.compiz.unityshell' is not installed [21:42] unity-panel-service won't run [21:43] mhall119: yes, there are some problems I forgot to tell you ;) [21:44] problems on a staging PPA? Unacceptable! [21:44] mhall119: bug 1024179 [21:44] Launchpad bug 1024179 in Unity "make install fails to install org.compiz.unity*.gschema.xml" [High,In progress] https://launchpad.net/bugs/1024179 [21:44] maybe [21:46] what's the manual fix? [21:47] maybe copying the generated xml files per hand, but not sure - I'll wait 4 the automatic fix ;) [21:48] after all there are already branches attempting to fix it [21:50] * mhall119 isn't very good at waiting ;) [21:51] hehe [22:12] gah, even after building unity I don't have those gschema files === salem_ is now known as _salem [22:14] mhr3: halp! [22:15] * mhr3 has hidden all the halp faeries [22:21] mhr3: I don't need a faery, I need a gsettings schema file [22:22] (unity-panel-service:12826): GLib-GIO-ERROR **: Settings schema 'org.compiz.unityshell' is not installed [22:23] i have tons of schemas here [22:23] do you have one for org.compiz.unityshell? [22:23] because I don't [22:23] but do you know how many cpu cycles i had to spent to get them all? [22:24] I even got the latest trunk of unity to compile, still no schema file :( [22:24] ~/unity/install/share/glib-2.0/schemas$ head org.compiz.unityshell.gschema.xml [22:24] [22:24] [22:24] [22:25] mhall@mhall-thinkpad:~/projects/Ubuntu/unity/trunk/build$ ls ~/projects/Ubuntu/unity/staging/share/glib-2.0/schemas/ [22:25] com.canonical.Unity.gschema.xml gschemas.compiled [22:25] those are the only 2 files [22:26] looks like very old ones [22:26] parent branch: bzr+ssh://bazaar.launchpad.net/%2Bbranch/unity/ [22:26] revno 2583 [22:26] although maybe you need to build compiz to get them all [22:27] oh, that could be [22:27] coo-om-piz: you have to get them all! [22:27] lol [22:27] i guess the pokemon-style didn't go through there [22:27] so maybe I'll be better off waiting for these fixes to land in staging [22:28] yes, that's what normal people who don't like to compile everything do :) [22:28] I don't mine compiling everything, when it does what I want [22:35] mhr3, you could share those files with us and we could manually do a 'glib-compile-schemas'. Could that work or do we need newer binaries too? [22:38] :/ too big for pastebin [22:40] publish it to u1 [22:40] ok this worked [22:41] http://pastebin.com/e7UEugLi [22:42] mhr3: ok, now how do I use it? [22:42] BTW I just noticed that the modal dialogs plugin is back in ccsm. This release is getting really exciting. [22:42] mhall119, yea... no idea, the build system does that :) [22:43] I guess [22:43] You'd have to copy the file over to /usr/share/glib-2.0/schemas [22:43] and then do 'glib-compile-schemas /usr/share/glib-2.0/schemas' [22:44] nope [22:51] Yea, the keys don't show up in dconf-editor which means it was not compiled for some reason [22:54] woot! glib-compile-schemas as root did the trick [22:54] Doesn't work for me [22:54] yay, Unity works [22:55] you copied the pastebin as /usr/share/glib-2.0/schemas/org.compiz.unityshell.gschema.xml ? [22:55] then: sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ [22:56] Yes, I did exactly that. [22:57] hmmm [22:57] did you run "unity --replace"? [23:00] actually unity just stopped working after this :) It segfaults now [23:02] yeah, I've gotten that a few times now too [23:03] mhr3: it doesn't want to report bugs against nux, presumably because it's coming from the staging PPA, didn't we fix that last cycle so we could report bugs? [23:04] it was crashing because of the modal dialogs plugin. Disabled that and now it loads fine but still no indicators. org.compiz entry doesn't show up in dconf-editor either [23:04] ls [23:04] oops :) [23:18] I don't see a modal dialog plugin [23:18] It worked! I had a paths for ~/staging build exported to environment so gsettings were picked from ~/staging/share/ instead of /usr/share/ [23:18] :) [23:19] mhall199, I guess I was wrong about that. I had manually copied the modaldialog schema file to /usr/share/glib2.0/schemas. That's why I got it. It works pretty well though :) [23:20] The file was generated by the build from latest trunk though [23:20] Don't know if it'll be activated in 12.10. I guess not. [23:21] phew... I close the xchat window now that I've got the indicators back :D [23:21] can* [23:33] davidcalle, you might want to apply the temp fix ^ [23:33] Good night everyone! [23:34] Thanks! [23:35] mhall119, what's the fix? I came too late to the party.