=== Artemis_Fowl is now known as Artemis_Fowl|Awa === muesli_ is now known as muesli === SolidLiq is now known as solid_liq [02:02] * nigelb hugs nixternal [02:02] I finally have a tab buddy [02:15] can anyone please help me with this error http://paste.ubuntu.com/567526/ [03:30] haha [03:46] nixternal: Umm ok [03:52] can anybody please look at bug 719759, needs sponsorship [03:52] Launchpad bug 719759 in mped (Ubuntu) "Newer Version Available" [Undecided,Confirmed] https://launchpad.net/bugs/719759 === hunger_ is now known as hunger === Artemis_Fowl is now known as Artemis_Fowl|Awa === ulysses is now known as ulysses___ === ulysses___ is now known as ulysses [10:31] I mounted a folder on another by mount --bind. Can anyone please tell me how to undo it? [10:35] mornin [10:35] morning * [10:37] gud morning [10:37] bambee: I mounted a folder on another by mount --bind. Can you please tell me how to undo it? [10:41] c2tarun: umount ? [10:42] bambee: umount than? [10:43] bambee: done :) thanks [10:43] you're welcome [10:43] ;) [10:50] bambee: hey can you please tell me why I am getting this error on using rmadison in chroot http://paste.ubuntu.com/567601/ [10:56] I've not time enought there, I'm at work :) [10:56] enough * [11:48] hello Artemis_Fowl [11:48] hey Riddell [11:48] long time [11:49] c2tarun: you don't have the locale installed, I just do export LANG=C === Artemis_Fowl_ is now known as Artemis_Fowl === shadeslayer_ is now known as shadeslayer [13:51] Riddell: why do we have extractrc in pkg-kde-tools instead of kdesdk-scripts? [13:52] debfx: because it's used during build by /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu-debhelper-langpack-generate.sh [13:53] if it was in kdesdk-scripts there would be a circular dependency [13:53] ScottK, maco2: http://revu.ubuntuwire.com/p/owncloud updated [13:53] Riddell: http://revu.ubuntuwire.com/revu1-incoming/owncloud-1102161309/lintian [13:55] hmm, fussy lintian [13:57] 1 [13:58] Riddell: ok, so kdesdk-scripts should depend on pkg-kde-tools [13:59] debfx: yes that's probably a good idea [13:59] jjesse: that's a Jonny Cash song I think [14:00] Riddell: Add the comment and I'll advocate it. [14:00] haha [14:10] ScottK: http://revu.ubuntuwire.com/p/owncloud updated [14:11] Riddell: Advocated. [14:11] awooga! [14:11] * Riddell nudges maco2 to revu too [15:03] Riddell: could you make me a kubuntu-bugs admin so I can keep the bug subscriptions up-to-date? [15:06] debfx: sure [15:06] debfx: don [15:06] debfx: done [15:07] thanks [15:09] Riddell: Can you please take a look at the upload of this bug https://bugs.launchpad.net/bugs/719792 I think this application is for Kubuntu. [15:09] Ubuntu bug 719792 in kdocker (Ubuntu) "Newer Version Available" [Undecided,Confirmed] [15:14] c2tarun: can you attach the .orig.tar and .dsc too? [15:15] Riddell: sure, but which orig.tar, of older or newer version? [15:15] c2tarun: newer [15:16] c2tarun: and a diff -urN of the old debian/ directory compared to the new [15:16] Riddell: ok, i'll ping you after uploading. [15:20] Riddell: all done. === schmidtm_ is now known as schmidtm [15:37] Riddell: ping [15:38] c2tarun: be with you shortly :) [15:38] Riddell: Thanks :) [15:49] c2tarun: lovely, uploaded! [15:50] Riddell: Can you sponsor it? [15:52] c2tarun: already did [15:53] Riddell: Thanks :) [16:08] apachelogger: around? [16:08] apachelogger: http://paste.kde.org/4935 [16:09] http://paste.kde.org/4936 << with style fixes === a1 is now known as al [16:34] Riddell: did ubuntu apply as a mentoring org. in GSoC? [16:34] shadeslayer: I've no idea [16:34] :S [16:35] BTW, I noticed today the rbtools for reviewboard is in Natty so you can post patches for review via command line (for those of you doing upstream KDE work) [16:36] ooh [16:36] * shadeslayer was just about to send a patch in to KDM [16:36] Binary is python-rbtools. [16:36] altho .. i haz natty [16:37] er [16:37] s/natty/maverick [16:38] I put a hacked up version in my PPA for Maverick. [16:38] (It also supports bzr, which I need for a $work project) [16:40] onice [16:40] * shadeslayer will check it out [16:40] as soon as i get rb to accept my request >.> [17:12] NCommander: Any chance you can look into our arm/sip problem soonish? [17:20] ScottK: I did, and have yet to make progress [17:37] ScottK: I'm pretty stumped on the problem sadly :-( [17:37] Surely someone built this on arm .... [18:31] is it common to build an app with debuild and it starts to crash and not doing manual cmake .. && make...? [18:35] dantti_note: it all depends on how debian/rules is set up [18:36] Riddell: hmm the app crashes in a non-sense place emit dataChanged()..., it's pretty weird and it doesnt when I manually build it... [18:36] * dantti_note sucks at packaging.. [18:37] the worst is that I have to wait a few minutes before I can try again... (thankfully I'm not on amr :P ) [18:40] Riddell: if I change the code and not recreate the orig file will I build the patched version? [18:43] what is the best way to get the winId from a kcmodule ? [18:49] dantti_note: it will include the changed code with the rebuild [18:50] Riddell: thanks, is there an way on how debuild can reuse the obj code? sorry probably man has it.. i'm just afraid :P [18:51] bambee: winId()? [18:51] :( why segfault :P [18:51] dantti_note: debuild -nc will stop the whole thing rebuilding [18:52] Riddell: thanks.. [18:52] Artemis_Fowl: a kcmodule inherits from a qwidget not from qmainwindow, I need the winId to attach qapt-batch [18:52] qapt-batch requires the window id when "--attach" is used [18:53] I can use KWindowSystem... but I've to check focus... it's boring [18:54] bambee: qwidget lets you ask for its winId http://doc.qt.nokia.com/latest/qwidget.html#winId [18:54] ohhh I missed it o_O [18:55] Riddell: thanks [18:55] * bambee hides [18:55] :P [18:55] you kinda confused me [18:55] * bambee => [ ] [18:55] :D [19:01] Riddell: my rules file is at it is when I run debuild create (irrc) [19:01] *iirc [19:03] eh [19:03] ehehehe [19:04] apachelogger: don't laught at me :P I'm almost crying here... [19:04] * apachelogger coughs a bit so that the whole channel shall have love with the flu [19:04] the client has to close the store and my new version segfaults :P [19:04] dantti_note: you my dear friend should go talk to frank about KDE appstream stuffs [19:05] apachelogger: yep, right after I move and have internet ;) [19:05] because right now frank wants to do everything from scratch though I mentioned that kpk/apper has a nice lib that could be used perfectly for appstream too [19:05] shadeslayer, ScottK: http://community.kde.org/Sysadmin/GitKdeOrgManual#Using_ReviewBoard_and_post-review [19:05] integrated workflows > pyth0rn tools :P [19:06] dantti_note: when will that be? [19:07] shadeslayer: connect(bGetNewThemes, SIGNAL(aboutToShowDialog()), this, SLOT(getNewStuff())); [19:07] apachelogger: dunno right now my app crashes so I'm struglyin with it... [19:07] that is the wrong signal [19:07] shadeslayer: dialogFinished ( const KNS3::Entry::List & changedEntries ) [19:07] that is what you need [19:07] is it possible to use a build bin and include in teh pkg? [19:07] also observe how you get the entry list and stuff... [19:08] dantti_note: I do not understand the question [19:08] apachelogger: well tomorrow I was supporsed to be leaving to the next country, (38h trip by car...) [19:08] apachelogger: my app is crashing but only when I use debuild, not if I manually build it [19:08] "is it possible to use a build bin and include in teh pkg?"? [19:09] oh [19:09] it opens and crashes in my new model [19:09] dantti_note: do you have a kdeinit lib? [19:09] not it's pure qt [19:09] then I dunno [19:09] surely some path problem [19:10] I was wondering to get the binary and push into .deb file [19:10] i.e. the debuild app loads the lib from the manual install and then falls over because of symbol stuff or something [19:10] dantti_note: you can make a deb manually FWIW [19:10] man dpkg-deb [19:10] :D [19:10] thanks [19:10] not terribly wise, but really debuild does the same thing under the hoood ;) [19:11] ldd show things fine [19:12] you can make a .orig tar that contains the compiled files and have a .install file to put them into the right place same as any other package [19:12] apachelogger: it's not symbol stuff, it crashes at qtreeview [19:12] see for example gstreamer0.10-fluendo-plugins-partner in canonical partner achive [19:12] and didn't when I used QStandandarItemModel.. [19:13] Riddell: k [19:13] dantti_note: maybe you are using it wrong then? :P [19:14] and how does it work if not built with debuild? [19:14] http://archive.canonical.com/ubuntu/pool/partner/g/gstreamer0.10-fluendo-plugins-partner/gstreamer0.10-fluendo-plugins-partner_7.0.20100316-3.dsc [19:14] of course, it'll only work on one platform [19:15] hi sheytan [19:15] Hi Riddell [19:16] Riddell: btw debuild -nc seems not to build the changed stuff [19:17] dantti_note: I dunno, maybe your rules file is busted? [19:17] could be all sorts of things [19:17] dantti_note: -nc = noclean = dont build what is already built ;) [19:17] Riddell: did you get to test the dvd playback stuff for phonon gstreamer? [19:18] apachelogger: well the rules is the stock version... [19:18] apachelogger: don't think so, should I have? [19:20] well, otherwise dvd's have no audio :P [19:20] dantti_note: stock version? [19:22] apachelogger: the one debuild created when the debian dir was made [19:23] debuild creates a debian dir? :O [19:23] are you sure that was debuild? [19:23] apachelogger: no :P [19:29] k ^^ [19:46] apachelogger: going home, using reset() instead of dataChanged solved the issue (till figuring out why it worked fine without debuild) [19:47] cya