=== dendrobates is now known as dendro-afk [00:39] Sput: is there an option to deactivate this new blinking quassel icon in the tray? Seems to be not necessary for message indiactor users. === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [02:36] neversfelde: Those people should probably just hide the systray icon entirely. [02:36] (saving real estate in the "notification area" was one of the major rationales for it. [02:36] ) [02:56] how the hell do you make amarok shuffle? [02:59] ahh, it's called random, and is in a spot I wouldn't expect anyone to find purposely :/ [02:59] markey: ^^ [03:04] I am doing a PyKDE Opportunistic thingy next week, and this is how opportunistic I am...I have no freakin' clue what kind of small app to do. I was thinking a single, simple media player for jamendo, as this will allow me to show off some different bits and pieces [03:04] but like, amarok already does it perfectly..I would like to create some sort of small app, that maybe someone can expand on and possibly make something good [03:06] well hell, I thought this laptop had media keys [05:53] what is the latest on artwork for plymouth for Kubuntu? [06:00] Last I heard it was "Talk to tseliot about it". [06:14] anyone talk to tseliot yet? [08:12] does kubuntu-devel have its own mailing list ? [08:28] robinp: yes [08:33] jussi01: where do I find it / archives of it ? [08:34] robinp: https://lists.ubuntu.com/archives/kubuntu-devel/ [08:40] jussi01: do you know what has been done for kubuntu-lucid-file-sharing ? (I noticed that it has been delayed until MM). [08:42] robinp: no idea [08:42] jussi01: ok thanks anyhow - I might just email roderick-greening [08:54] new webpage looks good :) [09:24] ScottK: that's not really an option, if you want to hide Quassel when clicking the close button and not close it [09:42] neversfelde: still polishing the tray/indicator stuff, I guess you'll get an option to disable the animation before 0.6.0 [09:42] I don't consider that a new feature but a bugfix because the option is already there :P [09:58] the digikam devel list is insane [09:59] bug mails from bko and debian [10:15] JontheEchidna: livefs hasn't been uploaded with my change for rm icon cache, mostly because we have no idea what makes that icon cache so we don't know if it'll re-appear after install whe it is needed [10:48] oh [10:48] Riddell: you know [10:48] I for one do :P [10:49] Riddell: for hicolor we probably need to hook into ubiquity to make it call it's postinst after the files were moved to the disk [10:49] BUT [10:49] for oxygen the cache gets generated by knm-runtime [10:49] (no clue why [10:49] ) and really I think it doesnt matter :P [10:51] ! [10:51] now that's random [10:51] yep [10:51] looking at the packaging right now [10:52] Riddell: it does yuse dh7 and install stuff to /usr/share/icons, maybe dh7 is smart enough to detect that and add the appropriate maintainer magic? [10:52] maybe [10:53] * apachelogger testbuilds with dh_verbose [10:53] Riddell: anyhow, either ubiquity recreates the cache for hicolor or we should restrict the rm to oxygen [10:54] hicolor has a trigger, it should recreate itself after anything else gets installed [10:55] Riddell: well, there are GTK apps that do not install stuff to hicolor [10:55] * apachelogger thinks it is saver to just recreate it *shrug* [10:56] would't be hard to add it to casper's post install scripts [10:56] hmm [10:56] yes that would work [10:57] http://article.gmane.org/gmane.comp.kde.devel.core/63858 a second touchpad config module [10:58] this one with an upstream with ambitions [11:03] ^^ [11:03] Riddell: casper is run for the live session isn't it? [11:03] * apachelogger wouldnt want the startup to be slow down because of cache creation :S [11:04] casper contains ubiquity-hooks run by ubiquity after install [11:04] oh, ok :) [11:18] apachelogger: digikam list is insane because it wasn't moderated in ages and now dirk did [11:22] Riddell: well, the cause is clearly dh7, it invokes all dh scripts around and the dh scripts then decide whether to take action, in dh_icons case that means adding maintainer magic for each folder in /usr/share/icons/ that gets new content [11:22] which is what knm-runtime does for oxygen [11:23] so I suppose a couple more apps trigger that, but knm-runtime is the only one on the CD [11:34] holy pirate! [11:35] when will nuno stop putting app icons in main oxygen -.- [11:49] hey :) [11:50] apachelogger: your kubuntu-firefox-installer upload fixes the problem with kdesudo? [11:51] btw if i want to pipe the output to a file after running a app,how do i do it? [11:51] neversfelde: yes [11:52] ok, I backported kdesudo for this, but it is not necessary anymore I guess [11:52] no :P [11:52] nonetheless nice to have [11:55] apachelogger: any ideas? [11:55] shadeslayer: pipe the output? [11:56] yep [11:56] I do not understand what you want to do [11:57] apachelogger: when you open any app via konsole theres loads of lines that scroll by,i want to pipe them to a txt file [11:58] ah [11:58] what you mean is redirect ;) [11:58] oh.. [11:58] kubotu: google redirect output bash linux [11:58] Results for redirect output bash linux: 1. BASH Programming - Introduction HOW-TO: All about redirection: http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html | 2. I/O Redirection: http://tldp.org/LDP/abs/html/io-redirection.html | 3. BASH Shell: How To Redirect stderr To stdout ( redirect stderr to ...: http://www.cyberciti.biz/faq/redirecting-stderr-to-stdout/ [11:59] thanks :) [12:20] apachelogger: ping [12:20] pong [12:20] apachelogger: wanted to ask what cdbs does [12:21] like it has the default settings of the make file? [12:21] (according to apt-cache show cdbs) [12:26] ugh.. [12:28] shadeslayer: did you implement a makefile yet? :P [12:28] that is exactly what cdbs does [12:28] hmm [12:29] it provides generic makefiles (one could call them macros) [12:30] apachelogger: and makefile is something i would find in the source right? [12:30] like Cmakelists etc [12:30] cmakelists is no makefile [12:31] it is a cmake file, from which cmake will generate a makefile [12:31] oh. [12:31] debian/rules in fact is a makefile [12:31] ah.. [12:31] cdbs files are also makefiles [12:31] that is why debian/rules can include them to begin with ;) [12:31] shadeslayer: and of course Makefile in the source is a makefile [12:32] if you run cmake successfully it should generate lots of those Makefiles [12:32] apachelogger: so like if i add cdbs to debian/rules ill get the default stuff of a debian/rules ( theoretically) [12:32] theoretically [12:32] there is no default stuff [12:32] there is but one call, everything else is dynamic [12:32] apachelogger: yeah i know,configured for each package seprately [12:33] but im just asking theoretically ;) [12:35] apachelogger: btw ive been using borland C++ compiler on windows and want to use gcc now,i just need a tutorial explaning the nuances of gcc [12:36] any ideas [12:36] im also googling,but thought you might know better [12:37] nuances? [12:37] gcc [source] -o binary [12:38] if you wish gcc -Wall to turn on all warnings [12:38] shadeslayer: usually you do not want to mess with the compiler directly but use build systems like cmake [12:38] those will take care of all that stuff on their own [12:38] apachelogger: ah ok,but its a simple CPP programme [12:39] oh g++ would be what you want I suspect ;) [12:39] apachelogger: http://pastebin.ca/1809520 [12:39] thats the format in borland C++ [12:40] i guess i can loose the .h in the headers [12:41] hmm no conio and stdio? [12:42] apachelogger: where can i get a description of header files? [12:45] shadeslayer: what? [12:46] apachelogger: oh nvm [12:46] never heared of conio [12:46] i asked in #C++ :) [12:46] apachelogger: console i/p o/o [12:46] *o/p [12:46] that sureis no standard [12:47] http://packages.ubuntu.com/search?mode=exactfilename&suite=karmic§ion=all&arch=any&searchon=contents&keywords=conio.h [12:47] there windows specific [12:47] apachelogger: yeah #C++ tells me the same ;) [12:49] * apachelogger is wondering why one would want to use that anyway, since everything is builtin anyway :P [12:49] :D [14:02] dpm: Upstream Quassel has fixed the duplicate msgid problem in the one template. I'll upload the fix after the Alpha 3 freeze is over. [14:02] It would still be good to get the others imported. [14:03] ScottK, ah, great, they were much quicker than me :). The other ones should have been imported, if they didn't have errors, let me check again... [14:03] Thanks. [14:11] \o === raj_ is now known as txwikinger2 [14:51] ScottK, apparently there were some problems on the imports queue the particular day the quassel translations were imported, that's why they remained there. I've now approved them manually and I'll keep an eye on them to make sure they get imported [15:01] apachelogger: are you free? [15:01] free(apachelogger); [15:01] shadeslayer: now I am [15:02] :P [15:02] apachelogger: can you teach me how to package libraries? [15:02] make that new libraries [15:02] dpm: Thanks. [15:03] apachelogger: ill be free in another 10-15 minutes so... [15:03] ** New Kubuntu Desktop and Netbook alpha 3 candidate images for testing [15:04] btw whats Stubby? :P [15:04] shadeslayer: no, we need to do iso testing it seems [15:04] :D === Riddell changed the topic of #kubuntu-devel to: Archive frozen for alpha 3, test ISOs | This wiki page is a stub, please help complete it https://wiki.kubuntu.org/LucidLynx/Alpha3/Kubuntu | Feature Freeze, fix bugs | Kubuntu has the Doctor on the brain | https://wiki.kubuntu.org/Kubuntu/Todo [15:09] dpm: and please keep us posted about upcoming problems with translation things [15:11] Sput, sure, I'll do :) [15:21] I did mention that the buzzword "opportunistic" might cause a flame if I have to read it a lot more times? [15:28] just make it an opportunistic trip to space [15:37] them opportunistic junkies take every opportunity to drive me mad [15:37] dpm: btw, is ubuntu using the .pot for anything? [15:37] I tell ye, that is not going to end well [15:40] al, actually not, it's what I was commenting the other day in here: having the POT in Launchpad will give you visibility and ease contributions, but since quassel's translations are qt-based, they will not be exported in our language packs. So you can just benefit partly from Launchpad translations: you can use it to obtain translations, but you'll have to get them from there, convert them back to .ts and commit them in the sources [15:41] in fact, that's the only reason I enabled the template there, since I thought you guys were just starting with translations and it would help you to get some more and get in the workflow [15:41] but at the moment quassel remains an exception [15:41] in how we handle templates [15:41] in Ubuntu/Kubuntu [15:42] actually we have .po in the sources [15:42] ah, yeah, that's right [15:42] so you can commit directly the PO files [15:42] hm hm [15:42] yea, i was just wondering how launchpad would learn about new untranslated strings if it's not looking at the .pot file [15:42] didnt quassel switch to gettext? [15:43] yer [15:43] al, it is looking at the pot file, that gets imported from the sources [15:43] ok [15:44] apachelogger, no, only the translation files were gettextized, they still need to be converted to Qt's format manually [15:44] so we only need to update .pot and leave individual .po files alone [15:44] oh dear [15:44] * apachelogger smells opportunistic hacks :P [15:44] not manually :> [15:45] with sticks and stones :) [15:45] * apachelogger giggles [15:45] and duct tape [15:45] :-) [15:45] but so far it seems to work [15:46] even in legacy OS [15:46] al, both the POT files and PO files get imported [15:46] so if you commit a translation from someone who sends it to you in git [15:47] when the package including that release is built [15:47] both the POT files and those translations will be imported [15:47] ok, thanks for clarification [15:48] al, no worries, whenever I can help in any way, just ping me [15:48] bbl, need to prepare a translators meeting [15:52] ryanakca: the site still renders wrong on my chromium on lucid [15:52] ryanakca: also... is there a screenshot of the site redesign someone is/was working on? ... any clue on when that might go live? [16:03] shtylman_: looks fine on chromium here [16:03] shtylman_: wheres the problem? [16:04] shadeslayer: the header part has only a download arrow in it [16:05] shtylman_: are you behind a proxy? : http://imagebin.ca/view/JxIpeEk.html : [16:06] shadeslayer: no [16:06] shtylman_: weird then.. what release of chromium? [16:07] shadeslayer: 5.0.336.0 (39849) Ubuntu [16:07] i have 337 [16:07] 5.0.337.0 (39982) Ubuntu [16:08] maybe thats the problem? [16:08] maybe [16:08] oh well [16:08] * ScottK larts shtylman_ for using ancient software. [16:08] haha :) [16:09] :P [16:10] oh btw found this amazing site : www.codechef.com : you guys might want to check it out when youre bored :P [16:14] ScottK: that is unprofessional [16:14] lemme see [16:14] kubotu: lart shtylman_ [16:14] * kubotu rips off shtylman_'s arm, and uses it to beat them to death [16:15] sweet baby jesus [16:15] apachelogger: Thanks. I'd forgotten [16:15] lol [16:15] kubotu: cookies for Quintasan [16:15] * apachelogger thought kubotu menat shtylman_'s arm cpu [16:15] :< [16:15] that was quite scary alright [16:16] kubotu: order cookies, xmas for Quintasan [16:16] * kubotu slides a whole bunch of last year's, now all dry cookies, down the crappy decorated and totally falling apart bar to Quintasan and shouts: Happy whatever -.- [16:16] :O [16:16] * apachelogger likes that order best ^^ [16:16] * Quintasan pokes apachelogger with a stick [16:17] apachelogger: go back to work :P [16:17] * apachelogger did not come from work :P [16:17] sooo [16:17] find something to do? :P [16:34] apachelogger: wow... thats pretty graphic [16:35] whut? [16:35] The mental implication of not coming home from work? [16:42] I think it was the lart [16:42] kubotu: help [16:42] help topics: 10 core modules: auth, basics, config, filters, httputil, irclog, remote, unicode, userdata, wordlist; 51 plugins: alias, autoop, autorejoin, bans, bar, botsnack, chanserv, debug, dns, eightball, excuse, factoids, googlefight, greet, hangman, host, identica, iplookup, karma, keywords, lart, lastfm, markov, modes, nickrecover, nickserv, note, q, quote, reaction, remind, ri, roshambo, rot, rss, salut, [16:42] script, search, seen, shiritori, spotify, time, topic, translator, tumblr, twitter, uno, urban, usermodes, wheeloffortune, wserver (help for more info) [16:46] plasma netbook widgets look ugly without internet access, first thing you see on logging in is a fail sign === Riddell changed the topic of #kubuntu-devel to: Archive frozen for alpha 3, test ISOs | This wiki page is a stub, please help complete it https://wiki.kubuntu.org/LucidLynx/Alpha3/Kubuntu | Feature Freeze, fix bugs | Kubuntu has the Doctor on the brain | https://wiki.kubuntu.org/Kubuntu/Todo | milestoned bugs marked as kubuntu http://tinyurl.com/yjybcx9 [16:52] didn't someone fix the problem with having two panels after upgrading to 4.4 on Karmic? [16:53] Riddell: where shall I upload gluon? there was a ton of changes and like the package is spilt even more :S [16:54] neversfelde: no, this fix is in bzr for kdebase-workspace "Remove network-manager-update/zz-plasma-remove-network-manager.py" [16:54] but I don't think it's in the backports PPA [16:54] Quintasan: PPA, revu, bug, whereever you like really [16:54] Riddell: ok, I will have a look, kdepim needs an improvement, too [16:54] otherwise my upgrade on the laptop went fine :) [16:58] okay. works on wechat. but vzw hates android irc [16:59] * ScottK has a vzw droid, not sure what you mean? [16:59] *sigh* okay, ill be up and testing tonight. my laptop gets here today. [17:00] andeoid irc keeps timing out on my moto droid [17:01] scott ill be back to full testing [17:24] hmm, do we want to let Quintasan into kubuntu-ppa? [17:24] yes you want :P [17:25] I think he already has access via kubuntu-ninjas, but I approved anyways [17:25] groovy [17:25] hngh, LP is slow as turtle again [17:26] Riddell: so, new shiny gluon in Staging PPA [17:27] Riddell: they made a ton of changes and I though it would be best to spilt it up when we don't have a lot of files now [17:27] JontheEchidna: I really think we should reduce the double memberships :P [17:28] kubuntu-ninja is key to all and everything, well along with kubuntu-dev [17:28] apachelogger: wouldn't that cut you access to many PPA's? :P [17:28] that said [17:28] Riddell: I think kubuntu-dev should be a member of kubuntu-ninjas [17:29] darkwing-mobile: I've been using AndChat on my Droid. Seems to work reasonably well. [17:32] nixternal: doesn't seem the your koffice work didn't make it into universe yet :( [17:32] ^prob. sitting in binary new queue [17:33] yeah, that looks exactly like what is up, since the promotion/demotion of koffice... [17:33] ScottK: andchat? ill check it out. [17:33] Riddell: ^^ [17:33] apachelogger: seems sensible [17:34] * Quintasan goes back to coding [17:35] nixternal: it is indeed [17:35] game of the day [17:35] go to planet.ubuntu.com [17:35] and search for "opportuni" [17:35] I get 28 hits [17:35] must be new record [17:36] KOpportunistic, doesn't look that bad, maybe we should rename [17:36] OpportunistiK [17:36] I fixed it for you :) [17:37] Like most popular buzzwords I'm reasonably certain almost no one using it understands what it's supposed to mean. [17:37] Quintasan: oh goodly :D [17:37] I do opportunistic programming all the time, but it's not going to get entered into any contests because it's for $WORK. [17:37] ScottK: it is all about opportunity of not understanding it! [17:37] apachelogger: Then they are doing well. [17:37] you see, you have the opportunity to understand it [17:37] hmm [17:38] * Quintasan might not understand [17:38] but that implies you also have the opportunity to not understand it [17:38] what it exacly means? [17:38] kubotu: wp opportunistic programming [17:38] Results for opportunistic programming: 1. Code reuse - Wikipedia, the free encyclopedia: http://en.wikipedia.org/wiki/Code_reuse | 2. Bill Curtis - Wikipedia, the free encyclopedia: http://en.wikipedia.org/wiki/Bill_Curtis | 3. President's Emergency Plan for AIDS Relief - Wikipedia, the free ...: http://en.wikipedia.org/wiki/President's_Emergency_Plan_for_AIDS_Relief [17:38] [1] Code reuse, also called software reuse, is the use of existing software, or software knowledge, to build new software. [17:39] hm [17:39] Quintasan: The idea is that opportunistic programmers ares doing normal application development like most people think of it. It's small, one off, scripts or small apps to solve local needs. [17:39] apachelogger: hahahaha, someone else did the same thing you did the other day...I think you won with 28 though [17:39] Having such things be FOSS is almost irrelevant because it really is a local need. [17:39] yay [17:39] that is worht a blog post! [17:40] And apparently it was worth a typo too. Oh my! [17:40] ScottK: Oh. I get it now, thanks for explaining :P [17:40] apachelogger: If it's worth doing, it's worth doing wrong. [17:42] still, KRunner is sooo slow sometimes and hangs often [17:42] nixternal: you going to be around tonight? [17:42] needs nore love [17:42] darkwing-mobile: kind of. I have to head to ORD to pick up my dad tonight, so I will be gone for about an hour, unless we go for a beer afterwards [17:45] okay. ill have my laptop again so i want to pick ur brain about a few things. where we sitting on timelines? [17:45] W: kplato: desktop-entry-lacks-main-category /usr/share/applications/kde4/kplatowork.desktop [17:45] W: kformula: non-dev-pkg-with-shlib-symlink usr/lib/libkformulalib.so.6.0.0 usr/lib/libkformulalib.so [17:45] W: kformula: desktop-command-not-in-package /usr/share/applications/kde4/kformula.desktop kformula [17:46] nixternal: do upstream even want us to package kformula? [17:53] Riddell: nixternal told me the he has kformula in text docs but not as a stand alone app, and this is the reason for no desktop file [17:56] Found the other USB stick, so back in business ... [17:57] verbalshadow: the problem is that it does contain a .desktop file for the app [17:59] Riddell: i'm i reading the warning text wrong W: kformula: desktop-command-not-in-package /usr/share/applications/kde4/kformula.desktop kformula [18:16] Riddell: kformula kind of works, that's why it is there. We don't have to if we don't want to, and that is why I didn't install a desktop file, as it doesn't work when launching it on its own, but it does mostly work when embedding it into the other apps [18:18] but it /does/ contain a .desktop file. bug 527919 [18:18] Launchpad bug 527919 in koffice "kformula has .desktop file but no binary" [Undecided,New] https://launchpad.net/bugs/527919 [18:18] nixternal: anyway, accepted [18:20] hrmm, I thought I didn't install the .desktop file...now that it is in, I can fix it, or someone else can if they want to...there was someone in here that really wanted to do work on it, maybe it is a good time to get us some fresh blood :) [18:27] dpm: ping? in regards to the templates for kubuntu-docs on LP. The old templates need to be removed if they haven't already before I upload the new kubuntu-docs package, as everything has changed [18:28] nixternal, I need to run, do you mind if we talk about it in detail tomorrow? If the templates have the same names, it's fine to upload them even if all strings are different. LP will take care of merging them. [18:29] and will take care of merging translations as well [18:29] dpm: yeah, that is totally fine, thanks! [18:29] ok, thanks nixternal, and bye! [18:31] wtf [18:32] did you break something? [18:33] http://pastebin.ca/1810496 [18:33] dunno why [18:36] JontheEchidna: ^ any idea? [18:36] O_o [18:36] maybe try backing up debian/, deleting the unpacked source, and then extract a fresh copy from the tarball? [18:36] are you using source format 3.0? [18:36] nixternal: nope [18:37] JontheEchidna: just did that [18:37] Quintasan: try going with that and see if that fixes it [18:38] seems the binary that is being built hasn't changed from the previous, and source format < 3 doesn't do good with it [18:38] hnghm means repacking [18:38] had this happen to me as well last year [18:40] hmm [18:40] nixternal: kinda worked [18:40] lets now test if dependencies are in lucid [18:40] Can't install wifi drivers without network access because patch isn't installed. Known issue? [18:41] are the wifi drivers on the CD? if they aren't, what would the patch do? [18:41] They are [18:43] interesting...wonder if they need to grab something from the internet...what drivers are these? broadcom? doesn't the non-STA version of that driver grab the latest files online? [18:43] It's broadcom [18:43] patch is needed by dkms [18:45] this is /usr/bin/patch? [18:45] ahhhhhh...i know what you are referring to now...i would think it is known [18:46] wonder why patch is needed for dkms...thought it had its own system for doing things...never remember having to use patch [18:46] I'm off out, probably alpha 3 will get released soon, if anyone is in a screenshot mood please add to the wiki page in topic [18:47] off out, that roger [18:48] * nixternal notes, just borrow the screenshots from kde.org :D [18:48] hmgh [18:48] * Quintasan just made a mess [18:48] Bug #526002 [18:48] Launchpad bug 526002 in kffmpegthumbnailer "build-depends on non-existing package" [High,In progress] https://launchpad.net/bugs/526002 [18:49] fixing >_< [18:49] I really wonder where libjpeg7-dev went [18:52] Hello. Does someone has a high res version of the kubuntu logo? [18:53] ofirk: https://wiki.ubuntu.com/KubuntuArtwork [18:54] there is an svg there of the old and new images [18:54] nixternal: but I really wonder if they will accept the switch to source format 3.0 as a fix for that :S [18:54] Nice [18:54] nixternal: thanks! [18:56] oh, I doubt that Quintasan [18:56] you never know though :D [18:56] :/ [18:56] I messed up with dependency on libjpeg7-dev somehow and now it won't let me testrebuild [19:00] somehow I do not seem to get blogger to like me anymore [19:00] maybe I should move to wordpress.com or try to get a kde blog :/ [19:00] hngh wtf is this >_< [19:01] Quintasan: http://apachelog.blogspot.com/2010/02/opportunistic-opportunity_25.html [19:01] go relax a bit [19:02] apachelogger: i finally built the library [19:02] apachelogger: you'd better give me solution to this, switch to source format 3.0 won't be accepted just by that, will it? [19:02] thanks to c_korn in motu [19:02] Quintasan: for what? [19:03] apachelogger: http://pastebin.ca/1810496 [19:03] kubotu: np [19:03] apachelogger is listening to "Biergourmet (unplugged)" by Die Ärzte -- see http://www.last.fm/user/apachelogger for more [19:03] libjpeg7-dev disappeared from lucid and now kffmpegthumbnailer is sitting in queue all the time [19:04] Quintasan: you should fix your icecream :P [19:04] Quintasan: where did libjpeg7-dev go? [19:05] ah [19:05] !info libjpeg8 lucid [19:05] Package libjpeg8 does not exist in lucid [19:05] apachelogger: beats me, according to changelog should be libjpeg8-dev in lucid but it is not there [19:05] https://edge.launchpad.net/ubuntu/+source/libjpeg7/7-2 [19:05] apachelogger: builts fine with libjpeg62-dev [19:05] Quintasan: so it might not yet be published [19:06] apachelogger: anyways that error won't let me test build, disappears if I switch to source format 3.0 somewhat [19:06] brb going to get something to eat [19:06] Quintasan: what? [19:06] source format 3 can find libjpeg7? [19:07] Riddell: archive syncer ate libjpeg8 [19:08] Riddell: https://edge.launchpad.net/ubuntu/+source/libjpeg7/7-2 suggests there was a transition, but there is no libjpeg8 [19:08] apachelogger: hah... just beat you... 44 hits [19:09] I am wondering why ^^ [19:09] apachelogger: one sec [19:09] apachelogger: http://imagebin.ca/view/lIU4aP.html [19:10] apachelogger: no no no [19:10] apachelogger: http://pastebin.ca/1810496 [19:10] nixternal: could you please blog something opportunistic [19:10] apachelogger: when I switch to source format 3.0 this error doesn't appear [19:10] oh forgot something important [19:10] oh my [19:10] but when I use 1.0 it stops me from test building like this [19:11] apachelogger: lol [19:11] now the post is perfect [19:11] muhaha [19:12] shadeslayer: I am sure you were cheating [19:12] apachelogger: eh? [19:12] apachelogger: how? [19:12] shadeslayer: I am at 63 :P [19:12] :o [19:13] omg.. im getting 63 now [19:13] :P [19:13] your post just appeared :D [19:13] ^^ [19:13] yeah i still win [19:13] ;) [19:13] grrr [19:13] no, I got 63 earlier :P [19:14] apachelogger: you dont have proof :p [19:14] shadeslayer: sure I have, identi.ca :P [19:15] too much trolling for sabdfl [19:15] :P [19:15] * apachelogger has parts hidden [19:15] lol [19:15] hm, i actually wonted to blog via blogilo, somehow I forgot about that -.- [19:16] wanted even [19:16] well ive gtg right now... 2 AM in the morning... have to get up at 7.30 :D [19:16] omg [19:16] shadeslayer: good luck with that :P [19:16] shadeslayer: and sleep tight [19:16] hehe... i wont [19:16] bye all :D [19:27] nixternal: i'm willing to bang on koffice some but i will need guidance to fix the things you talked about [19:56] seele and i were just interviewed by pbs (US's version of bbc) about open source [19:58] what language is kickoff written in? i want to teach it to alphabetize search results. gwibber's got *three* .desktop's (client, settings, and accounts) and what order they show up in is non-deterministic and i have to stop and read closely because i cant just know "client is always second" and that is argh! [19:58] kickoff's C++ [19:58] lol [19:59] it's in kdebase-workspace [19:59] plasma/generic/applets/kickoff, if memory serves [19:59] JontheEchidna: thanks. i might have to learn how C++ works then. :( [19:59] but first, i have to try to fix pykde because i found a bug === yofel_ is now known as yofel [20:22] I was just doing a do-release-upgrade -d (was at 20% ) when my network cllapsed. when I try starting again I get a "no new release found". how can i resume the release upgrade? [20:25] shtylman_: The site redesign is being worked on by ofirk. Feel free to offer him help. As to when the site might go live, I'm not sure. I was hoping for shortly before release. [20:25] there is an overwrite error for bilbo and blogilo when upgrading to our 4.4 karmic packages http://pastebin.ubuntu.com/383920/. Blogilo is already "Replaces: bilbo (<< 1.0)" isn't that enough? [20:28] neversfelde: should be (<< 0:1.0) [20:29] JontheEchidna: yes, just seen this [20:29] thank you [20:35] just had this in #kubuntu: [20:35] [21:31] this doesn't seem right "Thank you for choosing Kubuntu 10.04, the Karmic Koala!" [20:36] heh [20:38] JontheEchidna: this is my most beautiful mistake http://bazaar.launchpad.net/~kubuntu-members/qt/ubuntu/revision/68 [20:38] :D [20:39] :D [20:57] jussi01: What was the web/IRC thing that got banned from freenode last year? [20:57] mibbit? [20:57] ScottK: ^ [20:57] Maybe [20:58] mibbit is infamous for being abused [20:58] Yeah. [20:58] that's the one [21:10] once bug 528023 is taken care of, kdelibs can be demoted to universe [21:10] Launchpad bug 528023 in koffice-l10n "Request for removal from archive (binary and source)" [Wishlist,Confirmed] https://launchpad.net/bugs/528023 [21:10] apachelogger: Nice blog post. [21:10] alpha3 released === ScottK changed the topic of #kubuntu-devel to: Alpha 3 released! | This wiki page is a stub, please help complete it https://wiki.kubuntu.org/LucidLynx/Alpha3/Kubuntu | Feature Freeze, fix bugs | Kubuntu has the Doctor on the brain | https://wiki.kubuntu.org/Kubuntu/Todo | milestoned bugs marked as kubuntu http://tinyurl.com/yjybcx9 === JontheEchidna changed the topic of #kubuntu-devel to: Alpha 3 released! | Feature Freeze, fix bugs | Kubuntu has the Doctor on the brain | https://wiki.kubuntu.org/Kubuntu/Todo | milestoned bugs marked as kubuntu http://tinyurl.com/yjybcx9 [21:12] * JontheEchidna patches up the wiki [21:16] * claydoh is in trouble, as he didn't mark the date for Alpha3, and as such has not even looked at release notes :( [21:17] claydoh: gotcha covered, but unfortunately I didn't have time to get pics [21:18] JontheEchidna: I should be able t o grab some later tonight after I get home fro work [21:18] neat [21:20] http://img39.imageshack.us/my.php?image=plasmadesktoprq1942.jpg vs http://img39.imageshack.us/my.php?image=plasmadesktopvt1942.jpg [21:20] interesting [21:20] ryanakca: ^ [21:25] kdevelop will be released on May 1st :( [21:26] ScottK: except jono doesn't like it :( [21:26] apachelogger: Bug or feature? [21:27] maybe I should blog about how he made nixternal drop his lernid-kde code :P [21:27] I'm reasonably certain he's in the doesn't understand what opportunistic means group. [21:27] I didn't think it was nixternal [21:27] wasn't that rick spencer? [21:27] *shrug* [21:27] still a richard, at any rate :P [21:27] someone had non-opportunistic code :P [21:27] Alpha3 announcement on kubuntu.org [21:28] * JontheEchidna heads home [21:28] * ScottK didn't know JontheEchidna ever left? [21:29] * apachelogger finds braveheart a rather weird movie [21:36] ScottK: lernid-kde was nixternal [22:04] maco2: Thanks. [22:04] apachelogger: Sounds like a good blog topic to me (lernid-kde), but I've got a bad attitude, so that may be totally wrong. [22:05] Riddell already talked to jono about it [22:05] yeah, not really a good idea to take that to the public of planets [22:05] :( [22:05] jono replied by tweeting that he's not against it per sé just that he doesnt like when two programs that serve the same purpose exist just so there can be a gnome & a kde version [22:07] Then we should just have the KDE version... [22:08] Does GTK/Gnome work on Windows? [22:08] ScottK: :) extra points on pointing that out [22:10] jono could re-write it in Mono........ [22:10] * claydoh hides and goes back to actually working at work [22:15] so I have a small annoyance...maybe someone can help me [22:15] lets say I have done something like: export my_path=~/bin/ [22:16] later .. if i do: $my_path ... but bit tab to autocomplete it , bash puts a space after it [22:16] so I have to backspace and then go from there [22:16] anyone ever run into this? [22:16] or have a way of working around it? [22:21] ScottK: yeah, I go to college now, then when classes are done for the day I take a 1 mile bus ride down to my dad's office [22:22] JontheEchidna: Have you cleared the cache for www.kubuntu.org ? [22:22] ah, haven't tried that [22:23] yup, fixed :) [22:23] JontheEchidna: Hurray :) [22:23] shtylman_: Have you? [22:24] ryanakca: much better :) [22:24] shtylman_: :) [22:25] Riddell: no screenshots on release notes page? [22:25] ;( [22:26] shtylman_: feel free to contribute, I haven't quite figured out the attachment system [22:27] indeed === nhandler_ is now known as nhandler [22:48] anybody mind if I do some hacking on the koffice packaging? I found some stuff that needs addressed (other than the kformula .desktop thingy) while triaging bugs === michaelk is now known as Guest29279 [23:05] is this right? svn.kde.org has address 195.135.221.74 [23:10] maco2: yes [23:11] hrmph [23:11] is it down for you too? [23:11] because im getting timeouts trying to checkout kdebindings [23:13] maco2: yes, it is down, websvn.kde.org works [23:13] :( [23:13] websvn is just for viewing though right? cant checkout from it? [23:19] maco2: svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings [23:19] works for me [23:19] if you checkout from anonsvn can you commit to the not-anon one later? i dont quite know how this works [23:20] maco2: sorry, no idea [23:20] ok [23:20] well at worst i end up with a diff and apply it and push it [23:20] er, commit it [23:20] (distributed vcs pweeze???) [23:22] i dont understand this svn thing :( it says: svn: No such revision 1096136 when i "svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings" [23:22] http://websvn.kde.org/trunk/?rev=1096136&view=rev | svn://anonsvn.kde.org/home/kde/trunk -r 1096136 | update for the new koproperty location [23:33] maco2: works for me [23:34] svn hates me [23:34] i bet its upset that i didnt have it installed the first time i tried today [23:34] it feels unloved, so it unloves me in return [23:37] maco2: you have an svn account, why use anonsvn? [23:37] Riddell: because the not-anon server is down [23:37] neversfelde said its timing out for him too [23:37] so its not just me [23:38] maco2: maybe try one of the othe IP addresses for anonsvn.kde.org [23:38] set it in your /etc/hosts [23:39] umm wait so i should use anon or not-anon? im confused now. do you know these IPs? [23:41] there is only one svn.kde.org if it's down then that's that [23:41] there's three anonsvn [23:41] ah [23:41] as dig will tell you [23:44] oooh yay that appears to be working! you're smart! [23:47] there's more to me than my good looks [23:47] http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/4.0_Release_Schedule KDevelop release on 1st of march, guess I should remove it from the lucid archive then [23:48] Riddell: already knew that ;)