=== philipballew__ is now known as philballew [09:10] mhall119, how can I tell whether appshowdowninstall.sh is doing anything or whether it's stuck? :-) [09:13] mpt, tail -f /var/log/dpkg.log might say something or one of the apt logs [09:13] without having looked at the script I assume it's the script which installs all the packages from the app showdown :) [09:47] dholbach, sure is. :-) [09:47] Ok, now it's printing stuff at the console ... it wasn't for a few minutes [09:47] ah cool [09:48] have fun reviewing the apps :) [10:26] mpt, yeah, it takes a while to install all packages on a VM... [10:33] is there no way to catch a right click event on a gtk.MenuItem in my appindicator? [11:02] "Software index is broken - It is impossible to install or remove any software" [11:02] Well, that's encouraging :-] [12:57] achuni, mvo, mhall119, call in ~3 min? [12:57] dpm: sounds good, hangout? [12:57] yeah [12:58] yes [13:02] achuni, mvo, mhall119, https://plus.google.com/hangouts/_/c707bcc61a831c9c8c9cb34512c408b6dddff16e?authuser=0&hl=ca# [13:05] mhall119, ^ [14:30] hi, I am trying to develop some graphics app, and somehow I get errors when trying to open a window with GLFW and GLUT... GLFW tells me nothing, but GLUT says something about a framebuffer missing [14:42] when I call get_name on a widget, say a button, created with glade, i get GtkButton instead of the name I gave it in glade [14:57] Is there a specific reason for this Glade behavior? http://stackoverflow.com/questions/8263756/gtkbuilder-and-names [14:58] this would make css styling a bit painful, althouh in python this can be solved in just one line, namely for widget in self.ui._widget_dict: self.ui._widget_dict[widget].set_name(widget) [15:00] Phoenix87: no idea why they did that [15:01] hi, i submited an app to the showdown and it didn't build in launchpad, fixed that but some one couldn’t build it again after the fix(install of precise proposed updates) can someone help me? [15:02] glink, can you be more detailed? Which app is it? How did the build fail? [15:02] mhall119: I believe that if they decided this there must be a reason and therefore it is probably not a good idea to change the "name" property, although I don't see why this should cause any problems. So you think it's OK to change the "name" property like I did? [15:04] my app is Src Install, here: https://myapps.developer.ubuntu.com/dev/apps/1301/ and failed here: http://paste.ubuntu.com/1089412/ as i am a complete noob at this i really need help so i can learn :D [15:05] it was Mr Daniel Holbach that tryed to build and couldn't, so he warned me [15:08] Phoenix87: I don't know enough about Gtk and GtkBuilder to say [15:08] mhall119: oh ok, thank you anyway :) [15:08] maybe i can post a new question on askubuntu [15:09] glink: where's your main code branch? [15:11] mhall119: https://launchpad.net/~fernandofreamunde/+archive/srcinstall this? [15:11] im really noob to all this :s [15:12] glink: do you have a bzr branch? [15:12] but i'm doing my best to learn as much as possible [15:12] looks like it [15:12] porpably [15:12] i done this with quickly [15:15] how can i cask quickly what or where is my branch? :P [15:15] *ask [15:16] glink: what's going on with the config() method in SrcInstallWindow.py? [15:16] glink: I ran "bzr branch lp:src-install" to get it [15:16] you can run "bzr info" from your project directory to get the full branch location [15:16] ok [15:16] thks [15:17] glink: your problem is on line 147 of SrcInstallWindow.py [15:18] in config i it installs the packages that this page(https://help.ubuntu.com/community/CompilingEasyHowTo) suggests [15:18] you're calling config() as part of the class definition, which means it's being called when setup.py is trying to build a package for your app, and when that fails the build fails [15:18] i will see if i can fix it thanks [15:19] and how can i make it run automaticaly? [15:19] when do you want it run? [15:19] every time in the launch of the app [15:20] i dont know how exactly verify if a package is installed on the system [15:20] then put it in the main() function in src_install/__init__.py, before Gtk.main() is called [15:21] ok [15:21] if you need a package installed on the system, you just put it in the debian/control files [15:21] then how do i update the app [15:21] or run "quickly configure dependencies" [15:21] what do you mean update the app? [15:22] so the fix is implemented lol [15:22] I still don't follow, what fix? [15:23] it is not building so i have to 'fix' it.. thats what i mean [15:24] so i change the code what command doi use to update the ppa so that people can build the app [15:24] oh, you just run "bzr commit" to save the changes to your bzr branch, then "bzr push" to send the changes to the branch on Launchpad, then let the reviewers know the fix is there [15:25] english is not my native laguage sorry for the mess :P [15:25] "quickly share" will create a new version and send it to your PPA [15:25] no worries [15:25] ok [15:25] i will make it [15:26] is it going to mess with my showdown submission? [15:27] nope,your showdown submission is based on what was already in your PPA [15:27] ok so this isn't cheating right? :) [15:28] nope [15:28] :D thanks [15:51] mhall119: i ran "quickly configure dependencies" i put the dependencies on one line separated by ',' is it how i should do? [15:55] glink: that's fine [15:56] ok then i saved and closed every thing and ran "bzr commit" [15:56] and it is ignoring the file with the dependencis is it ok? [15:56] which file? [15:57] the one it pulled up when you ran "configure dependencies"? [15:57] tmpCtGc9e [15:57] yess [15:57] yeah, that's just a temporary one [15:57] it should have put the dependencies into the .quickly file [15:57] ok then no problem in saving [15:58] when i closed the tab on gedit? [15:59] as long as you saved it before closing it [15:59] yes of course :) [15:59] IIRC, quickly creates an empty temporary file, opens it for you to put your dependencies in, then when you save and close gedit it reads the contents of the file and puts them into a single line in .quickly [15:59] this nano thing is weard :x [15:59] yeah, I'm more of a vim person [16:00] 'm a gedit person XD [16:01] am i suposed to give a name to the nano editor after saving or there is an expecific name to give [16:01] ? [16:02] the one it has is fine, just "ctrl-o" to save and "ctrl-x" to exit, IIRC [16:02] mhall119: I asked about dependencies during one of the very first hangouts about the contest, and that procedure didn't actually work [16:03] when the temp file was saved and closed, the dependency field in .quickly wasn't update [16:04] I just tried it with quickly 12.04 and it worked [16:04] tried it on src-install in fact [16:04] mhall119: oh ok, sorry then. Maybe this has been fixed in the meantime [16:05] why is the "bzr push" saying that there were no changes? [16:06] glink: did you use quickly save already? [16:06] it says tags [16:06] no [16:06] lol [16:07] ah done sometimes i am as stupid as a rock [16:08] Phoenix87, that is still a bug afaik, but it only gets triggered if you've got another instance of gedit (or the editor you're using to edit the dependencies) open [16:08] https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/950074 [16:08] Ubuntu bug 950074 in quickly ""quickly configure dependencies" fails when gedit is running" [Undecided,Confirmed] [16:08] i still had the gedit open [16:08] dpm: oh i see [16:09] weird though :\ [16:09] when i added the dependencies [16:10] glink: "grep dependencies .quickly" and see what that prints out [16:10] nothing :) [16:11] in the root of your project? [16:11] repeating all :) [16:11] y [16:11] then it didn't work [16:11] :( [16:12] np at least o know what to do now :D [16:14] 'dependencies = build-essential, automake, checkinstall' <- working now [16:14] cool [16:17] one month ago i would neve imagine that i would be publishing an app, now i am fixing my app :D [16:18] *never [16:24] that's awesome :) [16:25] :) done my best, and still doing [16:26] thank you all for the help and support i will be back soon with another project or the next version of this one lol XD [16:29] nice [18:25] the poppler python binding has a #include that conflicts with pygobject. How can I solve this? [18:32] hmm from gi.repository import Poppler might be the solution [18:48] yeah, if there's a Gir binding for poppler, that would work === lfaraone_ is now known as lfaraone [20:51] does anybody know what is wrong with http://pastebin.ubuntu.com/1097296/? [21:11] the isinstance should give True, and a should have a method called my_method [21:15] who do I poke about quickly stuff? mhall119 is that you? or mterry? :) [21:16] aquarius, maybe me? [21:16] mterry, in precise... quickly create ubuntu-application thingy; cd thingy; nosetests ... two failed tests. :) [21:16] I haven't even *done* anything :) [21:19] aquarius, :( [21:19] mterry, am confused, on the grounds that I can't imagine you guys would have shipped the main template with one test in it and that test fails, so I'm wondering what I've done wrong! [21:20] aquarius, I wouldn't put it past us to make that mistake [21:20] aquarius, I'm not on precise now, can you pastebin the output? [21:20] mterry, http://paste.ubuntu.com/1097365/ [21:22] one seems to assume that pylint is installed, when it isn't (missing dependency for the ubuntu-application template, perhaps?) and the other... looks like it's checking one list against another, and one was changed but the other wasn't... [21:22] but I don't get how that could have made it into the distro -- I thought everything got its tests run automatically by the build daemons these days? [21:23] aquarius, right on the pylint one [21:23] aquarius, and agreed on the second. doesn't seem to have that particular problem in quantal. Looks familiar, like something I've fixed this cycle [21:23] ah, cool, so I'm just being punished for not running Q again ;-) [21:24] * aquarius stands tall for the no upgrading until beta 2 policy :P [21:24] aquarius, this is separate. This is a test inside a project we create. So quickly may not have an integration test that checks to make sure there are no errors in created projects (which it should) [21:24] ah, I figured you created a project and ran its tests as part of the integration test. Want me to file a bug suggesting htat? [21:24] aquarius, and quickly's tests aren't actually run during build right now [21:24] aquarius, sure [21:28] (though they are run as part of the manual tests we do before upload) [21:51] How come that the instance of Window has methods that Gtk.Window doesn't have, like finish_initializing and the signal handlers? http://pastebin.ubuntu.com/1097414/ [22:14] Phoenix87, that Window is a subclass of Gtk.Window which adds new methods. What you're looking at there is a class definition, which inherits from Gtk.Window and then adds an extra method -- finish_initializing [22:15] aquarius: yeah i figured that out. I just needed to manually add a few lines in the xml file produced by glade [22:18] mterry, er, where does quickly create get its list of templates from? I've just installed the ubuntu community quickly templates, but quickly create doesn't know abou tthem :( [22:18] do I have to tell it to refresh or something? [22:20] aargh. [22:21] "quickly help create" says "Candidate templates are: ubuntu-application, ubuntu-application-qtquick, ubuntu-cli, ubuntu-flash-game" but "quickly create ubuntu-application-qtquick bookpile" says "ERROR: No template specified for command create" [22:22] and "quickly commands" lists it too! [22:22] * aquarius bangs head against wall [22:26] poor wall [22:28] guinea-pig, it's dealt with me being frustrated before :) [22:30] aquarius: [22:30] ahaha! [22:30] victory! [22:30] you're using qtquick template. it needs qt-template [22:30] https://bugs.launchpad.net/quickly-community-templates/+bug/1021255 [22:30] Ubuntu bug 1021255 in quickly-community-templates "Can install, but can't use?" [Medium,Triaged] [22:30] * aquarius affects-me's the bug :) [22:33] if i'm reading the code right, qtquick-template should depend on qt-template (and also on ubuntu-application-templates) since it inherits rules from both of those. [22:33] aquarius, it doesn't install them to /usr/share/quickly/templates/ [22:33] ? [22:34] mterry! small world [22:35] guinea-pig, hello [22:38] mterry, aha, have discovered that there's a missing dependency, and there's already a bug for it, so sorry for hassling you :) [22:38] irc needs a way to unping people. [22:55] I have a GtkAction in the glade of the main window and when I launch the app the action is triggered :\ [23:35] night!