=== chu_ is now known as chu | ||
twobottux | auappdev: Quickly Application making it run on startup <http://askubuntu.com/questions/154411/quickly-application-making-it-run-on-startup> | 01:31 |
---|---|---|
dholbach | good morning | 06:56 |
dholbach | ajmitch, shall I sent some "please vote" emails for the apps which I worked on? | 07:03 |
dholbach | to get them reviewed etc | 07:03 |
twobottux | auappdev: TypeError: Expected Gtk.Widget, but got GObjectMeta <http://askubuntu.com/questions/154515/typeerror-expected-gtk-widget-but-got-gobjectmeta> | 07:33 |
twobottux | auappdev: Why does creating a new tab give me 'TypeError: Expected Gtk.Widget, but got GObjectMeta'? <http://askubuntu.com/questions/154515/why-does-creating-a-new-tab-give-me-typeerror-expected-gtk-widget-but-got-gob> | 07:39 |
tvnmsk | QUESTION: regarding app showdown: which location would be ideal to persist data? (in the form of xml or json file) | 07:57 |
twobottux | auappdev: How to add widgets on GUI developed with Glade? <http://askubuntu.com/questions/154167/how-to-add-widgets-on-gui-developed-with-glade> | 08:21 |
dholbach | tvnmsk, I'm not part of the organisers of the team, but I personally found dealing with json always a lot easier | 08:22 |
tvnmsk | thx, but where to save these files? | 08:23 |
dholbach | if it's user data, you might want to stick it into ~/.local/share/<app>/<datafiles> | 08:24 |
dholbach | if you use python, you can even easily save simple objects by doing something along the lines of saving json.dumps([a.__dict__ for a in objects]) into a file, which I personally find much easier than building an xml tree, etc | 08:26 |
twobottux | auappdev: Can I see the "App Showdown" on Monday later? [closed] <http://askubuntu.com/questions/154254/can-i-see-the-app-showdown-on-monday-later> | 08:26 |
lemaire | quickly package command fails, is this a known bug? <http://askubuntu.com/questions/154534/quickly-package-command-fails> | 09:19 |
dholbach | lemaire, can you please run 'debuild' in the source directory and paste the output to http://paste.ubuntu.com? | 09:21 |
dholbach | "quickly package" unfortunately eats a lot of the useful output here :) | 09:21 |
lemaire | dholbach, here you go: http://paste.ubuntu.com/1053956/ | 09:25 |
dholbach | lemaire, does your first line in debian/changelog start with "Unity Bookmarks"? | 09:26 |
dholbach | or maybe it's in debian/control? | 09:27 |
dholbach | if so, please change it to "unity-bookmarks" | 09:27 |
lemaire | debian/changelog is correct, but in debian control the first line is "Source: Unity Bookmarks" | 09:31 |
dholbach | yes, please check it | 09:31 |
dholbach | err | 09:31 |
dholbach | change it | 09:31 |
lemaire | when I change it to unity-bookmarks and try to run package, it changes back | 09:31 |
dholbach | also in the stanza below | 09:32 |
dholbach | there might be other places as well where it might be worth changing it | 09:33 |
lemaire | ok, I'll check it out, I probably changed the name somewhere | 09:34 |
lemaire | I'll get back to you, thanks | 09:34 |
dholbach | :) | 09:35 |
lemaire | I changed the name in setup.py and now it works, although I get a warning about sending credentials | 09:37 |
lemaire | ** (setup.py:6251): WARNING **: Error sending credentials: Error sending message: Operation not permitted | 09:38 |
lemaire | should I be worried or can I ignore this? | 09:38 |
=== joke is now known as Guest9389 | ||
njallam | Hello! | 09:56 |
njallam | Can I have some help with this: http://askubuntu.com/questions/154515/why-does-creating-a-new-tab-give-me-typeerror-expected-gtk-widget-but-got-gob | 09:57 |
dholbach | lemaire, I'm not sure about what "sending credentials" might be - dpm? | 10:11 |
dpm | dholbach, hm, not sure about the credential parts either | 10:59 |
lemaire | dholbach, I'll just ignore the credentials part for now, it doesn't seem to be a big problem | 11:28 |
lemaire | thanks for the help | 11:29 |
dholbach | lemaire, de rien | 12:12 |
gr8linux | Hi | 12:19 |
gr8linux | I need to know which signal will caught the user "enter" on an "Enrtry" object | 12:20 |
gr8linux | I need to know which signal will caught the user "enter" on an "Enrtry" object | 12:41 |
twobottux | auappdev: How to add vte terminal widget in GTK3? <http://askubuntu.com/questions/154354/how-to-add-vte-terminal-widget-in-gtk3> | 12:46 |
tvnmsk | gr8linux, i'm not a part of the ubuntu app team, but you can take a look at http://developer.ubuntu.com/api/ubuntu-12.04/python/Gtk-2.0.html#Gtk.Entry , if the current implemented signals aren't those you needed you could maybe implement them yourself | 12:49 |
tvnmsk | and you could also try out the standard singals by implemnting a callback (e.g. print) and see which singal gets called when you "enter". | 12:52 |
twobottux | auappdev: Get child elements of an element <http://askubuntu.com/questions/154613/get-child-elements-of-an-element> | 13:21 |
gr8linux | tvnmsk: Thanks | 13:37 |
dpm | wow, nice to see we're getting more updates about submissions: http://www.reddit.com/r/UbuntuAppShowdown | 13:44 |
dholbach | holy cow :) | 13:44 |
dpm | :) | 13:46 |
tvnmsk | gr8linux I hope it helps, i'm a beginner when it comes to ubuntu dev | 13:50 |
twobottux | auappdev: Error while running Quickly <http://askubuntu.com/questions/154615/error-while-running-quickly> | 14:24 |
dholbach | davidcalle, did you see the last update I pushed to my wikipedia lens branch? debian/copyright update? | 14:52 |
davidcalle | dholbach, thanks :) | 14:55 |
Hairo | hey | 15:06 |
twobottux | auappdev: How to keep Text within GTK CellRenderers at center? <http://askubuntu.com/questions/154657/how-to-keep-text-within-gtk-cellrenderers-at-center> | 15:18 |
twobottux | auappdev: any basic app packaging gui for a newbie? <http://askubuntu.com/questions/154659/any-basic-app-packaging-gui-for-a-newbie> | 15:25 |
twobottux | auappdev: any basic app packaging guide for a newbie? <http://askubuntu.com/questions/154659/any-basic-app-packaging-guide-for-a-newbie> | 15:30 |
twobottux | auappdev: Gtk Notebook widget in a Notebook widget <http://askubuntu.com/questions/154687/gtk-notebook-widget-in-a-notebook-widget> | 16:35 |
twobottux | auappdev: How do I create a GTK Notebook widget inside another Notebook widget? <http://askubuntu.com/questions/154687/how-do-i-create-a-gtk-notebook-widget-inside-another-notebook-widget> | 16:41 |
twobottux | auappdev: How do I commit changes to a text file on button press? <http://askubuntu.com/questions/154605/how-do-i-commit-changes-to-a-text-file-on-button-press> | 16:53 |
twobottux | auappdev: How to detect a computer's physical screen size in GTK <http://askubuntu.com/questions/153549/how-to-detect-a-computers-physical-screen-size-in-gtk> | 17:05 |
twobottux | auappdev: Get child elements of a Notebook <http://askubuntu.com/questions/154613/get-child-elements-of-a-notebook> | 17:41 |
pavolzetor | hi, are there any demographics about ubuntu users? | 17:43 |
pavolzetor | I mean tech-savvy, basic users categories | 17:44 |
mhall119 | http://www.reddit.com/r/Ubuntu/comments/vg4gr/ubuntu_app_showdown_week_1_wrapup_ubuntu_app/ | 18:45 |
mhall119 | read and upvote | 18:46 |
twobottux | auappdev: Basic Image editing in python <http://askubuntu.com/questions/154736/basic-image-editing-in-python> | 19:08 |
twobottux | auappdev: Linuxubuntu1234 <http://askubuntu.com/questions/154764/linuxubuntu1234> | 20:34 |
twobottux | auappdev: Linuxubuntu1234 [closed] <http://askubuntu.com/questions/154764/linuxubuntu1234> | 21:04 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!