=== bluesmoke is now known as Amaranth [07:11] Good morning [07:11] good morning pitti [07:13] xhaker: seems that asac already replied to the firefox translation problem? [07:13] asac, bryce: this deletion came from Debian, so was semi-automatically [07:14] hey mnemo! [07:14] pitti: yes asac noted that. I think we sorted it out though. xtrace seems to have superseded xmon [07:15] although it's not clear if maybe xmon was still worth keeping, but I'll leave that to asac to say [07:56] good morning [08:14] hi. what's the WM_CLASS of the notify-osd popups? [08:14] or any other thing i can use to match in ccsm? === BugMaN1 is now known as BugMaN [08:17] hyperair: maybe you can use "xprop | grep WM_CLASS" and then point to the notification window in order to find out? [08:18] mnemo: doesn't work. [08:18] mnemo: i tried, and it went right through to the window underneath [08:20] mvo: Hi :) seb128 told me "ok" yesterday in respond to what I pasted to you [08:24] didrocks: ok, doing it now === eeejay is now known as eeejay_afk [08:25] hyperair: try "xlsclients -l" and find the app hosting the popups, then use "xwininfo -name BLAH" to find the window id, and finally do "xprop -id WIN_ID" [08:25] hmm okay.. [08:25] mvo: thanks :) [08:26] hello there [08:26] bonjour seb128 [08:26] guten tag pitti [08:27] how are you? [08:27] seb128: grumpy at the retracers which broke again... investigating [08:27] seb128: but in general, well [08:27] but horribly behind on TODO and email [08:27] * seb128 knows this feeling [08:28] I ought to not sync any email and not look at IRC for two days and catch up with everything [08:28] I spent my day cleaning evolution bugs yesterday I think that was productive, I managed to get upstream to fix some of the issues directly after doing IRC debugging [08:28] rocking [08:28] seb128: that didn't happen to include fixing google calendar by any chance? :-) [08:29] no, that one is known to be buggy and not trivial work [08:29] I don't see the gcal entries at all any more, neither in clock nor in evo itself [08:29] seb128: I guess they just disabled it for now until it's fixed, to avoid the hangs? [08:30] retracers> oh, loks like launchpad rollout [08:30] I don't know, I would have to check, the jaunty hang which has been fixed was a one liner bug fix to not do buggy libical calls [08:30] pitti: ah right that would explain that [08:31] lots of LaunchpadURLError [08:33] mnemo: i nailed the issue with name=notify-osd =p [08:33] mnemo: thanks for your help [08:33] np [08:34] mnemo: notify-osd was transitioning out twice. one by notify-osd, one by compiz [08:34] hey seb128 :) [08:35] didrocks: hello [08:40] seb128: we are still in soft-freeze, right? no sposnoring ... [08:40] mvo: indeed, at least no CD sponsoring [08:42] thanks [08:42] bryce: i cannot say. i didnt get xmon to work ;) ... and xtrace doesnt follow forks ;) [08:43] ArneGoetje: have you figured why current langpacks are borked? [08:43] e.g. for mozilla: -fi -> empty, -pt -> no pt-PT, etc. [08:44] i looked into it yesterday and found a few issues that can be improvd in po2xpi transformer, but in general i think it must be kind of base vs. incremental export thing [08:59] * asac gets a tea [09:20] vuntz: hello [09:29] asac: Hey, I managed to understand a bug I have since some weeks with firefox, but it's a bit weird and I wanted to check with you whether it makes sense to track it in launchpad: I open middle-click in a fresh tab to load an URL, then I switch back to some other app with alt-tab because I know it will take some time to load [09:30] asac: If I'm too quick, middle-mouse-click is followed closely by and firefox opens the "Save as" dialog and offers me to save the page at the URL as a .html [09:31] I suspect the events are reordered (I open have this problem when I type in a terminal e.g. « " » + middle-click to paste + « " » => « "" » instead of « "" » [09:32] asac: Does that sound like something useful to report to firefox? or to xorg? perhaps it's expected behavior that these events are in two queues and might mix [09:32] I had in mind that perhaps firefox could check whether the alt modifier is set in the middle-click event, but I don't know whether the info is present [09:36] lool: sounds a bit related to the "random menu item activated" bug we have [09:36] though middle mouse is a bit unsure [09:37] lool: why is it important to have middle mouse followed by ALT in your case? [09:38] lool: maybe you use "middle mouse button emulation" and in fact its right click? [09:38] asac: As I was saying, I often paste into a new tab and switch back to the app (usually a terminal, for instance my mail reader), with alt-tab [09:39] asac: Emulate3Buttons is indeed turned on, but I'm using the real middle mouse button (I'm on a thinkpad which has both a three buttons and a two buttons mouse) [09:40] lool: heh. i think i could reproduce ;) [09:40] Cool [09:42] thats really annoying [09:43] again i need a good xevent tracer [09:43] asac: There was this X proxy [09:43] asac: I think it's xtrace [09:43] xtrace seems to be the new hot thing [09:43] but that doesnt support -f (like strace) [09:44] so firefox just forks away [09:44] and no events are ever retrieved [09:44] xtrace is actually an old thing, it used ot be broken for me, but it was updated recently [09:44] also has no pid or windowid option :( [09:44] Can't you run the firefox bin directly, disregarding any running firefox? [09:44] could be. ... seems that debian thinks it superseeded xmon ... and removed it [09:45] Hmm I used to use xmon too I think, blah [09:45] lool: no. it always forks on startup [09:45] dont ask me why [09:45] i needed to use -f since ever with strace ;) [09:46] lool: i have xmon now ... do you know how i can simply monitor a process for X events ;)? [09:46] Weird, I wouldn't expect a fork to help startup time [09:46] like button/key [09:46] the UI is really complex [09:46] No, I don't recall at all :-) [09:47] well. if you start early ;) the process is still small [09:47] fork early i mean [09:48] the reason they do that is that they need to restart ffox in case there are component/chrome/extension updates [09:48] at least i would think thats the reason ;) [10:03] lool: so you are right. the openUILink stuff is used generic fashion and if there is "alt" it will save [10:04] but there is a "true" for ignoreAlt to prevent that [10:04] strange that it hits the case anyway [10:07] lool: are you using ffox 3.0 or 3.1? [10:07] asac: 3.0 [10:11] lool: please replace your browser.jar with http://people.ubuntu.com/~asac/tmp/browser.jar [10:11] and use it for a while [10:11] hopefully its gone [10:12] its in /usr/lib/firefox-3.0.*/chrome/ [10:12] Will try [10:18] filed mozilla bug 480290 [10:18] Mozilla bug 480290 in Tabbed Browser "with openurl on middlemouse paste followed by "Alt" key quickly triggers file save dialog" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=480290 [10:21] ok pach attached [10:43] seb128: do you need more input/help on the evolution network-manager integration thing? not sure if you said that upstream is on it now or not. [10:44] asac: it's fixed to svn and I verified the fix [10:44] asac: I told you on IRC yesterday but you probably didn't notice ;-) [10:47] seb128: great [11:14] hmm, my keyring stuff is still borked after rebooting [11:25] seb128, thanks for gwibber! [11:25] fta: you're welcome, thanks to slangasek who double check too to make sure it was ok since that was after the freeze now ;-) [11:28] nice, hot-logging in gnome takes only 5s now [11:28] seb128, excellent. I'm sorry it took 3 rounds to let it pass but now it's history ;) [11:33] fta: that's ok [11:40] we love gwibber :-) [11:41] indeed! [11:41] * seb128 lucnh [11:41] lunch [11:41] bbl [11:43] bbl [12:01] does anyone know how the indicator-applet is supposed to work? [12:01] i've got.. indicator-applet, evolution-indicator, both enabled, and all i see is "No Indicators" [12:14] hyperair: you need to add the indicator to your panel [12:16] hyperair: make sure also to disable the old mail notification plugin in evolution, or you'll get notifications twice, and one of them will display in a dialog box at that... [12:32] davidbarth: for me there is no icon nor text next to the indicator applet grib in panel [12:45] asac, hyperair: the indicator only appears when you have a new message and the application is not focused [12:46] asac, hyperair: ie, if you have evolution opened and focused, the indicator applet will never annoy you with something you already know [12:54] asac: i've added the indicator applet to my panel [12:54] i mean [12:54] davidbarth: ^ [12:54] and the indicator applet says "No Indicators" [12:55] also i have the notification plugin enabled [12:55] and it pops up the icon [12:55] basically i've got the window de-focused [12:55] and the indicator applet says "No indicators" [12:55] even when i've got new mail [13:04] good morning all [13:05] morning [13:06] hey kenvandine[work] [13:07] asac: I didn't know mozilla translations were broken until you mentioned it. [13:08] asac: only in Jaunty or also Hardy and Intrepid? === eeejay_afk is now known as eeejay [13:27] ArneGoetje: i havent looked. not sure if you rolled them oput [13:27] ArneGoetje: so far i only heard of jaunty [13:27] ArneGoetje: check dpkg -L language-pack-pt | grep langpack.*mozi [13:27] ArneGoetje: and dpkg -L language-pack-fi | grep langpack.*mozi [13:27] and -base [13:38] asac: the -pt ones have been changed from pt_PT -> pt [13:38] asac: fi should be there though... [13:40] ArneGoetje: so what i found out is that previously to jaunty we had pt-BR.po and pt.po ... now we have pt-PT.po on top [13:40] however, that didnt cause the issue; the po2xpi processor had a bug, but that shouldnt have led to the removal [13:40] same for es*.po [13:40] we should tell jtv about those bogus exports [13:41] ArneGoetje: what we need is a log [13:41] ArneGoetje: from the langpack-o-matic run of po2xpi [13:41] maybe the problem is also related to base vs. update export [13:43] asac: langpack-o-matic -> pitti. he knows more about that. [13:43] pitti: ^^ [13:44] asac: I just approved your xulrunner fi upload. [13:44] ArneGoetje: my? [13:44] asac: yep. [13:44] i didnt upload anything for ages [13:44] asac: it was stuck in the queue... [13:44] hmm [13:45] asac: ha... tha's why fi is missing... [13:45] ArneGoetje: dont you preserve logs for runs? [13:45] ArneGoetje: dont understand. its just a langpack update; the old bits should still be there? [13:45] asac: we do [13:45] but could be of course [13:45] but pt-PT is still a mystery [13:45] ArneGoetje: can you get that log? [13:46] asac: fi was stuck in the import queue, if that one is not approved, newer updates won't go in either. [13:46] * ArneGoetje is looking [13:54] asac: right... fi is broken, pt and es are missing... I will investigate [13:55] ArneGoetje: do you merge the base + incremental tarballs? otherwise please check whether there are really three pt.*po in the incremental pack [13:55] maybe its just pt-BR - which might cause the po2xpi converter to run into troubles [13:57] ArneGoetje: maybe you have added some santizing code that removes the bogus exports for pt and es and other? [13:57] ArneGoetje: which causes the mozilla files to be removed by accident? [14:01] asac: no, I think that was my mistake when importing them in the first place... because Rosetta asks me which language the xpi should be imported into. For pt-PT I chose pt_PT and not pt, like I should... same for es-ES: should have gone into es, but went into es_ES [14:01] ArneGoetje: well. as i said, i ran the po2xpi processor on the full export and it had no issues with fi nor pt [14:02] will ask jtv to marge those back where they belong. [14:02] its just that we have pt-PT and pt in there now ;) [14:02] /marge/merge [14:02] but that doesnt hurt. the files that are produced are definitly not in the packages ... so if you have logs i can see whether the problem is before quickly [14:04] asac: yep, according to the log, they were not in the updates tarball [14:08] asac: I will ask jtv [14:09] ArneGoetje: could be that pt.po didnt change while pt-BR.po did [14:09] asac: yes [14:09] ArneGoetje: i think lang-pack-o-matic would need some magic to merge missing sub-langs from the base tarball [14:09] asac: that's why they have to be merged [14:09] right ;) [14:09] ArneGoetje: but why the hell did this start to happen now? [14:09] ArneGoetje: you need to merge them in langpack-o-matic i think [14:10] dont wait for launchpad ... that will probably take too long ;) [14:11] ArneGoetje: also the -base packages are empty wrt to mozilla [14:11] maybe thats the real problem here [14:11] and we just need to force another full export? [14:12] asac: we will have a new full export before release, but if we need one earlier, I can request one. [14:13] ArneGoetje: so if fi.po is missing in the partial export and the pt + es things too [14:13] ArneGoetje: then please request one [14:13] asac: ok [14:13] sounds unnecessary risky to wait until last export before release [14:13] thanks [14:14] lets do that then and see how well it works out ;) [14:14] asac: ok [14:14] if fixed po2xpi to properly dfeal with the "bad" exports. so that shouldnt be a problem either === pochu_ is now known as pochu [14:32] mvo: Around? Not very interesting but this merge into compiz https://code.edge.launchpad.net/~lool/compiz/ubuntu/+merge/1869 is open since November O:-) [14:33] pitti: your camera issue is bug #326029 [14:33] Launchpad bug 326029 in gvfs "gvfs-gphoto2 mount 4 devices when plugin one camera" [Low,Triaged] https://launchpad.net/bugs/326029 [14:42] lool: *cough* I merge it now [14:42] lool: I think I did something wrong with LP, I want to get mails for merging proposals, but I don#t get them [14:44] mvo: https://code.edge.launchpad.net/~compiz/compiz/ubuntu/+addsubscriber [14:44] add yourself or compiz packagers there [14:44] and choose the type of mails you want [14:45] the defaults are probably what you want [14:45] I believe the branch owner is now subscribed by default, but I don't think that was retro-active [14:47] james_w: aha, ok. thanks a lot [14:47] james_w: I do that for all my projects now [14:51] lool: merged, sorry for the delay [14:55] * hyperair wonders if there will be a way to configure notify-osd to allow actions/custom timeouts/whatever in the future [14:56] mvo: that's fine; FYI there's another merge pending [14:56] not by me though [14:57] james_w: ah it's not the default [15:01] Weird, I see Default Review Team compiz packagers, I'd expect these to receive a note [15:03] lut huats [15:03] hello seb128 [15:03] huats: how are you? [15:04] seb128: a bit better... but not that weel yet :( [15:04] how are you ? [15:04] huats: oh what do you have? I just though you were busy due to work change [15:04] huats: good thank you [15:04] busy and sick :( [15:04] (fever and all that nice things) [15:04] take care then [15:05] I am trying to recover :) [15:05] I think I will ask for a FF for anjuta [15:05] I can grant freeze exception for desktop component in universe so it's granted [15:06] mvo: Sorry to bother again, I'm going through old team merge requests I got: https://code.edge.launchpad.net/~brian-thomason/app-install-data-commercial/partner/+merge/1658 can't find the missing revs though, and you seem to know this branch; mind having a look? [15:06] ok thanks :) [15:06] hum ? [15:07] huats: what? [15:07] seb128: there was a graphical glitch with previous lool msg but it is ok :) [15:08] * lool glitches [15:08] ;) [15:08] mvo: How did you make out with the adding the protobuf dependencies for Compiz? [15:09] Need testing for your PPA? [15:10] lool: thanks, merging that too [15:11] dashua: I put it into my ~mvo ppa for now along with a compiz version that has some profiling output. if you want to run it, that is very welcome, for me it gives ~2s startup time (with protobuf and cache) compared to 3s without [15:12] dashua: that sounds encouraging, unfortunately some other things in libcompizconfig changed (notably global.xml got removed) so updating is a bit of owrk because our default options need now applied as indivial pactches on the core, plugins-main,extra packages [15:12] (profiling information is printed on stdout) [15:13] Ah, alright. Maybe a future endeavor then? [15:13] Sounds like a lot of extra work for a sec =/ [15:15] dashua: I have a fast machine, I happy to do the work if its worthwhile especially on lower end machines [15:16] My laptop is fast as well, so this may make a big difference on a lower end box. [15:16] seb128: jcastro said you guys decided at the sprint to revert that horizontal volume slider [15:16] Ok cool :) [15:16] and at some point the needs needs to be done anyway. so I'm leaning toward adding it, but I wait for futher feedback [15:16] seb128: is there an open bug to do that? [15:17] mvo: I'll uninstall master and test your packages later on :) [15:17] thanks dashua :) [15:17] Np [15:17] kenvandine[work]: we decided that? [15:17] according to jcastro [15:17] jcastro: ^^ [15:17] kenvandine[work]: we decide to use the alsa, gstreamer controls and not the new pulseaudio ones [15:17] decided [15:18] which we did [15:18] gnome-volume-control is the intrepid version [15:18] we rolled back the gnome-settings-daemon volume actions [15:18] we build gnome-sound-properties [15:18] and we don't build the new notification area control but the gnome-applets volume applet rather [15:18] upstream did some changes to the look and feel of this one this cycle though [15:19] ie, changed the orientation and added the button [15:19] I'm not decided if that's worth changing back [15:19] the issue we had was to let users run alsa only if they want [15:19] not to fight every ui change [15:19] does what I write make sense? ;-) [15:19] yes [15:20] I'm open to discussion about changing the slider [15:20] I think upstream did the change to add the volume control button and mute box [15:20] yeah... it feels awkward to me [15:20] IMHO there's no reason to deviate from that [15:20] but completely convinced it is wrong [15:21] whoops [15:21] kenvandine[work]: maybe you can open a gnome-applets bug on bugzilla about that? [15:21] but not completely convinced it is wrong [15:21] one issue we have with the new one is that it goes out of screen if placed near a border [15:21] if that's going to be reverted, then it should happen upstream, yes [15:21] seb128: I think that was fixed [15:21] wait, so is the new slider horizontal or vertical? [15:21] I had that problem, and it's gone now [15:21] pitti: oh indeed [15:21] jcastro: horizontal [15:21] pitti: I didn't try for a while but you are right [15:22] * seb128 goes to close the bug [15:22] ♪ another one bites the dust ♫ ♬ [15:22] :) [15:22] pitti: indeed ;-) [15:22] horizontal feels awkward to me... but i am tainted from years of vertical [15:23] it is nice to have mute and volume controls button there on a left click [15:23] people struggle knowing when to right click imho [15:23] like i said... i am not convinced [15:23] right, that's why they did the change [15:23] jcastro: what do you think? should we open a bug upstream for more discussion? [15:23] I think calum did that [15:23] * kenvandine[work] knows jcastro always has opinions [15:24] if we feel strongly, sure [15:24] "we" being? [15:24] * kenvandine[work] doesn't feel strongly [15:24] what do you think seb? [15:24] we didn't get any user complain so far out of the "out of screen" issue which is fixed now [15:24] I think I don't use this applet [15:24] I use the mouse scroll on the icon not the slider [15:24] people were complaining about it the first time. [15:24] they were complaining about it getting out of screen rather [15:25] seb128: i didn't know that worked! [15:25] though tbh I started using my wheel on my keyboard so I can see the new notification bling. [15:25] awesome [15:25] kenvandine[work]: that works on app volume controls too (totem, etc.) [15:25] should we see the notify-osd if we use the mouse scrollwheel over it? [15:25] I'm not sure [15:26] * kenvandine[work] thinks we should... but we don't [15:26] I think that's rather a power user thing and they might not like getting too much visual noise [15:26] true, it isn't obvious [15:26] but it is the only way those of us without multimedia keyboards can get the bling :) [15:26] but i don't really care much :) [15:27] hehe [15:27] i guess i will when i get that new t400... can't wait! [15:28] seb128: do you generally use rythmbox? [15:28] when I listen to music on the computer yes [15:28] i hate that word... i never spell it right [15:28] why? [15:28] seb128: does it stutter to you when you do things that spike the cpu? [15:29] no [15:29] i never use it, but in my notify-osd testing i noticed it stutters a fair bit when i alt-tab with compiz on [15:29] but banshee doesn't [15:29] bug #193578 [15:29] Launchpad bug 193578 in xorg "Scrolling Firefox interrupts Rhythmbox audio" [Undecided,Invalid] https://launchpad.net/bugs/193578 [15:29] try enabling the crossfading option maybe [15:29] in rb? [15:29] I think that's suggested in this bug, that will change buffering [15:29] yes [15:29] ah [15:30] you can also try without pulseaudio, that's another cause of frequent issues [15:30] it'll almost certainly work without pusle [15:30] plain alsa never caused me such problems :/ [15:31] ok, enabling crossfading did help [15:31] seb128: I heard a couple of grumbles about the horizontal orientation. Nothing on the level of some of the other changes though :-) [15:31] i wonder if we should enable that by default, just to improve the user experience [15:32] that stutter sucks... not that i ever plan to use rb more than just testing stuff :) [15:32] * kenvandine[work] hugs his banshee [15:32] kenvandine[work]: look at crossfading bugs, there was some side effects issues [15:32] * pitti hugs rhythmbox [15:32] * kenvandine[work] looks [15:32] * seb128 hugs rhythmbox [15:32] ha... we all have opinions [15:32] I hate banshee [15:32] i hate rb :) [15:32] I can see where this conversation is headed ... [15:32] for whatever reason it's started when doube clicking on a ogv on my new desktop [15:32] jcastro: you gotta chime in [15:32] I opened it by mistake twice this week [15:33] then closed it immediatly [15:33] to notice later that it didn't close [15:33] seb128: yeah... we should change that [15:33] it is registered to handle videos [15:33] the stupid thing understand close as go to notification area [15:33] but if we ship totem, we don't want that [15:33] in foresight i have a patch to make it not register as the default for videos [15:33] well, we can tweak the defaults.list to make totem default [15:33] i already have a patch :) [15:34] i will open a bug and attach a debdiff :) [15:34] the defaults.list is in desktop-file-utils [15:34] ok thanks [15:34] isn't defaults.list modified when apps are installed? [15:34] no [15:34] depending on mime data... in the .desktop [15:34] the cache is updated when app are installed [15:34] right [15:34] ok [15:35] seb128: btw [15:35] so my patch will work [15:35] hey vuntz! [15:35] the defaults.list is a way to say "if several alternative are listed prefer this one" [15:35] seb128: did you see the thread sbrabec started about generating defaults.list? [15:35] vuntz: hey [15:35] vuntz: no [15:35] kenvandine[work]: hello there [15:35] vuntz: makes me think I need to try this gnome-panel patch to see if it fixes my xrandr intel issue ;-) [15:35] seb128: http://lists.freedesktop.org/archives/xdg/2009-February/010208.html [15:35] vuntz: I knew that was your fault ;-) [15:36] vuntz: I'm subscribed to the list but I tend to not read everything, reading the mail now [15:36] seb128: you mean killal gnome-panel after you increase screen resolution, to make the panel follow suit? [15:37] pitti: right [15:37] \o/ [15:37] pitti: http://svn.gnome.org/viewvc/gnome-panel?view=revision&revision=11530 [15:37] seb128: actually, the latest panel patch shouldn't be needed [15:37] seb128: was a gtk+ bug [15:37] seb128: I'll revert this in 2.27 [15:38] vuntz: right I read the comment but it's faster to build gnome-panel than gtk ;-) [15:38] (don't want to revert just before 2.26) [15:38] * seb128 hates the debian gtk build [15:38] it's building [15:38] and then building static [15:38] and then building directfb [15:38] ... [15:39] building this package seems so fun... (hi vuntz) :) [15:51] Guys will notifyOSD get plugged into totem at all? [15:52] davmor2: does totem send any notications now? [15:53] kenvandine[work]: I don't think so which is odd in itself considering most media apps do [15:54] totem isn't quite the same as banshee/rbox [15:54] totem is a video player [15:54] you don't play videos in the notification area usually [15:54] it's not a media library manager crackbox [15:54] you want those on screen not in a bubble [15:54] please, no more notifiactions just because they are bling :) [15:55] seb128: No I was thinking more of the fact that it now has the jamendo plugin [15:55] which is weird [15:55] totem is a video player [15:55] people should use rhythmbox to play audio [15:55] plus any media you download tends to be opening in totem and not rhythmbox [15:56] well, when you download and open something that's usually to get to it now [15:56] bubbles are nice for things which go on in the background [15:56] actually in the case of banshee, it registers itself as the default =\ [15:56] and yeah i agree regarding that. [15:56] things which go in the background.. generally totem doesn't go in the background [15:56] that was discussed 15 minutes ago and is a banshee bug [15:57] ah whoops [15:57] seb128: I entitled to agree but it seemed to be the main multimedia app so I was just enquiring :) [15:57] i should scroll up next time =\ [15:57] you joined just after the discussion ;-) [15:57] someone just filed it [15:57] heheh [15:57] so not your fault [15:57] oh [15:57] i see [15:57] heheh [15:57] =p [15:57] well anyway [15:57] regarding the banshee issue... [15:58] it looks like maintaining an ubuntu-only patch will be needed, unless we can persuade upstream to change this behaviour [15:58] no [15:58] no? [15:59] we just need to change the defaults.list to list totem for all video types [15:59] how does an app register as default anyway [15:59] it already lists most of those [15:59] defaults.list? [15:59] but not ogv for example [15:59] where's that [15:59] /usr/share/applications/defaults.list [15:59] aah [15:59] i see [15:59] if the app is not listed in the list in https://wiki.ubuntu.com/NotifyOSD then chances are it is not using notifications [15:59] cool [16:00] davidbarth: more like it's not using notifications that have actions [16:00] davidbarth: those guys are speaking about adding notifications to other applications because those are so cool nowadays ;-) [16:00] we're updating apps that already have support for libnotify [16:00] davidbarth: I saw it wasn't listed I was wondering if it would be as it wasn't listed :) [16:00] hyperair: correct! [16:00] sorry, yes not using actions [16:00] davidbarth: =) [16:00] davidbarth: by the way, we were talking about the issue about evolution-indicator (and everything else that uses the indicator-applet) [16:00] brb [16:00] which means, that if they do have support for libnotify, they can enjoy the shinny new visual [16:01] but if they don't, well, back to the beginning, they're not listed, and so won't be updated for the moment [16:01] davidbarth: i just got a new email, and with that i got a black bubble saying "1 new email" and a blinking icon. [16:01] however, we encourage people to add support to libnotify in their favorite app [16:02] take a look at the development guidelines recently posted by mirco: https://wiki.ubuntu.com/NotificationDevelopmentGuidelines [16:02] i think the usb startup disk thing could use the libnotify popup thing [16:02] hyperair: you mean you've got the message indicator running now? [16:02] davidbarth: that's right. [16:02] davidbarth: and it has the text "No Indicators" [16:03] davidbarth: is it supposed to register in dbus or anything? d-feet doesn't reveal anythingg [16:03] hyperair: err... then it means that no application is loaded that provides "indicators" [16:03] davidbarth: but i have evolution-indicator loaded [16:03] hyperair: do you have evolution or pidgin running? with the plugins that is [16:03] davidbarth: as well as pidgin-libnotify which is patched to support indicators [16:03] davidbarth: yeah i have both, and they both don't register [16:03] to be fair, i'm on intrepid [16:04] hyperair: the app registers at runtime, ie no app loaded, no indicator [16:04] i backported some pacakges to my ppa [16:04] hyperair: evol and/or pidgin loaded: the message indicator is declared and multiple apps contribute content to the menu [16:04] hyperair: should work as is, we were developing on intrepid too [16:04] davidbarth: okay, here's what happened. i added indicator applet, then i started evolution, and then i started pidgin. nothing. [16:05] davidbarth: i backported notify-osd, indicator-applet, pidgin-libnotify, gobject-introspect, and evolution-indicator from jaunty to my ppa [16:05] am i missing something? [16:05] k [16:05] you need indicator-message too [16:06] indicator-message? [16:06] hmm [16:06] indicator-messages - GNOME panel indicator applet for messages [16:06] wait a sec, this is a panel applet as well? [16:06] how's that differ from indicator-applet [16:06] yes, that's a lot of little modules, but it's part of a (overly inflated) grand scheme to make indicators better [16:07] indicator-applet is a sort of shell for indicators [16:07] a shell eh [16:07] in the future, we'd like to have more indicators using the new scheme [16:07] and message indicator is the first [16:08] if you add indicator-messages, it will remove the "no indicators" message, and you will see... nothing! [16:09] but when evolution and pidgin register to it (with the new plugins) [16:09] then you will see an envelope icon (with two states whether there are new messages or not) [16:09] hyperair: you're almost there, just need to rebuild a last package... ;) [16:20] davidbarth: alright thanks =) [16:22] re [16:22] vuntz: the gnome-panel change fixes the xrandr case [16:33] grrrr, xulrunner broke on closing again which breaks all authentifications, brb [16:40] re [16:40] ok, back to working desktop now === seb128_ is now known as seb128 [16:45] didrocks, Laney: could you review bug #327747 too? [16:45] Launchpad bug 327747 in ubuntu "Please promote new package "nautilus-sendto-universe" to universe" [Wishlist,Confirmed] https://launchpad.net/bugs/327747 [16:46] seb128: There is a bad dependency in the control file [16:46] nautils-sendto (= ${Source:Version}) or similar [16:47] Laney: why do you consider that incorrect? [16:47] because it means they always have to be the exact same revision [16:47] -sendto and -sendto-universe [16:48] well, they should be the same source, I'm not sure how much you can fix versions [16:48] rather "how much you can mix versions" [16:48] it should express that they should be the same upstream version in some way [16:48] not sure if upstream version is enough [16:49] anyway that should not be a blocker for upload [16:49] that can be fixed easily or later [16:49] would be nice to get things moving [16:49] we have libpst evolution-mapi and nautilus-sendto-universe which are stucked for a while on review [16:50] are you sure? I can see it really being a problem [16:51] I'm sure it's easy to fix yet [16:51] just delete the (= ${Source:Version}) before uploading [16:51] yet -> yes [16:51] right, well if that's acceptable then fine [16:51] I don't have a strong opinion either way [16:52] I would just like to get things not stucked for week on such details ;-) [16:52] I do have a strong opinion that it's wrong and will easily and frequently cause uninstallability [16:52] right it's a bit too strict [16:53] but the rest of the packaging is fine IMO [16:53] good [16:53] can we get an upload? ;-) [16:53] possibly later tonight [16:53] I'm still at work [16:53] (yeah I could do that myself but I'm trying to encourage new motus to take over such tasks ;-) [16:54] ok thanks [16:55] actually, does it even need to depend on nautilus-sendto? [16:55] yes [16:56] k [16:56] no point to have those if you don't have the nautilus-sendto binary installed [16:56] ie no user interface to use [16:56] I didn't know it was a binary, thought they were just plugins to nautilus [16:56] no, it adds a "send files" menu entry [16:56] which opens nautilus-sendto [16:57] which has a combo listing choices [16:57] got it [16:57] would be too many menu items otherwise ;-) [16:57] I see an open sponsorship request for sendto-1.1.2 [16:57] would be nice to have this updated too [16:57] but I won't block on that [16:59] Laney: I think somebody (mvo?) commented on that, I expect it to be uploaded after the freeze [16:59] does anybody has an opinion on bug #310353? [16:59] Launchpad bug 310353 in gnome-control-center "Default font size too large if using native DPI" [Wishlist,New] https://launchpad.net/bugs/310353 [16:59] I'm not sure what is right with this dpi settings against font settings [17:00] Laney: waiting for the freeze to end :) [17:00] I've to admit that auto-dpi sucks in many cases, ie in a Xephyr session fonts make the UI not usable [17:00] I resized all of mine to 9 [17:00] but I will not be around tomorrow, so anyone is free to take it [17:00] one of the first things I did after upgrading [17:02] seb128: hm, I just looked at that screenshot, and it seems fine to me [17:03] seb128: I guess many people just got used to tiny fonts :) [17:03] seb128: personally I don't think that auto-dpi is wrong, so if at all, then our default font sizes are too big [17:03] pitti: can yo try to sudo apt-get install xserver-xephyr and gdmflexiserver --xnest? [17:03] I tried that with xnest, looks fine [17:03] * pitti purges xnest and installs xephyr [17:04] pitti: you have xnest or xephyr? [17:04] you can keep xnest, xephyr is prefered over it [17:04] as I said, xnest; trying xephyr now [17:05] I've to admit I find the default value a tide too high on d630 [17:05] a "tide"? [17:05] it detects 120 dpi and 96 looks much nicer [17:05] but changing 10 points to 9 is ok too [17:05] ah, I think I know [17:05] I guess the effect is that higher dpi screens are generally smaller [17:06] and people are sitting closer to it [17:06] pitti: "a bit" [17:06] so maybe it's not so much the dpi that counts, but rather the screen width/height [17:06] there was lot of discussions upstream about that [17:07] a 24" 150 dpi monitor at 10 points would just look fine [17:07] and with intrepid would be pretty much unreadable, I guess [17:08] eww, xephyr is using an insane resolution [17:08] you can change that easily [17:08] it supports xrandr [17:08] it's much bigger than my actual screen ;) [17:08] right, I get 1600 there [17:09] I get the big fonts, too [17:09] http://bugzilla.gnome.org/show_bug.cgi?id=104341#c21 [17:09] Gnome bug 104341 in font properties "gconf DPI ignores system settings" [Normal,Resolved: duplicate] [17:09] is interesting [17:10] xephyr reports 135 dpi, which is clearly wrong [17:10] it should have the exact same dpi value than the host x server [17:10] xnest gets that right [17:11] if I correct it to 96, it looks fine [17:11] right [17:20] seb128: if we force dpi in gconf it doesn't seem to be picked up by gdm, is that a known issue? [17:22] pitti: well you can get 300 dpi large screen monitors (aiui) for large sums of money, but i doubt any of our users have one [17:23] calc: yes, gconf is an user thing gdm is a system thing [17:23] calc: and the current gdm doesn't use gconf too [17:25] what the users seem to miss is that most monitors are ~ 96 dpi natively, except for higher end laptops (more expensive), netbooks (due to tiny screens), and HDTV's [17:25] and the govt spec monitors i mentioned earlier that are large screen (nearly tv sized) and 300 dpi [17:25] seb128: ah ok [17:27] to 'fix' this issue for users with much higher native DPI than 96dpi we probably need to just document it in the release notes, for much lower dpi (eg TVs) we may need to bump the default font size up substantially, since the fonts won't have enough pixels to be drawn [17:28] since for much higher than normal we don't know if it is laptop (relatively small screen) or one of the expensive high res large screens that would be viewed for more of a distance [17:28] xorg does a if dpi < 50 then dpi = 96 apparently [17:28] seb128: cool :) [17:29] seb128: that helps a lot, i played with ~ 35 dpi a few years ago on a large tv and it was completely unusable until the dpi was set higher (since at the time it was hard to adjust font sizes for all apps) [17:30] my current tv has ~ 36 dpi (61" 1920x1080) [17:31] * Tm_T would love to have ~160 dpi display [17:31] seb128: is it considered a feature that nautilus desktop truncates mount point names (eg doesn't show storage-2_ instead shows storage-2 )? [17:32] as I cannot use small enough fonts with ~100 dpi [17:32] seb128: because if you have duplicate mount points the automounter adds a _ to the end but then the desktop seems to truncate that and then you can't tell your mount points apart [17:33] calc: not sure, that would required to look at the gvfs code [17:33] even in the nautilus file manager window its truncated except in the window title [17:33] and in gvfs-mount -li? [17:33] the reason i noticed it was i am backing up a drive to a new drive which has the same fs label and it showed up [17:34] Mount(0): storage-2 -> file:///media/storage-2_ [17:34] Mount(0): storage-2 -> file:///media/storage-2 [17:34] so calling them both the same thing :\ [17:35] they are technically the same label on disk, but it was mounted as storage-2_ to avoid duplication, so probably should keep that change throughtout the stack [17:36] esp since you can't rename labels anyway not much need to keep it the same as on disk [17:36] seb128: would this be a bug to file against gvfs or somewhere else? [17:37] gvfs I guess [17:37] since gvfs-mount lists the same naming [17:38] ok [17:46] bug 335032 [17:46] Launchpad bug 335032 in gvfs "gvfs displays confusing mount name when duplicate label" [Low,New] https://launchpad.net/bugs/335032 [17:47] ok [17:48] seb128: you want to sync gst-plugins-base0.10 0.10.22-3 from unstable for the alsamixer fix ;) [17:49] slomo_: thanks! [17:49] will do later today after the freeze [17:49] np :) [17:57] Laney: you are afraid that if (= ${Source:Version}), most of the time, this package will not be installable? [17:58] seb128: mvo just put it "in progress", no comment. Well, it will be sponsored after freeze, as you said [17:59] (ok, sorry if I repeat something already said, 1h of backlog :)) [18:03] * didrocks don't see nautilus-sendto-universe in REVU [18:04] didrocks: it's not in revu but on launchpad [18:06] seb128: ok, so no advocate for the moment, once reviewed, we just comment on the bug report to advocate (or not) or ask explicitely to put it in REVU. [18:07] didrocks: no, just do review and upload, don't use revu ;-) [18:07] but Laney seems to be on it already [18:08] ok, I will have a look at evolution-mapi so [18:08] thanks [18:08] hello [18:08] I'm seeing you're talking about n-sendto-universe [18:08] seb128: hum, some comments from james_w the 16 Feb and no upload since then [18:09] crevette: yep [18:09] talk to jelmer if you want to move it along [18:10] didrocks: are you waiting for something from me [18:10] * crevette is out of sync for 2 weeks [18:11] crevette: see the little worry on Laney about (= ${Source:Version}) [18:11] crevette: appart from that, Laney is on it ;) [18:12] Nice, [18:12] I've been ill last week, and my work is sucking all motivation to do something when I'm home :/ [18:13] crevette: apparently, the package is good, just discuss with Laney :) [18:23] crevette: btw, do you follow the last news from nautilus-sendto? [18:23] the last news ? [18:24] I seen a new upstream release, I started to package but didn't finished [18:24] crevette: I updated it already [18:24] crevette: if you looked at NEWS file, it says that [18:24] "Add new evolution plugin" [18:24] yep [18:24] I tested it [18:24] I can see the plugin in evolution, enable/disable it [18:25] but can't see what it is used for :/ [18:25] it adds a send to action in mail with attachement [18:25] Hum? [18:25] So, the use case is: [18:25] I open evolution [18:26] create a new mail and add attachement [18:26] and I will be able to send the mail? :) [18:26] * didrocks is lost [18:26] didrocks: no for mail you receive [18:27] I receive a mail with attachement and I can do what ? :/ [18:27] example: you have a pdf in a mail you should have an action with the same send-to plugins as you find in nautilus [18:27] let me check [18:27] like send to burn://, removable medias [18:27] I right-click on the pdf? [18:28] no, there is a banner under the message, and a button with all actions you can do [18:30] * didrocks checks now [18:30] I can do a screenshot if you need it ? [18:30] crevette: let me launch my jaunty vm and see if I can figure it out before bothering you with that :) === rickspencer3 is now known as rickspencer3-afk [18:40] crevette: got it, thanks :) [18:40] okay, super [18:40] but evolution sucks in a 800x600 VM :/ [18:40] for sure [18:43] didrocks: I will not be around tomorrow, so anyone can take it [18:44] mvo: no pb. I will ask seb if he will have time :) [18:45] time for dinner [18:52] mvo [18:52] rhaaa [18:53] hi tedg, are you about? [18:58] davidbarth - i just saw your response to bug 283095. are you suggesting that we remove the existing session options from the FUSA and replace them with "Shut Down" and "Log Out", which call the existing gnome-session dialog? [18:58] Launchpad bug 283095 in fast-user-switch-applet "logout needs confirmation" [High,In progress] https://launchpad.net/bugs/283095 [19:00] hey is anyone using 9.04 alpha [19:00] chrisccoulson: hi [19:01] hi:) [19:01] chrisccoulson: fusa is now the only exit path now [19:01] chrisccoulson: so yes it needs to call a confirmation dialog and i'm looking for the best option [19:02] i think calling the existing session dialog from the FUSA is quite good. i actually ran a patch locally on my intrepid machine which did exactly that, although it was a bit of a hack [19:02] chrisccoulson: i'm not talking directly about simplifying the entries in the menu, though i would love to do so if it removes bugs [19:02] chrisccoulson: eh, i'm interested in the patch! [19:03] i'll dig it out later and try and improve it [19:03] i did some changes to the FUSA recently, so if you want more changes and everybody is really busy, i might be able to help out a little [19:04] chrisccoulson: that would be great! [19:04] chrisccoulson: can you first send your existing patch [19:04] i'll do that - i'll have to find it first as i'm not running that version anymore [19:04] chrisccoulson: and then you should get in touch with ted to see how to share the work [19:05] no problem [19:05] * kenvandine_ seems to have crashed his box by selecting the guest session [19:05] chrisccoulson: thanks [19:05] kenvandine_: eh... [19:06] kenvandine_: can i also take some of your time to try to debug a gnome-session pb? [19:06] not cool... no consoles [19:06] davidbarth: yes [19:06] no ssh... but network is up [19:06] damn [19:06] kenvandine_: i haven't seen bugs about that, but it seems to happen on my mac mini but not my notebook [19:06] davidbarth: got a bug you want to assign to me? [19:07] interesting [19:07] intel graphics on the mac mini? [19:07] kenvandine_: a xterm failsafe session works (then i had metacity, etc.), but starting gnome-session locks the machine (the mouse moves, but the cursor spinner freezes) [19:07] kenvandine_: ideas? [19:08] intel graphics, gma950 or something [19:08] (not yet the new mac mini with the nvidia card ;) [19:08] that is the same as i have in this box [19:08] i would think an xorg bug [19:08] probably related to trying to see if composting is supported [19:09] * kenvandine_ still doesn't know how we check for that [19:09] kenvandine_: yeah, but what's strange is that i can run metacity + compositing from the xterm failsafe session (adding things piece by piece) [19:09] can you run compiz though? [19:10] i wonder if we think compiz will work, and try it [19:10] although compiz does actually work on mine [19:10] just not very fast [19:10] i have seen some weird behavior... hangs, etc [19:10] trying again [19:11] crevette: does nautilus-sendto-universe have the same source than nautilus-sendto? [19:14] kenvandine_: ok, you were right, this is compiz that crashes/locks [19:15] kenvandine_: i thought my preferences were already set to metacity, but starting compiz reproduces the same black screen, locked cursor behaviour [19:15] i really need to figure out what we do to check to see if compiz should work, and enable it automatically [19:16] didrocks: ouaip [19:16] this is the same tarball [19:17] crevette: how do you choose plugins that goes on universe, libdep are in universe? [19:17] kenvandine_: my appearance settings are set to 'no effects': do you know which gconf/etc setting to look for? [19:18] it isn't gconf [19:18] all though... no effects should disable that... [19:18] i would think [19:18] look at startup applications [19:18] is compiz enabled? [19:18] kenvandine_: except if gconfd is not yet running [19:19] crevette: I don't see how you choose plugins you want exclude/include [19:20] just remove b-d and let configure choosing the right things to build? [19:26] davidbarth: gconfd should start on demand [19:26] so if something queries it, it starts [19:28] didrocks: that's simple look in http://bazaar.launchpad.net/%7Ebmillemathias/%2Bjunk/nautilus-sendto-universe/annotate/head%3A/debian//nautilus-sendto-universe.install [19:28] http://bazaar.launchpad.net/%7Ebmillemathias/%2Bjunk/nautilus-sendto-universe/files/head%3A/debian/ rather [19:28] in rules I added DEB_DESTDIR := $(CURDIR)/debian/tmp [19:29] and I created a nautilus-sendto-universe.install which only copy so of the plugins I need [19:29] oh, you specify only what you want to install in .install. Ok [19:29] ok [19:29] seems the right way :) [19:30] be careful with DEB_DH_SHLIBDEPS_ARGS_ALL [19:30] let me check one thing [19:30] ok, you don't b-d on it [19:30] b-d ? [19:30] build-depends :) [19:31] for the evolution plugin, it does not install usr/lib/nautilus-sendto [19:32] but in usr/lib/evolution [19:32] chrisccoulson: Not really. My son is sick, and he's napping right now. If you have a quick question I can probably answer it. [19:32] so, add a depends (and not suggests) on evolution, which is not what we want :) [19:32] crevette: you can remove Conflicts: evolution (<< 2.4) [19:33] didrocks: yeah I guess [19:33] it was about bug 283095, but it can wait :) [19:33] Launchpad bug 283095 in fast-user-switch-applet "logout needs confirmation" [High,In progress] https://launchpad.net/bugs/283095 [19:34] chrisccoulson: Okay. I was going to work on that one. I think we're going to have to give up on gnome-session really working :) [19:35] no problem. i wasn't sure whether the intention was that the FUSA should call the session dialog. if it was, then i could probably work on tha [19:35] *t [19:36] didrocks: this is the code of the 4 weeks old nautilus-endto-universe, so evolution pluging didn't exist and evo plugin is for nautilus-sendto package [19:37] crevette: yes, I was just explaining this to you :) [19:38] crevette: btw, for your previous gedit-plugins update, think to bump depends regarding configure.* file :) [19:38] chrisccoulson: I don't think so. I think we're going to have to make our own dialogs. The problem is the session manager has you make a choice of what you want to do, which you've already done with the menu. I was thinking more a "Logging out in 5 seconds, hit cancel to stop" type of thing. [19:38] (you forgot to bump the dependency to 2.25.2 for gedit) [19:39] didrocks: did it depend on this version ? [19:39] crevette: yep, cf configure.ac [19:39] I obviously forgot to check configure.? [19:39] ah, ok. i wasn't sure whether you could replace the multiple options in the FUSA with just "Shutdown" and "Logout", similar to what was in the System menu [19:39] apparently ^^ [19:39] no matter, I update it now :) [19:50] kenvandine_: works; i changed desktop/gnome/applications/window_manager/default [19:53] Hey [19:56] Just wondering, has anyone thought about adding GMail as a "Mail Reader" option in "Preferred Applications"? === rickspencer3-afk is now known as rickspencer3 [20:57] Is it intentional that I now get a notification dialog whenever a new email appears in my inbox? [20:58] wgrant: not really, we have a fix coming for that [20:58] wgrant: evolution right? [20:59] in evolution, go to Edit->Plugins the select the Mail Notification plugin [20:59] then the Configuration tab [21:00] and uncheck "Show icon in notification area" [21:01] kenvandine[work]: OK, thanks. It's not another instance of the new pop-unders-are-better policy? [21:01] it is :) [21:02] Huh? [21:02] we favor the message indicator applet for mail notification now [21:02] That notification is, without a doubt, the most annoying thing in Jaunty. [21:02] as opposed to the build in mail notification plugin [21:03] But this window pops up every few minutes in the background, and has to be dismissed manually! [21:03] s/build/built [21:03] that is what we want to avoid [21:03] we have a fix for it, but it needs to get committed [21:03] Ah, so it's not part of the pop-under policy. [21:03] no [21:03] I thought you just said that it was... [21:04] i guess i missunderstood :) [21:04] Ah, good. === asac__ is now known as asac [22:34] grr, I wish there would be some movement on gnome bug 524977 [22:34] Gnome bug 524977 in sftp backend "Can't connect to some SFTP servers using gvfs" [Normal,Unconfirmed] http://bugzilla.gnome.org/show_bug.cgi?id=524977 [22:37] Laney: could be gnome bug #570977 which has been fixed today [22:37] Gnome bug 570977 in sftp backend "sftp backend sends trailing zeros to communication data" [Major,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=570977 [22:37] Laney: you can test the svn patch if you want [22:38] I can and will! [22:38] ;-)