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

=== jalcine is now known as Jacky
imnicholIs the ubuntu-cli template in quickly still kosher to use or is it deprecated?01:54
dholbachgood morning07:01
ajmitchhi07:03
jppiiroinenhi07:12
jppiiroinenhave 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 it07:14
jppiiroinenas for mac there is the setUnifiedTitleAndToolBarOnMac function in qmainwindow07:16
jppiiroinenso has anyone done similar for ubuntu07:17
dpmhi 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-development07:34
jppiiroinendpm, 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 showdown07:41
Ceddy"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 package08:05
dpmhi Ceddy, could you please paste the full output of the 'quickly package' command on http://pastebin.ubuntu.com/ ?08:20
Ceddyhttp://pastebin.ubuntu.com/1052289/08:28
dpmdholbach, 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
dholbachyes, debuild08:36
dpmCeddy, can you change directory do the debian directory in your project (cd debian), run the debuild command and paste the output?08:38
dholbachit shouldn't be necessary to cd into the debian dir, it will work from the main source dir as well08:42
Ceddyi was in the main source directory08:43
dpmok, cool08:45
Ceddydon't know where is the problem?08:46
dpmCeddy, could you paste the output of the debuild command on pastebin.ubuntu.com?08:55
Ceddywhat do you mean with debuild?08:56
Ceddywhen i trie to install the deb i get this error: http://pastebin.ubuntu.com/1052323/08:57
dpmon the terminal, at the same place you ran the 'quickly package' command, could you run the 'debuild' command and paste the output?08:57
Ceddyhttp://pastebin.ubuntu.com/1052328/09:01
dholbachoh, ceddy is gone now09:35
dholbachbut as far as I could see it looked alright09:36
dholbacha few warnings, but nothing too serious, just the signing didn't work09:36
=== jml is now known as jml_
=== jml_ is now known as jml
twobottuxauappdev: Teeview-Binding to CouchDB not working with quickly (PyGtk + Glade) <http://askubuntu.com/questions/154080/teeview-binding-to-couchdb-not-working-with-quickly-pygtk-glade>10:59
pappijoI 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:14
twobottuxauappdev: Opening files with quickly's PyGTK <http://askubuntu.com/questions/154083/opening-files-with-quicklys-pygtk>11:18
pappijoand I need it to automatically change and match my service script location (/opt, /usr etc...)11:19
pappijotwobottux: I posted a response right now11:31
twobottuxpappijo: Error: "I" is not a valid command.11:31
twobottuxpappijo: Error: I am only a bot, please don't think I'm intelligent :)11:31
twobottuxauappdev: Broken debian with quickly <http://askubuntu.com/questions/154090/broken-debian-with-quickly>11:42
twobottuxauappdev: Broken Debian package with Quickly <http://askubuntu.com/questions/154090/broken-debian-package-with-quickly>11:54
pappijoHi! 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:14
twobottuxauappdev: How can I store variable changed by user? <http://askubuntu.com/questions/154110/how-can-i-store-variable-changed-by-user>12:24
twobottuxauappdev: Creating Your First Ubuntu App - <http://askubuntu.com/questions/154116/creating-your-first-ubuntu-app>12:30
davidcalledholbach, ping12:31
twobottuxauappdev: Video "Creating your first ubuntu app" - Help please <http://askubuntu.com/questions/154116/video-creating-your-first-ubuntu-app-help-please>12:36
twobottuxauappdev: How to publish my code online for someone to help me with review? <http://askubuntu.com/questions/154129/how-to-publish-my-code-online-for-someone-to-help-me-with-review>12:48
twobottuxauappdev: Invalid syntax error when following "Creating your first ubuntu app" video <http://askubuntu.com/questions/154116/invalid-syntax-error-when-following-creating-your-first-ubuntu-app-video>12:54
twobottuxauappdev: Broken Debian package with Quickly due to UnicodeDecodeError <http://askubuntu.com/questions/154090/broken-debian-package-with-quickly-due-to-unicodedecodeerror>13:35
dholbachdavidpitkin, pong13:40
davidpitkindholbach, ping?13:41
dholbacherrrr, sorry :)13:41
dholbachI meant davidcalle, who left earlier :)13:42
davidpitkindholbach, sorry too many david's13:42
dholbachdavidpitkin, that's hardly your fault :)13:44
gau1991Hello 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:08
dholbachdavidcalle, sorry, just fell out of the internet14:12
davidcalledholbach, no problem, as long as you don't fall "in".14:14
dholbach:)14:15
davidcalledholbach, I was wondering about your changes to the wiki lens debian/rules : what is override_dh_gencontrol?14:15
davidcalledh_gencontrol; cp media/lens-nav-wikipedia.svg ../lens-nav-wikipedia.svg; dpkg-distaddfile lens-nav-wikipedia.svg raw-meta-data -14:16
davidcalleCould you explain it to me like I'm 5? :)14:16
dholbachdavidcalle, 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 it14:17
dholbachas far as I know this will be automatic at some stage14:17
dholbachI borrowed the line of code from one of the lenses which is already in extras14:17
davidcalledholbach, ok, but the software center uses what I provided in myapps, no?14:17
dholbachI think for extras packages this is done by an override14:18
davidcalledholbach, I certainly don't want to use this as the usc icon.14:18
dholbachmaybe somebody from the ARB can clarify14:18
dholbachok14:18
dholbachfeel free to drop these lines then :)14:19
dholbachmaybe somebody from the ARB who knows a bit more about these things can explain or make it right14:19
dholbachI'm still learning the ropes here14:19
twobottuxauappdev: Adding widgets on GUI developed with Glade <http://askubuntu.com/questions/154167/adding-widgets-on-gui-developed-with-glade> || How to use quickly with c++ <http://askubuntu.com/questions/154165/how-to-use-quickly-with-c>14:24
davidcalledholbach, sorry I missed your last lines, thanks :)14:49
dholbachno worries :)14:49
twobottuxauappdev: Quickly's package command freezes <http://askubuntu.com/questions/153720/quicklys-package-command-freezes> || Glade alternative for Quickly? <http://askubuntu.com/questions/153096/glade-alternative-for-quickly>14:55
davidcallewendar, ping14:55
wendarhi davidcalle14:55
davidcallehi, I have a quick question about extras packaging,  will override_dh_gencontrol override things such as the USC icon set in myapps?14:57
davidcallewendar, a few lines above, you can see a discussion about this between Daniel and I.14:57
wendardavidcalle: yes, if you include override_dh_gencontrol with the options to install icons, they will override what's in myapps14:59
dholbachsorry, my mistake then14:59
wendardavidcalle: but, you can now skip override_dh_gencontrol and just use the myapps icons instead14:59
davidcallewendar, thanks. I'm skipping it then.15:00
wendardavidcalle: qreator was the first ARB package released using myapps icons15:00
* dholbach will skip in the future too :)15:00
wendar(it's a new feature, thanks to the myapps folks)15:00
davidcallewendar, nice :)15:00
* dholbach will update the other two branches then too15:01
wendarfair warning, we did hit a bit of a bug with qreator's icons, but AFAIK, that's all worked out now15:01
wendarstill, watch the app right after it's launched, just to be sure15:02
dholbachvm-lens and cooking-lens now don't have it any more15:03
twobottuxauappdev: Display and edit text and images in a quickly app <http://askubuntu.com/questions/154181/display-and-edit-text-and-images-in-a-quickly-app>15:07
twobottuxauappdev: Which framework/toolkit for modern unity applications? <http://askubuntu.com/questions/154219/which-framework-toolkit-for-modern-unity-applications>16:12
twobottuxauappdev: Can I see the "App Showdown" on Monday later? <http://askubuntu.com/questions/154254/can-i-see-the-app-showdown-on-monday-later>17:29
twobottuxauappdev: How can I add a depend to .deb installer with Quickly? <http://askubuntu.com/questions/154259/how-can-i-add-a-depend-to-deb-installer-with-quickly>17:40
=== zematynnad is now known as zematynnad_lunch
tvnmskQUESTION: 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:47
davidcalletvnmsk, http://askubuntu.com/questions/112775/focusing-a-specific-application-instance-by-code18:50
tvnmskthank you, will look at your solution ;)18:51
davidcalletvnmsk, this might be a good starting point. :)18:51
=== zematynnad_lunch is now known as zematynnad
twobottuxauappdev: How to add sub menus in appindicators? <http://askubuntu.com/questions/154286/how-to-add-sub-menus-in-appindicators>19:26
gr8linuxI need help with webkit and quickly20:17
gr8linuxI need help with webkit and quickly21:38
gr8linuxI need help with webkit and quickly21:38
zurwolfHi, someone knows howto add a new window (not dialog) to a Quickly project?21:44
twobottuxauappdev: Why was VteTerminal.fork_command deprecated? <http://askubuntu.com/questions/154354/why-was-vteterminal-fork-command-deprecated>22:02
twobottuxauappdev: Why was VteTerminal.fork_command deprecated or how to add vte terminal widget in GTK3? <http://askubuntu.com/questions/154354/why-was-vteterminal-fork-command-deprecated-or-how-to-add-vte-terminal-widget-in>22:08
twobottuxauappdev: Use primary-toolbar with Mono <http://askubuntu.com/questions/154373/use-primary-toolbar-with-mono>22:55
twobottuxauappdev: How to connect GTK3 button click events to callbacks <http://askubuntu.com/questions/153186/how-to-connect-gtk3-button-click-events-to-callbacks>23:06
twobottuxauappdev: How to add windows to an ubuntu-application with Quickly? <http://askubuntu.com/questions/154386/how-to-add-windows-to-an-ubuntu-application-with-quickly>23:54

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