[02:20] So I just spent the last 2 days working on my first Ubuntu App [02:21] and I got some questions perhaps some one has answers to [02:24] 1) Where can I find the most up to date info regarding using PyGTK + Quickly/Glade to make Ubuntu apps [02:24] 2) Is there any documentation about using HTML5 to make Ubuntu apps? [02:24] 3) Is using Bazzar as a VCS *required* for packaging or something or can I still use git? [02:24] 4) I'd like to contribute to Ubuntu app dev, maybe helping organizing the docs so it will be easier for developers to start (esp: Python). Any Recommendations? [04:38] the ubuntu brasero app has a nasty bug [04:38] i ended up having to install k3b to burn disks. [04:39] maybe someone can pattern brasero after k3b, which tons of ppl in ubuntu chat told me to us eover brasero? if everyone knows this why doesn't ubuntu use the better app to make their app better? [04:40] use over* [06:53] good morning [08:31] auappdev: Promoting an app in the Ubuntu Software Center through a ratings and reviews API [08:41] noodles775, do you happen to know the answer to this question? ^ Or shall I better ask mvo when he's online? [08:47] dpm: I think all you'd want is to be able to open USC with your app displayed right? (as that's where you submit a review from). I assume it's possible... if you ask in #software-center someone there might be able to answer more quickly than I can by going through the code. [08:48] dpm: in fact, `software-center --help` seems to say that you can simply pass a package name. [08:48] * noodles775 tries [08:49] noodles775, ideally, I'd show the review form through my app to keep the user in there rather than sending them to the USC, but if that's not possible, opening the SC with the app selected would be a nice fallback [08:50] dpm: Yep, so both would be possible... I'll write an answer, mvo can write a better one when he's around :) [08:51] nice, thanks noodles775 :) [08:59] dpm: I seem to be unable to edit developer.ubuntu.com/get-started to fix the developer stack link in step 3 there [08:59] link points to a private page which I can see when I'm logged in, but is 404 otherwise [09:00] dpm: done. [09:01] hi ajmitch, let me check if that's a static page. If it is, it can only be changed by editing the HTML in the theme, and not through the CMS [09:01] dpm: ah right [09:02] that could explain why the text editor shows up empty [09:11] ajmitch, indeed, it's a static page. The link is at http://bazaar.launchpad.net/~ubuntuappdevelopersite-devs/ubuntudeveloperportal/trunk/view/head:/template-get-started.php#L45 [09:12] dpm: right, mhall119 suggested changing it to just /resources/, what do you think? [09:13] either that or make the ubuntu-developer-stack pages public [09:14] ajmitch, yeah, I talked to mhall119 about that and we agree about using /resources. Let me double-check the status of the u-d-s page though, as it might be out of date [09:20] ajmitch, yeah, the u-d-s page is not particularly great, so I think it should be rewritten before using it. Thus /resources might be more appropriate. Now if I knew how to redirect pages in Wordpress, I would simply make u-d-s public and add a redirect to /resources on it. That would save us the trouble of modifying the theme and getting it redeployed. Do you happen to know if that's possible in Wordpress? [09:21] I don't, sorry [09:21] this seems would do the trick: http://www.nichestorestrategies.com/how-to-redirect-any-wordpress-page/ [09:24] yay, that works, bug fixed! \o/ [09:25] ajmitch, could you double-check on your end that the link to u-d-s on get-started is no longer broken and that it redirects to /resources once clicked? [09:25] let me log out of wp & try [09:26] still 404 [09:26] hm, it worked in Firefox, but not in Chromium [09:27] bummer [09:28] ah, wait, I did not make it public [09:28] ajmitch, please try now [09:29] works, though I see an empty developer stack page before it redirects [09:29] that's enough to fix the broken link though :) [09:32] https://bugs.launchpad.net/ubuntudeveloperportal/+bug/968235 is the bug if you're happy with the fix [09:32] Launchpad bug 968235 in ubuntudeveloperportal "developer stack link is broken" [Undecided,New] [09:34] yeah, thanks ajmitch [09:37] np, you did the work :) === JanC_ is now known as JanC [10:23] The following required catalogues are unavailable: gtkwidgets [10:24] am I missing a dependency? This is an error message from glade... === Guest55695 is now known as Pici [16:20] mhall119, ping? [16:20] aquarius: pong [16:20] wait, was that a question? [16:22] mhall119, how do I create a launcher (that is, a .desktop file, not the Unity launcher :)) for a script, without typing it in by hand? Many moons ago you used to be able to right-click the desktop and say "create launcher", but that doesn't work any more (because nautilus doesn't run the desktop, and because the launcher creation tool is part of gnome-panel, which is not installed) [16:23] aquarius: I don't know, I've been doing them by hand [16:23] the only ways I can find to do it are (a) create it by hand in gedit or (b) run the thing I want to launch, pin it to the Unity Launcher, then dig around in ~/.local/share/applications to find the desktop file adn copy it somewhere else :) [16:23] then again, I don't have many to do [16:23] it is Most Irritating. [16:23] darn. I was hoping you'd know a trick that I do not :) [16:24] not me, sorry, maybe someone on the desktop team will [16:24] trying them next :)