/srv/irclogs.ubuntu.com/2013/03/29/#kubuntu-devel.txt

murthy_Riddell: are you there?01:17
murthy_Riddell: If "debuild -S" fails for nootka, its due to a .directory file inside picts dir in the original tar, i justed test built and its successfull. only one lintian warning, "W: nootka: hardening-no-fortify-functions usr/bin/nootka"01:37
ScottKxnox: Same source package.05:15
ScottKxnox: There will be a PyQt5 later.05:15
ScottKxnox: Also, only python3 support is known to work at the moment.05:16
ScottK(qith Qt5)05:16
ScottKwith05:16
lordievaderGood morning08:21
* Riddell out for the day rolling easter eggs10:03
* yofel wonders if people really read the trello cards and moves both qtwebkit 2.3 cards from todo to done10:45
who_mehello, is there any chance that the fix for kde bug #298895 will make it on the next respin of the LTS images ?10:51
ubottuKDE bug 298895 in DSL "does not allow "Service" entry to be blank - can't connect" [Normal,Resolved: fixed] http://bugs.kde.org/show_bug.cgi?id=29889510:51
shadeslayerseeing how precise only has 0.9.0.1-0ubuntu2.1and the bug was fixed in 0.9.0.2 ... don't think so10:56
yofelnope, at least not unless someone files a bug and does the SRU paperwork10:56
shadeslayer^10:57
yofelhm10:57
shadeslayerand if you're doing that, why not just SRU 0.9.0.8 if it's a bug fix only release10:57
yofelit has no micro release exception. So have fun reviewing the .1 -> .8 diff10:58
shadeslayer^^ :P10:58
yofelI'm not convinced that it's bugfix-only either, at least thingking about stuff like openconnect10:59
yofel*thinking10:59
yofelshadeslayer: how about a trello board for LTS fixes?11:00
shadeslayerwell ... sure11:02
yofelthat sounded incredibly... unenthusiastic11:03
shadeslayerheh :p11:03
yofelnot that I don't understand you ^^11:03
shadeslayeryou know how much paperwork one has to file to get SRU's11:04
shadeslayerand so much work to do11:04
shadeslayereven after that things get stuck in the queue or in -proposed11:04
shadeslayerso unless someone actually follows through with everything, there's little point in doing so much work11:04
who_meso I'm stuck I guess. It's a long shot but I'm going to ask very very nicely for a patch against 0.9.0.1. If that happens, maybe it gets integrated...11:09
shadeslayerwon't the Kubuntu Backports PPA have an updated package for this?11:09
shadeslayeror we could throw an updated package into -backports11:10
shadeslayer( assuming it builds )11:10
yofel     0.9.0.3-0ubuntu1~ppa1~precise1 011:11
yofel         50 http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ precise/main amd64 Packages11:11
yofelthe updates PPA has .311:11
yofelbackports has .711:11
yofel[12:00:37] <who_me> problem is that with the particular setup I simply can't get online, so no updates11:12
yofelso that won't help much...11:13
lordievaderDownload the package from another machine and carry it over using a usb-stick?11:14
shadeslayer ^11:14
shadeslayertether your phone?11:14
who_mewould a newer package for precise (for example the on in backports) be a drop-in replacement ? Would installing it cause trouble when attempting to upgrade to KDE 4.10 ?11:22
who_meone*11:23
yofelno11:24
yofelerm, a) yes, b) no11:24
yofelwho_me: at least .3 should be a drop-in replacement11:25
who_meok, will try to do that.11:31
BluesKajHappy Easter all12:49
Quintasan\o12:58
QuintasanHappy Easter btw12:58
QuintasanRiddell: Did the plasma-mediacenter -> kubuntu.active seed change got merged?12:58
murthy_BluesKaj: happy Easter13:03
BluesKajthanks murthy 13:04
murthy_Riddell: what happened to nootka? 13:05
=== murthy_ is now known as murthy
=== murthy is now known as murthy_
lordievaderGood afternoon13:12
shadeslayerQuintasan: yep13:56
xnoxScottK: ok, will require some further hacks then. As I'm patching it up at the moment locallly to give me some sensible packages. I'm hitting the caveat that our Qt5 is build with no deprecated api, where is pyqt expects qt4 api to still be present and the -no-deprecated option does actually fully build without deprecated functionality.13:56
xnoxThere doesn't seem to be any public pyqt repository so I will be mailing their mailing list.13:57
shadeslayerMirv: you were indeed correct13:57
shadeslayerI was missing qt4-dev-tools for some reason 0.o13:58
shadeslayersorry for that13:58
Quintasanshadeslayer: Splendid14:01
* shadeslayer hands some chocolate eggs to Quintasan14:01
* yofel has real colored eggs to share14:10
=== jono is now known as Guest21379
shadeslayerI only have virtual eggs :(14:11
QuintasanWhy, thanks shadeslayer14:14
xnoxDo we have phonon build against qt5 yet? https://projects.kde.org/projects/kdesupport/phonon/phonon/repository14:42
shadeslayerxnox: it should build15:21
shadeslayersame goes for the backends15:21
* yofel pokes release team wrt. 4.10.215:37
soeecan someone confirm:16:38
soeeput panel on left screen side, make it autohide, open some app (will make panel hide) and trigger notification - notification will shows up at the position where normally panel side is visible 16:40
ScottKxnox: I suspect that "no deprecated" will have to go at some point.16:52
ScottKshadeslayer: Do you want to help maintain rekonq in Debian mayber?17:15
yofelsoee: confirmed17:37
ScottKdid anyone update kscreen to RC 1?18:57
xnoxScottK: what do you mean? I don't know how previous Qt versions were build but qt5 is build with no deprecated functionality enabled =( thus on the pyqt side there is not much choice i have.19:50
ScottKxnox: What I mean is that I think Qt5 will have to be built without no deprecated eventually.19:51
ScottKNot every single potential user of Qt5 willl be fully ported.19:51
xnoxScottK: wouldn't that introduce Qt4 api & abi for ever into the qt5 packages?19:58
ScottKxnox: Probably, but I don't see a way around it.19:59
ScottKI mean it's a different ABI than no deprecated, but it's not the same as Qt4.20:00
ScottKAPI too.20:00
xnoxIt will just come back to bite us around 5.2 or 6.x time whenever deprecated stuff will be removed. They kept it in due to commercial licenses.20:05
xnoxBut we will continue to have 4.x in the archive.20:05
xnoxEven with deprecated enabled it will not be a drop-in replacement for e.g. all of pyqt apps.20:05
ScottKSure.20:28
ScottKI guess it'd be good to know if KDE is going to depend on any of the deprecated stuff.20:28
yofelScottK: doesn't seem like anyone did. We're missing a few commits in kscreen, so I'm not sure whether that really needs to be in beta20:31
ScottKyofel: If you'll update it, I'll let it in if needed.20:32
ScottKI think it'd be good to match the actual RC even if we're already close.20:32
yofelk20:32
ScottKxnox: Did you sponsor jtaylor's PyQt fix?20:52
xnoxScottK: yes.20:53
ScottKxnox: Thanks.20:53
xnoxnp.20:53
* ScottK marks that off TODO.20:53
ScottKAfter all, an action passed is an action complete.20:53
ScottKs/complete/completed/20:54
kubotuScottK meant: "After all, an action passed is an action completed."20:54
yofelScottK: uploaded lib/kscreen20:59
ScottKyofel: Thanks.21:13
Riddellevening22:15
RiddellQuintasan: yep that got in22:15
Riddellmurthy_: nootka needs a patch for arm https://launchpad.net/ubuntu/+source/nootka/0.8.60~beta-0ubuntu122:16
ScottKRiddell: Did you see my ping about bug 1069072?22:25
ubottubug 1069072 in ubuntu-release-upgrader (Ubuntu) "DistUpgradeViewKDE.py launches browser as root" [High,Triaged] https://launchpad.net/bugs/106907222:25
RiddellScottK: yeah, I must have written that years ago and nobody noticed22:26
RiddellI wonder if I want to faff around with dropping permissons or just put up a url like the gtk one does22:26
ScottKRiddell: Actually, you could just call ubuntu-bug with the right permissions and that would probably be even easier.22:27
Riddell"with the right permissions" is the tricky bit22:27
Riddellubiquity does all sorts of machinations to get it to use the right permissions22:28
ScottKThis is an upgrade though.22:28
ScottKYou can get the correct username from the environment.22:28
ScottKSUDO_USER="$USERNAME"22:28
Riddellthat's only half the faff, need to work out if it's effective user or real user and then it might need some other environment variables22:29
Riddellit might be easy I'll give it a shot22:29
* xnox recalls switching to pkexec and adding hacks to keep username correct instead of using sudo....22:38
Riddellmm22:40
ScottKpkexec --user $(SUDO_USE) ubuntu-bug $PACKAGENAME  should at least get the CLI version of apport running as the correct user.22:42
ScottKs/USE/USER/22:43
kubotuScottK meant: "pkexec --user $(SUDO_USER) ubuntu-bug $PACKAGENAME  should at least get the CLI version of apport running as the correct user."22:43
Riddellcould a nice user helping person handle this?  I'm away tomorrow too23:43
Riddellhttp://paste.kde.org/711950/23:43
RiddellDarkwing, Mamarok?23:43

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