=== jalcine is now known as Jacky [01:54] Is the ubuntu-cli template in quickly still kosher to use or is it deprecated? [07:01] good morning [07:03] hi [07:12] hi [07:14] have anyone done a "unified" qt window for ubuntu? as in that the window decorations would be removed on window resize to maximum, i was thinking of doing my own hacking, but started to think that there might be some better way of doing it [07:16] as for mac there is the setUnifiedTitleAndToolBarOnMac function in qmainwindow [07:17] so has anyone done similar for ubuntu [07:34] hi jppiiroinen, I'm not particularly an expert on Qt, so I can't help. If nobody can provide an answer here, you might want to ask on askubuntu -> http://askubuntu.com/questions/ask?tags=application-development [07:41] dpm, thanks. i just wanted to ask if somebody already had had the topic on their hands :P ..i will just do my "hacking" and then share it for comments in the app showdown [08:05] "Hello i'm new here and i tried the quickly tutorial, but when I run "quickly package" i get the following warning :"** (setup.py:3539): WARNING **: Fehler beim Senden der Anmeldedaten: Fehler beim Senden der Nachricht: Die Operation ist nicht erlaubt", and i cant install the .deb package [08:20] hi Ceddy, could you please paste the full output of the 'quickly package' command on http://pastebin.ubuntu.com/ ? [08:28] http://pastebin.ubuntu.com/1052289/ [08:36] dholbach, often quickly package errors that come from the underlying tools are hidden. Would the best way to see the errors be to cd to the debian dir and run dpkg-buildpackage in this case? ^ [08:36] yes, debuild [08:38] Ceddy, can you change directory do the debian directory in your project (cd debian), run the debuild command and paste the output? [08:42] it shouldn't be necessary to cd into the debian dir, it will work from the main source dir as well [08:43] i was in the main source directory [08:45] ok, cool [08:46] don't know where is the problem? [08:55] Ceddy, could you paste the output of the debuild command on pastebin.ubuntu.com? [08:56] what do you mean with debuild? [08:57] when i trie to install the deb i get this error: http://pastebin.ubuntu.com/1052323/ [08:57] on the terminal, at the same place you ran the 'quickly package' command, could you run the 'debuild' command and paste the output? [09:01] http://pastebin.ubuntu.com/1052328/ [09:35] oh, ceddy is gone now [09:36] but as far as I could see it looked alright [09:36] a few warnings, but nothing too serious, just the signing didn't work === jml is now known as jml_ === jml_ is now known as jml [10:59] auappdev: Teeview-Binding to CouchDB not working with quickly (PyGtk + Glade) [11:14] I need to add a dbus .service file in an application I'm writing with quickly. Where should I put it? (data directory, other directory...) [11:18] auappdev: Opening files with quickly's PyGTK [11:19] and I need it to automatically change and match my service script location (/opt, /usr etc...) [11:31] twobottux: I posted a response right now [11:31] pappijo: Error: "I" is not a valid command. [11:31] pappijo: Error: I am only a bot, please don't think I'm intelligent :) [11:42] auappdev: Broken debian with quickly [11:54] auappdev: Broken Debian package with Quickly [12:14] Hi! Anyone there? I need to add a DBus service to an application developed with quickly. Where should I put the .service file (data dir, some other dir etc...)? [12:24] auappdev: How can I store variable changed by user? [12:30] auappdev: Creating Your First Ubuntu App - [12:31] dholbach, ping [12:36] auappdev: Video "Creating your first ubuntu app" - Help please [12:48] auappdev: How to publish my code online for someone to help me with review? [12:54] auappdev: Invalid syntax error when following "Creating your first ubuntu app" video [13:35] auappdev: Broken Debian package with Quickly due to UnicodeDecodeError [13:40] davidpitkin, pong [13:41] dholbach, ping? [13:41] errrr, sorry :) [13:42] I meant davidcalle, who left earlier :) [13:42] dholbach, sorry too many david's [13:44] davidpitkin, that's hardly your fault :) [14:08] Hello I am using quickly and glade 1st time, i want to add certain widgets such as label and buttons on viewport vai python code.. Is it possible ? [14:12] davidcalle, sorry, just fell out of the internet [14:14] dholbach, no problem, as long as you don't fall "in". [14:15] :) [14:15] dholbach, I was wondering about your changes to the wiki lens debian/rules : what is override_dh_gencontrol? [14:16] dh_gencontrol; cp media/lens-nav-wikipedia.svg ../lens-nav-wikipedia.svg; dpkg-distaddfile lens-nav-wikipedia.svg raw-meta-data - [14:16] Could you explain it to me like I'm 5? :) [14:17] davidcalle, the regular call to dpkg-gencontrol is overridden, so we can add some extra information all the extras packages have (like a screenshot), so the software-center can make use of it [14:17] as far as I know this will be automatic at some stage [14:17] I borrowed the line of code from one of the lenses which is already in extras [14:17] dholbach, ok, but the software center uses what I provided in myapps, no? [14:18] I think for extras packages this is done by an override [14:18] dholbach, I certainly don't want to use this as the usc icon. [14:18] maybe somebody from the ARB can clarify [14:18] ok [14:19] feel free to drop these lines then :) [14:19] maybe somebody from the ARB who knows a bit more about these things can explain or make it right [14:19] I'm still learning the ropes here [14:24] auappdev: Adding widgets on GUI developed with Glade || How to use quickly with c++ [14:49] dholbach, sorry I missed your last lines, thanks :) [14:49] no worries :) [14:55] auappdev: Quickly's package command freezes || Glade alternative for Quickly? [14:55] wendar, ping [14:55] hi davidcalle [14:57] hi, I have a quick question about extras packaging, will override_dh_gencontrol override things such as the USC icon set in myapps? [14:57] wendar, a few lines above, you can see a discussion about this between Daniel and I. [14:59] davidcalle: yes, if you include override_dh_gencontrol with the options to install icons, they will override what's in myapps [14:59] sorry, my mistake then [14:59] davidcalle: but, you can now skip override_dh_gencontrol and just use the myapps icons instead [15:00] wendar, thanks. I'm skipping it then. [15:00] davidcalle: qreator was the first ARB package released using myapps icons [15:00] * dholbach will skip in the future too :) [15:00] (it's a new feature, thanks to the myapps folks) [15:00] wendar, nice :) [15:01] * dholbach will update the other two branches then too [15:01] fair warning, we did hit a bit of a bug with qreator's icons, but AFAIK, that's all worked out now [15:02] still, watch the app right after it's launched, just to be sure [15:03] vm-lens and cooking-lens now don't have it any more [15:07] auappdev: Display and edit text and images in a quickly app [16:12] auappdev: Which framework/toolkit for modern unity applications? [17:29] auappdev: Can I see the "App Showdown" on Monday later? [17:40] auappdev: How can I add a depend to .deb installer with Quickly? === zematynnad is now known as zematynnad_lunch [18:47] QUESTION: How to get focus on a window? if have a window in the background, i would like it to gain focus on the foreground. is it clear what i'm trying to do? [18:50] tvnmsk, http://askubuntu.com/questions/112775/focusing-a-specific-application-instance-by-code [18:51] thank you, will look at your solution ;) [18:51] tvnmsk, this might be a good starting point. :) === zematynnad_lunch is now known as zematynnad [19:26] auappdev: How to add sub menus in appindicators? [20:17] I need help with webkit and quickly [21:38] I need help with webkit and quickly [21:38] I need help with webkit and quickly [21:44] Hi, someone knows howto add a new window (not dialog) to a Quickly project? [22:02] auappdev: Why was VteTerminal.fork_command deprecated? [22:08] auappdev: Why was VteTerminal.fork_command deprecated or how to add vte terminal widget in GTK3? [22:55] auappdev: Use primary-toolbar with Mono [23:06] auappdev: How to connect GTK3 button click events to callbacks [23:54] auappdev: How to add windows to an ubuntu-application with Quickly?