[00:00] ah, that bug should be fixed in kubuntu 10.04 [00:00] JontheEchidna: ok .. thanks .. [00:00] turning of translations for root should fix that [00:00] but that's a bit not nice :( [00:01] ic .. [00:01] is that a temp fix to that bugs ? [00:02] yeah [00:02] a real fix is in the software-properties-kde in 10.04 [00:03] JontheEchidna: r u using lucid already ? :) [00:03] yeah :) [00:04] ejat: me and JontheEchidna updated to Lucid when karmic was released :D [00:05] Lex79: i do it last time before karmic release .. ... [00:05] now my projects end .. thinking to upgrade to lucid next week :) [00:05] :) [00:05] any big issues in lucid b4 i upgrade ? :) [00:06] not that I can recall. things have smoothed out [00:06] the most important is working with projector + krandrtray :) [00:06] JontheEchidna: c00l .. so no issue for me to upgrade :) [00:07] \0/ [00:07] how about suspend n hibernate ? [00:07] let me see :P [00:07] JontheEchidna: :) [00:08] JontheEchidna: btw .. if ya dont mind asking .. will kde/kubuntu support thinkpad function key? :) [00:09] since in ubuntu all keys working out of the box .. just wondering if in kubuntu it also can work flawlessly .. ;p [00:12] works for me, your mileage may vary [00:12] wb JontheEchidna .. r u trying the suspend n hibernate ? [00:12] suspend [00:12] ok .. thanks [00:13] JontheEchidna: btw .. if ya dont mind asking .. will kde/kubuntu support thinkpad function key? :) [00:13] since in ubuntu all keys working out of the box .. just wondering if in kubuntu it also can work flawlessly .. ;p [00:13] dunno [00:13] its ok .. [00:14] anyway .. thanks for trying it for me .. either next week before the alpha3 release [00:16] good, I need kleo_export.h to build kopete-cryptography, but it's in not-installed in kdepim :( [00:19] btw kdepim-dev is empty [02:48] is koffice-kde4 broken, rather krita-kde4 broken for anyone else? [05:57] any triagers around? [07:26] JontheEchidna, Lex79: dpkg --compare-versions 4:2.0.3-kde4.4.0-0ubuntu1 gt 4:2.0.3really2.0.2-kde4.4.0-0ubuntu1; echo $? [07:26] when in doubt :) [07:40] huhu apachelogger [07:43] ahoy markey [08:06] ahoy apachelogger [08:10] hoy Xand3r === byter is now known as wspeir === wspeir is now known as byter [09:06] apachelogger: update just killed my session for the 3rd time in 2 days :( [09:07] Nightrose: final kill that should have been [09:07] ok [09:07] hopefully [09:07] cause that's no fun tbh :( [09:07] postrm (the script responsible for all the killery) is used from the old package, so that last kill was necessary to get the new postrm that does not kill everything in ;) [09:08] i see [09:08] otherwise I would have to hack up the preinst script of the other thingy manually mangling the postrm script of the other thing, which is kind of dangerous to just think about :) [09:17] aaaargs [09:17] HARALD [09:17] apachelogger: latest upgrade crashed my whole desktop [09:17] used Synaptic [09:17] same happened to Mamarok [09:17] markey: read above [09:18] ah === Blizzzek is now known as Blizzz [09:37] JontheEchidna: I really think that you should use this when calling own methods [09:37] in cpp it gets easily confusing otherwise IMHO [09:45] JontheEchidna: fixed the cpp kfi up a bit [09:54] * Sput never uses the this pointer for calling methods, except when technically required [09:54] and I also don't see that in others' code [09:54] * jussi01 waits for the crash [09:55] mind you may take a bit to get, only got a 3g connection here. [09:59] Sput: oh well, from looking at other's misuse of C I must conclude that "others" are no good example to go by ;) [09:59] apachelogger: in C++ you are not supposed to have global methods, so anything that's not called via another object *is* a local method [10:00] no need for the this pointer [10:00] if you really need global methods, use ::myMethod() [10:00] Sput: true, maybe I am just too much of a C wrapper these days [10:00] wasting precious bytes for writing this-> all over the place is unnecessary :)_ [10:01] and C doesn't have this-> ! [10:01] JontheEchidna: letz reimplement kfi in nicely C ontained asm [10:02] Sput: I know, I meant the fact that I find methods in cpp without object preceeding it awful looking [10:03] apachelogger: don't ever look at Qt, KDE or any other cpp code then :) [10:07] Sput: nah, I'll just spend the next semester implementing some wacko SVG app in cpp, that should straighten me up again ;) [10:47] gah, it's a nightmare to try to find ppa repositories [11:19] ScottK: if you could take a glimps at bug 477922 [11:19] Launchpad bug 477922 in kubuntu-meta "kubuntu-netbook Dell Mini 10v touchpad motion on click area" [Undecided,New] https://launchpad.net/bugs/477922 [11:19] Tm_T: how very true [11:34] a|wen: ping [11:34] apachelogger: pong [11:34] a|wen: you were looking into iso mounting, werent you? [11:37] apachelogger: jup; the best of existing options i could find is kfuseiso (but it only works for konqueror), so i'm thinking about simply going with some servicemenu shortcuts for it instead [11:37] a|wen: as long as we can get bugs fixed ... bug 66508 please :) [11:37] Launchpad bug 66508 in kubuntu-meta "ISO mount from context menu" [Wishlist,Confirmed] https://launchpad.net/bugs/66508 [11:37] a|wen: why does kfuseiso only work with konqueror btw? [11:41] apachelogger: it registers as a special protocol, and for some reason this is still only supported in konqueror [11:43] apachelogger: I've added some service-menu shortcuts which makes sure to do things the same way as kfuseiso, so it works in dolphin (with less features) and mounted isos can then be seen and viewed in konqueror as if it was done using kfuseiso [11:44] apachelogger: we could either distribute that as a whole; or it could be split up into two (having the service-menu entries by itself) [11:46] a|wen: your choice, if you think the servicemenu is enough, then we should just include that and save CD space :) [11:46] otherwise JontheEchidna has to go around porting python stuff to cpp and that is gonna be a bit more work than kfi ;) [11:49] apachelogger: as dolphin is the default, not much point in having a lot of extra features in konqueror for this ... then comes the question if it should be a seperate source-package; and what we should name it (or if we simply should add it to dolphin and have it recommend fuseiso (needs MIR)) [11:50] I still would just be rejecting the wish altogether :P [11:50] mount -o loop is not that much a hassle really :P [11:50] could do more useful things with the disc space [11:51] a|wen: kde-service-menu-iso or something probably is a good name [11:53] apachelogger: heh; i have a wrapper for those as well (but some people don't like that they have to have admin access) [12:28] some people dont think that mounting a iso is a common task either :P [13:13] apachelogger: true; well in any case http://revu.ubuntuwire.com/p/kde-service-menu-iso [13:14] a|wen: imho it should be non-native [13:16] a|wen: maybe -fuseiso is a better name after all ;) [13:18] a|wen: kde-open > xdg-open [13:19] descriptions exceed 80 chars/line [13:27] then I should find somewhere to put it and all :P well i'll go make it non-native and change the name later today [13:28] thx for the quick review === EagleScreen is now known as Guest65514 [15:53] hello nixternal [16:27] Quintasan1: you were working on the input method stuff? ... http://primalcortex.wordpress.com/2010/02/12/kde-4-4-sc-kubuntu-backports-dead-keys-acentos-nos-caracteres-portugueses sounds like something related to that stuff [16:31] * apachelogger is wondering if this is positive for lucid too [16:41] apachelogger: confirming the kdm upgrade is fixed here [16:42] jtechidna: did you doubt my superior timelord intellect :P [16:46] nope [16:46] ok ^^ [16:51] apachelogger: assuming you were asking if dead keys were broken with lucid's 4.4.0 ... not here, áőîñ :) [16:51] ryanakca: I hope you are using ibus as input method? [16:52] right click input field -> select im [16:52] should have ibus selected [16:53] apachelogger: Yes, looks like I am. Never played with it though... [16:53] ok [16:53] ryanakca: I'll prepare to revert the ibus-for-default-patch for karmic then [16:54] in case Quintasan1 chooses to agree with reverting [17:10] jtechidna: ping [17:17] do we have something to manage encrypted folders in kubuntu? [17:19] I do not think so [17:19] unless KDE comes with something builtin [17:19] apachelogger: gotcha [17:27] eye <3 u guys! [17:27] 4.4 is very nice [17:49] apachelogger: http://revu.ubuntuwire.com/p/kde-service-menu-fuseiso <-- all points fixed; now it even uses cmake to install [17:49] moin apachelogger [17:49] Hi everybody, I want to start to help development of Kubuntu specific software (programming, not packaging), could someone point me to the right documentation/wiki page that explain from where to checkout code, ... I've only found https://wiki.kubuntu.org/Kubuntu/GettingInvolved/Development#Programming which is not really helpful in this case. Sorry if I missed something. [17:59] apachelogger: have to run now; just leave a comment on revu if you find something missing [18:16] ScottK: are we aware that our iso does not fit on a cd? [18:32] apachelogger: thanks for the dpkg --compare-versions command, it's usefull sometimes :) === dendrobates is now known as dendro-afk [18:40] Riddell: esdaniel on #kubuntu tell me to ask you where/how to start with programming in Kubuntu specific software. Have you some time to help me? [18:51] apachelogger: pong [18:52] Lex79: yeah, it helps quite a bit with them fancy long version constructs :) [18:52] :) [18:53] jtechidna: zander suggested that we get a group of kubuntu users to try koffice, any thoughts on that? [18:54] jtechidna: http://identi.ca/notice/21886573 [18:56] mcguire: define programming kubuntu specific software? [18:56] usually I would suspect that you have some itch you want to scratch [18:56] it is not particular fun to get started with programming stuff someone else tells you to program ;) [18:57] apachelogger: would be quite interesting [18:57] sounds a bit like usability testing? [18:57] yes [18:57] though on a broarder scale than usability [18:57] I suspect [18:58] usability + functionality [18:58] also more casual [18:58] since we cannot really test specific cases at all [18:58] well, not not at all, but only limited ;) [18:58] so, we set up a wiki table, make an announcement on kubuntu.org and let the users go nuts? [18:58] mayhaps an announcement on kubuntu-users [19:00] apachelogger: kubuntu specific software=developed for Kubuntu, not in Ubuntu nor KDE [19:00] the forum would get more users than the puny amount in kubuntu-users :( [19:01] mcguire: yeah well, what in particular, what do you think is missing [19:01] but I just answered a koffice -specific q in the list just now :) [19:02] jtechidna: I think we need more organization than that [19:02] claydoh: I expect we want to drain people from multiple resources [19:03] apachelogger: no particular idea, I just just want to help other dev to create maintain and correct bugs in Kubuntu utilities, scripts and so on... [19:03] drain away :) I think there would be good feedback from the few in there [19:06] jtechidna: how about ... prepare packages for all sorts of setups if necessary, prepare a questionnaire ("how did you like it? 0-4 points" "how did you like kword? 0-4 points" ...), aggregate general feedback in wiki or somewhere [19:06] jtechidna: use some forum for discussion and organization (in favor of mailing list as pointed out by claydoh) [19:07] claydoh: btw, how about that ppa policy discussion you started? ;) [19:07] mcguire: do you speak python? [19:07] apachelogger: I forget that one, will look at it again [19:08] kthx [19:10] apachelogger: I've read and patch some program in this language in my company, don't appear to be a complex language to learn [19:12] it isn't [19:12] to use it in a bug free way is impossible though ;) [19:12] mcguire: anyhow, you could look for bugs at launchpad [19:13] in the packages apturl and jockey and install-package and software-properties [19:13] Xand3r: ping [19:16] apachelogger: ok, I will look at these projects [19:18] omg jtechidna is not talking to me anymore [19:19] apachelogger: maybe you went deaf? :P [19:20] more like blind in this particular case [19:20] claydoh: ping [19:23] apachelogger: pong? [19:24] wanna be my new brainstorm buddy, jtechidna doesnt have any time for me :P [19:24] apachelogger: I always do for you :) [19:25] claydoh: so, where do we organize that koffice review? [19:25] I suspect a wiki would be most appropriate [19:26] and I would go towards a KDE wiki because they support openid (hence one can login using launchpad stuff) [19:26] a wiki , yes [19:26] question is ... techbase or userbase [19:26] former is probably more appropriate for organization, latter for execution? [19:26] userbase? I dunno [19:26] I need to look [19:27] or maybe use techbase for both [19:27] Nightrose: ping [19:27] claydoh: in any case I think using a kde wiki has loads of advantages over the ubuntu wiki [19:27] e.g. koffice devs can be included more easily in the preps [19:27] apachelogger: true [19:28] tho depending on the wiki, user input can be daunting for some folks [19:28] then again, usually when I try to use the powas of kubuntu to better kde I get bashed for treating kubuntu better or something ;) [19:29] claydoh: maybe get input via google spreadsheet or other means of questionnairing? [19:29] kind of depends on which information we want to aggregate I suppose [19:29] apachelogger: that is key: what are we looking to find out? [19:29] how far along koffice is in terms of replacing ooo with it [19:30] i.e. how good does koffice match the home user use case at this point [19:30] so doc import/export and usefulness [19:30] also overall usefulness vs. buggyness I suspect [19:30] printing, etc [19:30] aight [19:30] the stuff a regular home user would want to do with his office [19:32] Why not also the stuff a regular office user might want? [19:32] (mostly the same, but usually involves more spreadsheets and presentations) [19:32] well [19:33] I would expect a regular office user to make use of advanced features ;) [19:33] though if indeed they do not, then koffice might also be an option there ;) [19:33] persia: there are very rough edges in presentation last I checked [19:34] spreadsheet and text processing are in pretty good shape for what a regular user wants to do [19:34] At least from what I saw during the time I spent doing helpdesk in an office, most users in offices spend their time writing mail in Word, reading misformatted spreadsheets, and preparing presentations. This may not have been a typical office, but I doubt it was that far off. [19:34] persia: yeah [19:34] Ah, if presentation is still very rough, then yeah, probably not suitable for professional use (as it seems that sending presentations rather than documents or email has become popular) [19:35] though, as usual the question is if kubuntu actually targets business users :S [19:35] * persia inserts a missing "yet" [19:35] oh yeah, them darn presentation sending people ^^ [19:35] * claydoh want koffice to replace ooo so we can add more kde apps, like kmymoney :) [19:36] I did not manage to use kmymoney yet, so that is no good thing to consider :P [19:36] the GNOME folks seem to be doing a parallel thing with the netbook flavour. [19:36] apachelogger: kde4 version not quite there, but almost [19:36] persia: build the netbook flavour in ooo impress as presentation? [19:36] or add more games by default :) [19:37] claydoh: yeah, one or two games couldnt hurt [19:37] and more translations [19:37] yes [19:37] apachelogger: Right. It's much easier to get the nice glossy look if you don't need the software to work :) [19:38] But no, my comment was about dropping OOo from the default install. [19:38] oh, especially for the netbook flavour I see a reason there [19:38] ooo is much to fat and clumsy for that use case IMHO [19:38] (the little I've seen seems to imply use of abiword/gnumeric, which I thought were GNOME Office, which I thought would parallel KOffice) [19:38] yeah [19:39] persia: though I dont think it is officially gnome office [19:39] darn techbase database errors! [19:39] apachelogger: I think that the "officialness" of gnome office went away several years back. [19:39] back when they lost their presentation app I think [19:39] well [19:39] apachelogger: But apparently I'm wrong: http://live.gnome.org/GnomeOffice [19:39] not particularimportant :D [19:40] No ;) [19:40] persia: that is just a list of apps one might use in a office with gnome it seems [19:40] also not particular important [19:41] claydoh: thinking about it... in the fear of getting bashed again I do not think that using techbase is a good idea [19:41] people might come and whip my ass until I include more distros etc. [19:43] yeah, how about this: we don't talk about kubuntu, just what works, doesn't, what needs help, and use that info for our ouwn purposes. Yhis does still give Koffice folks the useful info as well [19:45] we are just looking to see if Koffice is worthy as a ooo replacement, right? [19:45] well, in a kubuntu context [19:46] or are we trying to also help out the koffice team (which would e cool too ) [19:46] I'll just use the kubuntu wiki for now to write down notes, we can always move stuff later on [19:53] claydoh: https://wiki.kubuntu.org/Kubuntu/KOfficeUserReview [20:06] o/ [20:09] hi mcguire, you can get our source code with apt-get source foo [20:15] Riddell: thanks [21:33] hi, i have just updated my kubuntu 9.10 to kde 4.4. i now have the problem that the "kde menubar" gets shown twice. [21:33] both are at the bottom of the screen (as expected). one is a bit larger than the other [21:34] by clicking at the overlapping pixels i can bring one of them to the front [21:34] notifications are shown by both of them. so it get everything twice [21:34] any idea how i can get rid of this situation? [21:35] the bug is stable. restarting showed the same behaviro [21:35] r [21:36] remove one of them [21:36] :-) [21:36] but how? [21:36] right-clickmon one [21:36] right-click on one [21:37] but remember, support questions go to #kubuntu :) [21:38] claydoh: oh sorry. i thought i was in #kubuntu. the tab of quassel only shows the first bit.... [21:38] :) [21:38] how does right clicking help? btw. [21:39] you get the option to remove panels, taskbars, etc [21:39] ok thanks! [21:41] tho another way to remove it is to click the 'cashew' on the right side of a panel, select "more Settings" then 'remove this panel', [21:42] whats a "cashew"? === jonathan_ is now known as jjesse [21:42] the wierd golden icon on the very right side of the panel [21:42] well, golden if you mouse over it [21:48] anyone , what is up with this: [21:48] https://wiki.kubuntu.org/Kubuntu/KnowledgeBase [21:48] what the hell is this? [21:49] and why is in the header as well? [21:49] i wondered that too when i saw it === yuriy_ is now known as yuriy [21:49] we talking about the linked wiki page? [21:49] I think yes [21:50] and https://edge.launchpad.net/~sakthievel [21:50] what a silly page [21:50] hmmm [21:50] that page returs page not found [21:51] and there goes X! [21:51] exactly, the user who edited it does not exist (anymore?) [21:51] and why is it in the main kubuntu wiki header [21:52] no idea [21:55] yeah looks like he created it too, no history, so it's not like an old real page that someone messed with [21:56] * ryanakca grumbles at debuild -S -sa making changes to upstream's source... [22:00] In bangarang's case, is it still appropriate to use 'dh --with kde $@' as I've been doing, even if it isn't a KDE SC app? I'm asking because of http://pastebin.ca/1795661 ... [22:01] yeah, that's ignorable [22:01] well, safe to ignore [22:05] ryanakca: If that command is changing upstream source, fiddle more with debian/rules: clean [22:05] JontheEchidna: OK, and what about modifying upstream's source: http://paste.ubuntu.com/375754/ (1.0.1 is a bugfix release for 1.0, so this particular package will go into Debian and then I can sync it) [22:05] that field should be removed from upstream's .desktop file [22:07] JontheEchidna: Then should I add a lintian override for 'W: bangarang source: patch-system-but-direct-changes-in-diff data/bangarang_play_dvd.desktop'? [22:08] yeah. there's no harm done by modifying the source in this way [22:08] JontheEchidna: OK, thanks [22:08] It would be nice if the kubuntu l10n stuff didn't touch universe packages, but I suppose that's a bit hard to detect [22:32] oi [22:52] JontheEchidna: when you have time to sponsor some packages, they are in ninja wiki [22:57] apachelogger: Looking at 477922 [22:57] shtylman: Generally, yes. I didn't look recently at how bad it was (ISO size). Riddell was working on it. [23:23] <_Groo_> hi/2 all [23:24] <_Groo_> is dput still broken, i wanna contribute some new packages but i cant upload a 25k package!!! [23:33] <_Groo_> anyone alive? [23:34] apachelogger: ping