[00:18] is there a reasonable way (maybe through dbus) 1. when the screensaver goes active/the screen is locked and 2. when the user is prompted for their password? (I want to run some intense stuff during idle time, and disable it as soon as the user is prompted for their password, as it causes significant keyboard latency) [00:25] Hrm AuthenticationRequestBegin exists, but only on org.gnome.ScreenSaver, is there no freedesktop interface? === timrc is now known as timrc-afk === mwhudsono is now known as zz_mwhudsono [01:44] how can I tell ant to take openjdk-7-jdk for compiling (which I installed) and not to use openjdk-6 (JAVA_HOME=usr/lib/jvm/java-6-openjdk-i386/jre). [01:53] ok, need to build-conflict on openjdk-6-jre-lib === freeflying_away is now known as freeflying === rww is now known as rwd === rwd is now known as rww [07:29] I'm trying to get involved with Ubuntu development. Is there anything I should be reading to get started besides this wiki? http://packaging.ubuntu.com/html/ === zz_mwhudsono is now known as mwhudson [07:54] spec4d, depends on how you want to help [07:55] That's just packaging, and it's not particularly complete === warp10_ is now known as warp10 [08:31] well I've been trying to fix a bug with Ubuntu Software Center, but I can't even get that to compile for me to test the patch I wrote. I'm not really tied to any piece of software or project in Ubuntu at the moment. I'm just trying to get used to the process and contibute. [08:40] ok. A few questions. 1. what bug? 2. what version of ubuntu are you one? 3. Are there any specific packages you'd like to help with? [08:41] https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1107824 [08:41] Launchpad bug 1107824 in software-center (Ubuntu) "Not obvious how to access payment support from the UI" [Medium,Triaged] [08:41] ^easy stuff, but like I said I'm more concerned with just learning the process (for the moment) [08:41] I'm on 13.10 [08:42] spec4d, how are you building the USC package? [08:43] also development of patches etc, should be done against the current devel series (i.e trusty) [08:43] of course :) [08:45] I've been trying to follow this. I got as far as the "testing the fix" section, but I don't know enough about USC bzr, pbuilder and dpkg to get it to compile. http://packaging.ubuntu.com/html/fixing-a-bug-example.html [08:46] I tried following the sources readme and that did not help either [08:47] Use "pbuilder-dist trusty amd64 create" to make a schroot, the "debuild -S" and "pbuilder-dist trusty amd64 build" to build it [08:49] Thanks I'll look into that. I'm used to using vbox in windows development, but I don't have that much experience with chroots. [08:50] The funny thing about programming is that the first part of the learning curve always looks like a cliff :) [08:50] But I have a CS degree so I'm used to that [08:50] spec4d, in the most basic form, a chroot is a temporary VM for building stuff in. one command and then it works then removes itself [08:51] and you're right. That's sorta why i still don't know any actual programming languages [08:52] I geuss I know what you mean. I don't know python, but that didn't stop me from writing this patch. lol [09:04] Noskcaj, don't spread lies :) a chroot is nothing like a VM [09:05] darkxst, it's still a decent explaination [09:06] Lol. I installed Crouton once on a chromebook so I already know the diff [09:06] and pbuilder is not really your typical chroot [09:06] But that was my only real experience with it [09:09] for -weather: many icons are under a non-DFSG-compliant license [09:09] woops, wrong channel [09:09] darkxst, ^ [09:13] Noskcaj, what license? [09:16] darkxst, I'll look into it tomorrow, that was just my reply from debian === mwhudson is now known as zz_mwhudson [09:41] dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/software-center_13.05-0ubuntu4.diff.8WQK7Z [09:42] ??? Does that mean the source on my machine isn't latest [09:49] spec4d, that means the .orig tarball is probably messed up [10:04] I think what happened is BZR branched the 13.10 source instead of 14.04 and it's complaining about it not being latest. Does that make any sense? [10:21] Wait. Where am I supoused to grab source from. "bzr branch ubuntu:software-center" gives me an out of date copy. Should I be grabbing it using " bzr branch lp:software-center" [10:21] ? [10:40] spec4d: If the Ubuntu branch is out of sync with the archive, what you want is "pull-lp-source software-center" [10:40] Since the archive is authoritative. === balloons_ is now known as balloons [11:00] Thanks infinity. That looks like it will work. === ikonia_ is now known as ikonia === dobey_ is now known as dobey === timrc-afk is now known as timrc === debfx_ is now known as debfx === ogra_` is now known as ogra_ [18:44] Hi Jackson. === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === zz_mwhudson is now known as mwhudson [19:16] oh, hey Logan_ [19:16] i really need to pay more attention to irc [19:16] Or be pinged by "Jackson." [19:16] Because I often ping people with their real names. Just to be anarchist or something. [19:18] fixed [19:19] Logan_: Ping me? ;) [19:20] Hi Unit. :P [19:20] Eww. === Ursinha-afk is now known as Ursinha === Ursinha is now known as Guest84807 [20:04] I'm creating a package (my first). The program that I'm packaging creates two (empty) files on runtime. These files are not included in the source. I would like them to be installed with the package so the two files get removed when the package does [20:04] I could add two `touch` commands in debian/rules [20:05] Or I could add an extra patch to debian/patches which creates the two empty files [20:05] LBo, You can use a postrm script to make that unnecessary, or maybe make a blank file the us dh_install to put it where it's needed [20:06] Noskcaj: where should I store those blank files? [20:06] Is there a directory in debian/ where I can store such files? [20:06] debian/FILENAME [20:07] Although a postrm is probably the best solution [20:07] ok [20:07] And then use packagename.install to copy them to the right location? [20:07] debian/packagename.install [20:08] postrm is the right place to remove them. [20:08] If they're generated at runtime, that is. [20:08] They shouldn't be included or installed in the package at all. [20:09] LBo: Also, what are these files? [20:09] If they're being written, but in a read-only location (ie: anywhere in /usr), there's still something very wrong happening. [20:09] infinity: It's a config file that is not included with the source but the program makes an empty file the first time it is ran [20:09] So, it's in /etc? [20:10] Yes [20:10] You might want to ship a sane skeleton file, then. [20:10] Yeah, that seems nice [20:10] With some comments in it and an example [20:11] I can store the skeleton file in debian/? [20:11] For bonus points, I'd also patch out the part of the upstream source that thinks it's a good idea to write to /etc at runtime. [20:11] OK [20:11] Yeah, you can toss it in debian/foo.conf.example or something, and then install it. [20:11] infinity: awesome, thanks === sunweave1 is now known as sunweaver [21:17] guys is this command correct sudo apt-ftparchive packages main | gzip -9c > dists/quantal/restricted/binary-i386/Packages.gz ?? [21:32] arun: sudo is lost at pipe, and you are indexing /main/ directory and then call the result /restricted/ [21:32] xnox: oh thank dude. I fixed it xD === Snow-Man_ is now known as Snow-Man === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson [22:47] I'm having some troubles when building a source package from my package (https://github.com/LeonB/linux-malware-detect/tree/master) [22:47] Building the binary works fine [22:48] When I build the source package I get error messages when applying the debian/patches/ [22:50] These are the messages I get: http://paste.ubuntu.com/6864226/ === mwhudson is now known as zz_mwhudson [22:51] I've got a hunch the patches get applied twice? [22:56] LBo, looks like you need to refresh the patch, patches with 'fuzz' are not allowed. [22:56] OK. What is fuzz? [22:57] it is basically telling you the hunk was applied, but patch is not sure that its correct [23:01] LBo: are the patches accidentally applied in the orig tarball= === zz_mwhudson is now known as mwhudson [23:04] jtaylor: could be that the error is in that direction [23:04] I'm building from a git repository and not a tarball [23:04] or its just a different snapshot [23:05] its a bit weird it partially applies === apachelogger_ is now known as apachelogger [23:07] jtaylor: I cloned the repository from github in another directory and now it worked... [23:08] So some kind of crap I did with my local repo I think [23:15] jtaylor: Jay, it worked! https://launchpad.net/~leon-tim-online/+archive/linux-malware-detect [23:15] Thanks! === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson [23:41] uh, is there a good reason for me having a file /etc/modprobe.d/intel_11n_disable.conf ? [23:41] n being broken? [23:41] it might not be anymore, but it was for a while [23:42] For what it's worth, I *don't* have that blacklist on trusty. [23:43] yeah, i'm sort of hoping that it was created when i installed quantal or whatever version i first installed [23:43] i hope it isn't broken now because my internet is now faster than g :) [23:44] (is there some way i can tell which version i installed vs. upgrades?) [23:47] hm, probably oneiric [23:52] mwhudson: Yes, you likely created to work around the Intel iwl4965 802.11n suffering lots of dropped packets [23:52] mwhudson: Yes, there's clearly some way, because apport has originally-installed-release data. [23:55] mwhudson: Also, that file doesn't appear in any supported Ubuntu release. Presumably we failed to remove it on upgrade at some point. [23:56] RAOF: i may have created it myself at some point i suppose [23:56] have no recollection of that though [23:56] Plausibly. [23:56] Anyway, enjoy your order of magnitude more wireless bandwidth!