[02:48] ahh so unity-2d was also dropped caused in qt5 qtquick is moving to opengl ES 2.0 === cpg is now known as cpg|away === cpg|away is now known as cpg [03:49] dpkg: error: parsing file '/var/lib/dpkg/status' near line 26005 package 'libsdl-net1.2:i386': mixed non-coinstallable and coinstallable package instances present [03:50] while dist-upgrading precise->quantal [03:51] Multiarch is fun. [03:52] Yeah [03:52] not really sure how to work around it [03:53] dpkg seems basically dead in the water === fenris is now known as Guest72521 [03:54] like, dpkg -l doesn't even work [03:57] * SpamapS does something unholy and just removes the bad entry there [04:03] SpamapS: bug #1015567, I'm afraid [04:03] Launchpad bug 1015567 in dpkg (Ubuntu Quantal) "upgrade failed: mixed non-coinstallable and coinstallable package instances present" [High,Triaged] https://launchpad.net/bugs/1015567 [04:03] slangasek: thanks, was just about to head off looking into whether or not it was a bug/known === fenris_ is now known as Guest72079 [04:44] SpamapS: It's known, but no one's had a chance to look into a "sane" migration/fix yet. [04:45] (I also still contend that the check is a complete joke, since it doesn't trigger in other cases that could be equally broken, so maybe just removing it would be fine) === BenC_ is now known as BenC === cpg is now known as cpg|away === smb` is now known as smb === amitk_ is now known as amitk === Sweetsha1k is now known as Sweetshark === mcclurmc_away is now known as mcclurmc [09:50] @pilot in === udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: tjaalton === ricotz_ is now known as ricotz [10:13] ScottK: hi, do you have any plans to merge our python-defaults with debian? [10:13] there were some important dh_python2 fixes in 2.7.3-1 and 2.7.3-2 [10:43] mpt: in quantal, in the system menu i have: "Log Out...; Suspend; Hibernate; Restart...; Switch Off..." [10:43] * xnox manually enabled hibernate [10:43] mpt: how come suspend/hibernate do not have '...' at the end? [10:45] Don't they act immediately rather than producing a dialog? [10:47] xnox, what cjwatson said [10:47] cjwatson: mpt: ok. [10:47] http://developer.gnome.org/hig-book/3.4/menus-design.html.en#menu-item-type-command [10:48] "…" means "you're going to need to provide more input to complete the primary function of this command" [10:48] 3.4 hig [10:48] Although there is an argument from the HIG text there that Log Out and Switch Off shouldn't have … either, since they only present a confirmation dialog [10:48] I don't know if that wrinkle is somehow controversial [10:48] oh... goodies. need to read it =) [10:49] 3.4 was just the current link; AFAIK the ellipsisation advice has been there forever [10:51] Yeah, we diverge from the Gnome HIG in that we make no distinction between a confirmation alert and other types of input [10:52] (For example, the confirmation alert might have a checkbox in it like "Install updates before switching off", or might offer multiple choices like "Restart" vs. "Restart Into Windows") [10:54] For reference, do we have documentation of our HIG divergences anywhere? [10:55] I think the Gnome HIG has the "ignore confirmation alerts" guideline only because the classic Mac OS guidelines did, but even OS X doesn't [10:56] cjwatson, no, that would be priority #2 where priority #1 is to have our own guidelines to diff between :-) [10:56] Heh [10:56] I know how it is [11:03] bdmurray: the sponsoring overview is not updated any more. do you know why? [11:20] point of interest 3.6 libreoffice spash is weird. i liked previous one better... === yofel_ is now known as yofel [11:34] What is the best way to make a script run very early on (i.e. as the first thing upstart does) after remounting / read-write and before any udev/hotplug events are processed [12:12] hm.. ok. i'm out of ideas. anyone see what is wrong here [12:12] https://bugs.launchpad.net/ubuntu/+source/choose-mirror/+bug/1031696 [12:12] Launchpad bug 1031696 in choose-mirror (Ubuntu) "incorrectly claims "no support for specified release"" [Undecided,New] [12:18] alexbligh, i dont think you can accomplish that. [12:19] udev starts on virtual-filesystems, which i do not believe depends on mounted / rw [12:19] although when i say that it doesn'tmake much sense. sosomething must block processing of hotplug/udev events until after rw [12:21] smoser: in the second screenshot (that one from busybox) the grep isn't searching in the output from wget but in the file "Release" from the filesystem (see Release in the grep call) [12:21] geser, well, he did both [12:21] first one he just grepped from the file [12:22] second he did the wget [12:22] oh. [12:22] no [12:22] you're right. [12:24] smoser, so if I do "start on starting udev and started virtual-filesystems" then I am going to create some form of dependency loop? [12:25] udev is "start on virtual-filesystems" [12:25] i dont know what would happen. [12:26] Hmmm, in this case I can guarantee the only filesystem is the root filesystem which is initramfs and already about. mountall is just going to remount that r/w (I presume it's mountall which does the remount r/w) [12:28] I don't think I can use "stopped mountall" as presumably mountall is only stopped after it has emitted all the events. [12:28] (incl. the one that starts udev) === _salem is now known as salem_ === dendro-afk is now known as dendrobates [13:09] alexbligh: lets continue this on #upstart. [13:17] tumbleweed: how about a u-d-t release? === dendrobates is now known as dendro-afk [13:28] starting daemons... [13:29] one day I will find time to learn what is ubuntu way of having daemons installed and not started on boot even after package update [13:31] stgraber, heh, the lightdm/gdm mail on the ltsp list is funny ... so he did all that work but still needs the same user locally ... somone should tell him that this is the actual readon for ldm to exist :) [13:31] *reason === dendro-afk is now known as dendrobates [13:36] hrw, tl;dr: an entry in /etc/default/packagename along the lines of "ENABLED=0", and an init script which bails out unless ENABLED=1 [13:36] e.g. see dnsmasq [13:37] directhex: thanks [13:40] hrw: it's covered in a generic fashion in the Upstart Cookbook too. See http://upstart.ubuntu.com/cookbook/#pre-start and http://upstart.ubuntu.com/cookbook/#post-stop. [13:40] ogra_: haven't read too closely, but it sounds like he needs scotty's libpam-ssh and libnss-ssh [13:40] stgraber, right [13:41] i just find it funny how people invest a ton of work without talking to anyone before they start and then end up in the same situation all others did before them [13:42] ogra_: it's things like that that cause me to grind my teeth and then having the dentist telling me to stop stressing so much [13:42] bdrung: as usual, I'd like to do a pass through the bugtracker first [13:43] jocarter, who are *you* ? [13:43] *g* [13:43] I'm the artist previously known as highvoltage [13:43] tumbleweed: then go ahead. :p [13:43] is that a permanent change ? [13:44] ogra_: I think so. I tried changing away from highvoltage before but there was a lot of resistance [13:44] *badish* [13:44] lol [13:47] doko_, just noticed the java-common package is still installing the architecture-less symlinks for openjdk-6 - we should probably drop those [13:48] (I can do that if you agree) [13:57] jocarter: i will be calling you jo forever now. [13:57] * xnox expects you to respond to 'jo:' pings ;-) [14:00] infinity: ping, do you remember what APT bugs I had to look at? [14:01] NCommander, just look at all of them :P [14:01] (and fix them indeed) [14:03] * NCommander glares at ogra [14:18] * xnox lines up apt bugs in alphabetical order for NCommander (while winking at ogra_) [14:18] xnox: [A-Z][a-z]? Or are you using an extended alphabet which has more letters :-) [14:19] NCommander: есть же и другие алфавиты... [14:19] How very cryillic of you :-) [14:20] *cyrillic [14:20] ;( [14:20] ;) [14:20] * xnox typing fail [14:20] * NCommander still remembers the days of fidonet and spam on DOS could be identified by blocks in Fidomail [14:21] * NCommander suddenly feels old as hell [14:22] * NCommander <3 ProcommPlus for DOS [14:22] * xnox never used fidonet..... [14:23] What ubuntu team just did with the last update? it messed around with kubuntu-desktop http://bpaste.net/show/8uqye6UT9JCKGHcVgDuS/ thanks for wasting my time with this [14:23] that's a bit overly aggressive [14:23] i386 devel libs is useless and I can't compile wine, other great thing I would thank for too [14:23] I expect whoever made the change in question would need a significantly more complete report than that, including e.g. which Ubuntu release you're using [14:23] killown: if I was you, I'd wait for the mirrors to catch up. [14:23] That looks like aptitude [14:24] but cut the sarcasm, please [14:24] it doesn't help anyone [14:26] bdrung: the sponsoring report is a dholbach thing [14:31] bdmurray: he is on holiday and told me that you are able to deploy changes [14:33] bdrung: I only have read access to the files there... [14:34] Daviey: ping [14:36] bdmurray: do you know who has access to it? [14:36] bdrung: yes, dholbach [14:36] NCommander, you're not old, you were precocious [14:37] Daviey: it seems you dropped smbfs with this merge : https://launchpad.net/ubuntu/+source/cifs-utils/2:5.4-1ubuntu1 [14:37] Daviey: was it intentional? what replaces smbfs in that case [14:37] bdmurray: is the sponsoring script run on his private machine? [14:38] Daviey: Debian still has smbfs apparently : http://packages.debian.org/source/unstable/cifs-utils [14:41] janimo: somewhere, I have a box of token ring adapters, and a copy of OpenVMS for Itanium :-) [14:41] * NCommander has had notions of wiring up a DECnet network at home [14:41] NCommander, ok then, s/precocious/crazy/ [14:42] :-) [14:42] I am older than you and only know those from history books [14:42] by which I mean IT books printed in the early 90s [14:43] If it weren't for the fact everything here is on VoIP, I'd stick a modem in my itanium system and wire up uucp [14:43] (dial-up is suprisingly useful in some of the places I go to) [14:47] postfix supports delivery via uucp. [14:51] ScottK: curious if it will handle a bangpath email [14:51] * NCommander notes Thunderbird (used to) explode when you fed it one [15:00] NCommander: that got turned off by default some time a go, iirc [15:01] AS IT SHOULD [15:01] you don't like have addresses like ..!someisp!canonical!lamont [15:04] NCommander: not since the late 80s [15:04] and the lasthop was !hpda!lamont then === doko_ is now known as doko [15:05] * NCommander remembers HP-UX and feels slightly sick :-P [15:13] can anyone remind me where the 'update only to the next LTS' flag is for a server [15:14] apw: just use do-release-upgrade -d [15:14] apw: d/ [15:14] and it'll upgrade to precise [15:14] bah [15:15] /etc/update-manager/meta-release [15:15] lamont, ahh /etc/update-manager/release-upgrades thanks for the right area [15:15] apw: pastefail [15:16] sorry [15:16] lamont, heh :) === JanC_ is now known as JanC [15:43] 2706 ogra 20 0 2172m 746m 21m R 102 4.7 5938:06 compiz [15:43] hmpf [15:43] (thats an idling machine) [15:46] ogra_: don't oppose the progress! :) [15:47] haha [16:02] doko, do java-access-bridge and java-atk-wrapper do the same thing? [16:10] cjwatson: where do things sit with bug #926340? seems glatzor hasn't replied to your last proposal [16:10] Launchpad bug 926340 in aptdaemon (Ubuntu Precise) "aptd crashed with UnicodeDecodeError in _set_error(): 'ascii' codec can't decode byte 0xc3 in position 9: ordinal not in range(128)" [High,Triaged] https://launchpad.net/bugs/926340 [16:12] slangasek: as you say - I was waiting for him to respond [16:12] looked for him on IRC this morning actually but he wasn't around [16:12] IME he's not very irc-catchable [16:13] I'll mail him [16:13] ok [16:15] cjwatson: python3-debian, any patch-queue review updates? [16:15] not yet, sorry, I meant to take care of that in my holiday last week but was stymied by lack of internet [16:16] cjwatson: ah ok. there are two patches send to you in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625509 for python2 compat [16:16] Debian bug 625509 in python-debian "python-debian: please port to Py3k" [Normal,Open] [16:17] cjwatson: ok. no rush =) [16:17] yeah I saw [16:17] right, off homenow, but at least irc is running in screen now [16:17] xnox: so do you know anything about this autofs use of /etc/nsswitch.conf? [16:17] not convinced about the subprocess one, I want to take a different approach there [16:17] (I'd rather use universal_newlines and make it work, than give up) [16:17] xnox: I can't find any relevant entry points in libnss_nis, so I'm not sure what this has to do with nsswitch at all [16:18] slangasek: no, not really. it's just that the bug is filed against older autofs5 vs newer autofs package [16:18] and I want to test what's going on. i remember poking that code while doing the merge and fixing other bugs. === cpg|away is now known as cpg [16:20] * slangasek nods [16:20] slangasek: The parsing code that's throwing the error is fairly easily greppable in the autofs5 source. [16:21] slangasek: My assumption is that it's vomiting over the [WHATEVER=something] syntax [16:23] (Oh, that assumption would be based on me not continuing to read the bug comments where adding a line "fixes" it?) [16:28] i am confused as to what is the bug reported here. [16:29] nsswitch.conf is valid syntax [16:29] yes [16:29] auto.master seems to configured correctly and it does work for me. [16:29] nsswitch.conf is valid syntax, and autofs has its own wrong parser for nsswitch.conf [16:29] what's different in the reported setup that breaks? [16:29] hm... cause autofs expects spaces around [ ] ? [16:30] dunno [16:39] slangasek: ok. thanks for that comment. now i am back to dmraid. [16:41] bdmurray: what put bug #488696 on your radar? [16:41] Launchpad bug 488696 in autofs5 (Ubuntu Precise) "syntax error in nsswitch config near [ syntax error ]" [High,Confirmed] https://launchpad.net/bugs/488696 === vibhav is now known as Guest54907 [16:46] slangasek: for security support, icedtea-6-plugin should be demoted and icedtea-7-plugin promoted, correct? [16:47] meh [16:47] slangasek: nm [16:47] sbeattie: ^ [16:47] slangasek: the release task nominations [16:48] sbeattie: it looks like this is what icedtea-web is doing now, and thought I'd fix the component-mismatches if you tell me so [16:48] jdstrand, I'd +1 that - lines up with the Java 6 -> 7 transition [16:48] (and it was me that just switched the 'default') [16:49] bdmurray: ah, ok [16:51] jamespage: ack [16:52] jdstrand: yeah, that's correct. [16:53] jamespage, sbeattie: thanks, I'll adjust [16:53] jdstrand, marvellous - thanks === cpg is now known as cpg|away [16:54] (done) [17:00] slangasek: both mdadm and dmraid have support for isms [17:00] s/isms/imsm/, the intel raid [17:01] and both try to assemble them in udev/initramfs [17:01] @pilot in === udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: tjaalton, smoser [17:01] i will disable intel and ddf in mdadm for now, and will think about how to migrate from one to another... [17:02] since there is no way to know. [17:02] to know what the user wants. [17:02] the device names and symlinks generated are different === cpg|away is now known as cpg [17:07] mterry: do you have any test case ideas for bug 818760? I've uploaded an SRU for precise for it. [17:07] Launchpad bug 818760 in update-manager (Ubuntu Precise) "update-manager crashed with timeout in readline(): timed out" [High,In progress] https://launchpad.net/bugs/818760 [17:08] bdmurray, no... I couldn't reproduce myself. I just looked at the stacktrace and used that to fix the bug [17:12] jamespage, java-access-bridge is obsolete now [17:13] doko, thats what I thought looking at it; as it FTBFS I'll file a removal bug report [17:13] yes, sounds fine [17:14] xnox: ok, cool [17:16] @pilot out, meh [17:16] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [17:16] bah [17:16] @pilot out === udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: smoser [17:30] I found this in germinates output : ? Unknown desktop-common package: fonts-freefont [17:31] shouldn't that be fonts-freefont-ttf ? [17:32] cjwatson: ^ bzr log says you changed this :) [17:32] shadeslayer: Yeah, looks like a source/binary thinko. I'll fix. [17:33] infinity: awesome [17:34] shadeslayer: Committed. [17:34] thanks [17:34] now if someone could just tell me why smbfs was dropped .... [17:35] shadeslayer: In edgy...? [17:35] * shadeslayer is yet to find a reason for that [17:35] infinity: quantal [17:35] apparently Daviey did a merge and it disappeared [17:35] Oh, the log shows it being dropped in edgy. :P [17:35] whut [17:35] infinity: it comes from cifs-utils [17:35] !info smbfs precise [17:35] smbfs (source: cifs-utils): Common Internet File System utilities - compatibility package. In component main, is optional. Version 2:5.1-1ubuntu1 (precise), package size 3 kB, installed size 47 kB [17:35] !info smbfs quantal [17:35] smbfs (source: cifs-utils): Common Internet File System utilities - compatibility package. In component main, is optional. Version 2:5.1-1ubuntu1 (quantal), package size 3 kB, installed size 47 kB [17:36] dafuq [17:36] ahh [17:36] yes, as you can see, current cifs-utils is 2:5.5 whereas ubottu reports 2:5.1 [17:37] !info cifs-utils [17:37] cifs-utils (source: cifs-utils): Common Internet File System utilities. In component main, is optional. Version 2:5.1-1ubuntu1 (precise), package size 64 kB, installed size 176 kB [17:37] shadeslayer: So, I see both smbfs and cifs-utils seeded... [17:37] infinity: but smbfs doesn't exist ... https://launchpad.net/ubuntu/+source/cifs-utils/2:5.5-1ubuntu1 [17:37] shadeslayer: Oh, you weren't talking about seeds anymore. Check. [17:37] nope [17:38] infinity: I'm talking about completely missing binary packages in the archive [17:39] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620847 [17:39] Debian bug 620847 in smbfs "Keep shipping smbfs package with smbfs wrappers?" [Normal,Fixed] === deryck is now known as deryck[lunch] [17:40] shadeslayer: I think the answer here is "transition to using cifs-utils, and stop relying on smbmount" [17:40] got it [17:41] I guess I saw the transitional package on packages.debian.org [17:41] * shadeslayer fixes his seeds [17:45] shadeslayer: Fixed the samba-server seed in quantal too. [17:46] yay [17:47] infinity: uh ... wait, I don't understand, samba-server seed? 0.o [17:47] shadeslayer: For the "samba-server" Task. It installed smbfs, which used to pull in cifs-utils transitively. [17:48] shadeslayer: Which obviously doesn't work anymore. :P [17:48] ahh ok [17:48] infinity: though, I'm curious as to where the samba-server task resides [17:49] apt-get install samba-server^ [17:49] (or use tasksel) [17:50] uhh [17:50] !find samba-server quantal [17:50] Package/file samba-server does not exist in quantal [17:50] It's a task, not a package. [17:51] * shadeslayer looks [17:51] apt-cache show samba | grep ^Task [17:51] ahhhh ok [17:53] hggdh, https://launchpad.net/~linaro-maintainers/+archive/overlay/+packages?field.name_filter=linaro-boot-utils&field.status_filter=published&field.series_filter=precise [17:55] hggdh, http://paste.ubuntu.com/1123801/ [17:57] hggdh, http://people.canonical.com/~ogra/uboot/ === mcclurmc is now known as mcclurmc_away === deryck[lunch] is now known as deryck === cpg is now known as cpg|away [19:23] slangasek: looking at the libbonobo SRU.. does this mean all the reverse deps have to be rebuilt, or just *tested* to build with the new one? [19:23] $ apt-cache rdepends libbonobo2-0|wc -l [19:23] 45 [19:23] SpamapS: just tested to build [19:23] ok [19:24] SpamapS: just tested, yes [19:24] stokachu: ^^ have libbonobo revdeps been build-tested now? [19:27] can someone take a look at https://bugs.launchpad.net/ubuntu/+bug/1031886? [19:27] Launchpad bug 1031886 in Ubuntu "[needs-packaging] unity-lens-help" [Undecided,New] [19:27] at UDS-Q, sabdfl showed interest in a help lens [19:28] it should already have a package [19:32] SpamapS: hold off on nis in -proposed please [19:33] slangasek: ok. Is it broken-er than before? [19:33] SpamapS: there's at least one regression, bug #993291 [19:33] Launchpad bug 993291 in nis (Ubuntu Quantal) "[SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown initscript, /etc/init.d/nis not found." [Medium,Fix released] https://launchpad.net/bugs/993291 [19:33] and I think there may be another one, which is what I was looking for when stumbling upon that one [19:34] slangasek: should we mark bug 569757 verification-failed ? [19:34] Launchpad bug 569757 in nis (Ubuntu Oneiric) "NIS upstart dependency broken for lucid" [High,Fix committed] https://launchpad.net/bugs/569757 [19:35] SpamapS: just doing so now, but wanted to make sure I got you directly to avoid any race conditions :) [19:36] slangasek: consider me blocked === zyga is now known as zyga-afk [19:56] SpamapS: ok, further analysis tells me that publishing the nis SRU for lucid should be safe: https://bugs.launchpad.net/ubuntu/+source/nis/+bug/569757/comments/75 [19:56] Launchpad bug 569757 in nis (Ubuntu Oneiric) "NIS upstart dependency broken for lucid" [High,Fix committed] [19:56] SpamapS: btw, the tags on that bug ended up being 'verification-done verification-done-lucid verification-needed'... what's that supposed to mean? [19:57] I've seen similar tag sets applied to other SRUs, but I'm not aware that the report tools do anything useful with such a combo, and AFAIK it's not documented on the SRU page [19:58] slangasek: I implemented verification-done- into sru-report a few weeks ago [19:58] ah [19:58] then shouldn't it be *just* verification-done-, without the verification-done tag? [19:58] yes [19:59] using both was the old way of doing it as sru-report wouldn't mark it green [19:59] so in the past most people would mark verification-done + verification-done-SERIES, then when accepted, the SRU team member would reset verification-done until all series were verified [19:59] which was rather confusing, so for bugs like that, the "right" way of doing it now should be to only use the -SERIES tag === plars_ is now known as plars [20:36] @pilot out === udevbot changed the topic of #ubuntu-devel to: Quantal Quetzal development | Archive: Open (DIF) | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [20:57] what happened to firefox that's causing pdfs to now load in-browser in some horribly slow reader? [20:57] is this just me? [20:58] slangasek: installing the adobe pdf reader can do that [20:58] not installed [20:58] slangasek: firefox now has a built-in pdf viewer [20:59] slangasek: à la chrome [20:59] slangasek: we integrated reading [20:59] :D [20:59] mdeslaur: how do I turn it off? [20:59] this is not a feature [20:59] slangasek: you cannot atm [20:59] argh [21:00] https://bugzilla.mozilla.org/show_bug.cgi?id=752676 [21:00] Mozilla bug 752676 in PDF Viewer "Control pdf.js and Other PDF Plugins using Application Preferences" [Normal,Verified: fixed] [21:00] :D [21:00] dpkg -P firefox? [21:00] mdeslaur: and use what instead for the browsing? [21:01] slangasek: w3m-img! :P [21:01] well, pdfjs.disabled lets me disable it entirely; still doesn't let me view pdfs directly in evince, I have to save them to file now :/ [21:01] mdeslaur: away with you, troll [21:01] lol [21:02] the retro-grouches I work with have started to rub off on me :) === dendrobates is now known as dendro-afk [21:31] slangasek: re the tags on the nis SRU.. IIRC there was also a Fix Committed task for another release, so verification-done + verification-needed == purple on the SRU report === salem_ is now known as _salem [21:51] hello, i am writing an app with quickly-pygtk-glade and i have some questions...i want to show a dialog and get the return id... [21:52] i used the run() method [21:52] but then i closed the dialog and try to reopen it [21:52] and i got an emtpy window [21:52] clepto, see /topic ... #ubuntu-app-devel might be a better place to ask this [21:52] thanks! [22:01] Hi, I'm searching for some information on how ubuntu handle multimedia keys on my keyboard, can anyone show me some directions? [22:04] enapupe: /usr/share/doc/udev/README.keymap.txt.gz [22:06] wow, now i'm 1 step ahead, ty very much slangasek ! [22:09] now, I was abble to find this: scan code: 0xC00CD key code: playpause // I would like to reproduce the effect of pressing this key, is this possible? === cpg|away is now known as cpg [22:18] enapupe: there's no good way to emulate keypresses that I know of [22:18] slangasek: xdotool seems to work just fine, but it wont understand the multimedia keys [22:19] xdotool key Alt+F4 // this works fine, prompts me to close the terminal [22:20] AFAIK my keyboard works as 2 eventX instances, 1 for regular keys and another to multimedia [22:20] yes, the problem with emulating multimedia keys is that many of them are mapped outside of the range of keycodes that can be represented in X - so they're actually bridged to the desktop via a dbus service [22:21] is thing something on the driver level? [22:22] no [22:22] it might be gnome-settings-daemon intercepting these directly? [22:23] sudo /lib/udev/keymap -i input/event5 [22:23] scan code: 0xC00EA key code: volumedown [22:23] ^C [22:23] this behavior answers the question? [22:42] Who usually handles migration of a package that's aged in proposed and is verification-done? [22:43] sru team [22:43] NCommander: on Wednesday it's SpamapS [22:44] SpamapS: are you around? I'd like to see highbank migrate, its verification-done and in proposed [22:44] * NCommander fishes for a bug [22:44] SpamapS: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1004018 [22:44] Launchpad bug 1004018 in libdebian-installer (Ubuntu Precise) "Add highbank images" [High,Fix committed] [22:45] NCommander: infinity had asked me to leave those to him. [22:45] infinity: ^^ ? [22:45] SpamapS: ah [22:45] NCommander: but yes, they appear to be ready [22:45] SpamapS: any chance you can push LP: #953922? [22:45] SpamapS: great, I'll nag infinity then. [22:45] SpamapS: is that one not appearing on your list, or do you guys just have a back log? [22:46] mdeslaur: its there. I stopped 2 short of it. ;) [22:46] totem and remmina are in front of it [22:46] SpamapS: ah, cool. thanks...I wasn't sure if I did something wrong or not. [22:47] mdeslaur: no, looks good. If its small I can do a quick queue jump.. [22:54] mdeslaur: accepted :) [22:55] SpamapS: awesome, thanks! [22:55] slangasek: found a way! echoing the keything to \dev\input\event5 [22:55] ah, interesting [22:56] don't ask me wtf is this keything, the weirdest string ever seen [22:56] i don't know what kind of encoding it is [22:57] backslashes FTW [22:58] :T [22:58] scientes: would you believe if I say that i wrote corretly before, then deleted and typed wrong? [22:59] maybe is my IRC client font which makes the slashes uggly ;P