/srv/irclogs.ubuntu.com/2014/08/03/#kubuntu-devel.txt

mcstr_any good alternative to kernelcheck?08:01
=== zarvox_ is now known as zarvox
BluesKaj'Morning all10:58
santa_morning :)11:01
soeesomeone on plamsa5 ?11:59
BluesKajsoee, not here, it's not ready for my laptop12:10
soeeBluesKaj: why not ?12:34
BluesKajbroke my system, couldn't login12:34
BluesKajsoee,^12:35
soeestrange12:35
soeesholdnt be such situation12:35
santa_BluesKaj: in that case, if you have time to talk with us about your issue you could paste your .xsession-errors file12:37
santa_hopefully would give a clue about what's wrong12:37
soeei have it running fine on my Dell, and also my desktop - installed yesterday12:39
BluesKajsoee, IO didn't bother with it , I reinstalled kubuntu with plasma4 to / and I'm sticking with that12:39
santa_<soee> someone on plamsa5 ? -> I have a few virtual machines with kubuntu and siduction (packaging done by me, heavily based on kubuntu)12:40
soeesanta_: i just wanted someone to confirm small error when connecting to wifi12:40
soeekdeinit5 or something crashes than12:40
santa_hmm, I don't have wifi in the virtual machines12:41
soeesome entries are gone from systray but basicaly all works fine :)12:41
santa_which entries are gone?12:41
soeekmix, clipper so i see only network icon (to big though)12:42
soeebut after some thime those entries are back12:42
soeetheres no such issue whit cable12:43
santa_ugh, I think I can see both of them normally12:43
soeeil try to record this later and show here :)12:48
BluesKajBBL13:59
Quintasanhurr durr15:11
Quintasanalsamixer is able to control my audio but pulseaudio suddently doesnt even detect it15:11
Quintasanwhat the hell15:11
Quintasanwhat15:13
QuintasanIgnoring /devices/platform/thinkpad_acpi/sound/card29, because marked so15:15
Quintasanlel15:15
Quintasandisabling pulseaudio worked15:27
Quintasanlol15:27
=== clement is now known as Guest69266
=== Guest69266 is now known as BadBIOS
apacheloggerxnox: https://code.launchpad.net/~kubuntu-packagers/usb-creator/qt5 I was actually pondering about renaming the frontend to Qt altogether as all kdelibs features we used are now in Qt (short of the more advanced kmessagebox versions) so putting it into trunk as FrontendQt is very much an option19:15
apacheloggerthat goes for all kde versions of all ubuntu guis btw19:15
yofelapachelogger: comments on my upstart regexing?19:24
apacheloggeryofel: well what does it do? :P19:29
apacheloggeror perhaps19:30
apacheloggeryofel: why is it better than the previous one?19:30
yofelmakes the regex only match the 1.13 part of 1.13.1 as QString("1.13.1").toFloat() is 0, which is not >= 1.1119:30
apacheloggermh19:31
yofelmaybe just doing string comparison would be better, but I don't know how to do that in qt19:31
apacheloggeryofel: to be honest, I think the version compare should be fixed19:31
yofelwhat direction would you take?19:32
apacheloggerI'd make this a proper version compare, alas I don't think there's a lib providing a function for that so the regex probably is least invasive19:33
apacheloggerthe regex looks fine19:33
apacheloggeroh actually19:33
apacheloggeryofel: you could leave the generic regex and string manipulate the match19:34
yofelas in?19:34
apacheloggerget match, check if . appears more than once if so, ditch the versions19:36
apacheloggeror19:37
yofelhm, wouldn't it be easier if I then change the regex to ([0-9]+.?[0-9]*).*19:37
yofelthat would even match 1.13.2a or so19:37
apachelogger.split(), shrink list .join list19:37
apacheloggeryofel: yeah, it also makes my head hurt :P19:38
apacheloggerplus regex is muchos slow19:38
yofeland splitting and joining the first two items is faster o.O?19:38
apacheloggerregex is really slow, if you implemented the regex matching manually it'd even be faster than the actual regex19:39
apacheloggeranywho, my selling point is readability19:40
yofelwell, lets see if I can figure out how to do that19:40
apacheloggerit's much clearly what is going on if you fetch the entire version and then clip it into form so that you can do a float compare19:40
apacheloggerother option would be to split() and then bitshift into a unit64 until that is full and discard the rest of the matched string then do a compare with the uint6419:41
apachelogger^ that's a cheapsters version compare ^^19:41
yofel...19:42
yofellet me do a split/join before you come up with something even crazier :P19:42
apacheloggerqstring::split -> qlist::mid -> qlist::join19:43
apacheloggeror you could do qstring::split -> iter i<2 -> qstring::append qlist(iter) 19:44
apacheloggerthat's too much code for no gain though19:44
apacheloggerIMO19:44
yofelapachelogger: http://paste.kde.org/przs0cdiz ?19:53
apacheloggerthat's the same paste19:54
yofeloops19:54
yofelhttp://paste.kde.org/p1jxe3i0k19:54
apacheloggeryofel: what if the version is 5 :P19:54
yofeldamnit19:55
apacheloggeryofel: have a look at mid19:55
apacheloggeryou can do a ternary a la list.mid(0, list.size() < 2 ? 1 : 2)19:55
apacheloggereh19:56
apacheloggerlist.mid(0, list.size() < 2 ? 0 : 1)19:56
apacheloggerI am too drunk :P19:56
apacheloggersomething like that, just with proper indexes ;)19:56
yofelapachelogger: mid(0, 2) seems to work even with '5', it just takes as many exist if less than 219:59
apacheloggerah lovely20:01
yofelapachelogger: http://paste.kde.org/pc4eg3b3r20:02
apacheloggeryofel: perfect20:03
yofelapachelogger: should I commit or rather put it on reviewboard?20:06
apacheloggeryofel: RB20:07
yofelack20:07
yofeland do you know where that code lives in plasma5...?20:08
apacheloggeryofel: kde:powerdevil20:10
yofelthanks20:10
Riddellcor, frameworks 5 is there for the packaging21:09
yofelhow do I set someone as reviewer on reviewboard again?21:20
yofelI mean, it says Groups:/People: but what do I have to put there?21:21
yofeloh, right. The help pops up when I'm wring..21:22
yofel*writing21:22
yofelbut who's responsible for powerdevil?21:24
* yofel puts plasma in there and hopes someone sees it21:27
shadeslayervalorie: btw do we have a plan for the book?21:43
* shadeslayer is unaware of one atm :O21:43
Riddellshadeslayer: anyone coming in tomorrow?21:50
ScottKyofel: Don't you want afiestas?21:56
yofeldo I? I know he works on solid, but that's all..21:57
apacheloggerplasma is fine22:04
apacheloggerpowerdevil doesn't have a dedicated maintainer right now I think22:05
valorieshadeslayer: I'll send out an email for today22:26
valorietoday, I mean22:26
ScottKRiddell: Did you see the krfb security advisory?22:36

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