[00:01] Sput, well, it's not a apple hardware. they've got intel cpu, gigabyte motherboards etc :D [00:01] Hey [00:01] https://help.ubuntu.com/community/PortableDevices/iPhone [00:01] this doesn't work with my amarok :D [00:02] * Sput refuses to buy hardware without proper Linux support nowadays [00:03] also, Apple isn't going to see a single cent from me :P [00:04] Well, my ipod was a gift :D [00:20] where is QT_WEBKIT supposed to be defined? [00:22] or QT_PHONON for that matter [00:25] apachelogger get hot new stuff works only with kde-look. Maybe a patch? :D [00:49] any motu still awake? [00:51] ask in motu maybe ;) [00:57] JontheEchidna: ping :) [00:57] pong [00:57] JontheEchidna: could you upload http://people.ubuntu.com/~debfx/qtcreator_2.0.1-1ubuntu2.debdiff [00:58] jep [00:58] thanks! [00:59] it even highlights the method in the doc when you press F1 :D [01:00] this makes qtcreator so much better [01:02] I think so :) [02:38] lex79: Thanks. === rgreening_ is now known as rgreening [08:12] * jussi waves to the channel from helsinki [08:13] * apachelogger waves back and looks up helsinki on a map [08:21] Sponsorship invitation to the Ubuntu Developer Summit [08:21] goodness [08:22] * apachelogger needs to get going [08:28] * valorie 's application is "on hold" [08:47] O/ [08:47] Riddell: I got sponsorship :) [09:05] Quintasan_Droid: awooga [09:15] hey guys, the tag RC4 is done and pushed [09:15] (bluedevil tag) [09:18] whee, thanks afiestas [09:18] afiestas: where do we get it? [09:21] Riddell: I just sent an email to kubuntu-devel [09:21] I did my best to get it today, but almost sure that we'll need to add some patches to the package :p [09:22] but well, we'll do :), we have at least 15days to fix bugs, right? [09:23] yes, although it'll get harder and harder to get anything in during that time [09:23] yes, only important bugs, right? [09:36] JontheEchidna: ping [09:46] afiestas: yes [10:01] Riddell: did you see we tagged Amarok 2.3.2 yesterday? [10:03] Hello :) [10:04] If you guys will need any images for the current web page related to the new release, let me know :) [10:15] Mamarok: yes, I can't package it but I'm sure someone else will [10:16] I just sent one to nightrose, sheytan, but I bet she would like to have a choice available [10:16] :-) [10:17] Riddell: I actually talk about so it makes the freeze for Maverick [10:17] since we sweated blood to kill bugs before releasing [10:17] lol [10:19] markey did :) [10:22] I wouldn't be surprised if there was actual blood involved [10:22] such a bloody set of problems [10:27] valorie you sent what? :) [10:28] a screenshot [10:28] I've seen yours, and they are *nice* [10:28] valorie and you sent it via? [10:28] oh, I just emailed her [10:28] but as i said, I'm sure she would like a selection [10:29] valorie which screenshot? : [10:29] instead of just mine [10:29] I sent a generic 2.3.2, although I had a playlist playing [10:29] so there are covers showing [10:29] ah, amarok shot ;D [10:29] I think the color looks nice [10:30] valorie may i see which is it? [10:30] right, I was responding to your offer earlier [10:30] I guess I could DCC it, if you like [10:30] or email [10:30] what do you prefer? [10:30] valorie dcc works without any config needed? :D [10:31] let's try [10:31] sure === Riddell changed the topic of #kubuntu-devel to: Maverick Beta released! | Todo: http://?.tv/4c | Milestoned bugs tagged Kubuntu http://tinyurl.com/33p7vu3 | quick package before freeze: bluedevil, amarok, AppGet [10:32] Riddell it propably will not be called AppGet. :) [10:32] valorie looks like it workks ;) [10:32] oh, it doesn't :D [10:33] valorie madsheytan at gmail dot com [10:33] yeah, it timed out [10:34] sent [10:35] valorie are you sure this is mine shot? :D [10:35] I don't listen to this music ;D [10:35] your shot? [10:35] valorie the amarok one [10:35] no, that's the one I just took [10:35] Aaa [10:35] sorry :D [10:36] sheytan: what won't? [10:36] right, we like to have screenshots from lots of people [10:36] because everyone has different taste [10:36] Riddell Kpckagekit will not be called AppGet i think [10:36] couse dantti found yesterday a web page with such name [10:36] and there can be some prolems [10:41] better from our point if it's still called kpackagekit, one less freeze exception issue [11:14] i'll package amarok if no one is working on it [11:22] debfx: thanks [11:30] Nightrose: there are still docs from 1.4 in the amarok 2.3.2 tarball [11:53] something is wrong with the debug package installer [11:53] first it tells me that it can't find a package for libdbus-1.so.3 but there is dbus-1-dbg [11:54] then it wants to install kdebase-dbg even though that's already installed [12:03] debfx: not really [12:03] apachelogger: it should check if the package is already installed [12:03] debfx: it will look for libdbus-1-3-dbg(sym) and dbus-dbg(sym) [12:05] and for natty we should make it look up the .so file in /usr/lib/debug [12:13] apachelogger: http://people.ubuntu.com/~debfx/kubuntu-debug-installer.diff [12:14] that is flawed [12:15] you are calling foundDbgPkg with a QApt::Package rather than a QString [12:15] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916111539-2hoy475lf1f8a71z * (debian/changelog src/dbglookupthread.cpp) Remove pointless include documentation [12:15] yeah I didn't really test it [12:17] also it probably needs a new signal [12:17] eek [12:17] astyle in lucid is super old [12:17] so the progress bar is incremented when the package is already installed [12:17] -.- [12:18] debfx: that is because you flawed the logic :P [12:18] apachelogger: the logic was already flawed :P [12:18] no [12:18] just misdesigned [12:18] * apachelogger thinks libqapt should do the flipping lookup anyway [12:19] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916111923-6tz1507wldafi8sn * (debian/changelog src/dbginstaller.cpp src/dbglookupthread.h) Fix include style [12:19] * apachelogger dislikes the license header formatting [12:21] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916112058-9dnngntdzdyt6b03 * (6 files in 2 dirs) Improve looks of license headers [12:21] JontheEchidna: how come you do not claim copyright? [12:22] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916112203-fgqvrm93g2dm2yo9 * src/dbglookupthread.cpp format fix [12:22] What's wrong with Dolphin? It can't copy from a SFTP folder… [12:22] apachelogger: the name incrementProgress() is kind of misleading. it should just connect to the signal finished() of DbgLookupThread [12:23] debfx: I do not follow [12:24] oh [12:24] eh [12:24] debfx: how is that? [12:24] the thread will run until all packages have yield either a dbgpkg or none [12:25] maybe the function should be named incrementProgressbarValue()? :P [12:26] apachelogger: hm, why does the thread enter the event loop after it has looked up all debug packages? [12:28] debfx: for the signals [12:28] if the thread had no event loop it could not emit signals [12:28] that said, the whole thread should be redone because IIRC QThread was changed to make it usable without subclass [12:29] so the supreme approach would be to have a lookupmonster and use that in the thread [12:29] rather than using the thread as lookup monster [12:29] or maybe I am wrong ^6 [12:29] ^^ [12:31] well anyway what do you think about fixing the "tries to install already installed packages" bug without redesigning the whole thing for now [12:32] debfx: I cannot do that :P [12:33] * apachelogger is too much addicted to rightness [12:36] debfx: actually I think the least intrusive approach would be to just drop the first file listed [12:36] because... the first file always is the app itself [12:38] how does that solve the problem? [12:38] true [12:38] * apachelogger is not useful today [12:43] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916114310-k1nrt9p09kt18bq7 * (4 files in 2 dirs) * Introduce new thread signal alreadyInstalled which will be used to increment if a dbg package is already installed * Do not pointlessly copy QStrings around in signals and slots [12:45] Riddell: I pushed the amarok package to bzr [12:46] debfx: empy list will end in error... [12:47] http://aplg.kollide.net/images/avatar/snapshot44.png [12:51] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916115127-2vxwt0uhyg2xncgd * (3 files in 2 dirs) Do not list already installed packages, instead emit alreadyInstalled and ignore the package [12:52] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916115203-pz6f28zox8wgnv7g * debian/changelog and ignore the package (by Felix Geyer) [12:54] are we frozen yet? [12:54] debfx: I could upload that foo... not that I find this error very true there [12:54] markey: when I minimize amarok to tray and restart it, the center panel doesn't use its full width [12:54] is that another plasma bug? [12:55] * apachelogger is wondering [12:59] Riddell: I'm going to work now, and I'll build the sqlite db and see if localizations works like you said, I'll just need to rename AppGet again as you know... [12:59] apachelogger: yes, please upload, I don't think we are frozen yet [13:00] sheytan: what about AppOurs [13:00] sounds funny like happy hour [13:00] dantti: KAppCenter ? [13:01] people want to get rid of K [13:01] :/ [13:02] dantti: as i said yesterday, AppUniverse might be cool [13:02] * dantti eats to go work [13:02] there [13:02] issue fixed [13:02] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916120229-lm61i0nyxckxdfcp * (debian/changelog src/dbginstaller.cpp src/dbginstaller.h) (log message trimmed) [13:02] Introduce a boolean state tracker whether we found an already installed dbg [13:02] package, if it is true and we have neither dbg packages nor missing ones exit [13:05] apachelogger: overlooked it, I suppose [13:05] smarter_: I can pong in about half an hour, gotta run [13:06] JontheEchidna: if you do so within the next couple of minutes it will arrive in maverick... [13:06] it's not that pressing to me. :) Can wait until natty [13:06] bbiab [13:07] one more for the road ... [13:07] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916120753-gwb3ujq6dg90wrav * (debian/changelog src/dbginstaller.cpp) Use qApp->exit to end the event loop instead of plain exit() [13:08] apachelogger: im coming to UDS [13:08] what about you? [13:08] Quintasan: Riddell ^ [13:08] * shadeslayer cant shaking [13:08] * apachelogger requested a new passport today ^^ [13:09] apachelogger: we're in überfreeze? [13:09] not yet it seems [13:09] * apachelogger needs to get more kubuntu-debug-installer supremacy in [13:09] * smarter_ needs to see if a nasty rekonq bug was fixed [13:10] somehow 3 of those words sound pretty mcuh alike to me [13:10] .. [13:10] sheytan: btw please test the screen shot thing :) [13:10] * shadeslayer jumps on his bed [13:10] dantti: will do :) [13:11] well, apparently it hasn't [13:11] with rekonq 0.6, when the network is done, typing two letters in the adress bar result in a crash [13:12] with rekonq 0.5 it froze, don't know if it's an improvement :p [13:12] apachelogger: i need a new passport as well :P [13:12] ill get it made in 4-5 days [13:13] * apachelogger is wondering if canonial covers the entrance fee === rgreening_ is now known as rgreening [13:18] * sheytan is making text a software :D [13:19] [14:11:47] with rekonq 0.6, when the network is done, typing two letters in the adress bar result in a crash [13:19] ^can anyone reproduce that? [13:25] debfx: I've noticed that too, but I'm not sure what causes it === smarter_ is now known as smarter [13:42] apachelogger: i doubt it [13:42] apachelogger: will you be my roomie? :P [13:44] maybe ill get to actually learn something from you :P [13:45] who else is coming??? [13:46] smarter: pong [13:49] heya [13:50] so, I was looking at the setKeep/Install/... functions in MainTab and noticed that they all followed the same pattern: save the cache, do the operation, reverse it if the package broke [13:50] but the Backend already seems to do stuff to prevent breaking, and if it isn't then maybe we should provide "safe" versions of the install/remove/... commands in QApt? [13:52] it does at least try to fix things, but there is no guarantee that it will be able to [13:55] the goal would be to make MainTab "dumber" so that it's just used to display stuff and doesn't contain any of the logic [13:55] so that getting rid of it (clean()) doesn't crash everything [13:57] and because the code is too much intertwined imho [14:01] JontheEchidna: so, can we get rid of the code to save/restore the cache/move it inside the functions in QApt::Backend or QApt::Package/move it inside new "safe" functions? [14:02] the undo/redo cache code could possibly move into the backend, but the problem is that we can't make "safe" functions for the other actions [14:03] libapt-pkg lets you attempt to mark a package for $ACTION and it won't tell you it will break until after it has tried [14:04] though [14:04] we could now check since we have the undo/redo stack [14:04] well, preventing massive breaking for some stuff is already better I think :) [14:04] like we are doing now in the MainTab [14:05] so it is definitely technically feasible to move both the undo/redo stack and the brokenness checks into LibQApt [14:05] the question is, do we want to force an undo/redo stack on library consumers [14:06] and do we want to be able to allow library consumers to force installations that may break [14:06] shadeslayer: do you think I am emitting supreme dalek brain waves while I am sleeping? [14:06] (e.g. incorporate wouldBreak() checks into the Package::setInstall()-type functions, or make a setSafeInstall() [14:06] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916130647-9pmu9xsfatf2g1fd * (6 files in 3 dirs) Set version string using supreme cmake magic [14:07] apachelogger: who knows.. ive never seen you sleep ... and i wont let you sleep.. you shall teach me kode at night [14:07] lolz [14:07] apachelogger: btw, since you haven't uploaded yet I will be adding my copyright [14:07] okies [14:07] * apachelogger is wondering redoing the thread [14:07] * shadeslayer is hungry from all the jumping [14:07] * apachelogger thinks that thought was weird [14:08] * apachelogger should get more coffee [14:09] apachelogger: any ideas who else is coming? [14:09] JontheEchidna: the other option is a setUnsafeInstall() :) [14:09] JontheEchidna: I was thinking about moving the working parts out of the thread and into a DbgPkgFinder class ... give that class an additional find() slot, switch the object into a qthread, call that slot foreach file and wait for the signals [14:10] ...thoughts?... [14:10] shadeslayer: Quintasan apparently [14:10] that said [14:10] though I don't know when breaking would be a good idea, maybe if you steal aptitude dependency resolver? [14:10] Quintasan: do you have a roomie yet, and would I have to teach you koding too at night? :P [14:11] hahaha.... your running away? :( [14:11] apachelogger: sounds fine [14:11] shadeslayer: I am just evaluating my options here :P [14:11] hehe... [14:13] apachelogger: do they have talks too? like Akademy? [14:13] more like lightning talks I think... not a proper talk schedule [14:15] [trunk] Jonathan Thomas * echidnaman@kubuntu.org-20100916131525-4kvu32hupnjzsp2m * src/ (dbginstaller.cpp dbglookupthread.cpp dbglookupthread.h) Add myself to the header as a copyright holder === shadeslayer changed the topic of #kubuntu-devel to: Maverick Beta released! | Todo: http://?.tv/4c | Milestoned bugs tagged Kubuntu http://tinyurl.com/33p7vu3 | quick package before freeze: amarok, AppGet [14:17] i claim amarok [14:21] smarter: I do think I know what the crashiness issues are [14:22] setKeep() changes the package state, then see if it broke, except m_package has been set to 0 by a signal before [14:23] right, because every set*() triggers setPackages() [14:23] meaning we invalidate our entire package pointer list, and re-populate it [14:23] yes [14:24] that's why I think MainTab shouldn't mess with packages [14:24] this is because the ReviewWidget and UpdateWidget need to re-check which packages to show when we change something [14:24] and the MainWidget doesn't [14:24] *ManagerWidget [14:24] yep [14:25] what we could do is add all available packages to all 3, and then just filter the ones that we want based on what type we want to see using our proxymodel [14:25] since we can do complicated state filtering already [14:26] thanks to the wonders of QFlags [14:26] then we wouldn't have to call setPackages() each time a package changed [14:26] the filtering would just change on the existing packages [14:27] shadeslayer: amarok is already done ^^ [14:27] bah === debfx changed the topic of #kubuntu-devel to: Maverick Beta released! | Todo: http://?.tv/4c | Milestoned bugs tagged Kubuntu http://tinyurl.com/33p7vu3 | quick package before freeze: AppGet [14:28] AppGet .. whats that? :P [14:28] sorry for not updating the topic earlier [14:28] shadeslayer: is a thing that needs a new name :P [14:28] If basic bugs are found in basic stuff in the daily cd of 10.10, where do I report those. Is there an ISO-testing. (with 'basic', I mean basic, but important stuff like logging in, logging out, rebooting. Not krunner crashes, etc,...) Yesterday I installed the daily cd. I was able to log in once, but rebooting from KDE/KDM did not work. Today, I reinstalled with fresh daily. Now logging in works so far, but logging out does not return [14:28] kdm. Didn't try rebooting yet. [14:29] JontheEchidna: I thought about that, but doesn't that cause performance issues? [14:30] it would be similar to the lag that occurs at muon startup [14:30] which I wouldn't mind so much if I could find a way to "hide" it via threading [14:30] though I'm not so sure you can do that with proxymodels [14:33] hm [14:33] * apachelogger is unsure how that crap is done right [14:34] JontheEchidna: hide what? [14:34] apachelogger: don't hang the GUI while populating my proxymodel [14:35] just switch the proxy model to another thread, no? [14:36] debfx: bah :/ i though someone had cleaned that up [14:36] smarter: actually, more accurately it would be like the lag caused when reloading things after e.g. a cache update [14:37] since startup also includes apt setup [14:37] * apachelogger broke something [14:37] * shadeslayer gives apachelogger duct tape and coffee [14:38] ah, nevermind. you have to do apt setup again anyways since you're reloading everythign [14:38] I am not sure duct will suffice [14:38] (I did a quick profiling with valgrind and I saw that we spend a lot of time creating QString (~15% of the startup time) in PackageProxyModel::lessThan, we could use QLatin1String instead of QString, except that QVariant convert QLatin1String to QString :/) [14:39] :s [14:39] todo for QApt2: convert all apt wrapper functions guaranteed to return ascii to QLatin1String [14:39] (package name, etc) [14:40] that's a start :) [14:40] but I still think moving the undo/redo stuff in Backend and staying with the current way we populate the backend is better :p [14:41] figures that qvariant takes a QL1S, but doesn't provide a way to convert back [14:42] yep, that sucks [14:43] JontheEchidna: seems I was wrong in my earlier concept description ... what needs to happen is that the debugfinder gets the file list in the ctor and a singleshot to a find() slot must happen... otherwise if the slot is blocking the GUI still would be blocked... [14:51] or maybe not [14:51] * apachelogger finds this very weird right now and grabs gdb [15:04] meh [15:04] well [15:05] those multiple function calls suck anyway :P [15:10] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916141034-juwmlp9dfmukjg31 * (5 files in 2 dirs) (log message trimmed) [15:10] Get rid of thread. Instead we now have DebugFinder which is a QObject [15:10] essentially exposing the same signals&slots that the old thread exposed. Now [15:11] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916141112-5ut3ue9ey1pfmuus * src/DebugFinder.h rename include guards [15:11] I think I can release [15:13] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916141347-s0kbm75zjc3hfnkw * debian/ (changelog control copyright) * Bump standards version to 3.9.1 * Add Jonathan Thomas and Felix Geyer as copyright holders in debian/copyright [15:14] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916141442-4c5hbdu650bjyl6h * debian/ (changelog control) Stop exceeding 80 chars/line in build-deps [15:17] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916141741-2qooybunvccq1rkf * (5 files in 2 dirs) Rename dbginstaller to DebugInstaller [15:19] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916141901-k4ht6rbzw8ix007h * (4 files in 2 dirs) Switch to CamelCase file names [15:19] but now I am, I think ^^ [15:25] Is http://www.kubuntu.org down? The site says it's , but it's not fooling me! [15:26] alvin kubuntu.org works for me [15:26] (Never mind. Purging cache and a few refreshes later, it's there.) [15:26] got a new look and feel :) [15:26] Yes, it's very nice. I like it. [15:28] bugs on the website go where in launchpad? [15:28] kubuntu website === dantti_ is now known as dantti_work [15:30] ryanakca: if there are link erros on the website do they go to you? should i report a bug on launchpad? [15:36] thread crash \o/ [15:36] alvin: says OK to me too :P [15:40] * apachelogger is wondering why this did not happen before [15:41] hm [15:41] eek [15:42] implicit sharing ftw [15:43] this sux [15:43] would be nice if going offline while akonadi-kde-googledata is installed and akonadi configured to use it didnt result in a dozen popups about timeouts [15:45] them qstrings are all socialist :P [15:45] maco: well, akonadi loves them popups very much [15:45] the more it can interrupt you the better [16:03] apachelogger: Are you going to UDS? [16:04] Quintasan: looks like it [16:04] nishishi [16:04] :3 [16:04] >AppGet [16:05] anyone doing it? === EagleScreen is now known as Guest18127 === yofel_ is now known as yofel [17:01] apachelogger: did you upload amarok? [17:02] lex79: it needs a feature freeze exception [17:03] oh :( [17:04] debfx: did you write the FFe? maybe if ScottK is around he can ack and I can upload it [17:05] amarok can go in. [17:05] Riddell already said he wanted it. [17:05] lex79: ^^^ [17:05] ok, debfx: where's the source? [17:06] lex79: packaging in bzr, tarball on ktown [17:06] ok [17:07] debfx: test building done? I don't have cpu time in this moment [17:09] lex79: yes [17:12] debfx: uploaded [17:19] lex79: I was supposed to upload it? [17:21] I don't know maybe I misread the backlog [17:21] in any case I did not know ^^ [17:21] JontheEchidna: pingy [17:50] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916164404-y1z8vk7zg77yjjw4 * src/ (4 files) (log message trimmed) [17:50] ensure that the thread gets terminated on premature exit (which is almost always [17:50] what we do...) For one reason or another qapp->exit() will not ensure that other [17:54] Are desktops supposed to switch when opening Krunner (while System Activity window is open)? [18:12] apachelogger: pongy [18:12] updates broke my install :( [18:12] that too just a week before the freeze [18:12] could be a cache issue... but i doubt it === shadeslayer changed the topic of #kubuntu-devel to: Maverick Beta released! | Todo: http://?.tv/4c | Milestoned bugs tagged Kubuntu http://tinyurl.com/33p7vu3 | quick package before freeze: AppGet | Final Freeze in Effect [18:14] i should probably remove AppGet from there ^ [18:15] * shadeslayer notes ScottK didnt upload choqok :( [18:16] shadeslayer: No. Someone else took it over. I don't recall who. [18:16] really? ... weird.. i did not get any mails... or it got lost in the ton of bugmail i recieved yesterday [18:19] final freeze in effect now? [18:19] yes [18:20] would anyone mind if I snuck in an upload? >.> [18:20] JontheEchidna: better put on your ninja cloak [18:21] libdebconf-kde never got translations due to a bug in the fetch_translations target in debian/rules [18:21] JontheEchidna: try to upload it ;) [18:21] shadeslayer: I don't know if they uploaded it or not, just that someone else was looking at it. [18:21] JontheEchidna: Go ahead. [18:21] (I can approve it) [18:21] today also happens to be the non-langpack l10n deadline [18:22] ScottK: oh Riddell uploaded it :P [18:22] dpm: will there be any issue with me uploading libdebconf-kde with new translations now? [18:22] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916172129-mum5st3w3nmwhm43 * src/ (DebugFinder.cpp DebugFinder.h DebugInstaller.cpp) convert to a per-file call mechanism... the string can still be removed between call to invokeMethod and actual execution, so that does not really help with sharing I am afraid [18:23] hmm [18:23] JontheEchidna: Even if there are, it'll get picked up eventually anyway. [18:23] JontheEchidna: I tink your backend is not thread save :P [18:24] most likely libapt-pkg isn't, either [18:24] probably invented before threading :P [18:24] ^^ [18:24] well [18:24] something contanstly makes qapt go down with a qstring [18:25] which function? [18:25] at least at the point in the stack where it is known to gdb the string has a value though [18:25] apachelogger: whee... my configChanged() for folderview got commited :D [18:25] svn commit 1175746 [18:25] http://websvn.kde.org/trunk/?rev=1175746&view=rev | svn://anonsvn.kde.org/home/kde/trunk -r 1175746 | configChanged() support since reloading is costly it checks if something is actually changed before reloading patch by Rohan Garg CCMAIL:rohangarg@... [18:25] package(const QString &name)? [18:25] JontheEchidna: QApt::Package::installedFileList() [18:25] hmm [18:26] JontheEchidna, I don't quite know how libdebconf-kde relates to translations other than what you are commenting about the bug it will fix, but it shouldn't affect anything related to the deadline. We have the NonLanguagePackDeadline for packages that cannot be translated through language packs and that imply that the developer must fetch translations from LP and either put them in a patch or commit them to the upstream branch. So for the translations s [18:26] ide, I don't think it makes much of a difference when it is uploaded [18:26] as called by packageForFile [18:26] dpm: we haven't had the upstream translations in the tarball. my upload in a minute or few will fix that [18:26] the template's most likely been approved by now, we just haven't had the upstream translations [18:26] JontheEchidna, ok, cool [18:26] JontheEchidna: could also be that my end is messed up [18:27] and the Package is not null, yes? [18:27] JontheEchidna, yeah, the deadline is more for translators than for developers. It is rather to give more time to devs to do any integration work [18:27] but I have to leave now. Have a great rest of the day everyone! [18:27] thanks, have a good one! [18:28] well well [18:28] JontheEchidna: dunno [18:28] JontheEchidna: maybe my end is broken [18:28] ScottK: um... kubuntu desktop is still held back 0_o [18:28] JontheEchidna: there is some weird stuff going on from kdi doing premature exits [18:29] hey [18:29] hi [18:29] Hello asac. [18:29] is there any more elegant way to change the default auto login user than patching /etc/kde4/kdm/kdmrc ? [18:29] JontheEchidna: from what I see most of the time I get a crash is when the main thread is already destructing while the finder thread is still looking [18:29] hi ScottK and JontheEchidna ! [18:30] asac: it's supposed to remember, but there is some permissions issue for kdm's home directory [18:30] heh [18:30] since "kdm" is now a user, iirc [18:30] Doesn't ubiquity already deal with that? [18:30] i produce a custom kdm based image which does not offer user configuration etc. [18:30] so i would like to ship something so that it has a sane autologin ;) [18:30] You could see how they do it. [18:30] JontheEchidna: which leads to the concern that there is just very inconvenient data sharing going on (i.e. the string qapt is trying to work with is being nuked dead in the main thread) [18:30] ubiquity does it, but its not available as a "public api" [18:31] they patch kdmrc [18:31] Oh. [18:31] That's likely the best there is. [18:31] just hoped maybe there is something else that would allow you to overload some settings not in /etc [18:31] apachelogger: I don't think installedFilesList() takes a QString, so that shouldn't be the cause [18:31] kdm code is old and scary. [18:31] right. [18:31] asac: Not that I know of, but you might ask Riddell when he's around. [18:31] JontheEchidna: no, but m_backend->packageForFile(file); does [18:31] aah [18:32] and that in turn calls the installedFilesList [18:32] problem is that i cannot put a file somewhere on system and if someone install kdm later it will still know which user to us [18:32] ScottK: will do. thanks! [18:32] apachelogger: are you checking the result of packageForFile for validity? If none is found it will return 0 [18:32] ScottK: kdm code is not old [18:32] the coder in charge just likes it to have it look old [18:32] so that no one else touches it I guess [18:32] I see. [18:33] JontheEchidna: yeah, that I already fixed ;) [18:33] also what is absolutely not funny [18:34] qthread::terminate && qthread::wait blocks indefenitely [18:34] not very nice and I do not know why [18:42] ScottK: libdebconf-kde in approval queue [18:42] Looking. === jtechidna is now known as JontheEchidna [18:42] eek [18:43] JontheEchidna: doesn't look like my string is gone.... according to gdb the qstring is still there when the crash happens... [18:46] le sigh [18:46] it'd be nice to be able to overload functions by return type alone [18:47] JontheEchidna: return the type via argument :P [18:47] eh [18:48] return the return value via argument [18:48] I hate that [18:48] it is completely badass though [18:48] your libqapt packages miss a dbg pkg :P [18:48] it makes me feel.... unclean... [18:48] !info qapt-dbg [18:48] Package qapt-dbg does not exist in lucid [18:48] !info qapt-dbg maverick [18:49] qapt-dbg (source: qapt): QApt debugging symbols. In component main, is extra. Version 1.0.2-0ubuntu2 (maverick), package size 642 kB, installed size 2792 kB [18:49] for both lib + qapt-batch [18:49] FFFF [18:49] brr [18:50] FFFFFFFUUUUUUUUUUUU, trololo song stuck in my head remembering Quintasan's skype status [18:50] eehhhhhhhhh [18:51] buuuuuuuuuu [18:51] this is the crap [18:51] something is fishy [18:51] why can the flipping mainthread be half-way destructed and the other thread not even know about it .... -.- [18:52] JontheEchidna: debian copyright, not debian changelog. [18:53] doh [18:53] JontheEchidna: Please fix that while I'm reviewing and if that's it, I'll accept that one. [18:53] ohohohoh [18:53] JontheEchidna: I think that this is very arbitary.... [18:53] ScottK: ok [18:53] just tell me when to upload [18:54] JontheEchidna: my main thread reaches the return in main (or is damn close) and the finder thread is just not being terminated [18:54] unfortunately before the kernel would come around and throw a nuke at the finder thread something clashes and a segfault occurs [18:54] bad luck [18:54] still I wonder how to ensure that all threads are terminated before qapp gets exit() [18:56] JontheEchidna: Is debian/patches/debian-changes-0.1~svn1167939-0ubuntu3 there because of the rules change? [18:56] (and is it intended that way)? [18:56] ScottK: yes, and yes [18:56] JontheEchidna: Go for it. [18:57] hmmmm [18:57] uhhhh [18:58] ahhhh [18:58] we should really really add some sort of branding to kubuntu [18:58] seems quit && wait does not block forever [18:58] still for too long though [18:59] * Tscheesy likes the kubuntu kmenu Button [18:59] * shadeslayer would like a kubuntu wallpaper [18:59] smarter: adding a latin1Name() function to QApt::Package causes a decrease of 1.2 million QString::fromAscii_helper() calls [18:59] shadeslayer: for that we'd need an identity :P [18:59] JontheEchidna: w00t [18:59] apachelogger: we dont have a identitiy? :O [19:00] JontheEchidna: so, default for QApt2? [19:00] sure we do [19:00] KDE's [19:00] smarter: right [19:00] this suxx0rs [19:00] qthread::quit && wait blocks for like 2 seconds or so [19:00] JontheEchidna: your qapt thing is super slow :P [19:01] we take this: http://imgur.com/RF9Ge versus this: http://imgur.com/Ky2Wq [19:01] (the ton of QString object creation is still annoying, but we can't do anything, except maybe if we play with QVariant) [19:01] smarter: ^ [19:02] sweet [19:02] >decrease of 1.2 million QString::fromAscii_helper() calls [19:02] like what? [19:02] 1.2 million calls? [19:02] wtf [19:02] How come you get that many calls in the first place? :D [19:02] ohhhhhh [19:03] ohhhhh [19:03] ohhhhhhhh [19:03] ohhhhhhhhhhh [19:03] craps [19:03] wut [19:03] Quintasan: we load every package from every archive in the sources.list [19:03] quit does not end event processing [19:03] wtf [19:03] oh [19:03] qthreads are weird... [19:03] apachelogger: have you seen that post on how to use QThread in qt-labs? [19:04] smarter: which one? [19:04] JontheEchidna: Both accepted and rejected. [19:04] thanks [19:04] You're welcome. [19:05] I really do not understand this [19:05] apachelogger: we should discuss this at UDS [19:06] some sort of branding [19:06] Qthread::exit() documentation sez the function stops event processing [19:06] smarter: yeah, we could get rid of probably another million fromAscii_helper calls if QVariant could cast to latin1 [19:06] yet kdebug keeps on spitting out reports for processed files [19:06] apachelogger: http://blog.exys.org/entries/2010/QThread_affinity.html and the links at the end of the post [19:07] shadeslayer: It's been brought up before. We have branding now, so if you want more, please say exactly what you want to change and discuss who/how the work gets done. [19:08] Adityab: ^ thoughts [19:08] sorry, I don't know the state of branding in maverick, so no comments on that [19:08] JontheEchidna: why cant qvariant not cast to latin1? [19:09] Adityab: but you can throw your ideas in ... [19:09] apachelogger: no toLatin1() function [19:09] ScottK: Are we still using vanilla config in maverick (apart from the branding thing) ? [19:09] hm [19:09] JontheEchidna: dont need that [19:09] oh oh [19:09] Adityab: Not entirely, but close. [19:09] there's a qvariant_cast, isn't there? [19:09] JontheEchidna: variant.value() [19:09] apachelogger: it stores QLatin1String as QString [19:10] ScottK: what do we have for the branding? [19:10] just the splash... [19:10] (plymouth splash) [19:10] shadeslayer: the logo in the K-menu [19:11] smarter: are you sure about that? also... why would you then save fromAscii_helper calls? [19:11] smarter: thats the kubuntu logo now? .. that might be new then [19:11] ScottK: I think stuff like the default panel size and stuff should be changed [19:11] ScottK: Probably make it a little thicker, because icons look a bit blurry in the thin default panel [19:11] OK. [19:12] apachelogger: QVariant::QVariant(const QLatin1String &val) [19:12] { QString str(val); d.is_null = false; d.type = String; v_construct(&d, str); } [19:12] I'm not ready to have a debate, but I think concrete proposals like that are things we can discuss. [19:12] Much more useful than "we need branding". [19:12] yes. [19:12] [libqapt] jmthomas * 1176113 * trunk/extragear/sysadmin/libqapt/src/ (package.cpp package.h) Add a latin1Name() function that returns the package's name as a QLatin1String. Package names always have latin characters, making QString's automatic from ascii conversion a big slowdown. [19:13] smarter: then I do not see how you'd save the calls :P [19:13] apachelogger: it avoids the initial fromAscii conversion by returning name() as a QString [19:13] s/by/from [19:14] you will have a ascii conversion in that str construction smarter pasted, no? [19:14] yes, but before we had two [19:14] sure sure [19:14] but I do not see how a QVariant::toQLatin1 helps :P [19:15] if it was saved as QLatin1String it would help :p [19:15] well [19:15] I wonder why they save it as QString to begin with [19:15] that's what I was wondering yesterday while profiling too [19:16] QVariant probably came before QLatin1String, and the additions for QLatin1String fall short, I suppose [19:16] probably so that you can use QLatin1String as a drop-in replacement for QString [19:16] you could certainly work around that by typedeffing QLatin1String to your own Latin1String and then registering that with your metatype system [19:16] ah, that's what I was wondering [19:16] how to hack around QVariant [19:16] that is how you would do that then :P [19:17] still I would first ask someone who knows why for realz they store it as QString [19:18] backward-compatibility seems most likely [19:18] anyway, at the moment I'm just worried by rekonq crashing when the network is done and you try to type something [19:19] why do we even ship that thing anyway? [19:19] * apachelogger does not know [19:19] smarter: feel free to swap to firefox :P [19:20] arora is nice enough [19:21] same crap without kde integration [19:22] ok..so i have: amarok: symbol lookup error: /usr/lib/libamaroklib.so.1: undefined symbol: _ZTIN6TagLib3MP44FileE [19:22] :) [19:23] i have 2:2.3.1-1ubuntu8 tho.. maybe thats why... [19:27] [muon] jmthomas * 1176120 * trunk/extragear/sysadmin/muon/libmuon/ (DetailsTabs/MainTab.cpp PackageModel/PackageModel.cpp) Use the new, faster Package::latin1Name() [19:28] [libqapt] jmthomas * 1176121 * trunk/extragear/sysadmin/libqapt/src/package.h Apidocs typo fix, plus some clarification for version()'s docs [19:33] http://edmondpike.imgur.com/sallie_mae_ruined_my_day_as_well_as_my_sons brrr [19:33] * apachelogger goes looking for food [19:46] apachelogger: I'm not entirely sure what I will be doing on UDS but to hell with it :P [19:47] Quintasan: supporting all motions I propose of course [19:47] apachelogger: supporting as in sitting and doing :O face? [19:47] :P [19:48] and nodding from time to time :P [19:48] apachelogger: That's your plan too? [19:49] !find /usr/lib/libGL.so.1 karmic [19:49] File /usr/lib/libGL.so.1 found in libgl1-mesa-glx, libgl1-mesa-glx-dbg, libgl1-mesa-swx11, libgl1-mesa-swx11-dbg, nvidia-glx-173, nvidia-glx-185, nvidia-glx-96, xorg-driver-fglrx === jtechidna is now known as JontheEchidna [20:02] ScottK: if you have time to look at plasma-widget-quickaccess in approval queue, that'd be great. fixes bug 636436 [20:02] Launchpad bug 636436 in plasma-widget-quickaccess (Ubuntu) "right click on qickaccess widget kills kde environmet" [High,Triaged] https://launchpad.net/bugs/636436 [20:04] yey [20:19] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916191821-jeclcm807495iif1 * src/ (DebugFinder.cpp DebugFinder.h DebugInstaller.cpp) (log message trimmed) [20:19] introduce stopping to the finder, when exit is called we stop the finder to [20:19] speed up processing of remainig calls in the event loop, that way we can then [20:19] all fix0red \o/ [20:21] btw, I imagine we're going to miss Qt 4.7.0 final due to 10.10.10 being 42 in binary? [20:21] When's it due? [20:22] dunno [20:22] which is part of the problem [20:22] "When ready" [20:22] See you all later. [20:22] JontheEchidna: I don't think your quickaccess closed the bug in changelog. [20:23] Ah, wrong bug number [20:23] I blame klipper [20:23] ScottK: can I get freeze exception for super cool, more stable, more speedy, more copyrighted kubuntu-debug-installer? [20:24] with an epic changelog I see [20:24] * apachelogger should add some more things to blow up the changelog [20:25] apachelogger: If it's got a reasonably reviewable diff, probably. [20:25] Upload it and we'll see. [20:25] it is so not reviewable :P [20:25] * apachelogger shuffeld around files and renamed them and whole class and... [20:26] OK. Then wait for Riddell to have a look maybe. [20:26] oki [20:26] Sounds like it should wait. [20:31] [kubuntu-debug-installer] Harald Sitter * apachelogger@ubuntu.com-20100916193139-k6ez7ll5os47f9mn * (4 files in 2 dirs) (log message trimmed) [20:31] Do not pass the file list to the finder object in its ctor but use the event [20:31] loop. Unfortunately this does not allow the thread to stop immediately when quit [20:33] Riddell: if you could please take a look at kubuntu-debug-installer rev 56 to HEAD and say whether that is yay or nay [20:33] http://websvn.kde.org/trunk/?rev=56&view=rev | svn://anonsvn.kde.org/home/kde/trunk -r 56 | Letzt Aenderungen für 18. April [20:33] Riddell: mostly architectural changes and renamings [20:34] ...the problem solving code barely changed... [20:44] evening [20:44] afternoon [20:45] night [21:01] Riddell: I'm trying to generate the sqlite for you now.. [21:01] Riddell: all known bugs are fixed in "unknown" name :P [21:08] dantti_work: calling it kpackagekit would make things easier [21:09] Riddell: yeah :( I can't even find a good new name :P [21:19] dantti_work: software bunny... [21:20] apachelogger: stop it ! :P [21:20] meh. [21:20] apachelogger: Software Bunny does not have super cow powers :D [21:20] no, but super bunny powers [21:21] lol [21:21] Moo Center [21:22] Piccolo [21:23] dantti_work: why not call it Software Center? [21:23] apachelogger: why does kubuntu-debug-installer need architectural changes and renamings at this stage in the cycle? [21:23] Riddell: doesn't just felt like it [21:24] add a comma somewhere there [21:24] apachelogger: if there's no advantage to users then it can wait until next cycle? [21:25] apachelogger: I think it's too ubuntu'ish sounds like a SC port [21:25] Riddell: the advantage is that the current version does not ask to install packages that are already installed ... though that could also be done using less intrusive changes [21:26] Riddell: I'm going to send you the sqlite db, and yes it doesn't have translations because of what I tould you, are you sure just adding (app-install-data catalog would do it? [21:28] dantti_work: you really shouldnt let ubuntu brand completely generic names for their own [21:28] :O [21:28] "Software Center" causes spelling reactions to those of us to speak en_GB [21:29] well [21:29] software center [21:29] in translated [21:29] which makes a whole lot sense if you ask me [21:32] dantti_work: I'm on very limited internet tonight, can't package anything [21:33] maybe apachelogger can package it? [21:33] then I'd approve his kubuntu-debug-installer chnanges :) [21:33] apachelogger: if so what's you email so I can send you the app-install db? [21:33] what do I do with it? :O [21:33] apachelogger@ubuntu.com [21:34] Application Center [21:34] AppCenter is a TM [21:34] but the whole name probably isn't [21:35] apachelogger: the sqlitedb allows kpk to show Applications instead of just packages [21:35] you have to put it toghether with kpk [21:36] dantti_work: well if you attach instruction on what will need to happen to have it work in a system I can try my luck ^^ [21:41] apachelogger: sent [21:44] dantti_work: limited to kpk only? [21:44] dantti_work: I suppose I should just stick it into the kpk package then [21:44] apachelogger: well now that you have it, you need kpk from svn [21:44] so we'll need a new snapshot too? [21:45] apachelogger: that db will hopefully used by USC and fedora too [21:45] apachelogger: yes, and maybe a new new one, since ubuntu removes the translations from app-install-data [21:45] apachelogger: kpk needs to depend on that package for the icons btw [21:49] hm [21:49] hmmmmmm [21:49] hmmmmmmmmmmm [21:49] what context menu titles are aseigo talking about? [21:49] hm?? [21:49] dantti_work: I am a bit scared about snapshotting... [21:49] claydoh: where? [21:49] identica [21:50] apachelogger: tell me what is your wories :) [21:50] that we have a released version and you ask me to replace that with a snapshot :P [21:50] apachelogger: http://identi.ca/notice/50822802 [21:50] claydoh: the ones sitting on top of menus of systray icons [21:50] in particular about kstatusnotifier systray icons [21:51] claydoh: well, just upgrade maverick and see what is different is the best thing to do I suppose [21:51] didn't even know they were missing [21:51] apachelogger: ya, just pulled in some updates [21:52] well they are only missing since today from what I understand [21:53] well that would 'splain that, havent restarted my session today [21:54] more stuff to make us look bad :( even though we in essence had nothing to do with the disagreement :( [21:54] * apachelogger finds it a bit weird though that the reason is that apparently the not-assigned-contributions cause a questionable release [21:54] I will not even to try to understand the meaning of that [21:55] claydoh: we could just build without dbusmenu I recon [21:56] that however would take away the ability to have KDE apps integrate with GNOME's indicator applet by means of menu drawing natively [21:56] apachelogger: well, the thing is if you guys want the new version which has some cool features you need a snapshot [21:56] so no matter what in one way or another there is crap piling up [21:56] shot in the back of the head [21:56] once again [21:57] apachelogger: I can't make a proper release now because of the unstranlated strings, and I'm have to fine tune how ubuntu gettex works [21:58] yeah, untranslated strings are a concern I just thought about [21:58] cause app-install-data used to have the localization, and now it doesn't [21:58] dantti_work: app-install-data contains desktop files and you are parsing those desktop files? [21:58] apachelogger: you know better how pushing packages, work, so i think that you can update the strings later [21:59] what is this gnome thingy that I keep hearing about, I must check it out someday.... [21:59] lol [21:59] apachelogger: yes, we parse then to extract info, this is what app-install project does [21:59] hm [21:59] now that I follow anymore [21:59] but [21:59] if those desktop files contain an ubuntu gettext domain [21:59] app-install is very young but hopefully USC will start to use it instead of app-install-data [22:00] yes, that is what I need to get [22:00] depending on how you pase the desktop files you'd need to inject the there defined gettext domain into the gettext catalogs in use [22:00] apachelogger: Riddell said that KGlobal::locale()->insertCatalog("app-install-data"); would probably be enough [22:01] hm [22:01] only if you run the non-translated strings through klocalizedstring I suppose [22:02] apachelogger: like i18n(appname) i18n(appcomment), right? [22:02] yep [22:03] * apachelogger is hoping that does not add too much load onto everything, 60k i18n calls sure have their weight ;) [22:03] * apachelogger fires up the release script [22:04] dantti_work: snapshot of trunk I presume? [22:04] apachelogger: I'll test it here, yes, just so that you can tune the package before this fine tuning, there are some new build options [22:05] apachelogger: also Riddell asked me to put the edit origins button inside kpk to get it translated so there is a patch that is not needed anymore [22:05] ScottK: can you retry? https://launchpad.net/ubuntu/+source/kmplayer/1:0.11.2b-1ubuntu1/+build/1751214 [22:05] svn: Network connection closed unexpectedly [22:06] svn ftw! [22:12] * apachelogger makes a silly face [22:13] dantti_work, Riddell: I do not have no maverick and I already feel a pile of unavailable packages on lucid coming towards me... [22:17] apachelogger: also on lucid sqlite is 3.6 which makes it really slow to start [22:20] apachelogger: how do I know if I have the right language pack for app-install-data? [22:21] !find app-install-data.mo [22:21] File app-install-data.mo found in language-pack-gnome-af-base, language-pack-gnome-ar-base, language-pack-gnome-ast-base, language-pack-gnome-be-base, language-pack-gnome-bg-base, language-pack-gnome-bn-base, language-pack-gnome-br-base, language-pack-gnome-bs-base, language-pack-gnome-ca-base, language-pack-gnome-crh-base (and 49 others) http://packages.ubuntu.com/search?searchon=contents&keywords=app-install-data.mo&mode=&suite=lucid&arch=any [22:21] uhhh sweet [22:21] oh :( [22:21] !find app-install-data.mo maverick [22:21] File app-install-data.mo found in language-pack-gnome-af-base, language-pack-gnome-ar-base, language-pack-gnome-ast, language-pack-gnome-ast-base, language-pack-gnome-be-base, language-pack-gnome-bg-base, language-pack-gnome-bn-base, language-pack-gnome-br-base, language-pack-gnome-bs-base, language-pack-gnome-ca (and 65 others) http://packages.ubuntu.com/search?searchon=contents&keywords=app-install-data.mo&mode=&suite=maverick&arch=any [22:21] win [22:22] apachelogger: thanks [22:26] lex79: Done. === jtechidna is now known as JontheEchidna [22:27] it's easy enough to get dpm to move that [22:36] apachelogger: I'd appreciate it if you could have a look at Bug 627815 again. It's not just me having it now. [22:36] Launchpad bug 627815 in kde4libs (Ubuntu Maverick) "unable to save user-places.xbel" [High,Confirmed] https://launchpad.net/bugs/627815 [22:49] apachelogger: inserting the catalog didn't work :( [22:51] Riddell: do you know where I can look to see these translations? [22:51] dantti_work: apt-get source language-pack-gnome-pt-base [22:52] Riddell: no I mean see kde using it [22:52] you said kubuntu has some patches.. [22:52] i18n("string") should be it [22:52] well it doesn't [22:53] patches if you're reading .desktop files, not otherwise [22:53] in kde4libs [22:54] Riddell: well in the sqlite db I have the unstranslated strings so I get then an put in i18n() but it does not work.. [22:57] my graphic stack is running fast here (intel), that is a privilege these days [22:57] awesome work (k)ubuntu guys [22:57] *and girls :p [23:23] Riddell: after a logout, now it is translating things :D [23:26] yay [23:30] funny it only works with i18n not the way you do in kdelibs :P [23:46] Riddell: so isn't there anyone to upload it then? [23:50] ScottK: what meaning? https://launchpad.net/ubuntu/+source/qt4-x11/4:4.7.0~rc1+git20100916-0ubuntu1/+build/1963274 [23:50] Looking [23:51] thanks [23:51] it builds fine btw [23:52] lex79: Did you see 2010-09-16 21:46:36 WARNING libqt4-dev_4.7.0~rc1+git20100916-0ubuntu1_i386.deb: has 1 file(s) with a time stamp too far in the past (e.g. usr/include/qt4/QtCore/QtConfig [Thu Jan 1 00:00:00 1970]). in the upload log? [23:52] oh right now [23:53] why? [23:53] lex79: Could you check the date of that file in the original source? [23:53] * ScottK has roughly no bandwidth where he is right now to download and check. [23:56] ScottK: so I guess you can't upload it too :P [23:56] No. Not really. [23:57] ScottK: k, thanks [23:57] ScottK: it's not in the source [23:57] I can't find it [23:58] dunno where it comes [23:58] It must be generated then. [23:58] yes [23:58] I'm looking in deep [23:59] well if anyone here want's to upload new KPackageKit, please poke me since I have to send you an app db