/srv/irclogs.ubuntu.com/2012/06/18/#ubuntu-app-devel.txt

JanCsycoso: I hope so (that was always one of the strengths of IRC sessions, that you can easily log them)00:06
twobottuxauappdev: Is the Ubuntu App Developer Showdown Workshops recorded? <http://askubuntu.com/questions/152351/is-the-ubuntu-app-developer-showdown-workshops-recorded>03:05
twobottuxauappdev: Does Ubuntu App Showdown Allow Inventive Games? <http://askubuntu.com/questions/152360/does-ubuntu-app-showdown-allow-inventive-games>04:12
dholbachgood morning07:01
sycosoDid anyone happen to find out whether the showdown workshops are going to be recorded?08:16
jokerdinono one mentioned anything about it.08:17
jokerdinobut it is possible that it will be recorded08:17
sycosoOk, let's hope so. Because a bunch of people happen to be asleep or busy at the scheduled time...08:20
rigvedhi everyone. i am following the simple media player tutorial. but the goocanvas code is not working in ubuntu 12.04. can anyone help?09:04
dpmwe will record the workshops11:05
jokerdinodpm: http://askubuntu.com/questions/152351/is-the-ubuntu-app-developer-showdown-workshops-recorded :)11:06
dpmjokerdino, I created an ubuntuappshowdown tag last week, but I can't seem to find it. Do you know if it's been deleted, or if it needs approval?11:08
jokerdinojorge castro nuked the tag11:09
jokerdinodpm: so, the tag is kinda deleted now.11:10
dpmjokerdino, did he say why? Otherwise I'll just ask him when he's online11:10
jokerdinodpm: i think he thought some random passer by created it and removed it.11:12
dpmno worries, I'll talk to him later on11:12
dpmthanks jokerdino11:12
jokerdinothanks :)11:13
twobottuxauappdev: how to run our application in /opt <http://askubuntu.com/questions/152464/how-to-run-our-application-in-opt>11:36
twobottuxauappdev: How do I use this Add/remove widget? [closed] <http://askubuntu.com/questions/151848/how-do-i-use-this-add-remove-widget>12:05
rigvedhi everyone. i am following the simple media player tutorial. but the goocanvas code is not working in ubuntu 12.04. can anyone help?13:12
jokerdinowhat error are you getting?13:12
rigvedjokerdino: there are a bunch of warnings, but no error is reported when i type quickly run.13:13
KosticHello everyone... Is this channel is dedicated to Ubuntu App Showdown?13:13
rigvedi'll pastebin the warnings.13:13
jokerdinorigved: i remember a couple of questions regarding that tutorial13:13
jokerdinoKostic: this is dedicated for application development, which also includes the recent app showdown.13:14
rigvedjokerdino: http://paste.ubuntu.com/1047243/13:15
rigvedjokerdino: were those on askubuntu or launchpad answers?13:15
jokerdinoask ubuntu13:15
rigvedjokerdino: ok. i'll search. i'll the new lens!13:15
jokerdinohaha13:16
jokerdinorigved: http://askubuntu.com/questions/139420/problems-with-simple-media-player-tutorial13:16
jokerdinoand this one too http://askubuntu.com/questions/151393/facing-problem-with-gtk-response-ok-in-the-simple-player-quickly-tutorial13:16
KosticI just wanted to ask this, I have one app dedicated for getting driver's license in Serbia which is written in Python and using gtk.Builder()... Can I use it for the contest? I am the original author.13:16
jokerdinoKostic: you have to write your app from scratch.13:17
KosticOk13:17
KosticThanks...13:18
rigvedjokerdino: ah. i got the first link from the lens. thanks for the second one. investigating now...13:21
twobottuxauappdev: How to change project page name <http://askubuntu.com/questions/152537/how-to-change-project-page-name>13:27
rigvedjokerdino: none of them talk about not being able to run the code. i'll check if i made any mistake.13:32
jokerdinookay!13:32
rigvedjokerdino: nope. it seems fine.13:54
rigvedGtk.gdk is from PyGtk, which is written for Gtk2+, right? does it work with Gtk3+ ?13:55
dpmit won't13:58
rigveddpm: ok.13:58
dpmthat changed on Gtk3, but I haven't had the chance to update the tutorial13:59
dpmI'll try to do it tomorrow13:59
rigvedok13:59
rigvedthanks!14:00
dpmnp :)14:02
twobottuxauappdev: The Ubuntu App Showdown -Specific software <http://askubuntu.com/questions/152576/the-ubuntu-app-showdown-specific-software>14:07
=== mterry is now known as mterry_two
=== mterry_ is now known as mterry
pavolzetorhi, I have question, if I can sumbit project I have started in easter break and then not developed because of exams?15:40
pavolzetorI am going to rewrite about 50% of code and add new one15:40
pavolzetoras design and code structure if not good15:40
pavolzetorthanks15:40
rigvedpavolzetor: there is a live session going on currently on #ubuntu-classroom and #ubuntu-classroom-chat. you should as there.16:02
pavolzetorthanks16:04
rigvedrigved: you are welcome!16:08
twobottuxauappdev: How do I create a Debian branch for my project on Launchpad? <http://askubuntu.com/questions/152631/how-do-i-create-a-debian-branch-for-my-project-on-launchpad>16:13
amithkkdpm: there?16:18
dpmhi amithkk, on a google hangout right now, feel free to ask the question and I'll answer it later16:26
amithkkNah, George needs some help on that question dpm16:27
aviraldgI'm trying to get my "quickly" (python/gtk3) app to display an entry in the messaging menu but importing python-indicate ("indicate") instantly crashes it. Any ideas about how to fix this?17:22
aviraldgHere's the traceback:17:23
aviraldg/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed17:23
aviraldg  import gobject._gobject17:23
aviraldg/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer' is smaller than the parent type's `GtkCellRenderer' class size17:23
aviraldg  from gtk import _gtk17:23
aviraldg/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed17:23
aviraldg  from gtk import _gtk17:23
aviraldgI'm trying to get my "quickly" (python/gtk3) app to display an entry in the messaging menu but importing python-indicate ("indicate") instantly crashes it. Any ideas about how to fix this?17:41
twobottuxauappdev: Python/GTK3 app crashing on importing "indicate" (python-indicate) <http://askubuntu.com/questions/152669/python-gtk3-app-crashing-on-importing-indicate-python-indicate>17:56
=== mterry_two is now known as mterry
twobottuxauappdev: Quickly packaging errors <http://askubuntu.com/questions/152685/quickly-packaging-errors>18:21
=== chu_ is now known as chu
sgringwehow strict are the rules for the app showdown contest regarding code reuse? are you allowed to repurpose code written before today for your app?22:25
sgringwe*written by me22:25
morten77what is the difference between an application and an app?22:27
sgringwenothing22:28
sgringwethe difference is 'lication'22:28
morten77hehehe22:28

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!