/srv/irclogs.ubuntu.com/2011/06/10/#kubuntu-devel.txt

apacheloggershadeslayer: from an upstream POV no release scheduling for the frameworks would be entirely harmful00:11
apacheloggeressentially it would tear apart the foundations of KDE applications00:12
apacheloggerto that degree KDE frameworks is the foundation, in order to build a solid app you need a solid foundation00:12
apacheloggerwhether anything but the core workspace should be bound to the release schedule of the framework is however a more approachable topic for discussion IMHO00:14
yofelhm, apachelogger: you think I can get a kde svn acc. for editing that page? Not sure if that's reason enough to get one since I don't really do any other work for KDE directly ATM00:17
yofelI don't really want to run after people for every release either though...00:19
apacheloggerwell00:23
apacheloggeryofel: I believe you'll need www karma too :P00:23
yofel...00:24
apacheloggeryofel: what shall I add to that inc?00:24
yofelThere's a Kubuntu entry already, uncomment it, fix the release version and the kubuntu.org link00:25
apacheloggerroger00:25
apacheloggeryofel: identity.kde.org -> register -> login -> you should be able to request dev account from there -> name me as advocate -> if at all possible also mention clearly that you will need access to those pages and thus likely www karma00:26
d_eddoes Kubuntu have guest login?00:26
apacheloggerno, there was a todo for that at some point I believe00:27
apacheloggernever got implemented00:27
d_edyeah, would you like it?00:27
yofelapachelogger: define www karma...00:28
d_edI'll implement it into QLightDM, we can decide later if we want to support it in the greeter.00:29
apacheloggeryofel: advanced access, so one can edit kde websites00:30
d_edshould be no work.00:30
apacheloggernot every developer gets access to those00:30
apacheloggeras one could inflict directly user visible damage and what not00:30
apacheloggerd_ed: IMHO guest accounts are worthwhile, if done well from a security perspective00:31
yofelah k00:31
CIA-6sitter * 1235859 * trunk/www/sites/www/info/binary-4.6.4.inc 4.6.4 for kubuntu00:33
yofelthanks :)00:33
apacheloggeryw00:33
txwikingerapachelogger: ?00:39
apacheloggertxwikinger: nvm00:41
Blizzzapachelogger: Desktop Summmit? Should work01:08
apacheloggeryay01:08
* apachelogger hugs Blizzz01:08
apacheloggerNightrose: ^ I got better accomodation :P01:08
Blizzzapachelogger: ah! i am not in Berlin till Sunday afternoon01:08
Blizzzif u arrive Fri, it should fit again01:09
apacheloggerI arrive saturday, or even sunday, so no problem eitherway01:09
Blizzzor someone else is gonna be here01:09
Blizzzok01:09
* apachelogger can stay one night in a hotel/hostel/trainstation ^^01:09
apacheloggerI believe it is sunday though, unless my sister moved here wedding around again ^^01:10
apacheloggers/here/her01:10
cndanyone know how to rebuild the qt4-x11 package after modifying some source code?01:10
cndwhen I attempt a rebuild it just executes the last step (dh binary --parallel --with pkgkde_symbolshelper,lzma)01:11
cndit doesn't realize that some source files have changed and some may need to be rebuilt01:11
cndapachelogger, ^^?01:12
apacheloggerdebuild -us -uc01:15
cndapachelogger, won't that clean the build and start from scratch?01:15
apacheloggeryes01:15
yofeldpkg-buidpackage -j<number of jobs> should be faster01:16
cndI only want to rebuild the stuff that's changed01:16
cndyofel, I've been using DEB_BUILD_OPTIONS=parallel=1601:16
apacheloggera target that once was processed will not be processed again (i.e. calling binary will not call build)01:16
yofelheh01:16
yofelwell, he could make the target PHONY I think01:17
yofel(or I don't understand make)01:17
cndapachelogger, seems like that should be changed, especially for something that takes as long as qt to build :)01:17
cndI don't really know how to make it work though...01:17
apacheloggerso either you manually run the build target or make or remove whatever marker there might be, or you do a clean build01:17
apacheloggeryofel: you should read the make manual my friend01:17
cndbut if I had to do that for the kernel or xorg-server (where I mainly hack), I would be throwing fits :)01:17
apacheloggera pony target does no more than indicate that the target is not a file01:18
yofelapachelogger: I did (most of it at least) and IIRC .phony targets were exectued whether they need to be built or not01:18
yofelhm...01:18
* yofel goes back to reading the manual01:18
apacheloggeryofel: that would imply that binary also does build01:19
cndI guess I'll kick off a new build...01:19
yofelah right :S01:19
apacheloggerso I'd say build creates a file that it checks later01:19
apacheloggeractually IIRC a phony target will only be executed upon direct call01:20
cndIIRC, I tracked it down once, but it's something really hairy to change given the current build system of the qt4-x11 package01:20
apacheloggerso unless the target is prequesite of another target it will not get run at all01:20
apacheloggercnd: just run make01:21
apacheloggerand then make -f debian/rules install01:21
apacheloggerand then binary01:21
apacheloggerwith a bit of luck that should pick up stuffz01:21
cndapachelogger, I'll try that next time :)01:46
cndthanks!01:46
apacheloggernp01:46
apacheloggeryofel: we might want to hold off on split tars of 4.7 for now02:34
apacheloggerperhaps only throw non-split stuff in a PPA?02:34
apacheloggerseems we'll get mono tars for 4.7b2 and those are going to stay for all of 4.x02:34
yofelI would've waited with those for a final word from the release team anyway02:35
yofelor we would've just done useless work02:35
* yofel needs a touchpad for his desktop PC02:36
yofelusing notebooks a lot makes a mouse feel odd when you actually do use one -.-02:36
* yofel wonders if that apple trackpad would work02:37
yofelI wonder if one can make lightDM buildable without gnome at some point...02:47
yofel$ ./autogen.sh 02:47
yofelYou need to install gnome-common from the GNOME CVS02:47
yofel-.-02:47
apacheloggeryofel: we could surely package libs,pimlibs and perhaps workspace02:49
apacheloggeryofel: gnome-common should not require gnome stuff I think02:50
apacheloggerjust common buildsystem stuff IIRC02:50
apacheloggeryofel: also thread about further release stuff on kde-release, in case you want to chip in02:50
yofelah, I'll check02:50
yofelworkspace is split currently, not sure if we want that, pim/libs is fine though02:51
apacheloggeryofel: I thought workspace was mono, except for wallies?02:54
yofelworkspace was part of kdebase, so I'm not sure if they'll put that back together02:54
yofelah wait, that was seperate anyway02:55
* yofel is too tired02:55
* JontheEchidna adds kaccessible to the CD since it's now in main02:55
* apachelogger needs to learn going to bed at a sensible time :O02:57
* yofel too02:58
JontheEchidnait's only 22:00 here02:58
yofel4:00 AM here02:58
JontheEchidnaI've been staying up until 0300 local time though :s02:58
JontheEchidnaso I know at least one reason why kde-window-manager depends on the whole kdebase-workspace-bin03:14
JontheEchidnathe Oxygen KWin style is part of the kde-window-manager package which depends on liboxygenstyle, which is a library with a non-guaranteed A{P/B}I which lives in kdebase-workspace-bin03:15
JontheEchidnaSolutions to this I see are:03:16
JontheEchidna- Split the WM themes in kde-window-manager (or at least oxygen) out into individual packages03:16
JontheEchidna- Split liboxygenstyle out of kdebase-workspace-bin and use the Debian ABI manager stuff to help with the potential breaks-with-no-abi-change03:17
JontheEchidnaThis is another example of something that could cause problems with KDE's demodularization, since there are a set of libraries in kdebase-workspace that currently have no expectation of a stable API/ABI03:19
JontheEchidnawe have seen a little bit of this already with third-party taskbar widgets using libtaskmanager from kdebase-workspace03:19
JontheEchidnaThey could get away with this within KDE proper in the past, since everything was released together and was (re)built together, meaning that the code released would either be rebuilt for ABI changes or had been updated for API changes since everything had to at least build03:22
JontheEchidnabut if things get too decentralized without a plan, we could have situations like abi breakage with third party task manager widgets within KDE proper03:23
* yofel remembers the kwin breakage in neon which was essentially an ABI mismatch between stable liboxygen loaded by KDM and neon liboxygen used by kwin03:23
JontheEchidnaI am all for splitting in to smaller tarballs, and maybe even forcing more stability in internal API is good, but the haphazard handling that has come about of it so far is worrying.03:24
yofelwell, they are discussing it at least. What I'm confused about is what they are discussing now. Somehow it seems they're trying to redefine what it is they're shipping yet again...03:25
yofeland we still have no final word how 4.7 will look like. Neither beta2 in sight03:25
JontheEchidnaoh, looks like the whole kde-workspace folder is still together in one tar, so maybe workspace libs aren't too big of a thing to worry about03:26
yofelyeah, kdebase is pretty much split up as we had it, except konsole which is seperate now and they took the wallpapers out of workspace03:26
JontheEchidnanobody likes downloading wallpapers if they don't have to :P03:26
yofelnot much change in our binary package layout though03:27
JontheEchidnayeah, splitting is just going to cause a lot of work moving stuff around03:27
yofelwell, more like git sucks at handling large binary files :P03:27
yofelwallpapers are still in svn03:28
* yofel wonders if we could recompress oxygen-icons with xz, would help a LOT03:28
JontheEchidnaI think my api/abi argument stands, though, since lots of the kdegraphics libs seem to be separate now, and digikam loves to depend against shiny new abi-breaking versions03:28
yofelyeah, we already have 5 project-neon-lib* packages, and it'll only get worse it seems03:29
* yofel is off to bed finally, good night03:42
=== JontheEchidna changed the topic of #kubuntu-devel to: Kubuntu: Friendly Computing | Merges: https://merges.ubuntu.com/main.html | TODO: https://wiki.kubuntu.org/Kubuntu/Todo
apacheloggerJontheEchidna: I made sure upstream knows about that implication04:12
apacheloggerdid not attend the relevant discussion though, steveire knows more04:12
JontheEchidnalol: [00:08:39] <fredrikh> sreich: i think you mean the kscf5dkfksc4 (kde sc frameworks 5 development kit for kde sc 4)05:11
shadeslayerJontheEchidna: lol06:39
jussishadeslayer: whens your exam?07:00
shadeslayerjussi: 3 hours07:02
shadeslayeri'm pretty much sleepwalking around the houser07:03
shadeslayer-r07:03
shadeslayersoooo flipping tired07:03
jussishadeslayer: try to sleep, it will help you concentrate :D07:06
shadeslayerjussi: can't .... too tensed07:14
* jussi hugs shadeslayer07:15
shadeslayeranyways, i'm signing off ...07:15
jussilaters07:15
* shadeslayer hugs kubotu07:15
shadeslayerciao07:15
jussiKDE review, by someone who has used gnome, since gnomes was in daipers. (and its a pretty nice review). http://www.siltala.net/2011/06/09/the-grand-review-pt1/07:16
jussi(and he did it because I made him.... bwahahahahahaahahhahahahaahhahaha)07:16
Tm_T<307:26
steveireJontheEchidna: The kdegraphics discussion wasn't really in scope for the platform 11 meeting, but we did discuss it a bit. There wasn't really a resolution though as none of us were kdegraphics people09:18
=== hunger_ is now known as hunger
sheytanhey yo!09:41
sheytanis PIM 4.6 present in the 4.6.4 update?09:41
ScottKsheytan: No.  It's separate.12:05
ScottKjussi: Nice review.12:13
jussiScottK: yeah, I tend to agree with him about the add widgets thiong.12:15
ScottKFortunately for me I rarely use it.12:18
sheytanScottK do i need to uninstall the old pim first? Or will it upgrade automatically?12:34
ScottKsheytan: We don't have it packaged in a regular repository yet.  If you have a repository with it enabled, it should upgrade automatically, but be aware that for your data it's a one way migration, so you probably want to back it up first.12:35
sheytanScottK i was waiting till the stable release of pim, so i don't have any data right now. Didin't used kontact from the installation of natty ;)12:36
sheytanAnd i think i'll wait till you put it into kubuntu regular ppa :)12:36
ScottKI see.  Well the pim 4.4 that shipped with Natty works fine with KDE 4.6.12:37
ScottKWe won't ship pim 4.6 in Natty except in some experimental repo as it's far to invasive an upgrade.12:38
* yofel got is kde svn acc. :D12:40
=== rdieter is now known as rdieter_work
=== rdieter_laptop is now known as rdieter
sheytanScottK so i have to wait till 11.10?12:50
sheytanWell, i think i'll try an experimental repo then :D12:50
ScottKI'd just stick with 4.4 if I were you, but whatever you want.12:50
yofelat least wait until we have 4.6.0 packaged12:51
yofeldon't think anyone did that yet12:52
=== ximion1 is now known as ximion
ScottKNo.12:53
=== ximion is now known as ximion1
sebashttp://www.kubuntu.org/news/kde-release-464 << this is not true, can we hold back announcements until AFTER upstream releases, please?13:12
yofelsebas: that would be my fault, I assumed that was the case since http://www.kde.org/announcements/announce-4.6.4.php was up13:17
ScottKsebas: Pulled.13:17
sebasScottK: thanks :) 13:18
yofelScottK: thanks13:18
sebasyofel: it's official when it's on the frontpage and the dot13:18
yofelk, sorry13:18
sebasI usually also tweet it as soon as it's out13:18
sebasnp, we could resolve it :)13:18
=== ximion1 is now known as ximion
apacheloggersebas: didn't the announcements have an embargo statement at the very top?13:50
sebasapachelogger: used to, but I forgot to remove it more often than not, making it useless13:50
apacheloggeryofel: you might want to try commiting a newline change or something to the www/sites/info stuff, to make sure you can13:51
yofelhm, good idea13:51
apacheloggersebas: ah, yeah, makes sense :)13:51
yofelsebas: well, lesson learned, won't happen next time13:51
sebasyofel: thanks =)13:51
sebasalso don't worry too much about it13:52
shadeslayerOMG I'M FREE FROM EXAMS \o/14:13
d_edshadeslayer: good -> get to KDE Telepahty and test \o/14:14
shadeslayerwhats up for testing? :D14:14
shadeslayeri mean everything works as of now xD14:15
* yofel cleanes the wiki for 4.714:16
ScottKshadeslayer: AFAIK kdepim still needs merging.14:16
yofelI'll leave the split tars out though14:16
ScottKI think we should use the split ones that are available.14:16
ScottKDebian will go this way so we may as well get started.14:16
shadeslayerScottK: yes, i removed my name from MoM incase anyone wanted to take it up, if no one has merged it yet, i can work on it14:17
ScottKshadeslayer: Great.14:17
yofelk14:18
yofelI'll leave the empty and useless tars out of the list though14:18
ScottKyofel: Sure.  The big challenge will to make sure we don't miss anything.14:19
yofelwell, I've got all tars lying around here, so I'll use that list14:19
shadeslayeri shall also start making a blog post14:20
jussishadeslayer: BLINK!!!!!!!!!!!!!!!14:20
jussi:D14:20
shadeslayerand blink14:20
* shadeslayer adds everything to his ToDo14:20
ScottKfabo: I pointed markos at you with your Debian Qt hat on as I think he needs our (Kubuntu) thumb2 patch for armhf porting.  http://bazaar.launchpad.net/~kubuntu-packagers/qt/ubuntu/view/head:/debian/patches/kubuntu_22_thumb2_support.diff - Not sure how you'd integrate that in Debian.  It's ~easy in Ubuntu/Linaro since we only support v7+thumb2.14:21
ScottKyofel: I was thinking also of maybe stuff they forgot to make a tar for.14:21
yofelah, I'll do a rough check, but I don't know every little component myself. If anything I can match it to the components in neon14:22
faboScottK: yes, I chatted with him yesterday night14:22
faboScottK: he's a co-worker ;)14:22
ScottKI'm hoping we get armhf in Ubuntu.14:23
ScottKAlso it'd be nice to get KDE ported to armhf before Gnome ...14:23
faboScottK: it's in progress. I'm changing the way to apply patches by arch. it will be easier to apply this kind of patches14:23
=== ximion1 is now known as ximion
ScottKThis should be all that stands between him and kde4libs built on armhf.14:23
ScottKCool.14:23
yofelurgh, who wants to redo the dep-graph?14:24
ScottKyofel: I recommend you ask the person with the pile of tarballs laying around.14:24
yofelLOL14:24
shadeslayerheh14:25
yofelcan we at least recompress oxygen-icons with xz? 350MB tar is insane14:25
ScottKfabo: Would you be able to help us with testing of Kubuntu arm ISOs?  We've a very limited set of people with hardware for that.14:26
faboScottK: sure. I have pandaboard only.14:26
ScottKfabo: Thanks.14:27
ScottKIs https://launchpadlibrarian.net/73314853/buildlog_ubuntu-oneiric-armel.caret_5.6.4~dfsg.1-1_FAILEDTOBUILD.txt.gz a GL/GLES issue?14:31
ScottKapachelogger: You should join #debian-qt-kde so we can't talk about you behind your back there.14:33
apacheloggerI am not even sure why I wasn't in there *shrug*14:33
apacheloggerI blame the quassel14:33
ScottKYou should complain to the person that made us switch to it.14:34
apacheloggerNightrose: y u made us switch?14:35
pascal_Hello, is the newly released KDE PIM packaged? Kmail 2 etc14:36
apacheloggernot yet I believe14:38
droidslayerUgh14:39
droidslayerKernel upgrades fscked up my system14:40
apacheloggerdroidslayer: don't ugh14:40
apacheloggerdroidslayer: so use an older kernelz?14:40
droidslayer"No init found"14:40
droidslayerapachelogger: for some reason i cant boot a older kernel14:41
droidslayerSame issue14:41
apacheloggerso either you /sbin/init is kaputt or your initramfs14:41
apacheloggerdroidslayer: get a live sticky and chroot into the system14:41
apacheloggerthen dist-upgrade dpkg --configure -a or whatever that command was14:42
apacheloggerif that does not help look for your initramfs in /boot and your init in /sbin/init14:42
apacheloggerone of the two must be broken14:42
droidslayerHmmm ... The only live stick i have is a gnome one14:42
apacheloggerdoesn't matter :P14:42
droidslayerLets see if its amd6414:42
droidslayerYeah14:42
apacheloggeruse the empire of terminal14:42
=== AndChat- is now known as droidslayer_
droidslayer_@_@ 14:49
empathyslayerbwahahaha14:50
empathyslayermount: wrong fs type, bad option, bad superblock on /dev/sda5, ..... 14:50
yofelyour system sure know how to give you excuses for not doing any work :P14:53
empathyslayerlol14:54
yofeldone, have fun folks: https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging14:54
empathyslayeridk what happened14:54
empathyslayerit booted fine14:54
empathyslayerand then i accidentally pulled the power cord, had too boot it again and it threw that error at me :/14:54
yofelnow let's see if I can rework the dep-graph using the neon deps...14:55
txwikingerapachelogger: What was that yesterday about crashing on my coach?14:57
yofelthis'll be a mess14:57
=== matthiask is now known as ximion
empathyslayerOne or more block group descriptor checksums are invalid.  Fix<y>? 14:58
empathyslayer@_@14:58
yofelat least you don't get a kernel oops as I did with btrfs :P14:59
empathyslayerw00t15:00
empathyslayerit mounted now15:00
apacheloggertxwikinger: a lack of attention leading to me associating the wrong person with your nick15:02
* apachelogger needed a couch to crash on in berlin for the desktop summit15:03
apacheloggeryofel: why will it be a mess?15:04
apacheloggerempathyslayer: stop breaking your system :P15:04
empathyslayerapachelogger: hehe15:04
empathyslayeri haven15:04
empathyslayeri haven't broken it15:04
apacheloggerwho in their right mind pulls the power anyway15:04
empathyslayerapachelogger: i tripped over it15:04
empathyslayerok bbiab15:04
apacheloggersebas: btw, do I need to do something, as my Lord Presidentship comes with being release coordinator for kdemm?15:05
sebas4.6.4 is out now btw15:05
sebasapachelogger: don't think so, other than keeping an eye on r-t15:06
apacheloggerok15:06
apacheloggeryofel: ^ now you can publish :P15:06
yofelyay :)15:06
debfxdoes anyone run oneiric and wants to test the network management widget?15:09
shadeslayer\o/15:09
shadeslayerdebfx: no :P15:09
debfxohh :(15:10
shadeslayerfs needed a fsck15:10
debfxshadeslayer: now is the time to upgrade15:10
shadeslayerand everything is fine15:10
shadeslayerdebfx: isn't the plasmoid in comaptible with new n-m ?15:11
debfxshadeslayer: the one in oneiric isn't15:12
yofelthe one in neon isn't either15:12
shadeslayeroh ...15:12
debfxI've packaged a snapshot of the nm09 branch15:12
yofelput it into ninjas at least, I'll test gladly15:12
debfxI'm not sure how to call the version. 0.9~svngit.nm09.20110610.0c83d81 seems a bit long ^^15:17
yofelwhy svn?15:17
shadeslayerheh15:17
debfxyofel: before the git migration it was in an svn repository and svn >> git15:18
yofelurgh, ok15:19
yofelargh, this is a dep-mess15:20
debfxmaybe I should add a ~ somewhere to leave room for further version changes :D15:20
yofelfirst draft of the new dep-graph: http://i.imgur.com/mSckb.png15:23
yofelnow I need to clean this up and re-check it15:23
yofeland add the missing stuff15:24
debfxwhat's the outcome of the great tarball debate?15:27
yofelfrom what I know: provide both split and bundled tars15:27
apacheloggeryofel: who be working on KDEPIM?15:29
yofeldunno, we wanted shadeslayer to do it before he foobared his system15:29
shadeslayerme15:30
shadeslayeri'm working on it15:30
shadeslayerapachelogger: 4.4.11 tho15:30
apachelogger4.6.0 I am talking about15:30
apacheloggeroh, shoot, I should be leaving for train15:31
* apachelogger starts throwing stuff in the suitcase15:31
ScottKapachelogger: First we need to do a 4.4.11 merge from Debian.  Then 4.6.0.15:32
debfxyofel: ok, and will more modules be split?15:32
apacheloggerit is an organizational nightmare15:33
ScottKIt'll be fun.15:35
ScottKOnce we get used to it we'll grumble about the horrible old days with those monolithic tarballs that took forever to download/upload.15:36
shadeslayerhehe15:36
* ScottK slaps shadeslayer to get back to work.15:36
shadeslayerouch15:36
ScottKapachelogger: You're not properly supervising your minion.15:36
shadeslayeri'm already working15:36
shadeslayerScottK: he's busy packing15:37
ScottKOK.15:37
ScottKWhat does an apachelogger need to pack?  swimming suit, toot brush, done.15:37
ScottKHow long can that take?15:37
ScottKtoot/tooth15:37
yofeldebfx: the next git splits are already sheduled for post-4.715:38
yofelkdeaccessibility and kdeutils IIRC15:38
shadeslayerapachelogger: btw .... at some point in the past, you said that the screen lock needs special perms ...  how do i find out what perms does it need? the only way i could find to trigger it was via DBus15:59
ScottKapachelogger: I'm appointing you Kubuntu burndown chart overlord.16:08
=== tazz_ is now known as tazz
shadeslayershould i use libboost-dev or libboost1.42-dev ?16:12
shadeslayerboth are in main16:12
ScottKshadeslayer: For oneiric use 1.4616:15
shadeslayerokay16:15
shadeslayerScottK: any reason why we aren't using libboost-dev?16:16
ScottKshadeslayer: Yes.  For stuff that has other Ubuntu changes it's easier to track what needs rebuilding for the newer boost and it's my view one doesn't want to change boost versions by accident.16:17
ScottKIf there are no other changes, then I think using the unversioned one is a good idea.16:17
shadeslayerah16:17
shadeslayerbut there *might* be changes16:17
shadeslayerso it's a good idea to keep the versioned one16:18
ScottKIf you get to the end of your merge and that's it, we should just sync.16:18
shadeslayernah, loads of other changes 16:18
ScottKOK16:19
ScottKshadeslayer: Also keep in mind if some of these changes should go back to Debian.16:19
shadeslayerwell ... we do have kdepim-dev which is added as a extra package16:20
LaserJockScottK: I survived Kansas City16:21
ScottKLaserJock: Welcome back.16:21
LaserJockwaiting in Salt Lake currently on the way back to MT16:21
ScottKHow did you find it?16:21
LaserJocka bit hot16:21
LaserJockbut green and nice16:21
LaserJockI think I'll be flying back in a couple weeks16:22
ScottKGreat.16:22
LaserJockI got myself another interview, this time in Olathe16:22
ScottKThat's even closer to where my dad lives.16:22
LaserJockthere sure are a lot of interstates in Kansas City16:23
LaserJockI was glad I brought my GPS16:23
ScottKHeh.16:23
ScottKFor a city of its size traffic is not too bad.16:23
LaserJockbut traffic wasn't bad when I went from Olathe to the airport at 5pm16:23
LaserJockbeing  used to (a little bit anyway) to Boston traffic, it's not too bad at all16:24
debfxshadeslayer: kopete-cryptography build-depends on kdepim-dev but it's not in Debian16:27
debfxthat's probably the reason we have it16:27
yofelso, here's how the dep-graph looks now: http://i.imgur.com/wftgO.png16:28
yofel(using neon as reference)16:29
shadeslayerheh16:32
shadeslayeryofel:  i read that as wtfgo16:32
shadeslayerdebfx: okay16:32
yofel^^16:32
JontheEchidnathe dep graph sorta exploded sideways16:37
yofelwell, most packages are really fine with just kdelibs, so they all end up on the same level16:38
debfxif we remove the packages we don't really care about it gets much smaller :P16:39
yofelwe could remove anything that depends on meta-kde and just say that what's not on the list depends on that16:40
apacheloggershadeslayer: suid bit, see kubuntu pkgs16:41
apacheloggerScottK: meh.16:41
debfxmost of them probably don't even need the latest kdelibs version16:42
shadeslayerapachelogger: is there a binary for locking the screen?16:42
shadeslayerklockscreen or sth16:42
yofeltrue16:43
JontheEchidnadidrocks: a blog about the technical stuff behind our Qt bug report has made planet KDE btw: http://labs.qt.nokia.com/2011/06/10/type-punning-and-strict-aliasing/16:43
JontheEchidnainteresting read16:43
didrocksJontheEchidna: already read, but thanks :)16:45
didrocksyeah, was an interesting read, will take more care in my own code now about it (especially in unions)16:46
debfxI've uploaded the nm widget to the experimental ppa17:22
debfxyofel, JontheEchidna: ^ in case you want to test17:22
JontheEchidnacool, will test17:26
debfxediting system connections froze plasma-desktop in my vm so it is probably not that stable yet17:27
pawel_121hi, is there any ppa which contains KDE PIM 4.6.4?17:31
pawel_121I have Kubuntu backports and backports-ppa enabled, but PIM is still old - 4.417:32
shadeslayerpawel_121: KDE PIM 4.6 is in experimental PPA17:33
shadeslayerand there hasn't been a release of KDE PIM 4.6.417:34
pawel_121shadeslayer: sorry for mistake17:34
pawel_121shadeslayer: will KDE PIM 4.6 go to non experimental PPA?17:36
shadeslayerpawel_121: yes, as soon as i finish merging KDE PIM 4.4.11 from debian, we will work on getting KDE PIM 4.6 into oneiric17:36
JontheEchidnadebfx: works nicely17:36
shadeslayerand then into natty backports ppa maybe17:36
JontheEchidnaWEP/hex key17:36
shadeslayerok bbiab17:37
debfxWEP? :O17:37
pawel_121shadeslayer:good to hear, thanks for your help :)17:37
* yofel will test in a minute (WPA AES :P)17:37
JontheEchidnayeah, we live out in the sticks, and none of our neighbors are technically competent enough to crack WEP :P17:38
yofelI tried to get my cousing to switch to WPA, until I noticed 3 neighbours had no encryption at all, then I stopped bothering17:39
yofel*cousin17:39
JontheEchidnayofel: be warned, NM will stop/restart during the upgrade17:40
yofelIt's already stopped here on my netbook, I'll just reboot17:40
JontheEchidnathat's what I did17:42
JontheEchidnajust to give kded/plasma a chance to restart17:42
debfxJontheEchidna: did it migrate the old network connections?17:43
JontheEchidnanope17:43
apacheloggerScottK: I needed to buy some rum17:44
apacheloggertravelling without rum is no good17:44
* apachelogger leaves again as a couple of tunnels are coming up17:49
yofeldebfx: works fine here17:51
debfxok, thanks for testing17:52
debfxI'll upload it to the archive17:52
_Groo_hi/2 all18:11
yofelhey _Groo_18:11
_Groo_yofel: hey hey :)18:12
yofelfolks: why do we append "Kubuntu" to konquerors user agent string? (Asking because the patch needs a rewrite)18:25
ScottKyofel: I think we should drop it.18:26
ScottK(it's not our default browser anymore)18:26
yofelright, and we don't do that for rekonq18:27
yofellp #33233918:27
ubottuLaunchpad bug 332339 in kde4libs (Ubuntu) "konqueror user agent string does not include distro ID" [Wishlist,Fix released] https://launchpad.net/bugs/33233918:27
ScottKIt was our default then.18:28
yofelyeah, and I don't see the distro in the firefox 5 user agent string in oneiric either18:29
yofelso probably no point in keeping it18:29
shadeslayerso apachelogger branded us the 'Neon' people in his mail 18:49
yofelyeah18:49
yofelgrr... it's annoying to have patch failing due to fuzz...18:49
* shadeslayer turns off the lights to check if he starts glowing18:49
shadeslayernope, nothing here18:52
shadeslayeryofel: uhm .. quilt push -fa ?18:52
shadeslayerand then refresh?18:52
yofelstill annoying :P18:53
yofelbecause dpkg-source leave .rej files behind -.-18:53
yofel*leaves18:53
shadeslayerah ^^18:53
shadeslayerthats really sad18:53
shadeslayerbtw kdepim 4.4.11 will conflict with l10n pacakges18:54
shadeslayersince it has its own l10n stuff now18:54
yofelgreat...18:54
ScottKshadeslayer: Since we know we won't stick with it, I'd strip those out (don't install in the binary)18:55
shadeslayerhmm18:55
yofelit's at least easier than rewriting our l10n scripts just for the PPA18:56
shadeslayer^^ yep18:56
* shadeslayer goes back to work18:56
yofelwe need a new shared-desktop-ontologies package19:11
ScottKDon't think we do.19:11
ScottKI think the new kdelibs was fixed to work with 0.6 also.19:11
ScottK(IIRC)19:12
shadeslayeri don't think the fix was released yet19:12
ScottKThen I think we need to wait for it (or patch our kde4libs).19:12
yofelyeah, the 4.6.80 tar wants 0.6.50, I'll add a patch19:12
ScottKThe fix is a BIC change and we don't want that.19:12
Riddellevening all, how's the 4.7 tars fun?20:28
yofelcheck packaging page and dep-graph, fun20:30
yofelthough we only started today20:30
Tm_Thi all20:31
Tm_TRiddell: hey, who is the person to poke to when shipit isn't answering? been trying to figure out this some time now20:32
RiddellTm_T: how do you mean?  there is no shipit now20:32
yofel_meh20:33
=== yofel_ is now known as yofel
Tm_TRiddell: isn't shipit email addresses still responding to loco packs?20:34
yofelshadeslayer, ScottK: as a matter of fact neon kdelibs still says requires s-d-o 0.6.50, so that doesn't seem fixed20:34
Tm_Tthat's where I was directed to20:34
RiddellTm_T: I've no idea I'm afraid20:34
Tm_TRiddell: ah, thanks, I'll keep looking (:20:34
shadeslayeryofel: 0.o20:34
shadeslayerlemme ask20:34
ScottKyofel: OK.  Maybe I misremember the resolution.20:34
yofeltodays buildlog https://launchpadlibrarian.net/73290024/buildlog_ubuntu-oneiric-amd64.project-neon-kdelibs_2%2Bgit20110610%2Br91902-57~oneiric1_BUILDING.txt.gz20:34
RiddellTm_T: I think the person incharge of CDs is cezzaine.haigh@canonical20:34
ScottKyofel: Perhaps steveire remembers better than me.20:35
yofelafaik 0.7 was release though, since we have 0.7.50 in neon20:35
Tm_TRiddell: thank you very much20:35
yofel*released20:35
* yofel is loosing chars today o.O20:35
shadeslayeryofel: upstream says 0.7 is the min requirement20:36
yofelScottK, shadeslayer: I get the feeling you're talking about kdepim20:36
yofelthat needed a fix IIRC20:36
shadeslayernope, just talked to vHanda20:36
shadeslayerhe's the one who fixed everything20:37
yofelah k20:37
* yofel goes asking debian folks if someone started with that20:37
shadeslayerthey don't have a release of a newer SDO btw20:38
shadeslayerso we might need a git snapshot20:38
vHandashadeslayer: yea, tell me20:38
shadeslayervHanda: basically we're discussing how to build kdelibs with sdo 0.6 but since you now say 0.7 is the min requirement20:39
shadeslayeryofel: ^^20:39
yofelright20:39
yofelshadeslayer: http://sourceforge.net/apps/trac/oscaf/ shows 0.720:40
shadeslayerah ... trueg must have released a new version then ^^20:40
vHandaIn 4.7, we are inforcing the ontologies. Imagine going from a dynamically typed language to statically typed - That's what we've done internally in Nepomuk20:40
* yofel goes packaging20:40
vHandalot of stuff has gotten screwed up because of it.20:41
yofelhehe20:41
shadeslayer^_^20:41
yofelmeh, we need to bump the breaks/replaces against natty too...20:51
shadeslayerapachelogger: around?20:53
bambeeevening20:56
yofelhi bambee20:56
bambeehi :)20:56
shadeslayeryofel: btw we need special perms for the lock screen thing in neon20:58
shadeslayers/thing/issue20:58
yofelhurray (I'll leave that to you :P)20:58
shadeslayeryeah :P20:59
shadeslayeri'll talk to apachelogger since he knows what to do20:59
shadeslayeri tried finding the name of the binary that locks the screen and failed misreably20:59
apacheloggerit happens21:07
shadeslayerapachelogger: /opt/project-neon/lib/kde4/libexec/kcheckpass :P21:08
shadeslayerthanks to thiago 21:08
shadeslayeri kept searching for lock/kdesktop_lock so on and so forth21:09
=== rdieter_work is now known as rdieter
* sheytan is making some ideas come to life to make apachelogger happier :D21:32
yofelmake a lightdm theme with a bottle of rum in it :P21:34
_Groo_hi/2 all21:36
_Groo_stupid question.. is there any support for appinidicators in kde systray being worked out?21:36
debfx_Groo_: appindicators aka statusnotifieritems have work in kde even before unity existed21:39
_Groo_debfx: ok, how do i make them work then? for ex i get a new app indicator for ex cpu info, (i know there are plasmoids, its just an example)... i just run it, and it pops up in systray?21:42
_Groo_or is there a trick to it?21:42
JontheEchidna_Groo_: yes21:44
_Groo_JontheEchidna: huu... yes? can you elaborate? :D21:45
JontheEchidnajust run the indicator and it'll show up21:45
_Groo_nice21:46
_Groo_to autostart it, i just add kde in the 21:46
_Groo_.desktop file?21:46
JontheEchidnadunno21:46
_Groo_i better add a symlink to .kde/Autostart, should do the trick21:47
_Groo_tks for the answer :)21:47
shadeslayerhmm21:57
yofelare we going to put kdepim 4.6.0 for natty somewhere? There are people that keep asking for it21:57
shadeslayeranyone around to discuss wireless/wired networks in the installer?21:57
shadeslayeryofel: backports i'd say21:58
shadeslayeryofel: after we package it for oneiric21:58
shadeslayertell them to use neon xD21:58
yofelshadeslayer: well, for oneiric we'll get 4.6.80, as it's shipped together there again21:58
shadeslayerwhat21:58
shadeslayeryofel: there's a KDE PIM 4.6.80 ? 21:59
yofelthere are kdepim 4.6.80 tars, yes. No idea what's in there though21:59
shadeslayer@_@21:59
yofelprobably 4.6.021:59
yofelThe confusing part is that Kdepim 4.6 was announce together (and seems as part of) 4.6.4. So users are confused why we're not shipping it together with 4.6.422:02
yofel*announced22:04
* yofel is still loosing chars somewhere o.O22:04
shadeslayerfooey22:06
yofelshadeslayer: see http://www.kde.org/announcements/announce-4.6.4.php22:06
shadeslayersawn22:07
yofelI agree with backports in any case22:09
shadeslayerJontheEchidna: around?22:10
shadeslayerah well, time to write to the ML then22:12
shadeslayeroh btw is anyone on oneiric and with the new  n-m plasmoid?22:13
yofelme22:13
yofelworks fine22:13
shadeslayeryofel: dude, can you pastebin the output of : qdbus org.kde.networkmanagement /org/kde/networkmanagement 22:13
yofelin a minute, need to get out of neon first22:14
shadeslayersure22:14
yofelshadeslayer: http://paste.kde.org/8057522:16
shadeslayerkewl22:17
shadeslayerif i understand this right22:17
shadeslayeradding this feature shouldn't take more than 3-4 hours using the dbus interface22:17
shadeslayeri'd like to design all of it in QML :P22:17
shadeslayerbut idk how much of it i can add in python etc22:18
_Groo_guys whos the maintainer of the libindicator for kde?22:27
shadeslayersheytan: can you mockup the wifi setup in ubiquity page?22:27
sheytanshadeslayer: sure, but tomorrow.  Want to finish the lightdm today ;)22:28
shadeslayersheytan: yeah no hurries :)22:28
_Groo_although libindicator kinda works, its missing some important stuff22:28
_Groo_like live menu updates and graphic displays22:28
apacheloggerlive menu updates?22:28
apacheloggergraphic displays?22:28
apacheloggerwhat?22:28
shadeslayeroh hey apachelogger22:29
_Groo_apachelogger: yeah, when you load a indicator in kde, for ex syspeek or multi-load, in gnome they update the menu when you click on them... in kde its static.. only the first load (when it starts) gets displayed22:29
shadeslayerapachelogger: i think going with dbus methods is better22:29
shadeslayer( for WiFi Setup in the Ubiquity Installer  )22:30
_Groo_also for multi-load it was suposed to show some neat graphics.. in kde, only a blank icon is shown22:30
_Groo_same for indicator-sensors22:30
apacheloggerno idea what either of them are, nor what the heck _Groo_ is talking about22:30
apacheloggershadeslayer: instead of?22:30
yofelapachelogger: appindicators22:30
shadeslayerapachelogger: instead of kparts22:30
apacheloggerwhat is an appindicator?22:30
apacheloggershadeslayer: kparts? wtf?22:31
yofelubuntus implementation of statusnotifiers22:31
_Groo_apachelogger: that stupid "new" mini apps22:31
shadeslayerapachelogger: thats what we discussed remember?22:31
apacheloggerah22:31
apacheloggerwell22:31
apacheloggerstatusnotifier spec permits all that mumbo jumbo22:31
shadeslayerhttp://summit.ubuntu.com/uds-o/meeting/desktop-o-kubuntu-installer/ <<22:31
apacheloggerif the ubuntu impl is broken, then that is hardly our fault :P22:31
_Groo_apachelogger:  no, it works in ubuntu, its the kde part thats missing22:32
_Groo_apachelogger: aparently when the kde part was implemented, they didnt include that stuff.. maybe the spec wasnt ready, dont know22:32
_Groo_apachelogger: what i was asking is who is the maintainer22:32
_Groo_apachelogger: so i can talk with him about this stuff22:32
yofelthe kde devs I would say22:32
apacheloggeryes22:33
apacheloggerwell22:33
apacheloggerplamsa devs in particular22:33
apacheloggershadeslayer: that does not even make no sense at all22:33
shadeslayerapachelogger: using kparts?22:33
_Groo_well aseigo hates my guts... my only luck is if he forgotten about me :D (most likely)22:33
shadeslayeryes, i'd rather use the dbus methods22:33
shadeslayerthat allows for more flexibility 22:33
apacheloggerhow does it allow more flexibility?22:34
apacheloggerIMHO all it does is replicate code that is already there in knm22:34
_Groo_whats the plasma dev channel? only plasma?22:34
shadeslayerapachelogger: accessing the knm dbus methods22:34
shadeslayernot the n-m dbus methods22:34
apacheloggerand how is that not replicating code?22:35
shadeslayerapachelogger: i don't think the plasma kpart of knm will look good inside ubiquity22:36
apacheloggerwhat kpart?22:36
shadeslayerplasma-networkmanagement kpart?22:36
shadeslayerisn't that what the spec says?22:37
apacheloggerthose notes are shoot22:37
* apachelogger gets the recording22:37
shadeslayerheh22:37
shadeslayerhmm .. kdepim ~done22:39
apacheloggerpictures or it doesnt happen22:39
apacheloggeror didnt22:39
apacheloggersomething22:39
apacheloggerdarn you listening and writing!22:39
_Groo_shadeslayer: really? is kdepim in experimental?22:40
shadeslayer4.4.11 i mean22:40
shadeslayer:P22:40
_Groo_shadeslayer: oh22:40
_Groo_bummer22:40
yofelnow do 4.6.0 too since you're already at it :P22:40
apacheloggernah22:41
apacheloggerfirst we needs sync22:41
shadeslayer@_@22:41
apacheloggerthen we need 4.6.022:41
shadeslayersync?22:41
apacheloggeralso shadeslayer should first finish .11 proper22:41
shadeslayeryes doing that right now22:41
yofelwell, agreed22:41
_Groo_ehehehe22:41
apacheloggers/sync/merge or sync or smth or nothing/g22:41
kubotuapachelogger: You did something wrong... Try s/you/me/ or tell me "help sed"22:41
shadeslayerhahaha22:41
apacheloggerbstrd22:41
_Groo_being a apachelogger minion is hard22:41
shadeslayerbtw i didn't merge debian's install files since they are all sorts of wonky now22:42
_Groo_im waiting for the debian dudes to release something for calligra so i can get my hands on it22:42
yofelapachelogger: take _Groo_ as minion22:42
shadeslayerwith l10n and what not in them22:42
_Groo_and maybe help for second beta or release22:42
shadeslayeri just copied ours over22:42
yofel_Groo_: you're allowed to think that, not say it :P22:42
_Groo_yofel: i already am an unoficial minion22:42
_Groo_yofel: he will beat me whatever i say :P22:42
yofel^^22:42
apacheloggertalking about calligra22:43
apacheloggershadeslayer: where be my calligra22:43
shadeslayerapachelogger: in ppa:neon ?22:43
apachelogger_Groo_: debian doods have stuff, talk to shadeslayer22:43
yofelhm, calligra...22:43
apacheloggerhe is leaking information again22:43
shadeslayerah22:43
apacheloggershadeslayer: stop leaking information22:43
apacheloggershadeslayer: yes, neon22:43
shadeslayerapachelogger: you mean in the official repos?22:43
apacheloggerI mean both22:43
shadeslayer_Groo_: see the kubuntu-devel ML22:44
apacheloggera) what is the statusss of neon22:44
apacheloggerb) tell _Groo_ how to get calligra for archives going with debian changes22:44
shadeslayerapachelogger: everything builds with ~all deps satisifed22:44
shadeslayer*satisfied22:44
shadeslayeri need a flipping new laptop22:44
_Groo_shadeslayer: dont buy a HP22:44
shadeslayerand i won't buy a dell either22:44
apacheloggerif the mmc freescale shipped with the quickstart board was any slower I could pull a rodrigo every time I move a new image over22:44
shadeslayerhahaha22:45
apacheloggershadeslayer: zareason22:45
apacheloggershadeslayer: if neonz is woking: blog a step by step on how to get it22:45
_Groo_apachelogger: lol what is to pull a rodrigo, what did he do?22:45
shadeslayerapachelogger: boud already took care of that22:45
apacheloggerkubotu: rodrigo22:45
kubotuoh, someone be pulling a rodrigo, recharge the batteries, good idea22:45
apacheloggershadeslayer: swell22:45
shadeslayeraltho22:45
_Groo_shadeslayer: so you have calligra for oniric built in some forsaken ppa?22:45
shadeslayerwe fixed unlocking in neon today22:46
apacheloggershadeslayer: where though?22:46
yofel_Groo_: forsaken???22:46
* yofel slaps _Groo_ with a tux statue22:46
shadeslayer:O22:46
_Groo_yofel: ouch!! what did i do?22:46
shadeslayer_Groo_: you get no neonz22:46
shadeslayerapachelogger: http://krita.org/component/content/article/10-news/85-krita-artist-session-recording-part-i-animtims-turn22:46
yofel_Groo_: don't call neon that!22:46
* _Groo_ always gets slapped when in kubuntu-devel!22:46
yofelhahahah22:46
apacheloggershadeslayer: insufficient22:47
sheytanshadeslayer do you know where the kubuntu logo with the kde logo backgroud icon in the system is?22:47
shadeslayersheytan: dunno22:47
sheytancann't find it under /usr/share/icons ;/22:47
shadeslayerapachelogger: what else do we write? :P22:47
shadeslayerapachelogger: i'll work on 2-3 blog posts tomorrow22:47
apacheloggerwooh, awesome, cool, add pictures22:47
apacheloggeretc. etc. etc.22:47
shadeslayerhaha22:47
_Groo_shadeslayer: i DID see calligra in neon, but is there any backport going for natty?22:47
apacheloggeralso more calligra22:47
apacheloggerless krita22:47
shadeslayer_Groo_: it's built for natty as well22:47
yofelshadeslayer: didn't you still need to get your *first* post out? :P22:47
_Groo_shadeslayer: oO where?22:48
* _Groo_ drools22:48
shadeslayer_Groo_: ppa:neon22:48
apacheloggerdarn it22:48
shadeslayeroh crap22:48
yofel_Groo_: neon is built for natty and oneiric22:48
shadeslayeri gave _Groo_ neonz22:48
apacheloggerwe should run audio transcript software on uds recordings22:48
_Groo_yofel: duh, yeah22:48
shadeslayerapachelogger: stop calling us neon people :P22:48
apacheloggerthis is epic waste of time22:48
_Groo_yofel: but that means ill have to install all chebang?22:48
yofel_Groo_: see that blog post22:48
shadeslayerapachelogger: also, lightdm won't work because we use KDM + X Session entry22:48
_Groo_yofel: i want to backport calligra for 4.6.x22:48
shadeslayerunless22:48
apacheloggershadeslayer: so I think what was described as kpart is in fact any technology permitting the inclusion of the existing plasmoid in the installer22:48
shadeslayeryou manually start it22:48
apacheloggerof which kpart would probably be easiest, though utter shit22:48
shadeslayerapachelogger: i still disagree that adding the plasmoid will be of any use22:49
_Groo_yofel: what blog post? the one about krita?22:49
apacheloggerthe more sane option would be to have a plasma containment (or the like) in the installer22:49
yofel_Groo_: bzr co lp:~neon/calligra/master22:49
yofelhave fun building it22:49
shadeslayerapachelogger: it would look utter shit in its current form22:49
apacheloggeror, which is another option, have a statusnotifier in the installer22:49
shadeslayerapachelogger: or QML22:49
apacheloggeri.e. use networkm-manager-kde22:49
shadeslayerapachelogger: http://wiki.forum.nokia.com/index.php/Python_Harness_for_QML << found this22:49
yofel_Groo_: we simply don't make archive packages22:49
apacheloggershadeslayer: why would it look like utter shit?22:49
_Groo_ah i see, get neon base and then calligra22:49
shadeslayerapachelogger: because its not meant to be used in a installer22:50
shadeslayerone sec22:50
_Groo_ok that would be for lazy ppl22:50
apacheloggerit is an icon with a popup menu?22:50
_Groo_im just gonna get the calligra source from the ppa and beat im to submission for natty :)22:50
apacheloggerhow can that be looking like shit any more than any other approach?22:50
* sheytan is loving nepomuk searching22:50
_Groo_sheytan: really? you are the first22:51
sheytan_Groo why?22:51
_Groo_sheytan: i always disable nepomuk filesearch... it starts every login and brings my machine I/O to his knees22:51
yofelwell, it's usable once it did the initial scan22:52
sheytan_Groo_ nothing happens here ;)22:52
yofelthen you don't have enough files lying around22:53
_Groo_yofel: here it always starts again, even if it did complete on every logon22:53
yofelit's nepomukfilewatch that has an insane hunger for disk I/O22:53
_Groo_yofel: its a nightmare22:53
_Groo_yofel: thats the one22:53
_Groo_thats the one i disable each time22:53
apacheloggerreport a bugz22:53
yofel_Groo_: I know, I remember it, but It's not that bad here currently22:53
_Groo_good idea also... i forgot to disable it for 4.6.422:53
_Groo_apachelogger: its not a bug22:53
apachelogger<_Groo_> sheytan: i always disable nepomuk filesearch... it starts every login and brings my machine I/O to his knees22:54
apacheloggerthat22:54
apacheloggeris22:54
apacheloggera22:54
apacheloggerbug22:54
_Groo_apachelogger: its the way it works... inotify cant vbe used, so he scorges all the dirs for changes each time22:54
apacheloggerand that justifies being ungraceful about it?22:54
_Groo_apachelogger: if they fixed it great22:54
apacheloggerI do not think so22:55
_Groo_im not ungraceful22:55
apacheloggerthe watcher is22:55
_Groo_im one of the first human beings who actually seen the potential of nepomuk22:55
_Groo_after i learned what the hell it was anyway22:55
_Groo_trueg is insane btw22:55
sheytanapachelogger are you ready? :D22:56
_Groo_a quick look at the semantics of that darn SQL diablo stuff and it makes me wanna run screaming22:56
apacheloggersheytan: hold on22:58
apacheloggerI need to get a tissue to clean up afterwards22:58
sheytanoh, right. Tell me when you're done ;d22:59
apacheloggersheytan: ready23:00
sheytanapachelogger ok, give me few secons ;023:01
sheytan:)23:01
_Groo_yofel: the /debian stuff is inside project-neon-calligra_2+git20110610+r72328-8~oneiric1.tar.xz (88.0 MiB) ?23:01
yofel_Groo_: if you need debian get it from lp:~neon/project-neon/calligra-ubuntu23:01
yofelless to download23:01
sheytanapachelogger well, one question still: can i make 2 pages of this theme? I mean like first only with user list and 2nd with login window,  password field etc?23:02
sheytanor must it be all on one page23:02
_Groo_yofel: can you pass a http url? im behind a proxy :P23:02
apacheloggersheytan: QML generally works in states, so it'd be the same page but in login-state23:02
apacheloggerso yes23:02
apacheloggertechnically possible23:02
sheytannice, thank you! :D23:03
apacheloggerwhether david is thinking of that I do not know though23:03
_Groo_yofel: nvm, found it23:03
shadeslayerapachelogger: http://paste.kde.org/80611/23:03
yofelk23:03
shadeslayeri want it to look something like that23:03
shadeslayersheytan: ^^23:03
_Groo_yofel: oh great theres no way to download the source as a file :P23:04
_Groo_yofel: can you ship it to poor old me? paulo.miguel.dias at gmail.com23:04
shadeslayerapachelogger: which is why imo the plasmoid is complete crapx0r for this implementation23:04
sheytanshadeslayer: nice mockup! You really have talend for that. Will I be that good in the future? You should know the answer :D23:04
yofelhaha, sure23:04
apacheloggersheytan: I hope you now realize that you want to replicate existing code?23:04
shadeslayersheytan: what xD23:04
apacheloggercause that looks pretty much like the plasmoid23:04
shadeslayerapachelogger: it does not look anything like the plasmoid23:04
shadeslayersheytan: i think this is the first ever mockup i've done23:05
apacheloggerright23:05
apacheloggerit annoys the user with worthless details23:05
sheytanshadeslayer it's nice anyway :D23:05
shadeslayerapachelogger: like?23:05
apacheloggerbut other than that it is *exactly* the wifi info delegate of the plasmoid23:05
shadeslayerah23:06
apacheloggersheytan: WPA WEP FKMH FKMR FLT OMG ACK OHG23:06
apachelogger70% 32.3340404% 99.999% 83% 82% 84%23:06
shadeslayerapachelogger: if i can take out the wifi delegate of the plasmoid, then yes23:06
shadeslayerpoor sheytan23:06
shadeslayer:P23:06
apacheloggersheytan: and the underlying code23:06
apachelogger...23:06
apacheloggereh23:06
shadeslayerhahahaha23:06
apacheloggershadeslayer: 23:06
yofel_Groo_: sent23:06
_Groo_yofel: ok, so you wanna me to backport it natty?23:06
sheytani'm not touching any code, sorry :D23:07
apacheloggersheytan: and you better come up with awesome now or I shall tabfail you all nite23:07
_Groo_so you can concentrate on more important things apachelogger make you do it?23:07
sheytandon't worry ;d23:07
* _Groo_ is afraid to ask what tabfail is23:07
shadeslayerapachelogger: wifi strength is shown by the plasmoid too23:07
apacheloggerso is security23:07
apacheloggerthere is a profound UX difference though23:08
_Groo_yofel: got it, gonna enjoy myself this weekend beating calligra up :D23:08
yofel_Groo_: your decision. I only care about the natty buidls for neon, which we already have ;)23:08
shadeslayerapachelogger: http://paste.kde.org/80617/23:09
_Groo_yofel: this package you just sent me, dont have that natty backport? 23:09
shadeslayerapachelogger: and lets say there are 2 networks with the same SSID but the keys are different23:10
apacheloggertry moving the strength column to the left of the security and exchange the pointless WPA WEP OMG ZOMG KPK stuff with icons23:10
apacheloggeroh dear, looks like the plasmoid :P23:10
yofel_Groo_: define "backport", our packages live only in the neon PPA, for natty and oneiric23:10
shadeslayerlol23:10
_Groo_yofel: ho.. you didnt separate calligra in several packages....23:10
_Groo_yofel: this gonna be a looooot of work :P23:10
_Groo_yofel: oh joy23:11
yofel_Groo_: I think you can take quite a bit from the koffice packaging23:11
_Groo_yofel: true23:11
_Groo_yofel: but there are several new ones... and they toss a lot of files around.. krita is a nightmare to keep up23:11
_Groo_yofel: anyway, good mental stretching :P23:11
shadeslayerapachelogger: if we can extract just this part : http://i.imgur.com/DZXYc.png : i feel it would be awesome23:11
yofel_Groo_: now you know why we don't split stuff in neon :P23:11
_Groo_yofel: yeah it doesnt make sense either, everything goes into /opt... so...23:12
apacheloggershadeslayer: I do not get why you only want that part though23:12
_Groo_the sad thing is, im gonna have all this work and apachelogger still wont give me a cookie23:12
yofelmake him give you a bottle of rum, he doesn't have cookies23:13
apacheloggerthat is my rum23:13
shadeslayerapachelogger: dude, the user clicks one of the networks and the same procedure is foloowed as of of the desktop app23:13
yofel^^23:13
apacheloggershadeslayer: does not compute, what do you mean?23:13
shadeslayers/of of the desktop app/in the desktop scenario23:13
apacheloggerwhat desktop scenario?23:13
shadeslayerapachelogger: user clicks on network a dialog pops up23:14
shadeslayerasking for passkey etc23:14
apacheloggerso?23:14
apacheloggerI do not get what you are saying23:14
shadeslayerlikewise xD23:14
shadeslayerapachelogger: what do you propose?23:15
apacheloggersharing as much code UI and everything with the plasmoid23:15
shadeslayerapachelogger: even the "Interfaces" part?23:15
apacheloggerwell23:15
apacheloggeryes23:15
apacheloggerwhy not?23:15
shadeslayerwhy do we need that?23:15
apacheloggermultiple wifi chips?23:16
shadeslayerso?23:16
apacheloggermultiple wired chips?23:16
apacheloggerVPN support?23:16
apacheloggermultiple modems?23:16
shadeslayeryou still get the entire wireless networks on the side23:16
shadeslayerok modems and VPN's are a use case23:16
apacheloggershadeslayer: no23:16
apacheloggerif you have two chips23:16
apacheloggeryou get two interfaces23:17
shadeslayeryes23:17
apacheloggerif you click on an interface you get the listing for that interface23:17
shadeslayerand the combined network list is displayed when you click on show more without choosing a interface23:17
shadeslayerapachelogger: ^^ if you don't choose a interface it displays everything23:17
apacheloggerso?23:17
shadeslayerso we don't need the interfaces panel for WiFi and Ethernet23:18
apacheloggerwha?23:18
apacheloggerif I want to connect with one specific chip??!!?!23:18
apacheloggermac restrictions23:18
apacheloggerdriver bug23:18
apacheloggerbetter power savings23:18
Xand3rhey apachelogger whats up?23:18
apacheloggerwhatever23:18
shadeslayerapachelogger: ah .. you are the supreme user23:18
shadeslayeri hate users23:18
apacheloggerthere are plenty of reasons why you want to use one specific interface to connect to one specific network23:18
shadeslayeryeah, i get it now :P23:19
apacheloggershadeslayer: mac restrictions are way too common, especially in corporate envrionments23:19
shadeslayerapachelogger: yeah23:19
apacheloggerXand3r: yo yo23:19
shadeslayernever had to do that, so couldn't think of that use case23:19
Xand3rhey i want to program a litlle program wich only shows the pic its opend with23:20
Xand3rohw can i do that23:20
Xand3rits such a long time23:20
shadeslayerapachelogger: so, in the end, we are using the plasmoid, inside a python app23:21
shadeslayerokay i'm sleeping, cya23:23
Xand3rapachelogger: still there?23:24
* sheytan is uploading light dm mockup23:26
apacheloggershadeslayer: yes23:27
apacheloggerXand3r: yes23:27
apacheloggerXand3r: depends on what language you want to do that in23:27
Xand3rapachelogger: not chosen yet23:28
apacheloggerperhaps you want to do that first :P23:28
sheytanapachelogger http://img6.imageshack.us/img6/5793/choosek.png23:28
apacheloggerbut generally very simple either way23:28
apacheloggeryou read a qimage or qpixmap (the file)23:28
apacheloggerand set it as pixmap of a qlable23:28
apachelogger*qlabel23:28
apacheloggerthe qlablel you use as the gui23:29
apacheloggerthat should be about it23:29
Xand3rhmm sounds nice23:29
apacheloggerprobably no more than 15 lines of code for the whole program23:29
apacheloggersheytan: I am blushing!23:30
apachelogger:D23:30
apacheloggerme likes23:30
yofelmeh, tons of files gone from kdelibs since katepart was removed...23:30
apacheloggerlooks a bit liek feodra though23:30
Xand3rsheytan: nice23:30
apacheloggersheytan: the date and time in the upper right corner seem a bit off23:30
valoriesheytan: cute!23:30
sheytanapachelogger the backgroud is free to change ;)23:30
yofelnice, keep the kde background though...23:30
yofelthen ok :)23:31
apacheloggerperhaps move the datetime around a bit23:31
sheytanvalorie Xand3r thanks :)23:31
sheytanit's not all :D23:31
apacheloggerfeels a bit off up there23:31
apacheloggerlike it is about to fall down and join the rest of the letters to have an orgy or something23:31
apacheloggerjussi: did you get your board yet?23:32
Xand3rsheytan: when can i use it?23:32
sheytanapachelogger do you think that letters are doing 'it'?23:32
sheytaninteresting23:32
sheytanXand3r when apachelogger turns it into qml and put to kubuntu oneric ;)23:33
sheytanapachelogger and  the rest: http://img189.imageshack.us/img189/7513/loginjj.png23:33
* apachelogger notes that kubuntu will not diverge from a KDE branded desktop manager!23:33
apacheloggersheytan: so you click on a user and that appears?23:34
sheytanapachelogger whatever logo you put there, it doesn't change the layout or animations ;D23:34
sheytanapachelogger yes23:34
apacheloggerok, what do you do if you clicked on the wrong user?23:35
sheytanapachelogger we add a 'back' arrow to the login window :D23:35
sheytani forgot that23:35
apacheloggerhm23:35
apacheloggerare you sure you want that?23:35
sheytanapachelogger yes23:35
apacheloggersheytan: how about making the background clickable23:35
sheytanapachelogger to 'go back' ?23:36
apacheloggerif you click outside the login/shutdown box you get back to the user list screen23:36
apacheloggerdunno if that would make sense on a desktop system, but on a mobile one I would do it that way23:36
sheytanapachelogger  that will be confusing23:36
apacheloggerthen again on a mobile system you do not need a stupid DM ^^23:36
sheytana 'back' arrow would make more sense23:36
sheytan:D23:37
apacheloggersheytan: so, you'd have the whole scene move to the left on click23:37
apacheloggerand on back you move the whole scene to the right again?23:37
apacheloggerequally on login you move the whole scene to the left as well?23:37
* apachelogger imagines that this could be rather slick ^^23:37
apacheloggeror make people sea sick23:37
apacheloggerwhatever comes first23:37
sheytanapachelogger plymouth ends its work, login wallpaper appear, the user box slides animated from top, then the user avatars appear like a bubble, then the user names fades in with the buttons (reboot) on the bottom of the screen.23:39
sheytanThen you click on your user, stuff slides away again, and new slides with fade in animation.23:39
sheytanyou type your password, hit enter and you're done23:39
apacheloggersheytan: where does it slide to though?23:39
sheytanapachelogger to its centered possition on the screen like on the mockup?23:39
apachelogger"stuff slides away again"23:40
apacheloggerin what direction does it slide?23:40
sheytanapachelogger backward to the beggining. So if it was sliding from top, then it slides to the top back23:40
apacheloggerI see23:40
apacheloggersounds awesome23:41
sheytani know :D23:41
sheytanbecause 'şeytan' sounds awesome :D23:41
* sheytan oh how i miss animations in plasma :(((23:41
sheytanfuck! I just brake the time... again.23:43
sheytanit's like after midnight23:43
apacheloggertrue23:44
apacheloggertime for bed23:44
apacheloggerkubotu: order bed for sheytan23:44
* kubotu is placing a cot for sheytan in the corner of #kubuntu-devel.23:44
apacheloggerkubotu: order bed23:44
* kubotu is placing a cot for apachelogger in the corner of #kubuntu-devel.23:44
apacheloggernites23:44
* yofel wonders where to find a description of libkdeclarative23:44
sheytanis  it comfortable enough?23:45
_Groo_seeya guildies23:46
_Groo_i mean.. seeya ppl23:46
_Groo_no more mmorpgs for me :P23:46
JontheEchidna"i do kdeclare"23:48
sheytanJontheEchidna: i have couples of ideas for muon and how to make it more user friendly. Think will make some mocks finally tomorrow... i mean today :D23:51
yofelI'll put up some short description for now, we can fix it later. All I know is that it has something to do with QML (and can't really find anything else right now)23:57
yofelproblem is that it's in experimental/ :S23:57
yofeland libplasma links to it...23:57

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