[02:00] anyone remember when gvfs fuse support was added, was it in Intrepid (gnome 2.24) or earlier? [02:02] hmm looks like it was in hardy as well [02:02] gvfs-fuse has been available since gvfs has been [02:03] ok [02:03] looks like gnome 2.22 was when that happened [03:10] calc: still chasing that one down? [03:10] calc: ever find a debug build of OOo? [03:14] cj: got it working :) [03:14] cj: i just forced gvfs fuse paths in the file dialog so it uses fuse now throughout [03:14] cj: i'll be uploading a new version to jaunty in a few minutes [03:15] woo hoo :) [03:16] you know if there are any job openings on your team? :) Seems I don't have enough hard-core OpenGL experience to get the gtk+/OpenGL position [03:16] * cj is annoyed by the commute [03:16] cj: all i know about is what is on the ubuntu.com careers page [03:17] I guess what I'm asking is whether any of those are on this team :) [03:17] i guy i have known for about 13 years might be coming to work for the oem team soon if his interviews go well :) [03:17] * calc thinks he only has one left now [03:17] cj: oh i am not sure, i'll see if i can figure it out from the descriptions [03:18] ah, don't put too much effort into it. I'll take any position I can hack :) [03:18] http://webapps.ubuntu.com/employment/canonical_GD/ <- is for DX team which isn't the one i am on but works with us [03:18] DX != DirectX, I assume :) [03:18] Desktop Experience? [03:18] cj: if you like to do new design type stuff that would be a good position [03:18] cj: yea [03:19] cj: the team did the new notification work, etc [03:19] my wife is an excellent designer. http://www.cadmiumyellow.com/ [03:19] I like the notification :) Looks good with the transparency and whatnot [03:19] * cj hugs screen copy/paste [03:20] cj: she works for microsoft? [03:20] did for years. I'm on contract there now. [03:20] she's pretty busy with the kids, but she's interviewing for a position in the surface team, I think. [03:21] so, my X is not *excellent* but I've poked at it here and there while doing work with gtk+. How deep do they want the X fu to be? [03:22] cool, surface sounds neat [03:22] not sure probably doesn't have to be that great, gtk definitely would be important though [03:22] Hmmm, haven't done anything professionally in C/C++ since '03 or so... mostly perl and some c# since then... [03:23] I've read it pretty often, but not written anything more complex than a patch here and there [03:23] looks like knowing how to autotools code is wanted too but that is fairly simple [03:23] * cj wrote a series of autotools articles... I have a feeling I'm in the first page of google hits for mono+autotools [03:23] * cj checks [03:23] cj: doesn't hurt to apply for a position perhaps they will like you :) [03:24] awesome. first hit :) [03:24] writing articles on autotools doesn't hurt either ;-) [03:24] ooh, and second and third :) [04:30] new OOo 1:3.0.1-5ubuntu1 uploading now using gvfs fuse instead of gnome-vfs/gio :) [04:40] calc: only using one of two competing systems is always a good thing [04:40] calc: even if you're completely destroying performance :P [04:45] vuntz: how maintained is gnome-menus? libxfce4menu recently lost all dependencies other than glib, gobject, and gtk... :) [04:50] Amaranth: gnome-vfs and gio are both broken in OOo so fuse was the only option, it didn't work out of the box either but was relatively easy to patch in OOo to work [07:19] hello gentleman [07:19] men [08:00] pitti, around? [08:32] Good morning [08:32] crevette: hey [08:32] hello [08:32] crevette: I noticed the bug mail yesterday, but the followup said it wouldn't work? [08:35] sorry for being late; hacked until 2 am... [08:35] pitti: oh, you too ;-) [08:35] seb128: yeah, couldn't stop until my apport launchpadlib test suite would succeed :) [08:35] ;-) [08:35] I just closed IRC in the evening [08:35] dear rosetta, please stop spamming me now! [08:36] gosh, launchpadlib still has quite some quirks to hack around.. [08:38] mvo: hello [08:38] mvo: do you plan to update libgksu in jaunty? [08:39] mvo: the new version fixes "gnome-system-monitor crashes when asking for credential" bug which is open for a while and got lot of duplicates [08:39] and any idea about bug #342043 [08:39] Launchpad bug 342043 in gimp "gimp- install prob" [Undecided,New] https://launchpad.net/bugs/342043 [08:39] "list file for package `gimp-data' contains empty filename" error [08:39] seb128: I asked for a FFe [08:39] let me check the status [08:39] mvo: where? there was no open bug yesterday for that [08:40] mvo: https://edge.launchpad.net/ubuntu/+source/libgksu/+bugs [08:40] https://bugs.edge.launchpad.net/ubuntu/+source/gksu/+bug/339949 [08:40] Ubuntu bug 339949 in gksu "feature freeze exception for 2.0.2" [Undecided,Confirmed] [08:40] looks like its fine [08:40] I will test/prepare/upload [08:41] it also fixes a long and anoying problem that the return code of the sudo ed app is not returend [08:41] mvo: thanks! [08:41] afterwards we can work on the panel indicator thing (maybe when kenvindane comes too) [08:42] mvo: ok, for the fusa thing we use the update-notifier framework no? [08:42] yes [08:42] we could do the same again, but ted was suggesting to just run it automatically [08:43] and not bother asking [08:43] because it does only add something and does nothing else (the fusa one removed the logout applet) [08:43] right, good point [08:43] btw, the change to remove system/logout is confusing :) [08:44] I think so too [08:44] I'm wondering if we should have a gconf key to disable that behaviour [08:44] and set it only on new installs [08:48] that is a good idea [08:48] hm [08:49] how expensive is a gconf call? I was thinking of a simple file assuming its the "cheapest" solution. because the script would run on each login ./ [08:49] if we put it into autostart [08:49] what autostart? [08:49] gconf call are less expensive that a test call in an autostart [08:50] could we write the autostart to the user directory by some way? [08:50] so the tool could delete the autostart after running [08:50] so we would have no cost [08:50] and it would run once [08:55] I don't know how to do that savely [08:55] (think of nfsrootsquash for example) [08:56] we could patch gnome-panel itself to create the applet [08:56] mvo: that would mean extra code diff to carry until next lts [08:56] I don't like that much [08:56] can we just drop the autostart in /etc/xdg/autostart then for upgrades and not new installs? [08:57] yes [08:57] autostart can be conditional on gconf value nowadays [08:57] so we just need to make the script do the change and set the key* [08:58] so we don't even need code checking for this gconf key [08:58] aha, cool [08:58] lut huats [08:59] hello seb128 [08:59] what gconf tree is the autostart config? [08:59] ? [09:00] gnome-session runs the autostart [09:00] so it looks to the user's gconf configuration [09:00] if that's the question [09:00] I'm not sure I parsed that correctly though ;-) [09:00] or you asked how to writte the .desktop line? [09:01] "autostart can be conditional on gconf value nowadays" - what gconf keys :) ? [09:01] whatever you want [09:01] seahorse-daemon.desktop:AutostartCondition=GNOME /apps/seahorse/sharing/sharing_enabled [09:02] that's one example [09:02] which means [09:02] start if /apps/seahorse/sharing/sharing_enabled is true [09:02] cool [09:02] I prepare a update based on this, good stuff [09:02] thanks [09:03] you rock! [09:03] * seb128 hugs mvo [09:07] hmm. could it be that metacity recently got more composition features? [09:08] there is a branch that gives it all sorts of new features based on clutter [09:08] but the stock one has none of that AFAIK [09:08] (well, drop shadows and a new alt-tab switcher) [09:09] mvo: the alt-tab switcher ... when did that land? [09:09] i have composition enabled for the bubbles and it worked well ... until yesterday [09:09] now the alt-tab switcher is really slow [09:09] and firefox gets the same BadWindow problems i have with compiz [09:09] no X update in between ;) ? [09:10] but without compositing in metacity those problems are gone? [09:10] thats something i will now figure [09:11] what gconf key was that? [09:11] found it [09:11] nice! devel/ in alt-f2 opens nautilus in that folder .) [09:11] mvo: yes. firefox start issues are gone [09:11] i couldnt start firefox from the gnome panel at all [09:12] now i can start it again [09:12] bryce_: backout whatever you updated in the last two three days ;) [09:15] asac: there is a new libdrm version uploaded recently you can try downgrading this one [09:15] mvo: that reminds me that alt-f2 is broken on my laptop for a few weeks [09:15] e.g. does nothing [09:15] still works here though [09:15] seb128: thanks will check that out [09:15] asac: known problem with compiz [09:15] asac: keep it like this, so you are my tester [09:17] mvo: ok ;) [09:20] hmm ... seems i get more driver bits from xorg today ... lets see if that fixes it [09:21] asac: what videocard? [09:22] ati [09:23] 5:00.0 VGA compatible controller: ATI Technologies Inc R580 [Radeon X1900] [09:23] with -ati driver [09:23] let me relog in to see if the latest xorg updates helped [09:23] otherwise will try drm downgrade [09:23] morning o/ [09:25] lut didrocks [09:25] i think i think i think ... that the driver updates from today fixed it [09:25] but could be that X just needs to run longer to get into that bogus state again [09:26] alt-tab however still has kind of high latency until it appears [09:26] probably takes a bit to get screens of windows [09:44] anybody on jaunty amd64? === mpt_ is now known as mpt [09:50] yes, why? [09:51] geser: can you run [09:51] pitti, sorry for the delay, I don't know if I can trust only one user. would you have time to test? [09:51] geser: chrpath -l /usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so [09:51] geser: or 2.6 [09:52] /usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so: RPATH=/usr/lib [09:52] /usr/lib/python-support/python-gconf/python2.6/gtk-2.0/gconf.so: RPATH=/usr/lib [09:52] geser: thanks [10:10] didrocks: want to do some updates today? [10:12] seb128: I'm afraid, I will not have the time. I leave earlier to take the train [10:12] seb128: if it can wait for Monday, no pb :) [10:12] didrocks: no, therei no hurry, enjoy your weekend! [10:12] seb128: thanks a lot, hope to have a nice weather for skiing :) [10:13] oh, you go skiing [10:13] cool [10:13] seb128: I will be there from Monday evening and ready for new GNOME release ;) [10:13] (in vacations \o/) [10:13] ;-) [10:15] crevette: yes, I'll test it, but can't do right now [10:23] so where can i mount nfs through gnome? [10:23] starred like 5 minutes at preferences/admin menu now [10:23] stared [10:25] "Connect to Server ..." no nfs :( [10:26] last try google: "mount nfs in gnome" [10:27] asac: you can'ty [10:27] asac: nfs is not a standard user thing [10:27] sigh [10:27] so all is lost now [10:27] ? [10:27] no nfs ... no remote mount ... no mail [10:27] no remount mount? no mail? [10:27] seb128: one of the recent updates broke nfs ... i cannot mount my nfs anymore :( [10:28] seb128: well. for ages i mount my maildir folder and use mutt [10:28] i hoped that doing it through gvfs might workaround some issue i do not yet see [10:29] i guess this means i should introduce offlineimap on this system too [10:29] i will ask the server folks now [10:29] asac: gnome bug #536292 for the record and a discussion about nfs in GNOME [10:29] Gnome bug 536292 in hal volume monitor "user-mountable nfs filesystems are not showing up in Computer view of nautilus" [Normal,Unconfirmed] http://bugzilla.gnome.org/show_bug.cgi?id=536292 [10:30] seb128: oh. yeah. i even hoped that i could just mount nfs like i can mount ftp, dav, samba et al [10:30] asac: who browse nfs as you browse ftp etc nowadays? [10:30] so now i can share through samba maybe ... which sounds a bit up-side-down ;) [10:30] asac: usually nfs mounts are sysadmin thing [10:31] asac: use ssh? [10:31] seb128: but why is samba? [10:31] a user thing [10:31] seb128: ssh? [10:31] asac: because that what zindozs users use all the time to share anything? [10:31] seb128: you mean open mutt on that system? [10:31] its far too slow ;) [10:31] asac: no, gvfs-mount ssh://server, cd .gvfs/ssh...; mutt [10:32] seb128: sounds like an option. but also sounds slower [10:32] i will come back if nfs really is dead officially [10:32] asac: why would ssh be slower than nfs? [10:32] seb128: because nfs is optimized for remote file access [10:32] and not ssh? [10:32] seb128: i dont think ssh is optimized for that. its just a remote session protocol [10:33] nfs is even on the kernel side [10:33] but i can try and report back [10:33] do you really see a difference to read emails? [10:33] ideally ssh server and run mutt there should be the fastest [10:33] seb128: i will report back. havent tried. but i would think. if i open mutt i have to open all maildir files [10:33] local disk access [10:33] only remote mutt display [10:33] seb128: unfortunately its not faster to run mutt on that system [10:34] than running it on this system using nfs [10:34] weird [10:34] the server is really slow [10:34] remote mail client sucks IMHO [10:34] yeah. the nfs client side cache is responsible for the win [10:34] if you ever have an attachment, you need to jump through hoops [10:34] pitti: yeah. thats another reason [10:34] i will probably migrate to offlineimpa for this system too [10:35] * pitti pats imap [10:35] but i first want to understand why nfs broke after ages [10:35] asac: offlineimap is a 100% pure ♥ [10:35] :) [10:35] pitti: i use offlineimap on my laptop against the same server [10:35] pitti: so its all setup [10:35] but nevertheless, nfs should work, of couse [10:35] its just that i used nfs here for years [10:35] it doesnt work anymore and that scares me [10:35] nfs didn't change for ages [10:35] indeed [10:35] now going to server folks ;) [10:35] weird that it broke [10:35] asac: thanks for catching [10:35] seb128: right. i think its bootup optimization ;) [10:36] offlineimap++ [10:36] blame Scott :) [10:36] pitti: yeah well. its hard to proof if you have no clue ;) [10:36] asac: well, they didn't touch nfs at all, not even changed rc init scripts [10:36] seb128: yes. i browsed my upgrade log ... only found low level stuff liks initscripts or fuse stuff ... but fuse isnt used for nfs i hope [10:36] heh, no [10:37] not yet ;) [10:37] nfsv5 might [10:37] (just kidding) [10:37] hmm [10:37] heh [10:39] i saw some scary modprobe issues on boot this time. output looked like what you get if modprobe is run with wrong parameters (e.g the help output) [10:39] besides from that the boot was really fast [10:40] problem is that it happens before it writes any logs ... so probably the initramfs thing [10:40] is there any log somewhere for that stage? [10:41] * asac reboots into a bloody old kernel [11:11] wow. now it works ;) [11:11] rebooting again [11:18] asac: itz kernel bug? [11:19] i am not yet sure [11:19] i had to change my "lo" iface address [11:19] not sure how that might have changed [11:19] i dont use ifupdown for ages now [11:20] and NM just does ifconfig lo up [11:21] i will go back to this after i caught up with important mail ;) [11:27] pitti: SystemError: W:Failed to fetch http://ddebs.ubuntu.com/dists/jaunty/main/binary-i386/Packages.gz Hash Sum mismatch [11:27] pitti: /me rm lock [11:28] pitti: (that's the recent retracer fail, just to let you know I've looked at it) [11:28] seb128: ugh, if I'd were to buy you a beer for every time you do that, you couldn't work for half a year.. [11:28] seb128: merci [11:28] lol [11:28] * seb128 hugs pitti [11:28] * pitti currently figures out why removing tags suddenly doesn't work any more [11:28] the scary thing about test suites is that they uncover so many bugs.. [11:29] they could break bug opening for a change [11:30] that would give us some time to catch up on the open ones ;-) [11:30] haha === asac_ is now known as asac === sabdfl1 is now known as sabdfl [12:18] hey gnomefreak [12:18] hi kenvandine_wk [12:18] gnomefreak: i hear you live in the apex area.... not far from me :) [12:19] i live about 2 miles from southpoint [12:20] yep im about 2 miles from 751 and 64 intersection ;) [12:20] ah... not far at all :) [13:00] tedg: Ping. Just testing xchat, please ignore. [13:01] tedg: One more. [13:05] tedg*: the panel applet adding stuff is making some progress [13:05] tedg1: indicator goodness for xchat? [13:06] tedg: when you have a few minutes... i have some questions about debugging a problem with the applet [13:10] morning rickspencer3 [13:12] kenvandine_wk: good mornging [13:12] kenvandine_wk: any chance you could me your work irc nick *short* than your non-work one? [13:13] it would save me about 2 key clicks :) [13:13] hehe [13:13] suggestions? [13:13] do you need to be logged twice? [13:14] that breaks tab completion and is pretty annoying I've to say [13:14] i guess i could just join this channel from the one [13:14] i am sitting in front of both of them all day [13:15] but at night just the other one [13:15] you have one work machine and one out_of_work not running ubuntu? ;-) [13:16] both running jaunty [13:16] using them both all day... then carry the laptop down with me in the evening :) [13:58] re [13:58] mvo: you're gnome-panel debdiff looks fine to me, feel free to upload [13:58] seb128: I'm doing some final testing now [13:59] mvo: you can also upload the libgksu update I think since it got an ack === onestone_ is now known as onestone [14:13] seb128: hm, it seems to not run on gnome-session login, how can I set gnome session into debug mode to see what is going on? [14:13] mvo: gnome-session --debug [14:14] mvo: where did you install it and did you desktop-file-valide the .desktop too? [14:19] pitti: I'm not sure to understand what you did on notify-osd [14:19] seb128: desktop-file-validate give me the same as for seahorse [14:19] the desktop file is in /etc/xdg/indicator-applet.desktop [14:20] pitti: you switched from 0.9-0ubuntu1 to 0.9ubuntu2 is that normal? [14:20] mvo: should be /etc/xdg/autostart [14:20] seb128: eh, my bad. there it is [14:20] seb128: might have been a merge glitch; the ppa branch uses native versions AFAIK [14:20] (copy-n-paste error) [14:20] mvo: should be /etc/xdg/autostart/indicate-applet.desktop [14:20] mvo: no problem [14:20] pitti: ok thanks [14:20] seb128: but since we have orig.tar.gz's, we should use normal revisions [14:21] pitti: right, that's what I though I was just checking in case you did the change on purpose to build from bzr rather than using tarballs or something [14:21] seb128: nah, I just suck [14:21] pitti: no you don't! [14:21] * seb128 hugs pitti [14:22] * pitti hugs seb128 [14:22] mvo: it's /etc/xdg/autostart/indicate-applet.desktop? [14:22] mvo: run a non GNOME session and gnome-session --debug [14:22] mvo: maybe the .py is not +x or something [14:24] I wonder if gconf is not available yet when it runs or something [14:25] hm, it runs [14:25] then it hangs [14:26] and then the session says it fails to register [14:26] does it kill it then? [14:26] or will session just ignore it at this point? [14:27] mvo: it means it has run and gnome-session goes to timeout [14:27] mvo: drop the "X-GNOME-Autostart-Phase=Initialization" that's wrong there [14:27] mvo: that means it should be ran early and register [14:28] sorry for overlooking that in the debdiff [14:28] normal autostart should use no such key [14:28] aha, thanks [14:31] mvo: that's using that which will lead to several seconds blanks in the bootchart and Keybuk will hunt you down ;-) [14:32] mvo: btw any reason to just not dput the libgksu from your ppa now? [14:32] seb128: yes, because I'm debugging a gnome-panel indicator applet problem right now ;) [14:32] lol [14:32] mvo: sorry ;-) [14:32] :P [14:32] no problem [14:33] I forgot that most men don't do multi-tasking ;-) [14:33] * seb128 runs [14:33] human multitasking is a myth [14:33] I can only do debugging and tea drinking at the same time, not more ;) [14:33] yeah, eating food and thinking works :) [14:33] but thinking about two different things is a myth IME [14:35] I find it difficult enough to think about one thing already ;) [14:36] * pitti hugs mvo [14:36] * seb128 hugs mvo and pitti [14:37] pitti: notify-osd 0.9.3 uploaded and I verified it fixes the epiphany download crasher testcase [14:37] yay you [14:38] seb128: hm, seems they didn't update to 0.9.3 in the ppa :( [14:38] pitti: I didn't look to their ppa just got it from bzr [14:38] right, I mean the ppa branch [14:38] ah [14:39] lp:~notify-osd-developers/notify-osd/packaging/ [14:39] are they still using that since they got it uploaded to jaunty? [14:39] seb128: nevermind [14:39] well, I guess they do, for their own testing [14:39] I used lp:notify-osd to do the merge [14:39] anyway, so they can merge from us for a change :) [14:39] and updated the packaging over that [14:39] yeah ;-) [14:46] davidbarth: ^ FYI [14:46] davidbarth: i. e. you might want to consider merging lp:~ubuntu-desktop/notify-osd/ubuntu/ into lp:~notify-osd-developers/notify-osd/packaging/ if you still care about the ppa branch [14:47] seb128: thanks for sponsoring alacarte. However, i have received 4 e-mails from "rosetta" stating translations could not be imported. Should/Can I do anything about this or can I safely ignore them? See http://paste.ubuntu.com/130645/ for the mail. [14:47] pitti: ok, will take a look at the changelog [14:47] davidbarth: just a merge to trunk, to get 0.9.3 [14:51] Ampelbein: you can ignore those [14:51] ok, thanks. [14:52] pitti: i will in fact let mirco do that, as he's now officially the maintainer of notify-osd (he loves it!) [14:52] davidbarth: ah, so he can finally do some packaging again :-) [14:52] DEBUILD, I'LL BE BACK! [14:53] heh [14:59] kenvandine_wk: do you think you could test https://edge.launchpad.net/~mvo/+archive/ppa?field.name_filter=panel&field.status_filter=published&field.series_filter=any ? the auto-adding of the indicator applet? [15:01] seb128: is there a way with gnome-session to ensure that the add-indicator thing is run before the panel? it seems the parallel startup confuses the panel sometimes (I just got two workspace switcher on the panel, but just one in gconf) [15:01] mvo: certainly! [15:02] mvo: not easy, you would have to add back the line your dropped and make sure the script register to the session to not create a timeout [15:02] hmmm [15:02] the way it works now is that session components are started first and they register correctly [15:02] so it knows when to start the next one [15:02] and then everything else is started [15:03] that's an efficient way to do thing [15:03] right [15:03] but that doesn't include the usecase where random script need to be ran before a session component [15:03] maybe ensure that the panel is fully loaded and then run it? [15:03] maybe a simple sleep is enough in the script [15:03] add a sleep? [15:03] right ... [15:03] heh :) [15:03] great minds ... [15:03] ;-) [15:04] just sleep long enough; 60 secs perhaps? [15:04] the right way would be to fix gnome-panel to not be confuse by gconf changes [15:04] but I doubt we will do that for jaunty [15:05] its a bit of a special case to mug around with its internal state while its loading :) [15:05] I can see vuntz not too happy about this ;) [15:05] that's definitely something you don't want to do [15:05] :-) [15:06] (although it should really just work) [15:11] vuntz: yeah, fix gnome-session! [15:12] I see that but I doubt gnome-session 2.26 will get any change now [15:13] seb128: what's wrong with gnome-session? [15:14] it doesn't do session management [15:14] it close your session the way ctrl-alt-del would do before the unzap change [15:16] i see [15:17] I take a break, but will read scrollback [15:45] Is there a way to prevent gnome from adding sftp volumes to the desktop after I use nautilus to browse to an sftp:// url? [15:48] chuckh1958: no [15:48] Thanks. :( [15:49] you can turn the option to display volumes on the desktop but you will get no mounts there [15:49] eh it would be great if it mounted the right thing [15:49] but it doesn't [15:49] what do you mean? [15:50] asac: Would you have some cycles to look into the build issue which Dave Martin reported on armel on ubuntu-mozillateam@lists.ubuntu.com? Would be great [15:56] * kenvandine_wk -> lunch [16:12] seb128: where is that option? I can use places for the volumes if I want. [16:13] chuckh1958: gconf-editor -> apps -> nautilus [16:13] chuckh1958: gconf-editor -> apps -> nautilus -> desktop -> volumes_visible [16:14] Is that on the menus somewhere or do I have to run it from a shell prompt [16:14] seb128: Is that on the menus somewhere or do I have to run it from a shell prompt [16:15] chuckh1958: there is no menus but you don't have to run it from a command line you can use the "run application" dialog or deskbar or whatever you want [16:15] thanks. I was trying to find it in the prefs menu but nothing looked close. [16:16] seb128: one would think such a nice tool would be available somewhere in the prefs meu. [16:16] chuckh1958: no [16:17] chuckh1958: it's not an user tool, it's in the applications, system tools menu but not listed by default [16:17] chuckh1958: you can use the menu editor to active it if you want though [16:18] seb128: Thanks. I really need to go through those inactive menu options some day. I'm a recent convert from kde and gnome is new to me. [16:18] you are used to a have a zillion options then ;-) [16:20] seb128: yep. :) I installed kubuntu originally after switching from PCLOS, but I hated kde4. I ended up converting my installation to generic ubuntu, except for kvirc. I can't find a decent IRC client for gnome. [16:21] seb128: what irc client are you using? [16:21] xchat-gnome [16:22] That looked promising except it didn't support socks and that's the only way I can bypass the corporate firewall for IRC access. === jmarsden_ is now known as jmarsden [16:25] when I get a chance I need to look at some of the socksifying programs for gnome [16:25] I tried pidgin for IRC but don't like the fact that if it's minimized, it doesn't notify you if someone types your nick in a message. [16:29] yikes! There's a root terminal option in the system menu and it doesn't prompt for a password! [16:33] chuckh1958: Did you already recently do something that gtk-sudoed -- most likely your session still "knows" it has sudo privs so it didn't prompt you? [16:33] probably. I ran synaptic a few minutes before. [16:41] asac: thanks for driving this call so well [16:42] pitti: ;) [16:42] * seb128 joined a few minutes after 17:30, that was a quick one apparently or it started earlier ;-) [16:42] seb128: it started at 1700 [16:42] seb128: bluetooth part was short [16:43] pitti: it was confusing. the mail said that seb should join at 1730 [16:43] heh [16:43] pitti: the email I received said 17 to 17:30 wifi and 17:30 to 18 bluetooth [16:44] anyway I'm not a bluetooth user nor have clue about the stack [16:44] so I would not have been really useful there [16:44] seb128: you are always useful ;) [16:44] seb128: don't worry, it was fine [16:44] asac: don't try to drop work on me, I can see you coming! ;-) [16:44] seb128: damn ;) [16:49] hello [16:49] lut crevette [16:50] pitti: hey someone said latest bluez-gnome works fine for fixed PIN code [16:50] \./ [16:51] * crevette does the breakdance [16:56] * kenvandine_wk tests bluez-gnome [17:04] paired... but can't send files :/ [17:05] jaunty ? [17:05] * kenvandine_wk doesn't know what he should be able to do :) [17:05] yeah [17:05] you're sending from nautilus-sendto or bluez applet ? [17:05] applet [17:06] what is the error ? [17:06] not supported [17:06] might be the device [17:06] it is a G1 [17:06] yeap [17:06] tried with nautilus-sendto [17:07] same thing [17:07] ok [17:07] * kenvandine_wk wonders what bluetooth on the G1 is good for :) [17:07] I guess you should open a bug upstream. [17:08] i think it is just meant for things like headphones... [17:09] hcitool info xx:xx:xx:xx:xx:xx should return you the supported feature of your G1 [17:10] your adapter is supported right ? [17:13] * kenvandine_wk tries [17:16] asac: I managed to caputre a new nm crash during a upgrade, lets see how that goes :) [17:16] (if we get a better backtrace= [17:16] ) [17:17] bug #342372 [17:17] Launchpad bug 342372 in network-manager "NetworkManager crashed with SIGSEGV in nm_policy_new()" [Undecided,New] https://launchpad.net/bugs/342372 [17:32] crevette: yay! [17:33] crevette: sorry, this day is loaded with phone calls and IRC pings; I'll get to it [17:36] mvo: lets pray for the retracers [17:40] asac, mvo: retracing didn't really work great [17:40] b7e7f000-b7f34000 r-xp 00000000 08:01 4376971 /usr/lib/libglib-2.0.so.0.1800.2 (deleted) [17:41] that's the missing symbols [17:41] ie glib get updated between the time your start it and the crash [17:42] you can probably reinstall the glib intrepid version and try using gdb locally [17:46] mvo: can you please log into intrepid vm before upgrade, install the -dbg packages, run gdb on the CoreDump? [17:46] asac: I can try that, the upgrade is currently running [17:46] seb128: thanks for the hint ;) [17:46] asac: a new/different one [17:46] mvo: abort it ;) [17:47] hehe [17:47] too late, erased already [17:47] mvo: you can setup a new one [17:47] mvo: dont you safe the start state? [17:47] sure, its trivial to do another one [17:47] just takes a bit until its finsihed [17:48] I will run one [17:48] install libglib2.0-0-dbg [17:48] man. why does the menu system hate me [17:48] mvo: you need more memory ;) [17:48] mvo: so you can just boot up a vm for forensics without waiting for upgrade runs to finish ;) [17:52] I need more IO [17:52] that is really my problem [17:52] mvo: are you doing this on your thinkpad? [17:52] no, my workstation [17:53] but io heavy operations (like copying base image so that they become test image) slows my machine a lot [17:53] mvo: get faster disks [17:53] mvo: SSD [17:53] or raptors [17:53] and loadvm/savevm does not work with kvm :( [17:53] that would speed things up a lot! [17:53] ouch [17:53] yeah [17:53] faster disks is the answer [17:54] mvo: the new intel thing can deal with 24G of mem [17:54] thats probably the fastest solution [17:54] and not even that expensive [17:54] e.g. do all the vm stuff in mem ;) [17:55] heh :) [17:55] Core i7 [17:55] hm, 2g ram = 25€ [17:56] Intel Core i7 920 4x2.67GHz BOX [17:56] mvo: there are kits for 24G of mem available that arent that expensive [18:12] kenvandine_wk: did you log those bugs regarding indicator-applet? [18:19] seb128: wow, there are new upstream releases of gdm 2.20 still? [18:19] pitti: yes ;-) [18:20] pitti: just some bug fixes changes though [18:26] uhm, it's just for me or latest pycentral is broken? looks like it doesn't recognize Python-Version: current [18:26] while the previous one worked fine here [18:29] rickspencer3: no... i will in a few [18:30] kenvandine_wk: thanks [18:30] please ping me when you've got them done [18:31] mvo: ^ [18:31] sure, i'll do it now [18:31] lapo: what error do you get? [18:34] seb128: tons of errors installing packages, I'm upgrading a machina so I have the exact error no more, but it was complaining that Python-Version was missing [18:34] complaining or breaking? [18:35] breaking [18:35] I installed the previous version and everything works fine [18:36] 0.6.11ubuntu2 works, 0.6.11ubuntu3 massive breakage [18:36] most python packages were not installable, my test package was checkbox, but a lot of them were affected [18:37] lapo: hrm, bad. what is the exact error message? [18:38] mvo: wait [18:38] http://pastebin.com/m4cc87f2f [18:38] sorry it's in italian, but I can't reproduce it now [18:39] mvo: something strange I noticed is that a pycentral version report 0.6.11ubuntu2 even with the 0.6.11ubuntu3 version installed [18:40] I'm installing on lpia, so maybe it's a wierd lpia thing [18:40] but python packages are neutral [18:42] mvo: note that the package actually has the Python-Version field eh [18:43] lapo: hm [18:45] jcastro: hey [18:45] jcastro: you stopped being on #gnome-hackers? [18:46] lapo: see #ubuntu-devel [18:47] need to run now, sorry [18:52] asac: Eh you're a hardware lover it seems [18:55] rickspencer3: 342410 342420 332468 342429 [18:55] i also tagged them all as notifications [18:55] * kenvandine_wk updates the wiki page [18:57] bug #342410 bug #342420 bug #332468 [18:57] bug #342429 [18:57] Launchpad bug 342410 in pidgin "IM windows opens automatically when new message is received" [Undecided,New] https://launchpad.net/bugs/342410 [18:57] schweet [18:57] Launchpad bug 342420 in pidgin "Notifications should not appear when you are in a chat" [Undecided,New] https://launchpad.net/bugs/342420 [18:57] Launchpad bug 332468 in evolution-indicator "should not show mail icon if no unread messages are available" [Undecided,New] https://launchpad.net/bugs/332468 [18:57] Launchpad bug 342429 in evolution "When evolution window is active, notifications are still displayed for new mail" [Undecided,New] https://launchpad.net/bugs/342429 [18:58] thanks guys [18:58] asac: Thanks for the tip to dave_m on xulrunner BTW! [19:02] rickspencer3: all linked at https://wiki.ubuntu.com/DesktopTeam/Meeting/JauntyIndicatorAppletTestCases/KenVanDine [19:03] kenvandine_wk: thanks. nice work === rickspencer3 is now known as rickspencer3-afk [19:23] lapo I uploaded a fix === rickspencer3-afk is now known as rickspencer3 [19:44] kenvandine_wk: I'm a little confused by bug 332468 [19:44] Launchpad bug 332468 in evolution-indicator "should not show mail icon if no unread messages are available" [High,New] https://launchpad.net/bugs/332468 [19:45] rickspencer3: i didn't file a new issue, there sort of was already [19:45] the general idea is the icon should show some message status [19:45] not just be there doing nothing [19:46] it does something [19:46] the design is that it is always there, and that the pidgin indicator is never there [19:46] it's the way to open pidgin once the notification icon will not be displayed [19:46] seb128: not for evo [19:46] well, it opens evo [19:46] right [19:46] or focuses rather [19:46] it also has an entry to open pidgin [19:46] but it doesn't show you if there are unread messages [19:47] so the original bug won't be fixed the way he wanted it [19:47] they decided to not list emails there [19:47] which makes sense [19:47] kenvandine_wk: that's why I'm confused. Is the bug that email messsages don't show up in it, or that it is present when there are no email messages to show [19:47] ted said ideally it will show you how many unread emails [19:47] you don't want 600 items in the menu in the morning when opening your email client [19:47] seb128: right... which is why he said just show a count [19:48] I guess that's a valid wishlist indeed [19:48] I think it's supposed to say something like "Email Messages (600 unread)" [19:48] then when you select that item, it opens evolution for you [19:48] his complaint was that it the mail icon is there for no obvious reason [19:48] rickspencer3: exactly [19:48] which it doesn't do yet [19:49] so that's a bug, that it doesn't show that yet [19:49] yes [19:49] is 332468 that bug? [19:49] fixing this satisfies his complaint [19:49] right now it is just there for no obvious reason [19:50] doesn't reflect status of mail, nothing [19:50] i can create a new bug, just seemed like fixing it would clear both up [19:50] I'm still confused about what 332468 is about [19:51] it's saying that there should be no indicator on the panel if there is no mail? [19:51] his complaint is that the icon is there at all, when there are no unread messages [19:51] sort of... that just isn't realistic [19:53] kenvandine_wk: that's not a bug imho, because the indicator allows you to open pidgin [19:53] is it supposed to allow you to open evolution as well? [19:54] kenvandine_wk: we should add the test case for how the applet should behave when there are no new messages [19:54] rickspencer3: i would say yes [19:54] define "open" [19:54] but it should also show you some status [19:54] seb128: good point' [19:54] "focus" [19:54] evolution can't be send the notification area as pidgin does [19:54] it won't register with the applet at all if it isn't running [19:54] it does focus evolution [19:55] yes [19:55] the use case states it should reflect status of new mail in the applet [19:55] which it doesn't do [19:55] I think it should launch the apps if closed, and focus if they are open already [19:55] rickspencer3: can't [19:55] can't what? [19:55] rickspencer3: it doesn't list the application if it's closed [19:55] evo doesn't even register if it isn't running [19:55] seb128: it lists pidgin, right? [19:55] nope [19:56] rickspencer3: if you have no pidgin nor evolution the applet is just not there [19:56] only when running [19:56] applet will be empty anyway [19:56] then hth are you supposed to run pidgin? [19:57] menu [19:57] hth? [19:57] or add it to your session [19:57] how the hell :) [19:57] oh [19:57] the opposite of "hope that helps" [19:57] haha [19:57] lol [19:57] well, as you always did [19:57] you never got a notification area icon before running it [19:58] so you go go "Applications -> Internet -> Pidgin" and the envelope appears [19:58] yes [19:58] yes [19:58] kenvandine_wk: could you please add that to the test cases [19:58] and the fusa status too [19:58] what happens if you open evolution and not pidgin? [19:59] same thing [19:59] (or what is supposed to happen) [19:59] to be honest I like the notify-osd changes but I'm not convinced by the message indicator [19:59] ok, please add that too [19:59] I'd like to ensure that we: [19:59] I don't see what value it adds there [19:59] 1. Have pinned down the expected behavior by Monday [20:00] 2. We know where it is not behaving as expected, and there are bugs for each one [20:01] seb128: i like it... for pidgin anyway [20:01] rickspencer3: not sure what you want me to add... the MI just isn't designed to launch apps that aren't already running afaik [20:02] kenvandine_wk: I don't see how it's different of the notification area icon since it opens dialog on screen when I receive message and never list anything in the indicator [20:02] add what they are supposed to do if: [20:02] 1. The user starts up Ubuntu, and neither pidgin or evo are open (does not appear, I believe) [20:02] 2. Starts up just pidgin [20:02] 3. Starts up just evo [20:03] seb128: it lists each individual inbound chat and can take you to each, before it would blink and when you clicked on it you would get a random chat [20:03] 4. Starts up pidgin and evo [20:03] and the icon would keep blinking [20:03] until you clicked enough times :) [20:03] rickspencer3: sure [20:04] seb128: so now you get a nice list of just the things you might care about and you can go directly to each [20:04] it should only take a moment, but I feel the sands running out of the bottom of the hour glass and we need to be disciplined to get the most out of next week [20:04] i just wish it would take me to the spot in the irc chat where my name was highlighted :) [20:04] so, thanks for capturing that kenvandine_wk [20:05] kenvandine_wk: that's not my experience but I will try on a new jaunty install next week [20:06] kenvandine_wk: I think we need a specific bug for evolution messages not appearing in the messaging indicator [20:06] I have an old laptop with a 450MHz CPU and only 128MB RAM. This makes Xubuntu a bit too heavy, so I thought I'd install ubuntu but use LXDE instead. It's possible to not install gnome using the alternate cd, right? [20:08] XiXaQ: hey, try #ubuntu for user questions, this channel is focussed on the ubuntu desktop work [20:08] I've no clue about the alternate CD or I would reply [20:08] oh, I'm sorry. I actually joined the wrong channel. :) [20:08] but #ubuntu guys might know [20:08] thansk. [20:08] XiXaQ: it's no problem [20:08] we'd answer if we knew :) [20:09] you could try your LoCo channel as well, as #ubuntu is quite busy [20:09] I think I'll hang around anyway, cause I have some ideas for the desktop, which I'd like to get some feedback on. [20:10] good idea [20:11] now might not be the best time to get a reply since it's friday in quite some timezone [20:11] obviously. :) [20:11] but don't hesitate to try again during the week if you get no reply now ;-) [20:13] updated https://wiki.ubuntu.com/DesktopTeam/Meeting/JauntyIndicatorAppletTestCases [20:13] you're the guy working on Evolution, aren't you? One of the things I'd like to get some attention to, is adding SyncEvolution and Genesis to the default desktop. Who doesn't have a mobile phone and would like to sync it with their desktop? [20:15] eh [20:17] i don't know what syncevolution and genesis are, but i'm going to guess they're suboptimal, like everything else that attempts to do sync on linux :-/ [20:17] XiXaQ: we don't do upstream code, syncing is something which is not optimal right now [20:17] no, they're really nice. [20:18] it's a bit late in the cycle for jaunty but feel free to mail the ubuntu-desktop mailinglist to suggest it for next cycle [20:18] we need a proper sync framework for the desktop [20:18] that was my initial idea. [20:18] SyncEvolution with Genesis as a frontend, works brilliantly. [20:19] seb128: kenvandine_wk: thanks for dialing in on the indicator-applet. Now fear the awesome power of pm-dashboard [20:19] hehe [20:19] so what is pm-dashboard? [20:19] it depends on a syncml server though, but there are many foss implementations, and many free services out there. [20:19] i feel like i should know that :) [20:20] so what do i do for something that doesn't do syncml? :) [20:24] dobey: what would you sync against that doesn't do syncml? [20:26] my old visor or palm device? [20:26] my ipod? [20:27] gps devices? [20:59] heh, doesn't ipod support syncml? :) [20:59] when you're talking about gps, then I guess you're not talking about syncing PIM data? [21:03] sure. why shouldn't my gps have access to my contacts' addresses? [21:10] because the manufacturer obviously decided that wasn't something you'd ever want, since they didn't add support for syncml like everyone else. :) [21:13] whatever [21:16] but I'm not saying that other devices are unimportant. I'm saying that the billions and billions of devices that do use syncml are. [21:17] ... important. :) [21:17] tomtom apparently uses a csv file for it [21:21] sure but we need a proper framework, not wedging stuff that does work for a few people on a few phones [21:21] hehe, on a few phones? Can you mention one phone made in this century that doesn't support syncml? [21:22] becasue the phone supports syncml doesn't mean the software on the pc works with the phone [21:24] which is why I'm proposing syncevolution and genesis, which communicates via software that works with both desktop software and mobile device software. === Amaranth is now known as EvilAm === EvilAm is now known as Amaranth