[00:12] Hpy nu yer yofel [00:39] still 5 hours to go here [00:44] Oh dear === Riddell changed the topic of #kubuntu-devel to: Kubuntu New Year | Lots to do https://wiki.kubuntu.org/Kubuntu/Todo | Please test KDE in lucid-proposed LP: #691068 | The party starts now!! Contact apachelogger and shadeslayer for passes [04:22] happy new year everyone and thank you for the awesome OS that is kubuntu === kronos_ is now known as kronos [09:52] JontheEchidna: I reported a bug against Muon Updater, kde bug 261775 [09:52] KDE bug 261775 in general "Crash while configuring libc-bin" [Crash,Unconfirmed] http://bugs.kde.org/show_bug.cgi?id=261775 [10:31] apachelogger: still in 2010 [10:31] :-) [10:32] hm, it is 2011 already?:o [10:34] ulysses: still living in the past? :-P... well... afaik everyone is in the new year [10:35] droidslayer: nope, I was just so drunk, that I missed the midnight and the sing of the national anthem [10:37] Lol [10:37] I don't remember how I went to bed [10:37] I was looking at web view api :-P [10:38] Lol [10:57] droidslayer_: byeeee [10:58] Riddell: happy new year :D [10:58] * shadeslayer goes on looking for MIUI [10:59] apachelogger: http://www.youtube.com/watch?v=Or-9T44Bt7M&feature=player_embedded [10:59] apachelogger: ssup === yofel_ is now known as yofel [12:15] anyone up and about? :D === kronos is now known as Guest54487 === kronos_ is now known as kronos [13:14] [muon] jmthomas * 1210625 * trunk/extragear/sysadmin/muon/updater/UpdaterWindow.cpp Mirror changes made in Muon Package Manager and don't return to preview on commit errors. [13:16] JontheEchidna: pokey poke [13:16] shadeslayer: pongy pong [13:16] whats the line to include in cmakelists.txt for QWebView class? [13:16] QGraphicsWebView rather [13:17] I dunno, I've never used that class [13:17] apachelogger might know [13:18] since I think he was doing some phonon stuff with qtwebkit [13:18] hmm [13:18] apachelogger is probably drunk and all wasted [13:18] and sleeping [13:18] :P [13:24] shadeslayer: I think you set(QT_USE_QTWEBKIT TRUE) [13:24] tsimpson: yeah fixed :) [13:24] before include(${QT_USE_FILE}) [13:25] needed to link against QT_QTWEBKIT_LIBRARY [13:25] target_link_libraries(QtDemoBrowser ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTWEBKIT_LIBRARY}) [13:25] when you set the above, it should add that to QT_LIBRARIES [13:25] but still doesnt load google.com [13:32] tsimpson: http://paste.ubuntu.com/549270 [13:32] that displays a blank white page [13:33] oh oh [13:33] it opened \o/ [13:37] it compiles! ship it :) [13:44] tsimpson: git@git.kde.org:scratch/garg/DemoWebViewBrowser [13:44] lol [13:44] well [13:44] it compiles [13:44] it doesnt show the page [13:44] if i move stuff to main.cpp [13:44] it will load google.com [13:44] but if i use proper classes and everything it doesnt work [13:45] http://gitweb.kde.org/scratch/garg/DemoWebViewBrowser.git [13:49] tsimpson: ^^ [13:50] shadeslayer: probably because the QGraphicsScene in MainWindow::MainWindow() is destructed as soon as you return from the constructor ;) [13:50] ah [13:50] so possibly put in another function? [13:51] which is called from the constructor [13:51] no, just put something like "QGraphicsScene* scene;" in the class and new it in the constructor [13:52] oic [13:52] and the view, and the webview [13:52] otherwise they'll just be destroyed when they go out of scope [13:59] tsimpson: how do i make m to be the parent of the scene? [14:00] i get 2 windows ;P [14:00] you need to use setCentralWidget(view) [14:00] ah [14:00] why do you disable the scroll bars though? [14:01] or is that just what the example did? [14:02] its what the example did, disabled in my code now [14:02] ah, the code is for mobile devices, they usually don't want scroll bars [14:02] ^ the example code [14:08] aye [14:08] tsimpson: view->resize(600,480); << any idea why that isnt working> [14:09] my window is *tiny* [14:09] view is my QGraphicsVIew [14:10] * shadeslayer will add a urlbar at the top and voila a new browser is born [14:12] shadeslayer: you can use the resize() method of QMainWindow ;) [14:13] tsimpson: or resize the scene ;) [14:13] well it should resize the scene too, as it's the only thing in the window [14:18] tsimpson: pushed :) [14:19] apachelogger: tada http://gitweb.kde.org/scratch/garg/DemoWebViewBrowser.git [14:19] you leak memory [14:20] the parent of the QGraphicsScene should be "this", otherwise it has no parent [14:21] and you don't need view->show(), it'll be called when you do m.show() [14:21] oh [14:22] tsimpson: im a bit confused between parent and this [14:22] you are passing the "parent" parameter, which will be 0 as you don't give MainWindow a parent [14:23] * apachelogger has broken repos and does not know why [14:23] * apachelogger has a headache and exactly knows why [14:23] oic [14:23] tsimpson: fixed [14:23] apachelogger: I find sleep to be the best cure for that kind of headache [14:24] tsimpson: see the title bar [14:24] oh i have 2 instances [14:24] thats why [14:24] :P [14:29] shadeslayer: usually one forward declares the classes, rather than including the headers in the .h [14:29] ie: http://paste.ubuntu.com/549277/ [14:30] technically, it makes compilation slightly quicker [14:41] shadeslayer: where does rekonq keep it's UI settings? [14:41] at any rate it keeps the code cleaner as it prevents implicit header dependencies caused by header A including C and B including A and B using a pointer of C [14:42] should A get removed or loose the include on C B will fail until it also got an include for C [14:42] now with 3 headers that is not a problem, if you have a couple hundreds... [14:42] phonon-gstreamer had multiple such situations, took me about 2 hours to resolve [15:32] oh god [15:32] a late Happy New Year to everyone [15:32] Quintasan: a happy new year to you too :D [15:33] Well, my legs are totally destroyed [15:33] Thanks to 8-hours marathon of Stepmania accompanied by various types of drinks [16:21] sheytan_: ping [16:21] tsimpson: that was what i was going to do next.... forward declarations :P [16:21] * shadeslayer was out for food [16:22] one does do them when one adds the foo that requires them :P === sheytan_ is now known as sheytan [16:24] apachelogger pong [16:24] sheytan: do you feel like doing a simple website? [16:24] apachelogger what's the subject of the page? [16:25] apachelogger: any idea how to set the user agent? [16:25] in QGraphicsWebview [16:25] phonon needs one sort of similar to wiki.kde.org as we are booting phonon.kde.org and replace it with userbase for user documentation, techbase for 3rd party developer documentation and community for internal stuff [16:25] so just some 3 columns with nice graphics and a description of those 3 with links [16:26] (will be put on phonon.kde.org) [16:26] apachelogger let me take a look [16:26] shadeslayer: gets its qnetworkmanager [16:26] or was it qnetworkaccessmanager? [16:26] apachelogger: http://i.imgur.com/8e0Hf.png << [16:26] sheytan: thanks :) [16:26] apachelogger: no no ... i saw a way to set it via QGWV [16:26] * shadeslayer cant find it anymore [16:26] take a look at the header? [16:26] im trying to get google instant to work on my browser :P [16:27] cant see anything [16:27] oh [16:27] uh [16:27] eh [16:27] apachelogger i did the kde wiki page, too :D [16:28] but they edited it [16:28] it looked way better [16:28] shadeslayer: QWebSettings maybe? [16:28] hmm [16:28] sheytan: hehe :D [16:28] well, let my try [16:28] I promise I wont edit anything ;) [16:28] * apachelogger is way too lazy for that anyway ^^ [16:28] shadeslayer: surely that class stores stuff like agent and whatnot [16:29] apachelogger: doesnt look like it [16:29] indeed [16:29] well [16:29] from qgraphicswebview you get to qwebpage [16:29] i swear i found a page where it was listed [16:30] and that has userAgentForUrl [16:30] yep [16:30] which is a protected getter| I suppose [16:30] so either you need to overload that and hardset to some agent you wish or read the documentation ;) [16:30] apparently my college starts from 13 [16:31] one week break \o/ [16:31] agent is part of the qnetworkrequest [16:31] shadeslayer: apparenlty only qwebpage has any agent function [16:32] so my best guess is that you need to overload that and the baseclass will use it to get the agent for the url it currently tries to get [16:32] apachelogger: hmm .. but i cant *set* it [16:32] overload [16:33] hmm [16:34] * shadeslayer keeps on searching [16:34] im sure i saw a function [16:35] to set a user agent [16:35] grep says nothing [16:35] seems this is the only way http://doc.trolltech.com/main-snapshot/qwebpage.html#userAgentForUrl [16:35] apachelogger: yeah [16:35] dude [16:36] read the docs [16:36] i re-read the blog [16:36] ! [16:36] apachelogger: i was searching docs + google + qt labs [16:36] shadeslayer: just overload the function :P [16:36] maybe kwebkit had the setter you are thining of [16:36] qtwebkit has only that function [16:36] erm ... id rather not go towards kwebkit [16:37] er ... does kwebkit have QGWV? [16:37] or KGWV [16:37] no [16:37] not that I know of anyway [16:37] hmm [16:37] apachelogger: QGWV is *fast [16:37] *fast* [16:37] faster than rekonq i might add [16:38] because the other thing is mixing graphicsscene with regular qwidgets [16:38] which naturally is slow [16:38] so you need to make MyWebPage [16:38] overload the useragent thingy [16:38] aye [16:38] then set the mywebpage thingyin qgraphicswebview [16:38] and set it to what chrome sends [16:40] apachelogger: do you think sending a custom user agent to google will enable instant search? [16:40] the custom value being that of chrome [16:40] possibly [16:40] not necessraily [16:40] google does all sorts of multilayered browser detection [16:40] at least on youtube they do [16:40] really? 0_o [16:41] in particular they might poke javascript [16:41] shadeslayer: I mean, it is worth a try, just dont expect it to be that easy ;) [16:41] hehe [16:41] well .. ill wait to see how adjam does it [16:41] for now this goes to rekonq mailing list [16:42] need to add copyright too [16:42] mgraesslin: I gather we can haz kwin gles soon? :D [16:42] * apachelogger stil needs to get his gles changes uploaded to ubuntu -.0 [16:42] * shadeslayer tries changing user agent in FF to see what happens [16:42] * apachelogger has too many things to do [16:42] apachelogger: yeah, I am going to force push to my scratch repo tomorrow [16:43] hooray [16:43] * apachelogger hugs mgraesslin [16:43] * mgraesslin hugs back [16:44] what I though about: in case Ubuntu includes GLES packages for nouveau you could be the first distro shipping OpenGL compositing by default for nouveau [16:45] aha [16:45] AHA [16:45] apachelogger: doesnt work in FF [16:46] so yeah .. it probably requires insane amounts of work [16:48] probably javascript foo then [16:48] check google's scripts ;) [16:48] eep [16:49] no thanks :P [16:49] i dont want to mess with the mighty google [16:49] apachelogger i'm feeling out of ideas today ;/ [16:50] drink to much yesterday ::D [16:50] that's the reason propalby :D [16:50] propably* [16:50] :) [16:51] sheytan: no problem, we do not need it that urgently :D [16:54] apachelogger good, i'll come out with something [16:54] need a vision :D [16:56] k :) [16:57] * apachelogger wonders whether bug https://bugs.kde.org/show_bug.cgi?id=213706 could be due to our aboutToFinish signal and how Amarok's enginecontroller uses it [16:57] KDE bug 213706 in VLC backend "Phonon does not play last and/or first second of an audiofile " [Normal,Reopened] [16:58] oh, wrong channel :) [16:59] hahaha [16:59] wait [16:59] ubottu can read bugs off b.k.o and put them in the channel? [16:59] Error: I am only a bot, please don't think I'm intelligent :) [17:00] awesome [17:00] apachelogger: please get it into #rekonq too :P [17:01] btw guys, will there be easy file/internet sharing ever in kubuntu? [17:01] i miss somethings like os x has, you only click once and sharing is active [17:02] and here you got milions of samba options that i don'tknow even how to use :D [17:02] tsimpson: fixed forward declarations in git .. tell me one thing tho ... i can add widgets to the Graphics Scene right? [17:02] apachelogger: im going to try and add kinetic scrolling, tabs and a url bar [17:02] and then im going to close the project :P [17:02] n more features [17:02] shadeslayer Google account bookmark sync! :D [17:02] *no [17:02] please :D [17:02] sheytan: lol [17:03] sheytan: thats something i plan to do in KDE [17:03] possibly as a GSoC project [17:03] sheytan: its not very difficult tho, Google Docs etc have a API to do that [17:03] so i can import them using the API [17:03] shadeslayer it's like the only feature that stops me from rekonq :P [17:04] sheytan: see the logs of this channel .... me and apachelogger discussed this at length [17:04] sheytan: well ... i dont want to have it as a rekonq specific feature [17:04] ok :) [17:04] i want the whole of KDE to have it [17:04] yeah, good idea :) [17:04] sheytan: we discussed it this week itself i think [17:04] shadeslayer and do you know plans for file sharing in natty? [17:05] sheytan: over samba? [17:05] shadeslayer yes [17:05] sheytan: fixed in KDE SVN i think.. or pending a merge [17:05] packages will be patched tho [17:05] shadeslayer i meann a user friendly one. The samba kcm is a mess :D [17:05] lol [17:05] dunno about KCM [17:06] lots of features and i don't know how to use them :D [17:06] apachelogger: ^^ KCM [17:06] apachelogger is KCM master [17:06] apachelogger if you wish i can make a mockup of how file sharing should look like [17:07] comeon guys, lets make it rock :D [17:07] sheytan: KDE file sharing? [17:08] * apachelogger is planing phonon releases right now ^^ [17:08] apachelogger yes [17:08] sheytan: sure, go ahead :) [17:08] apachelogger if you make it my way, i will love you more then now :D [17:09] even more? :O [17:09] omg [17:10] nuno did some overall KCM mockup a while back [17:10] * apachelogger liked that a lot [17:11] apachelogger which KCM ? [17:11] do you have the images? :D [17:15] k3b kcm [17:15] sheytan: it was moure about redesigning the shall around the KCM really [17:16] IMHO the main problem is that the stuff around it looks like shit [17:16] sort of limiting the abilities of KCM design altogether [17:17] sheytan: it was somewhere on identica [17:17] impossible to find :D [17:17] oh [17:18] well, i'll create the mock anyway [17:18] sheytan: if you ask him, he surely has it lying around somewhere :D [17:22] apachelogger: so ... should i use a widget or something else for urlbar [17:26] * shadeslayer pokes apachelogger to wake up [17:31] sheytan: something else? [17:31] eh [17:31] shadeslayer: [17:31] sheytan: sry [17:32] :) [17:32] apachelogger: yes [17:32] like? [17:32] apachelogger: urlbar [17:32] QWidget or QGraphicsRectItem [17:33] or soemthing else [17:34] oh [17:34] shadeslayer: depends on what you want to do :P [17:34] :P [17:34] qgraphics foo is always more work than qwidget :P [17:34] hmm [17:34] qwidget it is [17:38] apachelogger: so paste.kde.org api docs are wrong [17:41] apachelogger: apparently this works : paste.kde.org/?paste_data=test1&paste_lang=text&api_submit=1&mode=xml [17:46] hello kubuntuers? [17:46] hello idis [17:47] kde 4.6 packaging for ubuntu seems to trigger a bug for marble quite a lot, could you help identifying the issue? [17:47] https://bugs.kde.org/show_bug.cgi?id=247420 [17:47] KDE bug 247420 in general "crash when starting marble or embedding apps" [Crash,New] [17:47] lots of recent duplicates [17:48] sounds like bad theme files [17:49] s/theme/marble map/ [17:49] * shadeslayer looks [17:50] hey [17:50] how can i add an icon in qt designer? [17:51] sheytan: i just do foo.setIcon :P [17:51] shadeslayer: it is not REST though [17:51] apachelogger: whut? [17:51] nvm :P [17:52] so [17:52] what do I eat for lunch? [17:52] apachelogger: kubotu [17:52] I wonder if that is tasty ^^ [17:52] apachelogger: its Ruby .. its supposed to be exotic [17:52] I see [17:52] very crunchy for sure [17:58] aye [17:58] idis: i cant figure out the issue ... is a file missing? [17:59] shadeslayer: well, first of all, different people report the same issue [17:59] and we haven't gone through packaging/upgrades before [17:59] hmm .. [18:00] reporting that bug in kde directly is not very helping from those users [18:01] that libmarblewidet.so.10 is definitely gone in natty, and digikam depends on 11 [18:01] shadeslayer: does updating showfoto trigger both libmarble and marble data update? [18:01] sheytan: about adding an icon ... use a label [18:01] there you can set a pixmap [18:01] thanks :) [18:02] shadeslayer: that sounds like some dependency issues from that far distance [18:03] i don't see where you publish packaging for kdeedu? [18:05] idis: kdeedu packaging is here http://bazaar.launchpad.net/~kubuntu-members/kdeedu/ubuntu/files/head%3A/debian/ [18:06] yofel: thanks ;) launchpad kdeedu did not recommend it ;) [18:07] nope, you would have to run 'apt-cache showsrc kdeedu' to find that :/ [18:07] shadeslayer: hurf durf fix encoding in rekonq [18:07] Quintasan: fixed in KDE RC2 [18:07] not rekonq's fault [18:07] blame adwit [18:07] and KIO [18:07] and kdewebkit [18:07] or [18:08] Quintasan: use my demo browser [18:08] :P [18:08] >project-neon-kdemultimedia 1 hour 40 minutes ago Successfully built [18:08] YEAH [18:08] it doesnt have a urlbar atm [18:08] but im adding it [18:08] project-neon-amarok GO GO GO [18:15] apachelogger still dunno how to :D [18:15] and which is the flat button? :D [18:17] apachelogger: can you commit some stuff to kde svn? [18:17] yes [18:17] i finished paste.kde.org backed [18:17] *backend [18:17] sheytan: flat button? [18:18] apachelogger: ill tarball the contents ... hold on [18:18] apachelogger that one that glows blue when you mouse over [18:18] sheytan: for the icon... you add a label, on the right hand side you have a pane that is named properties or somesuch [18:18] there you can search for pixmap [18:18] and there you can set an image [18:18] apachelogger: do i need to have the 3rd file as well? the one that wasnt being found [18:18] sheytan: pushbutton I suppose [18:18] apart form main.js and metadata.desktop [18:18] shadeslayer: you need to hook up with the cmake thing I suppose ;) [18:20] hmm [18:23] apachelogger: awww.... [18:24] cant it be done some other way? [18:35] apachelogger: what was the missing file again? [18:35] nvm [18:42] what do you think about move unrar to main? ark should depends on it! [18:44] ari-tczew: unrar or rar? [18:44] shadeslayer: unrar [18:44] ari-tczew: never used that .. i haz rar for ark foo [18:45] I click on archive and click 'extract here' - and error about non-installed unrar [18:45] unrar is in multiverse, so it can't be included by default :( [18:45] well, both are in multiverse currently, both would need to be bumped to restricted [18:46] we can't put things in restricted on the CD, tho [18:46] maybe when you open ark it should have a notification like rekonq and konqueror have [18:46] ah [18:46] that would be easily doable^ [18:46] anyway, it should be fixed. new users are discouraged these errors [18:46] JontheEchidna: erm ... i feel stupid now .. how to do you add a text bar in Qt? [18:46] i forgot [18:46] a text bar? [18:46] like a label? [18:47] JontheEchidna: a URL bar [18:47] i need a urlbar [18:47] KLineEdit [18:47] JontheEchidna: can we talk on PM? [18:47] hmm [18:47] ari-tczew: sure [18:47] ari-tczew: so a web browser in KUbuntu pops up a notification saying please install flash for additional functionality [18:47] same thing can be done for ark [18:48] JontheEchidna: possibly a Qt solution? [18:48] im trying to not get kdelibs into the equation :P [18:48] shadeslayer: QLineEdit, though KLineEdit is better integrated with KDE [18:48] ohk [18:49] shadeslayer: good idea. [18:50] JontheEchidna: it can be added to a scene right? how do i set it to be at the top then? [18:50] shadeslayer: I've not done much work with QGraphicsView I'm afraid [18:50] oh [18:51] wow .. it has scene->addLine [18:51] need to check this out [18:53] apachelogger http://img810.imageshack.us/img810/1579/filesharing.png [18:53] shadeslayer: i see libmarblewidget11 replaces/breaks libmarble4, but i don't see such, previous were libmarblewidget10 and libmarblewidget4. Maybe i'm looking at this one wrong? [18:53] JontheEchidna: lol http://i.imgur.com/kWFIY.png [18:54] shadeslayer: I suppose it literally added a line [18:54] idis: ok lemme check the revision :) [18:54] JontheEchidna: yeah :P [18:55] idis: this is in edu? [18:55] shadeslayer: indeed, kdeedu/marble [18:55] * idis was reading debian/control trunk [18:56] idis: http://bazaar.launchpad.net/~kubuntu-members/kdeedu/ubuntu/changes [18:56] that lists all the changes [18:57] ark couldn't handle with files in parts? [18:57] ari-tczew: nope [18:57] idis: doesnt look new [18:57] idis: see http://bazaar.launchpad.net/~kubuntu-members/kdeedu/ubuntu/revision/112 [18:58] when it was changed it already had a breaks/replaces on libmarble4 [19:22] JontheEchidna: any ideas what values http://doc.trolltech.com/latest/qgraphicsitem.html#setGraphicsEffect can take? [19:23] i cant find any thing [19:23] sheytan: nice [19:23] QGraphicsEffects [19:23] or various subclasses thereof [19:24] such as those listed as subclasses on the QGraphicsEffect documentatino page [19:24] shadeslayer thanks :D [19:24] ah ok [19:24] dammit ill be working till morning ... and ill be so consumed in this web browser :P [19:27] omg [19:27] i suppose i can submit this as a app to ovi markget [19:27] *market [19:27] apachelogger: ^^ [19:28] i dont suppose the browser uses QWebGraphicsView [19:28] ( maemo browser ) [20:03] bah [20:03] how do i set a bool value [20:04] like .. how do i pass it to a setFoo function [20:05] foo->setFoo(true) or foo->setFoo(bool true) isnt working [20:15] i just updated my natty vm and i like the login screen, black and silver, looks really cool [20:15] and the background looks awesome as well [20:17] jjesse: lol [20:17] thats a bug [20:17] really? [20:17] i want to keep it :) [20:18] :P [20:18] its a placeholder :P [20:20] whats its supposed to look like [20:22] jjesse: something awesome ... [20:22] they havent commited it yet [20:22] yay i like awesome [20:24] * penguin42 wonders if there is a way to just rebuild one of the binary debs from kde4libs rather than all 42 [20:25] penguin42: dude ... kde4libs is a source tar .. and then we split them into debs [20:25] so no matter what.... all 42 debs get built [20:25] hey! [20:25] kde4libs has 42 debs? :P [20:25] shadeslayer: Yeh I'm just trying to fiddle with solid's udisks back end, and am adding debug etc [20:26] penguin42: not possible :) [20:26] it's not taking too long, but the time to xz all of the debs is taking some time [20:26] ah you can export vars to disable that i suppose [20:27] the build is being good enough to only recompile the stuff it needs, but the .deb packaging is still doing all of them [20:27] * penguin42 is trying to fix kde bug 181847 [20:27] KDE bug 181847 in kfileplacesview "Dolphin doesn't show crypt_LUKS partition (on built-in harddrive) in"Places"" [Normal,New] http://bugs.kde.org/show_bug.cgi?id=181847 [21:16] shadeslayer: what i meant is i don't think we support multiple versions of libmarblewidget in parallel on the system, because they rely on data files which change from time to time [21:16] shadeslayer: so i think one version should conflict past ones [21:18] shadeslayer: that there is no breaks/replaces means multiple versions can coexist ? [21:18] ah [21:18] you mean libmarblewidget11 does not conflict with libmarblewidget10 [21:19] i have the impression that those crashes are from people who upgrade either marble or any app using libmarble, which would imply multiple version [21:19] well i dont see a libmarblewidget10 in the archives [21:19] i don't have an ubuntu system to try and reproduce those setups, but given we have 4-5 systematic crash at startup means there is an issue [21:20] shadeslayer: i see it in merkaat? [21:20] idis: thats what im trying :) [21:20] idis: https://launchpad.net/ubuntu/+source/kdeedu [21:21] its in meerkat yes [21:21] but no libmarblewidget4 then [21:21] well ;) [21:21] hmm .. but i dont know if it would have been left installed by apt [21:22] Riddell, ScottK, apachelogger, I updated plasma-mobile package. Could you take a look on it :-) http://revu.ubuntuwire.com/p/plasma-mobile [21:22] apt probably removes the library, but im not sure [21:22] rbelem: have you ever made a app for your N900? [21:23] that's my hypothesis, i would rekon and update with either an old marble and a new showfoto or reverse [21:23] i need a quick answer because im to lazy to google :P [21:23] shadeslayer, hum... [21:23] shadeslayer: i have, what's your issue? [21:24] shadeslayer, a simple app, dont [21:24] idis: unfourtunately .. thats a bit of a issue since now we have a newere libmarble in archives ... [21:24] shadeslayer, i was working in a project called qtwrt [21:24] idis: well .. i was wondering if this would work :http://gitweb.kde.org/scratch/garg/DemoWebViewBrowser.git [21:25] rbelem: ah ok .... [21:25] rbelem: ^^ [21:25] idis: rbelem i can use CMake on maemo right? [21:25] shadeslayer, but the code sux a lot :-( [21:25] rbelem: hehe :) [21:25] im just downloading the SD [21:25] *SDK [21:26] what started out as a demo browser is now becoming a full blown project :P [21:26] shadeslayer, i think you can [21:26] onice [21:26] not sure [21:26] shadeslayer: yes, we package kde apps on n900 [21:26] shadeslayer: and debian toolkit is needed to package [21:26] maemo [21:26] shadeslayer, http://paste.ubuntu.com/549367/ i made one script to help me with debian/copyright [21:27] apachelogger, ^ [21:27] pyth0rn [21:27] update debian/copyright is really boring [21:27] wait [21:28] rbelem: apachelogger has some scripts regarding copyright too [21:28] dunno if they do the same thing [21:28] shadeslayer, he sent to me these scripts some time ago [21:28] idis: erm .. not that ... i was wondering if you can compile a app that has cmake in it [21:28] rbelem: http://people.ubuntu.com/~apachelogger/scripts/ << these ones? [21:29] shadeslayer, yup [21:29] oh ok :) [21:29] shadeslayer, i want to make debian/copyright generation completely automatic [21:29] ah ok [21:30] how i hate debian/copyright [21:30] idis: so i just install the SDK and use QtCreator to run my app on the N900? [21:30] shadeslayer: i said yes, cause we package marble on n900 (kde app with cmake ;) [21:30] well the emulator [21:30] ah ok [21:31] afiestas, ping [21:31] * shadeslayer cant figure out how to add a urlbar to a QGraphicsScene [21:31] apachelogger: dude im stuck on this ^^ [21:44] lol http://i.imgur.com/yWYeU.png [21:48] bloody hell, that hack works [21:49] penguin42: ?? [21:49] penguin42: my QLineEdit? [21:49] shadeslayer: No, mine :-) I can now mount and unmount a luks partition from within dolphin [21:49] ah [21:50] awesome! [21:52] shadeslayer: It's been done mostly with voodoo programming and guess work about the solid->udisks stack [21:52] ooohhh voodoo programming [21:52] thats the most awesome fomr [21:52] *form [21:52] if not necessarily the most reliable [21:52] now i have to figure out how to put my QLineEdit and WebVIew in a layout [21:52] :P [21:52] penguin42: yep [22:13] Riddell: apachelogger lawl http://paste.kde.org/1643 [22:14] wait [22:14] http://i.imgur.com/7rDaa.png [22:14] hehehe [22:17] Riddell: do you support multiple libmarblewidget packages installed toguether? [22:19] idis: yes, I don't see any conflicts on the older versions [22:19] but in general there will only be one in the archive at any one time [22:20] since kdeedu only builds one [22:20] Riddell: problem i see could be when people upgrade [22:22] what's the problem? [22:22] we have couple bugs with people having digikam 1.5.0 app using libmarblewidget10 [22:22] and reliable crash [22:22] https://bugs.kde.org/show_bug.cgi?id=259631 and all duplicates [22:22] KDE bug 259631 in general "Digikam crash" [Crash,Resolved: duplicate] [22:25] Riddell: so the question is ... does apt remove the older lib? [22:25] shadeslayer: it doesn't until someone asks it to [22:26] or its automatic unused removal [22:26] idis: i think it removes it if it cant find it in the archive [22:26] but im not sure [22:26] no way, if you only upgrade one app and keep others, it will not remove an older lib being required [22:27] do we even have any packages of 1.5.0? [22:27] so it's clearly possible to have many versions of a lib at at time [22:27] problem is if it shouldn't happen then conflicts should be there [22:27] i reckon you must have had [22:28] Riddell: natty has 1.7.0 [22:28] ah [22:28] from the PPA's [22:28] and meerkat has? [22:28] 1.4.0 [22:28] officially [22:28] can't find 1.5.0 in any PPA [22:28] beta ppa has 1.5.0 though [22:28] yep [22:29] *** 2:1.5.0-0ubuntu1~maverick1~ppa1 0 [22:29] 500 http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu/ maverick/main amd64 Packages [22:29] ah, it's in beta [22:29] Riddell: could you please rebuild plasma-widget-smooth-tasks for Natty? maybe it solves that adding smooth tasks to panel crashes the plasma-desktop [22:29] that depends on libmarblewidget11 (>= 4:4.5.80) though [22:30] ulysses: maybe? [22:30] ulysses: can't you test it? [22:31] Riddell: I'll do [22:32] idis: so our only package of 1.5.0 links against libmarblewidget.so.11, but the package will depend on whatever version it compiled against [22:32] so there shouldn't be an issue of it using a version different from what it compiled against, that's exactly why we change the package name with SONAME changes [22:34] you mean it's impossible to keep old version of a meerkat app and a new version of natty, leading to 2 versions of marble lib at the same time? [22:35] idis: sure you can have 10 and 11 installed at the same time, digikam will only use whatever it was build with though [22:35] so my question: is this supported to have the 2 versions at the same time? [22:36] i think this is why we have the crashes [22:37] and the reason why there were breaks/replaces stances in the past [22:42] well, ldd says digikam is linked against libmarblewidget.so.11 => /usr/lib/libmarblewidget.so.11 (0x00007fb2dd1d3000) [22:42] so it shouldn't even try to use .10 in any case [22:43] if it does then it's either an outdated package linked against .10, or I don't get gcc [22:45] https://bugs.kde.org/show_bug.cgi?id=259631 shows a digikam 2:1.5.0-0ubuntu1 using marble .10 [22:45] KDE bug 259631 in general "Digikam crash" [Crash,Resolved: duplicate] [22:46] that's an old version [22:46] hm, could be that 1.5.0 in natty *was* built with marble .10 - point is 1.7.0 in natty is built with marble .11, which is what he should use [22:47] probably he was unlucky and just got it when KDE Platform was a new version but digikam wasn't rebuilt for it [22:47] that's what happens when you use development distro versions [22:47] https://bugs.kde.org/show_bug.cgi?id=259623 shows reporter with both libmarble 10 and 11 [22:47] KDE bug 259623 in general "Application: showFoto (showfoto), signal: Segmentation fault (opening jpg)" [Crash,Resolved: duplicate] [22:47] just tell him to dist-upgrade [22:47] same thing there [22:48] so my hypothesis is it's not possible to have both versions installed [22:49] it should be, we mostly rebuild digikam for those pesky kdegraphics libraries that keep changing soname [22:49] but maybe there's some reason why it's not and we should add a conflicts [22:51] but mostly those people should dist upgrade [22:52] want me to say that on the bugs? [22:52] agree, but... if we find either the root cause or add a preventive conflict in packaging, then people will stop posting those ;) [22:53] the setup should be easy to reproduce, kdegraphics from meerat and marble from natty [22:57] can't really br reproduced since we don't have those 1.5.0 packages around any more [22:58] ouch [22:59] well, thanks for input anyway [23:00] Riddell: I rebuilded plasma-widget-smooth-tasks and installed it, it doesn't crash plasma-desktop now [23:01] ulysses: ok I'll upload it in a bit [23:26] * penguin42 reads the Device notifier sources and sees there is a checkable item for 'Show hidden devices' - now if only I could find that on the GUI I'd be happy [23:28] Riddell: its a no go for v8 in natty .... apparently the folks over at #qtwebkit says its not ready and doesnt build on all platforms [23:32] shadeslayer: oh well. I have to say I'm more concerned about flash not working properly [23:32] also about ajax and utf8 not working proprely in rekonq with KDE Platform 4.6 [23:33] hey Riddell [23:33] Riddell: http://webkit.sed.hu/blog/20101216/benchmarking-qtwebkit-v8-linux [23:34] Riddell: thats because of kdewebkit [23:36] hi rbelem [23:36] shadeslayer: does rekonq even use kdewebkit? [23:36] Riddell: yes! [23:36] oh aye, libkdewebkit5, so it odes [23:36] :-) [23:37] Riddell: i made a demo browser today using Qgraphics web view :P [23:37] its faster than rekonq [23:37] Riddell: http://gitweb.kde.org/scratch/garg/DemoWebViewBrowser.git [23:37] i have to add a urlbar tho ... took me 6 hours to figure out how [23:38] will commit it tomorrow [23:38] need to sleep [23:38] cya [23:39] my wifi connection is falling all the time :-( [23:39] Riddell, ping [23:42] hi rbelem