=== EvilJackyAlcine is now known as JackyAlcine === JackyAlcine is now known as how === how is now known as when === when is now known as because === because is now known as JackyAlcine [07:31] Morning [07:34] hey noodles775 [07:38] rickspencer3: did you get any answers for your Qt questions the other day? zematynnad and james_w are also working on Qt apps atm, afaik. [07:38] noodles775, well, a bit [07:39] noodles775, I need someone to really help me get oriented [07:39] I need to write some code to scrape a web page, and I haven't been able to find a canonical (in the real meaning) source for the right approach [07:40] noodles775, davidpitkin connected me with someone in Qt, so that should help [07:40] heh, have you looked at some of the plugins for Calibre? [07:40] Ah, cool. [07:42] Oh wow, they've actually defined a recipe format for scraping sites (the BasicNewsRecipe class might have useful things for you): [07:42] http://bazaar.launchpad.net/~kovid/calibre/trunk/view/head:/recipes/abc_au.recipe [07:56] good morning everyone [07:57] Hi there dpm [07:58] hey noodles775 :) [07:58] noodles775, quick question: where can I submit bugs for apps.ubuntu.com? [07:59] dpm: so *not* for myapps? that would be here: https://bugs.launchpad.net/ubuntudeveloperportal/+bugs [08:00] dpm: if it's for myapps, it's (confusingly - there's a bug about renaming one): bugs.launchpad.net/developer-portal/+bugs [08:00] noodles775, no, not for my apps, I know that project. It's for apps.ubuntu.com [08:00] is there a lp project where I can report bugs against that site? [08:00] Yep, so the former [08:01] https://bugs.launchpad.net/ubuntudeveloperportal/+bugs [08:01] noodles775, but that's for developer.ubuntu.com [08:02] dpm: sorry - my confusion... [08:03] dpm: http://bugs.launchpad.net/ubuntu-webcatalog/ [08:03] noodles775, ah, excellent, thanks :) [08:15] noodles775, I was reading one of the comments on http://developer.ubuntu.com/2011/12/top-10-ubuntu-software-centre-app-downloads-for-november/ - the one where they were saying that they got 404 on all the free apps links. I could reproduce it earlier on this morning for Wunderlist: clicking on https://apps.ubuntu.com/cat/applications/wunderlist/ would take me to https://apps.ubuntu.com/cat/applications/oneiric/wunderlist/ and would give me a 404 bec [08:15] ause there is no oneiric version of Wunderlist. I was about to report a bug, but then I've just noticed that the link now does the right thing, i.e. https://apps.ubuntu.com/cat/applications/wunderlist/ takes me to https://apps.ubuntu.com/cat/applications/natty/wunderlist/. Do you have any idea on what's going on there? [08:15] I don't understand this change of behaviour [08:16] just otp - i'll take look in a few mins [08:17] noodles775, no rush. Btw, I've just seen it now: I can reproduce the issue in Chromium. Firefox does the right thing [08:17] Let me report the bug [08:18] k [08:22] bug 901114 [08:22] Launchpad bug 901114 in ubuntu-webcatalog "App URLs should default to the distro where the app was last available instead of the latest distro" [Undecided,New] https://launchpad.net/bugs/901114 [08:23] Thanks dpm [08:26] dpm: so Chromium is taking you to the distroseries which it detected from your browser (without checking if the app existed there--bad) [08:26] whereas your FF version doesn't tell us the distroseries that you're using, so it defaults to the configured release (again without checking though...). Should be a straight-forward fix. [08:28] noodles775, you're right, I hadn't realized Chromium also provided the distro series! [08:28] Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.10 Chromium/14.0.835.202 Chrome/14.0.835.202 Safari/535.1 [12:04] I got review comment under new version of my game for Ubuntu Software Center "I set this to "request information" for now to ensure you are happy with the version number I picked." - how can I answer to it? :) [12:05] there is no way to reply, quite funny, but maybe there is and I just didn't notice it? [12:12] Magnesus: hrm - when you view your application details, at the bottom you should see a button "Resubmit application" below a text area where you can add additional notes? [12:13] Magnesus: let me know if that's not the case, and either way, we need to make that more obvious (perhaps in the email and/or UI) [12:15] nope, no resubmit button :) [12:16] I can edit the game and save changes, but the part with additional notes not in any of the steps [12:16] * notes not = notes is not [12:16] Magnesus: It wouldn't be on any of the steps, but when you view the application details... (at least, that's where it should be) [12:17] Magnesus: let me create a bug for that, I'll ping you with it in case you have further information. [12:17] there isn't, probably because the app is published already [12:17] and the comment is for new version [12:17] waiting for review [12:18] i already created a bug, but I forgot to save link to it :) [12:18] Ah - ok. At the top of those application details, you should see: "This application has pending changes" or similar. [12:18] https://bugs.launchpad.net/developer-portal/+bug/901187 [12:18] Launchpad bug 901187 in developer-portal "Developer doesn't have a way to respond to review comments" [Undecided,New] [12:18] Wonderful, thanks Magnesus [12:19] "The details displayed below include further changes awaiting review. " [12:19] after clicking on this link I have information with the review comment [12:19] but no buttons :) [12:20] ok, I'll be gone now, thanks, I'll monitor the bug [12:20] Thanks for the heads-up Ma... [12:20] doh. [12:43] noodles775, no worries, I thanked him on twitter, where he first gave us the heads up. thanks for helping him [13:56] hey mterry, good morning :) [13:57] dpm, hello! [19:08] mornin === JackyAlcine is now known as webjadmin === webjadmin is now known as JackyAlcine [19:45] Hey YokoZar [23:26] libsqlite3-dev is installed on 11.10 (AMD 64). I get link errors building a simple program using -lsqlite3 " undefined reference to `sqlite3_open' etc. What am I missing?