[00:00] jalcine, I was just in #ubuntu+1. No answers there. Also none in ubuntuforums or AskUbuntu. [01:39] Riddell: what am I doing wrong http://paste.kde.org/438710 it doesn’t give me the data I want [01:40] mom it’s broken [01:40] paste [01:43] http://paste.kde.org/438716 [01:46] apachelogger: ^ [02:12] bulldog98: execute() is static, so it's basically a wrapper for system() [02:12] start() is probably what you want [02:13] tsimpson: problem is I want the data that that call is writing to stdout, but if I do a readAll() it gives me "" [02:13] because execute() isn't operating on an object, it's static [02:13] tsimpson: hm I’ll try it [02:13] nothing is sent to the file, so nothing can be read [02:14] you probably want to call waitForFinished() after start() too, so everything is synchronous [02:24] tsimpson: I’ll get around that with signal’s and slots [02:24] that's fine then [02:57] Riddell: PyQt isn’t as bad in qml as I thought first, you can at least do Models and get them into the qml context === jalcine is now known as webjadmin_ [03:05] Thought you guys might appreciate this on programming, in case you missed it. Was reported on Slashdot. Thoughts? http://www.i-programmer.info/news/112-theory/3900-a-better-way-to-program.html [03:08] Riddell: havae a look at the git repro somehow the QProcess isn’t working as it should === fenris is now known as Guest47264 === jalcine is now known as webjadmin_ [08:28] morning [08:30] Riddell: morning [08:42] Riddell: why does kubuntu mobile on the kubuntu.org get page still point to 11.04 ? did we not release it for 11.10? [08:45] jussi01: dunno I wasn't around [08:46] you can look on cdimage and see [08:50] Riddell: yeah, I noticed there wasnt one, I was more interested in why [08:53] jussi01: dunno I wasn't around but it has been abandoned upstream [08:53] so there wouldn't be much point [08:53] oh, well that makes sense then [09:11] Riddell: have youseen my comments from tonight? [09:11] bulldog98: no what did you say and have you had enough sleep? [09:12] PyQt isn't all bad for QML and QProcess isn't working? [09:12] Riddell: jep [09:12] Riddell: and yes I had enought sleep :) [09:12] grep doesn't show anything for QProcess in ubiquity-mockup [09:15] Riddell: have you done a git pull? [09:16] bulldog98: yes last log item is "Tue Mar 13 04:02:17 2012 +0100" Added a c++ plugin to do the fancy keyboard stuff [09:16] ah subdirectories [09:16] that'll be it [09:17] hmm I don't think I've used QProcess in c++, I've used KProcess [09:19] bulldog98: any output when running the command? [09:19] Riddell: yes [09:19] it's so easy to get signals and slots invalid and there's no type safety like you normally get in c++ [09:19] Riddell: how do I tweak a .pro file to link against kdelibs? [09:20] you don't, you use cmake :) [09:21] there's not much love for qmake in kde-land [09:22] Riddell: I’ll do that [09:22] Riddell: btw is it possible to have an runtime dep for ubiquity against something in universe without breaking any rule? [09:22] of cause only our frontend [09:23] bulldog98: it might be we can move the kde frontend binary to universe for 12.10 and then a runtime dep is probably fine [09:23] does it work if s/QProcess::ExitStatus/ExitStatus/ on the connect() ? [09:24] Riddell: it builds fine [09:24] bulldog98: also is it missing a final "this" for where the SLOT() should go? [09:24] bulldog98: but signals/slots don't work like normal c++ [09:24] they are not type safe [09:25] they can compile but not work at runtime [09:25] I heard this might change in Qt 5 [09:25] Riddell: no it does not work on runtime [09:26] bulldog98: so what command line output does this slot give? [09:26] none [09:26] that’s what bugs me [09:30] Riddell: the var b has all the data in it, but later there goes something wrong [09:30] so my suggestion is connect(m_process, SIGNAL( finished(int,ExitStatus) ), this, SLOT(updateCodes()), this); [09:30] oh no, that's nonsense [09:31] so my suggestion is connect(m_process, SIGNAL( finished(int,ExitStatus) ), this, SLOT(updateCodes()) ); [09:32] Riddell: the slot is called [09:32] bulldog98: so problem solved? [09:33] Riddell: seems so I’ve been doing something wrong in the foreach condition [09:34] then I entirely misunderstood your problem? [09:34] liberal use of KProcess is my usual debugging technique although I'm sure learning gdb inside out would be more fruitful [09:35] I've never used a foreach, they were introduced after I got into python :) === tazz_ is now known as tazz [10:21] hi [10:30] hi [10:31] Riddell: how can I convert "U+0044" to the proper utf-8 encoded string [10:36] mm not sure [10:36] use kcharselect? [10:36] python will have some way I'm sure [10:37] Riddell: I know the python way, but I need a C++ way [10:37] whereby both are strings [10:39] oh I'm not sure, ask in #kde-devel or #qt [10:39] * Riddell out for a bit [10:48] Riddell: found a way [12:02] Hey all [12:12] Eureka the drawing works [12:12] now I only need to adapt it to resizing [12:14] Riddell: fixed the keyboard drawing -> it works === jalcine is now known as webjadmin_ [12:40] bulldog98_: awooga! === bulldog98_ is now known as bulldog98 [12:41] Riddell: only problem atm is that somehow my personal layout (neo) isn’t displayed correctly [12:41] but it was with your parser in python [12:48] Riddell: do you know how I tell a widget that it should repaint it self? [12:49] bulldog98: QWidget::update() [12:49] agateau: kthanks [12:50] bulldog98: you have a personal keyboard layout? [12:50] Riddell: neo-layout.org [12:51] Riddell: with personal I meant that I’m using not the Standard one === webjadmin_ is now known as jalcine [13:01] bulldog98: but current ubiquity doesn't know it does it? [13:01] Riddell: yes [13:02] also ru isn’t working -> I guess some utf-8 stuff is still wrong [13:06] now it worked after I added a few debug statements [13:38] hola [13:40] grrrr, stupid kontify, takes up all the CPU cycles === bulldog98_ is now known as bulldog98 === dantti|2 is now known as dantti [14:17] Riddell: hihii http://kde-look.org/CONTENT/content-pre1/149527-1.jpeg [14:19] Peace-: very nice but I have to say I'm not convinced by icon only task bars [14:20] i am trying to use it everyday Riddell [14:21] i use nowardev panel that is one panel with everything [14:28] Peace-: how is the dock made? [14:29] bulldog98: http://wstaw.org/m/2012/03/13/plasma-desktopIc1818.png [14:30] Peace-: is it a plasma-shell script? [14:31] bulldog98: i did plasma panels collections [14:31] you find it on kde apps [14:31] bulldog98: yes it's javascript of course === rdieter_laptop is now known as rdieter [14:33] Peace-: is the KGetHotNew stuff for that? [14:34] bulldog98: nope because it's not a plasmoid [14:34] bulldog98: you just need to install it locally [14:34] bulldog98: copy and paste on the terminal [14:34] it does for you [14:35] bulldog98: http://kde-apps.org/content/show.php/Plasma+Panels+Collection+?content=147589 [14:35] bulldog98: after this sentence OCAL INSTALLATION (you should use this for a safer installation...) [14:35] you will find the stuff [14:36] Peace-: one time highlight is enougth [14:38] Peace-: script does not work with z-Shell [14:38] bulldog98: i don't use z.shell [14:38] i use bash [14:43] how do I add starters for calligra? [14:43] bulldog98: run calligra [14:45] Peace-: how do I tweak it to also show a list of recent files? [14:45] and move the possition [14:45] bulldog98: right click and http://wstaw.org/m/2012/03/13/plasma-desktopka6406.png [14:46] bulldog98: i guess with shelf [14:46] Peace-: done that all ready [14:47] Peace-: shelf? [14:47] shelf can be configured to show only recent files [14:47] bulldog98: install lancelot you will get shelf [14:47] sudo apt-get install plasma-widget* = you will get all the stuff [14:47] Peace-: no I mean the starter to show recend docs [14:47] youneeed [14:47] ScottK: got a sec? [14:47] ah you mean the kickoff? [14:48] Peace-: the icon in the chakra like bare [14:48] -e [14:48] i can't undestand [14:48] what are you trying to do ? [14:49] Peace-: the libreoffice icon shows you if you rightclick on it a menu option to open recent files. I want that for calligra [14:50] ScottK: there are two ways to fix bug 947785, one is to patch Digikam CMakeLists and set a explicit link to libdc1394-22 [14:50] Launchpad bug 947785 in digikam (Ubuntu) "Digikam crashes when selecting a camera to import images from" [Undecided,New] https://launchpad.net/bugs/947785 [14:50] bulldog98: i guess you can't do that [14:50] ScottK: the other ( and correct ) fix is to apply this patch : http://sourceforge.net/tracker/?func=detail&atid=308157&aid=3361405&group_id=8157 to libdc1394-22 [14:51] bulldog98: the only way i know it's with shelf [14:51] Peace-: I guess I could also implement an indicator for calligar [14:52] I'm not a expert on libdc1394-22 tho, so can't advise on whether or not the patch is good [14:52] bulldog98: http://wstaw.org/m/2012/03/13/plasma-desktopZj6406.png [14:52] bulldog98: i have seen something like indicator on kde look [14:53] gah [14:53] bulldog98: sometghing like this http://kde-look.org/content/show.php/Firefox+dockmanager+script?content=149391 [14:53] libdc1394-22 is *really* outdated [14:55] ScottK: needs a FFe now, I'll file a sync request as well as a FFe [14:55] ( current libdc1394-22 leaks private symbols ) [15:18] Peace-: found a way to manage that [15:18] bulldog98: good then talk with calligra team [15:19] Peace-: you have to tweak the desktop files [15:19] :S === dantti is now known as dantti-afk-lunch [15:38] so since a few days plasma-desktop doesn't start automatically anymore on KDE login, is this known? [15:38] actually since the upgrade to KDE 4.8.1 IIRC [15:39] Mamarok: run it on konsole? [15:40] Peace-: that is not the problem, I know how to start it :) [15:40] Mamarok: ah [15:40] you mean the upgrade [15:40] the problem is that it doesn't start as it should [15:40] Mamarok: but after you have launched it once you need to run it manually again and again ? [15:41] i mean at login time? [15:42] yes === mqr is now known as pvivek [15:45] ScottK: https://bugs.launchpad.net/ubuntu/+bug/954154 [15:45] Launchpad bug 954154 in Ubuntu "FFe: Please sync new libdc1394-22 from Debian unstable" [Undecided,New] [15:46] Mamarok: bug report :P [15:47] but where, upstream I don't think so === maco2 is now known as maco [16:02] shadeslayer: Commented. [16:03] Mamarok: i would say launchpad === cmagina_ is now known as cmagina [16:17] just ran into a new issue, the package telepathy-mission-control-5 depends on some gnome packages, which results in kde-telepathy pulling in a good chunk of gnome (control center, session, keyring, and some more) [16:18] uhh [16:18] mm [16:18] cmagina: weird, it shouldn't [16:18] byzanz-record ?? [16:19] shadeslayer: i think the deps were added recently, like today [16:19] searching lp for anything on it [16:19] cmagina: nope, I'm on the latest version [16:19] hmmm [16:19] cmagina: http://paste.ubuntu.com/882014/ << apt-cache depends telepathy-mission-control-5 [16:19] i installed this system with yesterdays precise daily [16:21] hmmm....nm, something else pulled in all of the gnome-control, etc junk [16:21] the muon package manager didn't so those deps, but they were installed [16:21] s/so/show/ [16:21] cmagina meant: "the muon package manager didn't show those deps, but they were installed" [16:22] :) [16:22] excuse the noise [16:23] i blaimed kde-telepathy because when i went through and purged the gnome bits, it was the only kde package that was removed [16:24] seems the muon package manager caused some package to pull in recommends or something [16:25] cmagina: check /var/log/apt/history.log ? [16:25] shadeslayer: will do, thanks === jussi01 is now known as jussi [16:34] cmagina: Installing recommends by default has been the standard for Debian and Ubuntu for quite some time right now, so that's to be expected. [16:37] ScottK: wheee, fixed [16:37] no more crashes [16:38] shadeslayer: With the patched one or the new version? [16:38] ScottK: patched, the entire dir structure had changed, I had to write the new patch instead of taking the one from git [16:38] OK. Cool. Please close out the FFe and get that sponsored instead. [16:39] But! I can't get the picture imported [16:43] ScottK: yes, i'll have to dig into it some more to see what caused all of those gnome packages to get installed as i was able to remove all of them without removing any of the packages i had installed [16:44] hmm and now it works [16:44] weird [16:45] ScottK: can you test the binary? [16:45] shadeslayer: No. Talk to bigjools. He was the one having the problem. [16:45] ok [16:46] he's not online I think :) [16:46] well, I can comment on the digikam bug and get them to test === pvivek is now known as zzz === zzz is now known as zpvivek [16:56] nick yofel [16:56] -.- === yofel_ is now known as yofel === larva_ is now known as larva [17:01] yofel: can you upgrade qemu-user-static on your server? [17:01] pbuilder-satisfydepends segfaults when trying to build armel packages [17:01] /usr/lib/pbuilder/pbuilder-satisfydepends: line 60: 1462 Segmentation fault (core dumped) $CHROOTEXEC aptitude -y --without-recommends -o APT::Install-Recommends=false "${PBUILDER_APTITUDE_CHECK_OPTS[@]}" -o Aptitude::ProblemResolver::StepScore=100 -o "Aptitude::ProblemResolver::Hints::KeepDummy=reject pbuilder-satisfydepends-dummy :UNINST" -o Aptitude::ProblemResolver::Keep-All-Level=55000 -o Aptitude::ProblemResolver::Remove [17:01] -Essential-Level=maximum install pbuilder-satisfydepends-dummy [17:02] ( Upgrading qemu-user-static supposedly solves the issue [17:03] yofel: oh and if you have a digital camera to test, please see bug 947785 [17:03] Launchpad bug 947785 in digikam (Ubuntu) "Digikam crashes when selecting a camera to import images from" [Medium,In progress] https://launchpad.net/bugs/947785 === allison_ is now known as wendar === shadeslayer changed the topic of #kubuntu-devel to: Kubuntu: Friendly Computing | 4.8.1 http://ur1.ca/8kalp | Precise: Feature Freeze -> Bug hunting: http://ur1.ca/8kam4| http://ur1.ca/8kamo TODOs! | http://www.kubuntu.org/news/12.04-lts-announce | wiki.kubuntu.org/Kubuntu/UDSQSeries | Next Meeting: 3.30 PM UTC === shadeslayer changed the topic of #kubuntu-devel to: Kubuntu: Friendly Computing | 4.8.1 http://ur1.ca/8kalp | Precise: Feature Freeze -> Bug hunting: http://ur1.ca/8kam4| http://ur1.ca/8kamo TODOs! | http://www.kubuntu.org/news/12.04-lts-announce | wiki.kubuntu.org/Kubuntu/UDSQSeries | Next Meeting: 16th March 3.30 PM UTC [17:10] Peace-: http://paste.kde.org/439202 see there for how they did in libreoffice [17:11] * bulldog98 won’t be on tomorrow [17:15] shadeslayer: q-u-s upgraded to version from precise [17:15] lets see [17:16] * shadeslayer crosses his fingers [17:18] argh, no luch [17:18] *luck [17:22] bulldog98: mm [17:23] bulldog98: how does it look like ? === dantti-afk-lunch is now known as dantti [17:30] yofel: can I have permissions to execute sbuild? [17:38] shadeslayer: sec [17:38] cool [17:40] * shadeslayer goes about cleaning up digikam bugs [17:40] there are like bugs which are 4 years old [17:40] shadeslayer: did you get it to compile? [17:40] Riddell: get what to compile? [17:41] digikam, didn't you say it had a problem? [17:41] digikam? I'm trying to setup a armel pbuilder [17:41] Riddell: yes, still on it [17:41] mm === zpvivek is now known as pvivek [17:41] I've tried a bazillion things, and everything just explodes [17:52] shadeslayer: try [17:52] Sorry, user shadeslayer is not allowed to execute '/usr/sbin/adduser shadeslayer sbuild' as root on yofel-thinkpad. [17:52] oh, yeah, no adduser [17:53] shadeslayer: added [17:53] same thing [17:53] shadeslayer: I added you to the group [17:53] should I logout and login? [17:53] yes [17:53] ok [17:54] Sorry, user shadeslayer is not allowed to execute '/bin/mkdir -p /var/lib/schroot/chroots' as root on yofel-thinkpad. [17:54] @_@ [17:54] what command are you running? [17:54] mk-sbuild --arch=armel precise [17:55] *sigh* [17:55] my fault [17:56] hmm .. what do we do with bug 428335 ? [17:56] Launchpad bug 428335 in digikam (Ubuntu) "Obsolete thumbnails in ~/.thumbnails are not deleted" [Undecided,New] https://launchpad.net/bugs/428335 [17:56] seems upstream to me [17:57] shadeslayer: try again [17:58] Sorry, user shadeslayer is not allowed to execute '/bin/mkdir -p /var/lib/schroot/chroots' as root on yofel-thinkpad. [18:01] ok [18:01] this is a bit of a problem [18:02] mk-sbuild expects you have sudo permissions for everything [18:02] wth [18:03] I'll make it on my system then [18:03] well, it runs *using* sudo: apt-get install, adduser, dmsetup, modprobe, tee, vgdisplay, mkdir, lvcreate, mkfs, ...... [18:03] hahahaha [18:03] * shadeslayer is thinking of switching to this awesome 12Mbps plan [18:04] 12Mbps for the first 25 GB's and 1Mbps for anything above 25GB's [18:06] brb, have to logout [19:03] just updated to 4.8.1 on oneiric and now gtk apps are unstyled [19:14] yuriy: what does ~/.gtkrc-2.0-kde4 say ? [19:15] and make sure you have gtk2-engines-oxygen installed [19:17] yuriy: is xsettings-kde installed and running? [19:18] yofel: oh btw I got pbuilder-dist working on a clean sid install [19:19] ( for armel ) [19:19] building digikam right now [19:19] yay [19:19] Needs to download 200 Megs of binaries though, that's going to take some time :P [19:22] rekonq does not know how to handle this protocol: [19:22] where should I look to find the cause of this issue? [19:22] what protocol is used? [19:22] or are you trying to use? [19:22] here are my steps: [19:22] Use Rekonq to download and save a file. I tested with some JPEGs and tar.bz2 files. [19:22] After downloading, go to Downloads in Rekonq [19:22] Choose "Open Directory" for a downloaded item. [19:23] Or choose "Open file" [19:23] * shadeslayer checks [19:23] either way, the message above is the result [19:23] this is with Kubuntu 12.04, btw [19:24] derp [19:25] testing on master [19:26] works on master [19:26] ok, if it works for you, then I think I will reinstall... [19:27] commit 16fbc38ebe20c6ee789918fb43540085c0a41dba says "Fix Download page" [19:27] but, so I understand, what missing file(s) or plugins or libs would cause this issue? Any idea? I may attempt to fix it before I reinstall. [19:28] well [19:28] it's really stupid [19:28] but a '/' [19:28] + QString file = dir + QL1C('/') + fName; [19:28] the dir and the filename did not have a '/' in between them [19:28] OK, interesting [19:29] I'm trying to figure out if the final release has this fix [19:29] ok [19:30] shadeslayer: I uploaded 0.9 to precise, so doesn't seem so [19:31] well [19:31] yofel: 16fbc38ebe20c6ee789918fb43540085c0a41dba was commited on Feb 17 [19:31] hm [19:31] 0.9.0 was released on 1st March [19:31] recompilling the 0.9 branch [19:32] wfm [19:32] ( the package === pvivek is now known as mqr [20:37] shadeslayer: include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc" [20:37] shadeslayer: \ngtk-theme-name="oxygen-gtk" [20:38] shadeslayer: yes there is "\n" at the beginning of that line [21:02] yuriy: is xsettings-kde running? [21:17] yofel: yes [21:27] yuriy: can you go to the gtk settings in system settings, select oxygen-gtk again, apply and see if it works then? [21:34] yofel: yeah that worked. wow didn't even have to restart apps! [21:35] ~/.gtkrc-2.0-kde4 is differen now. includes font settings and no weird \n [21:36] yuriy: that line has to be added for gtk3, but without \n. I need to change the transition there [21:40] dinner...BBL === tsimpson_ is now known as tsimpson